/***********************************************************/
/*************** CSS AULA VIRTUAL 18-03-2020 ***************/
/***********************************************************/


* {
    font-family: 'Roboto', sans-serif;
}

/**************** LOGOS, COLORES E IMAGENES Y TEXTOS ****************/

.azul-clarito { background-color: #0080eb; }

.lh-32 { line-height: 32px !important; }

.text-810 {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}

.text-naranjo { color: #ff8a00 !important; }

.text-reco {
    margin: 0 -60px 0px;
    font-size: 20px;
    color: #ff8a00;
    line-height: 24px;
    font-weight: 600;
}

.blue-strong { color: #005695; }

.logo1 {
    max-width: 380px;
    width: 100%;
    margin-bottom: 90px;
}

.logo-ingles {
    width: 100%;
    max-width: 200px;
}

.fw-400 {
    font-weight: 400;
}

.rojo-1 { color: #ff1d24; }
.blue-2 { color: #0f5b9a; }
.blue-1 { color: #16548f; }

.bg-blue { background-color: #195390; }
.bg-eef1f6 { background-color: #eef1f6; }

.p-legal {
    font-size: 14px;
    margin: 20px 0 0;
}

.subtitulo,
.subtitulo45 {
    color: #16548f;
    font-size: 40px;
    font-weight: bold;
}

.subtitulo45 { font-size: 39px; }

.subtitulo2 {
    color: #16548f;
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
}

.subtitulo3 {
    font-size: 24.5px;
    color: #16548f;
    line-height: 30px;
    font-weight: 500;
}

.text3,
.text4 {
    display: table;
    color: #000;
    font-size: 18px;
    padding-bottom: 35px;
    position: relative;
}
.text3::before {
    background-color: #ff9415;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100px;
    height: 5px;
}



.div-img-header {
    position: relative;
    left: -250px;
}

/************ SECTION  / SEDE HORARIOS **************/

.white-box {
    border: solid 2px #9dd4fa;
    color: #16548f;
    padding: 10px;
    height: 100px;
}

.white-box h5 {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.white-box h6 {
    font-size: 12px;
}

    .white-box:hover {
        background-color: #00ade5;
        cursor: pointer;
        color: #fff;
    }

.cruz {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
}

.icon-w100 {
    width: 100%;
    max-width: 100px;
}

.icon-w70 {
    width: 100%;
    max-width: 70px;
}

.icon-w30 {
    width: 100%;
    max-width: 30px;    
}

/************* FORMULARIO *************/

form {
    background-color: #fff;
    border-radius: 40px;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0;
}

form .form-row {padding: 0 50px;}

select#sede_txt,
select#horario_txt,
select#dia_txt,
select#nivel_txt {
    background-image: url(../images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-size: 25px;
    background-position-y: 13px !important;
    background-position-x: 98% !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select#horario_txt,
select#dia_txt {
    background-position-x: 96% !important;
}

.form-group {
    margin: 5px 0;
    position: relative;
}

.form-control {
    font-size: 14px;
}

.mensajeError {
    background-color: #ff7373;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    top: 16%;
    left: 5%;
    z-index: 1;
}

/**************** TABLE CENTER *****************/

.table-center {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/******************** RESERVA BTN SECTION *******************/

.btn-bajada {
    background-color: #ff8b00;
    color: #fff;
    padding: 5px 20px;
    display: table;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}

.btn-bajada:hover { 
    color: #fff;
    text-decoration: none; 
}

.revisa-aqui {
    background-color: #ff8b00;
    padding: 0 10px;
    color: #fff;
    font-size: 28px;
    text-decoration: none;
}

.revisa-aqui:hover {
    color: #fff;
    text-decoration: none;    
}

.container-horario {
    width: 100%;
    border: solid 1px #b4b4b4;
}


/********************* FOOTER **********************/

@media (max-width: 576px) {

    /**** FORMULARIO ****/
    form .form-row,
    form .form-group {
        padding: 0 30px;
    }

    form h4.font-weight-bold {
        font-size: 22px;
    }

    form h5.my-2 {
        font-size: 16px;
    }

}

/*Ipad Pro*/
@media (max-width: 1024px) {

    .logo1 {
        margin-bottom: 0;
    }
    .div-img-header {
        left: -100px;
    }   
    .gente {
        width: 550px;
    }
    embed {
        height: auto;
    }
}

/*Ipad*/
@media (max-width: 768px) {

    .div-img-header { left: -60px; }
    .gente { width: 400px; } 

    .subtitulo, .subtitulo45 { font-size: 30px; }

    .btn-bajada {
        padding: 5px 15px;
        font-size: 17px;
    }
    .subtitulo2 {
        font-size: 21px;
        line-height: 27px;
    }
    .icon-w100 { max-width: 80px; }
    .text3, .text4 {
        font-size: 16px;
    }

    form .row.px-5 {
        padding: 5px 10px !important;
    }
    form .form-row {
        padding: 0 20px;
    }
    form h4 {
        font-size: 20px;
    }
    .text-reco {
        margin: 15px auto 0;
    }
}

/*Iphone 6/7/8 Plus*/
@media (max-width: 414px) {

    .div-img-header {
        left: 0;
        position: relative;
    }
    .gente {
        width: 100%;
        margin-top: 10px;
    }
    #reserva,section#horarios { text-align: center; }
    .btn-bajada, .icon-w100 { margin: 0 auto; }

    .logo1 {
        max-width: 300px;
    }

    .text3, .text4 {
        font-size: 16px;
        margin: 0 auto 25px;
        padding: 0 0 15px;
    }
    .text3::before {
        left: 50%;
        margin-left: -30px;
        width: 100%;
        max-width: 60px;
    }

    #home { text-align: center; }
    .icon-w70 {
        max-width: 60px;
        margin: 0 auto;
    }

    .subtitulo, .subtitulo45 { font-size: 26px; }
    .revisa-aqui {
        font-size: 18px;
        text-align: center;
    }
    .subtitulo2 {
        font-size: 18px;
    }

    .text-reco {
        margin: 15px auto 0;
    }

    #recomendaciones, #revisa-descarga, section#form-section  { text-align: center; }
}

@media (max-width: 320px) {

    .subtitulo, .subtitulo45 {
        font-size: 26px;
    }
    .subtitulo3 {
        font-size: 20px;
        line-height: 22px;
    }
    form h4.font-weight-bold {
        font-size: 17px;
    }
}