






body{

    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    background-color: #FFF;
}

h1, h2, h3, h4{
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
}

ul li{
    list-style: none;
    
}

.modal-backdrop{
    background-color: rgba(55, 55, 92, 0.9);

}

.modal-backdrop.show {
    opacity: 1;
}

button:focus {
    outline: none;
}

.btn-link:focus, .btn-link.focus, .btn-link:hover{
     text-decoration:none !important; 

}

a{
    text-decoration:none !important;
}

a:hover{
    text-decoration:none !important;
    color: initial;
}
    
        .text-pri{
    color:#37375C !important;
}

.text-sec{
    color:#dfa447 !important;
}

.text-tri{
    color:#e4c62c !important;
}


.text-verde{
     color:#65AD9B !important;
}

.text-gold{
     color:#F8AA00 !important;
}
.bg-black{
    background-color:#222 !important;
}

.bg-pri{
    background-color:#37375C !important;
}

.bg-sec{
    background-color:#dfa447 !important;
}


.bg-tri{
    background-color:#e4c62c !important;
   
}


.bg-gold{
     background-color:#F8AA00 !important;
}

.bg-verde{
     background-color:#65AD9B !important;
}
.bg-gray{
    background-color:#ACACAC !important;
}

/* UI */

.switchBtn {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 30px;
    overflow: hidden;
}
.switchBtn input {display:none;}
.slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .2s;
    transition: .2s;
    padding: 8px;
    border: 1px solid #b5b3b3;
    color: #484848;
}
.slide:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 7px;
    bottom: 4px;
    background-color: #777777;
    -webkit-transition: .2s;
    transition: .2s;
}
input:checked + .slide {
    background-color: #1c2237;
    padding-left: 40px;
}
input:focus + .slide {
    box-shadow: 0 0 1px #01aeed;
}
input:checked + .slide:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 42px;
    background: linear-gradient(0deg,#3358f4,#1d8cf8);
}

input:checked + .slide.round span{
    color: white;
    margin-left: -26px;
}
.slide.round {
    border-radius: 34px;
}

.slide.round span{
    font-size: 12px;
    margin-top: -3px;
    margin-left: 25px;
    display: block;
}

.slide.round:before {
    border-radius: 50%;
}


.text-sab{

font-family: Poppins !important;
font-style: normal !important;
font-weight: 600 !important;
font-size: 12px !important;
line-height: 18px !important;
text-align: center !important;

/* negro */

color: #37375C !important;

background: #FFFFFF;
/* negro */

border: 1px solid #37375C;
box-sizing: border-box;
border-radius: 44px;
}

.btn-sab{
    /* blanco */

}

#menu_principal{
    font-family: 'Poppins', sans-serif !important;
}

#menu_principal ul li{
    padding: 0px 8px;
}

#cnt-banner{
    background-color:#dbdbdb !important;
}


footer{
    background-color:#222;
}

 /* MODO MOVIL */

 @media(max-width:32rem){
    .nav-movil{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        background-color: #5E4F9C;
        z-index: 9;
        padding: 36px;
        color: white;
    }

    .nav-movil ul{
        padding:28px 60px;
    }

    .nav-movil ul li{
        padding: 4px 0px !important;
    }

    .nav-movil .btn-registro{
        background-color: #37375C !important;
        border:1px solid white;
    }

    .nav-movil .btn-login{
        background-color: transparent !important;
        border:1px solid white;
    }

    .nav-movil a{
        color:white !important;
    }
 }
