/*HEADER*/
.menu-productos{
    position: relative;   
    z-index: 8000;
}


.menu-nivel1{
    display: none;
    height: auto; /*150px;*/
    width: 200px;
    position: absolute;
    left: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: start;
    z-index: 8000;
}

.it-nivel1, .it-nivel2, .it-nivel3{
    position:
    relative;
    background-color: #e30029;
    width:100%;
    line-height: 30px!important;
    border-bottom: 1px solid;
    border-right: 1px solid;
    font-size: 13px;
}
/*
.it-nivel1 > a, 
.it-nivel2 > a, 
.it-nivel3 > a{
    display:flex;
    padding: 5px;
    justify-content:space-between;
}
*/
.it-nivel1, 
.it-nivel2 , 
.it-nivel3 {
    display: flex!important;
    padding-left:5px;
    justify-content:space-between;
    flex-direction:row;
    flex-wrap: wrap;
}



.menu-productos .icono{
    position:relative;
    top:3px;
}


.it-nivel1:hover .menu-nivel2,
.it-nivel2:hover .menu-nivel3
{
    display: flex;
}

.it-nivel1:hover,
.it-nivel2:hover,
.it-nivel3:hover{
    background-color: #fa385b;
}

.menu-nivel2{
    display: none;
    background-color: #b30a29;
    position:
    absolute;
    left: 200px;
    top:0px;
    flex-direction:
    column;
    justify-content:
    flex-start;
    width:100%;
    z-index: 8000;
    width: 220px;
}


.it-nivel2{
    background-color: #b30a29;
}


.menu-nivel3{
    display: none;
    position:
    absolute;
    left: 220px;
    top:0px;
    flex-direction:
    column;
    justify-content:
    flex-start;
    width:100%;
    z-index: 8000;
}

.it-nivel3{
    background-color: #b30a29;
}



@media screen and (max-width: 670px){ /*Cel*/


    .menu-productos{
        position:unset;/**/
    }
    .menu-nivel1{
        width: 100%;/**/
    }

    .it-nivel2 > a{
        padding-left: 20px;
    }

    .it-nivel3 > a{
        padding-left: 40px;
    }

    .it-nivel2{
        /*border:0px;*/
    }

    .it-nivel3 {
        border:0px;
    }

    .menu-nivel2{
        position:relative;/**/
        left:unset;
        top:unset;
        width: 100%;
    }
    .menu-nivel3{
        position:relative;/**/
        left:unset;
        top:unset;
    }

    
    .it-nivel1:hover{
          background-color:#e30029;
    }

    .it-nivel2:hover,
    .it-nivel3:hover{
        background-color:  #fa385b;
    }

    .it-nivel3{
        background-color: #b30a29;
    }

    .it-nivel1, .it-nivel2, .it-nivel3 {
        line-height: 40px!important;
    }

}







.header-unican{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    
}

.header-unican .contacto{
    color: white;
    font-size: 30px;
    
    display: flex;
    align-items: center;
}

.header-unican .whatsapp{
    color: #ffffff !important;
    font-size: 17px !important;
}

.header-unican .contacto .ico_grande{
    font-size: 0.9em;
}
.header-unican .contacto .ico_chico{
    font-size: 1.33em;
    position: relative;
    top: 5px;
}

.header-unican .contacto p{
    margin-left: 10px;
    color:#333;
    font-size: 0.6em;
}

.header-unican .contacto a{
    font-size: 13px;
    color: #fff;
    margin-right: 32px;
}


#botonera-login{
    background-color: #34393f;
    padding-top: 0px;
    padding: 0 10px;
    /* margin-bottom: 10px; */
    font-size: 14px !important;
    border-bottom: 3px solid #e30029;color: white;
}


#menu2 {
    min-width: 300px; 
    width: 100%;
    height: 12vw;
    
    background-image: url('img/header1920.png');
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: top center;
}

#menu2 #botonera-texto{
    color: #2d2d2d !important;
    font-size: 12px;
}
#menu2 #botonera-iconos{
    display:flex;
    justify-content:flex-end;
}
#menu2 #botonera-iconos img{
    margin-right:13px;
}

.logo img{
    height:75px;
}

/*Forma Compra*/

.forma-compra{
    width:100%;
    display: flex;
    justify-content: space-between;
    margin-bottom:15px;
}

.forma-compra-it{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
    min-width: 200px;
    /*background-color: aqua;*/  
    max-width: 350px;
}
.forma-compra-it img{
    margin-right: 12px;
    width: 80px;
}



/*Empresa*/
.outer {
    width: 100%;
    overflow: hidden;
}

.inner {
    display: inline-block;
    position: relative;
    right: -50%;
}

#img_1 {
    position: relative;
    left: -50%;
}


.institucionales{
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content:flex-start;
}

.institucionales h2 {
    font-size: 35px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 10px;
    font-style: normal;
    width: 100%;
    margin: 30px 0;
}

.columna-texto{
    width: 50%;
    text-align: justify;
    padding: 0 10px;
}


/* Forma de pago*/
.forma-pago{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.forma-pago-header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}

.forma-pago-header .titulo{
    width: 100%;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 70px;
}

.forma-pago-textos{
    padding: 0 10px;
    text-align:justify;
}

.forma-pago-textos h3 {
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    color: #444;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.forma-pago-textos p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 15px;
    font-weight: 400;
    padding 0 10px;
}

.forma-pago-textos ul {
    padding: 0px;
    font-size: 15px;
    line-height: 1.5em;
    margin: 18px 0px 30px 6px;
}
.forma-pago-textos ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    width: 6px;
    height: 6px;
    background: #169fda;
    border-radius: 3px;

}
.forma-pago-textos ul li {
    list-style: none;
    margin-left: 15px;
    margin-bottom: 3px;
    position: relative;
}


@media screen and (max-width: 670px){ /*Cel*/
    .header-unican .contacto{
        /* display: none; */
    }
    .header-unican{
        justify-content: space-between;
    width: 100%;}

    .institucionales{
        flex-direction: column;
    }

    .columna-texto{
        width: 100%;
    }



    .logo img{
       width: 300px;
       height:  auto;
    }

    /*forma compra*/
    .forma-compra{
        width:100%;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content:center;
        margin-bottom:15px;
        text-align: center;
    }

    .forma-compra-it{
        flex-direction: column;
        font-size:10px;
        width:100%;
        margin-bottom:10px;

        align-self: center;
        text-align: center;
    }
    .forma-compra-it img{
        margin-right: 12px;
        width: 80px;
        align-self:center;
        text-align: center;
    }
    .forma-compra-it p{
        text-align:center;
    }

    #menu2 {
        min-width: 300px; 
        width: 100%;
        height: 21.5vw;
        
        background-image: url('img/header1100.png');
        background-size: cover;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-position: top center;
    }

}

@media screen and (min-width: 670px) and (max-width: 1100px){ /*Tablet*/
    .header-unican .contacto{
        font-size: 20px;
    }

    #menu2 {
        min-width: 300px; 
        width: 100%;
        height: 21.5vw;
        
        background-image: url('img/header1100.png');
        background-size: cover;
        /* background-attachment: fixed; */
        background-repeat: no-repeat;
        background-position: top center;
    }

}









#form-decidir fieldset{
    border:none;
}
#form-decidir li{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    color:#5c5c5c;
}

#form-decidir li label{
    margin-bottom: 5px;
    font-size: 13px;
}
#form-decidir li input{
    border: 1px solid #ddd;
    padding: 7px 5px;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2); */
    border-radius: 2px;
    color:#5c5c5c;
}
#form-decidir li select{
    border: 1px solid #ddd;
    padding: 5px 0px;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);*/
    /* border-radius: 2px; */
    background-color: #FFF;
    padding: 7px 5px;
    color:#5c5c5c;
}

#form-decidir #cboMes ,
#form-decidir #cboAnio {
    height:31px;
    width:100px;
}  
    
#form-decidir #cvv{
    width:60px;
    text-align:center;
}

@media screen and (max-width: 670px){ /*Cel*/
    #form-decidir #cboMes,
    #form-decidir #cboAnio{
        width: 80px;
    }   
    
    #form-decidir #cvv{
        width:50px;
    }


}
    
#form-decidir .cont-row{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
}

    
#form-decidir .cont-col{
    display: flex;
    flex-direction: column;
}

#info-cuotas{
    width:100%;
    margin-top:10px;
    font-size:13px;
    color:#ce5500;
    
}
#info-cuotas span{
    display:inline-block;
    width:80px;
    font-weight:600;    
}