@charset "windows-1252";

/*
    DEMO STYLE
*/

#ventana1 {
    height: 40rem !important;
}

#dropdownMenuIcon::after {
    display: none !important;
}

.contdiv {
    width: 10px;
    height: 10px;
    background: white;
    transition: width 2s;
}

.contdiv:focus {
    width: 30px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    left: 12rem;
    /* margin: 60px auto; */
    font-size: 3px;
    position: absolute;
    text-indent: -9999em;
    border-top: 1.1em solid #96969633;
    border-right: 1.1em solid #96969633;
    border-bottom: 1.1em solid #96969633;
    border-left: 1.1em solid #007bff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.inegihover {
    cursor: pointer !important;
}

.inegihover:hover img {
    transform: scale(1.1);
}

.homehover:hover img {
    transform: scale(1.1);
}

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}


/*
#sidebarCollapse:hover i {
    -ms-transform: skewY(20deg);
    /* IE 9 */


/*

transform: skewY(30deg);
transform: skewX(-30deg);

}*/

#mySidebar {
    width: 335px;
    z-index: 900000000000000000000;
    height: 41rem;
    background: white;
}

.colorlogo {
    background: rgb(119, 138, 182);
    background: linear-gradient( 0deg, rgba(119, 138, 182, 1) 0%, rgba(141, 158, 195, 1) 23%, rgba(119, 138, 182, 1) 52%);
}

.activecolor {
    background: #6b87d4;
    box-shadow: 0px 0px 5px 1px black !important;
    color: white !important;
}

.pages:hover li,
a,
span {
    cursor: pointer !important;
}

.pages img {
    width: 20px;
    transform: scale(1.6);
}

.colorlet {
    color: white !important;
}

.pages:focus li a span {
    color: white;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.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;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.pointer {
    cursor: pointer;
    font-size: 20px !important;
}

.pointer:hover {
    color: white !important;
}

.sidebar .links {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar .links:hover {
    background: #6b87d4;
    box-shadow: 0px 0px 5px 1px black !important;
}

.sidebar .closebtn {
    text-align: center;
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 20px;
    color: white;
    border-radius: 100px;
    ;
}

#sidebar {
    width: 335px;
    position: fixed;
    top: 0;
    left: -337px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #7986a5;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: black !important;
}

#sidebar ul li a:hover {
    color: #fff !important;
    background: #7386D5;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.sombra {
    box-shadow: 0px 0px 5px 1px black !important;
}

.bluemenu {
    background: rgb(30, 73, 111) !important;
    background: linear-gradient(0deg, rgba(30, 73, 111, 1) 52%, rgba(75, 126, 171, 1) 92%, rgba(30, 73, 111, 1) 100%) !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.greenbr {
    height: 33px !important;
    /* width: 58rem; */
    width: 22rem;
    margin: 0;
    background: rgb(137, 185, 23);
    background: linear-gradient(0deg, rgba(137, 185, 23, 1) 0%, rgba(242, 255, 210, 1) 11%, rgba(137, 185, 23, 1) 38%);
}

.bluebr {
    height: 33px !important;
    /* width: 58rem; */
    margin: 0;
    width: 19rem;
    background: rgb(0, 158, 224);
    background: linear-gradient(0deg, rgba(0, 158, 224, 1) 0%, rgba(151, 224, 255, 1) 11%, rgba(0, 158, 224, 1) 38%);
}

.yellowbr {
    height: 33px !important;
    /* width: 58rem; */
    margin: 0;
    width: 14rem;
    background: rgb(255, 206, 0);
    background: linear-gradient(0deg, rgba(255, 206, 0, 1) 0%, rgba(255, 248, 220, 1) 11%, rgba(255, 206, 0, 1) 38%);
}

.greybr {
    height: 33px !important;
    /* width: 58rem; */
    margin: 0;
    background: rgb(132, 151, 176);
    background: linear-gradient(0deg, rgba(132, 151, 176, 1) 0%, rgba(179, 192, 210, 1) 11%, rgba(132, 151, 176, 1) 38%);
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.dropdown-menu {
    min-width: 20rem !important;
    left: -20px !important;
}