﻿/*
    DEMO STYLE
*/


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 1px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    width: 320px;
    border-radius: 0px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 320px;
    position: fixed;
    bottom: 0;
    padding-bottom: 5%;
    margin-bottom: 8px;
    right: -320px;
    height: auto;
    z-index: 999;
    background: white;
    border: #31b0d5 solid 8px;
    color: #797777;
    text-align: left;
    padding-left: 15px;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    color: #d84141;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    #dismiss:hover {
        color: #d84141;
        font-size: xx-large;
    }

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    margin-top: 15%;
    text-align: center;
    margin-bottom: 15%;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    /*font-size: 1.1em;*/
    display: block;
}

    #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

#sidebar ul li.active > a, #sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

/*a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}
*/



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.wrapper {
    margin-bottom: 2% !important;
}

@media screen and (max-width:700px) {
    #sidebar {
        position: fixed;
        bottom: 0;
        padding-bottom: 15%;
        right: -100%;
        height: auto;
        z-index: 999;
        background: white;
        border: #31b0d5 solid 8px;
        color: #a2a0a0;
        text-align: left;
        padding-left: 15px;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #sidebar .sidebar-header {
            margin-top: 0;
            text-align: center;
            margin-bottom: 0;
        }
}
.sidebar-encabezado {
    text-align: center;
}
.zoom a{
    transition: transform .2s;
    margin: 0 auto;
    position: relative;
}

    .zoom a:hover {
        -ms-transform: scale(1.20); /* IE 9 */
        -webkit-transform: scale(1.20); /* Safari 3-8 */
        transform: scale(1.20);
    }
    .zoom a, .zoom a:hover {
        text-decoration: none;
        color: inherit;
    }
ul.cloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.75rem;
    width: 68%;
}

    ul.cloud a {
        /*   
  Not supported by any browser at the moment :(
  --size: attr(data-weight number); 
  */
        --size: 4;
        --color: #a33;
        color: var(--color);
        font-size: calc(var(--size) * 0.25rem + 0.5rem);
        display: block;
        padding: 0.125rem 0.25rem;
        position: relative;
        text-decoration: none;
        animation: my-animatio 1s ease;
        /* 
  For different tones of a single color
  opacity: calc((15 - (9 - var(--size))) / 15); 
  */
    }

        ul.cloud a[data-weight="1"] {
            --size: 1;
        }

        ul.cloud a[data-weight="2"] {
            --size: 2;
        }

        ul.cloud a[data-weight="3"] {
            --size: 3;
        }

        ul.cloud a[data-weight="4"] {
            --size: 4;
        }

        ul.cloud a[data-weight="5"] {
            --size: 6;
        }

        ul.cloud a[data-weight="6"] {
            --size: 8;
        }

        ul.cloud a[data-weight="7"] {
            --size: 10;
        }

        ul.cloud a[data-weight="8"] {
            --size: 13;
        }

        ul.cloud a[data-weight="9"] {
            --size: 16;
        }

ul[data-show-value] a::after {
    content: " (" attr(data-weight) ")";
    font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a {
    --color: #181;
}

ul.cloud li:nth-child(3n+1) a {
    --color: #33a;
}

ul.cloud li:nth-child(4n+1) a {
    --color: #c38;
}

ul.cloud a:focus {
    outline: 1px dashed;
}

ul.cloud a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--color);
    transform: translate(-50%, 0);
    opacity: 0.15;
    transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
    width: 100%;
}

@media (prefers-reduced-motion) {
    ul.cloud * {
        transition: none !important;
    }
}
.contenedor {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contenido {
    line-height: 200px;
}
.border-md {
    border: 3px solid;
    border-radius: 100px;
    height: 76px;
    padding: 8px;
}

/************Slide minin*************/

.content {
    padding: 7rem 0;
}

h2 {
    font-size: 20px;
}

.bg-left-half {
    position: relative;
}

    .bg-left-half:before {
        position: absolute;
        width: 50%;
        height: 100%;
        z-index: -1;
        content: "";
        left: 0;
        top: 0;
        background-color: #f8f9fa;
    }


.media-29101 img {
    margin-bottom: 20px;
}

.media-29101 h3 {
    font-size: 18px;
    font-weight: 900 !important;
}

    .media-29101 h3 a {
        color: #6c757d;
    }

.owl-2-style .owl-nav {
    display: none;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

    .owl-2-style .owl-dots .owl-dot {
        display: inline-block;
    }

        .owl-2-style .owl-dots .owl-dot span {
            display: inline-block;
            width: 15px;
            height: 3px;
            border-radius: 0px;
            background: #cccccc;
            -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
            margin: 3px;
        }

        .owl-2-style .owl-dots .owl-dot.active span {
            background: #007bff;
        }

        .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
            outline: none;
        }


b, strong {
    font-weight: 600;
}

@media only screen and (min-width:280px) and (max-width:769px) {

    ul.cloud {
        list-style: none;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        line-height: 2.75rem;
        width: auto;
    }
    ul.cloud a[data-weight="1"] {
        --size: 1;
    }

    ul.cloud a[data-weight="2"] {
        --size: 2;
    }

    ul.cloud a[data-weight="3"] {
        --size: 3;
    }

    ul.cloud a[data-weight="4"] {
        --size: 4;
    }

    ul.cloud a[data-weight="5"] {
        --size:3;
    }

    ul.cloud a[data-weight="6"] {
        --size: 5;
    }

    ul.cloud a[data-weight="7"] {
        --size: 2;
    }

    ul.cloud a[data-weight="8"] {
        --size: 2;
    }

    ul.cloud a[data-weight="9"] {
        --size: 3;
    }
}