body#contact,
body#module-hilomusicalcustomer-certificadocustomer {
    background: #FFFFFF;
}

.container-img-contact {
    position: relative;
}

.text-banner-contact {
    color: #FFFFFF;
    position: absolute;
    padding: 0 40px;
    font-weight: 500;
    bottom: 50px;
    text-align: center;
}

.title-contact-banner {
    font-size: 30px;
    font-weight: 800;
}

.desc-contact {
    font-size: 14px;
    line-height: 20px;
}

.icon_reloj::before {
    content: url(/img/icons/icono-horario.svg);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.icon_position:before {
    content: url(/img/icons/icono-direccion.svg);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.icon_reloj, 
.icon_position {
    font-size: 13px;
    line-height: 25px;
    display: block;
    position: relative;
}



.contact-form {
    background-color: #F2F4F7;
    padding: 32px 15px;
}

.title-formu {
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
}

.container-contact {
    padding: 60px 0 90px;
}

.container-contact .form-group {
    padding-bottom: 30px;
}

#contact .form-control {
    border: none;
    height: 46px;
    font-size: 13px;
    font-weight: 500;
    color: #787878;
    padding-left: 20px;
}

#contact textarea.form-control {
    height: initial;
}

#contact .form-control-label {
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-left: 32px;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#contact .card {
    border: none;
}

.title-contact {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.contact-rich p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.form-footer .btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-radius: 50px;
    line-height: 60px;
    font-weight: 800;
    padding: 0 50px;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 0 rgb(20 25 35 / 30%);
}

.g-recaptcha {
    margin-bottom: 33px;
}

.contact-rich {
    text-align: center;
    margin-bottom: 50px;
}

.title-contact span {
     display: block;
}

.select-contact {
    position: relative;
}

.select-contact:before {
    content: url(/img/icons/flecha-abajo.svg);
    width: 8px;
    height: 5px;
    display: block;
    right: 30px;
    position: absolute;
    top: 7px;
}

.certificate {
    padding: 45px 0 90px;
}

.contain-text-certificate {
    position: relative;
    order: 1;
    padding-top: 45px;
}

.contain-image-certificate {
    order: 0;
}

.title-certificate {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    margin-bottom: 25px;
}

.content-certificate {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.btn-certificate {
    bottom: 0;
    font-size: 16px;
    line-height: 80px;
    font-weight: 800;
    padding: 0 32px;
    width: 100%;
    border-radius: 50px;
    margin-top: 30px;
}

#my-account .links a,
.page-footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#my-account .links a:hover,
.page-footer a:hover {
    color: #01ADF0;
}

@media (min-width: 576px) {

    .text-banner-contact {
        padding: 0 60px;
        bottom: 85px;
    }

    .title-contact-banner {
        font-size: 45px;
    }

    .desc-contact {
        font-size: 20px;
        line-height: 39px;
    }

    .icon_reloj, 
    .icon_position {
        font-size: 20px;
        line-height: 34px;
    }

    .icon_reloj::before,
    .icon_position:before {
        width: 24px;
        height: 24px;
    }
    
    .title-contact {  
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .contact-rich {
        margin-bottom: 100px;
    }

    .contact-rich p {
        font-size: 16px;
        line-height: 27px;
    }

    .title-formu {
        font-size: 26px;
        line-height: 40px;
    }

    #contact .form-control-label {
        font-size: 13px;
        line-height: 28px;
    }

    .certificate {
        padding: 45px 0 90px;
    }

    .contact-form {
        padding: 32px 50px;
    }

    .form-footer .btn {
        height: 80px;
        line-height: 80px;
    }
}

@media (min-width: 768px) {
    .title-contact-banner {
        font-size: 55px;
        font-weight: 800;
    }
    
    .title-contact {  
        line-height: 40px;
    }

    .icon_reloj::before {
        margin-right: 22px;
        position: initial;
        top: initial;
        transform: initial;
        left: initial;
    }
    
    .icon_position:before {
        margin-right: 22px;
        position: initial;
        top: initial;
        transform: initial;
    }

    .icon_reloj, 
    .icon_position {
        display: inline-flex;
    }

    .container-contact .form-group {
        padding-bottom: 25px;
    }

    #contact .form-control-label {
        font-size: 12px;
    }

    .title-contact span {
        display: initial;
    }

    .contact-rich {
        margin-bottom: 60px;
    }

    .text-banner-contact {
        text-align: left;
        bottom: initial;
        top: 50%;
        transform: translateY(-50%);
    }

    .contain-image-certificate,
    .contain-text-certificate {
        order: initial;
        padding-top: initial;
    }

    .certificate {
        padding: 60px 0 240px;
    }

    .btn-certificate {
        font-size: 14px;
        width: auto;
        line-height: 46px;
        margin-top: 25px;
    }

    .form-footer .btn {
        height: 46px;
        font-size: 14px;
        width: initial;
        line-height: 46px;
    }
}

@media (min-width: 992px) {
    .title-contact-banner {
        font-size: 55px;
        font-weight: 800;
    }
    
    .title-contact {  
        font-size: 22px;
        line-height: 32px;
    }

    .title-formu {
        font-size: 22px;
    }

    .contact-rich {
        text-align: left;
    }

    .container-contact {
        padding: 113px 0 104px;
    }

    .certificate {
        padding: 60px 0 90px;
    }

    .content-certificate {
        font-size: 14px;
    }

}

@media (min-width: 1200px) {
    .title-contact-banner {
        font-size: 55px;
        font-weight: 800;
    }
    
    .title-contact {
        font-size: 26px;
        font-weight: bold;
        line-height: 40px;
    }

    .contact-rich p {
        font-size: 18px;
    }

    .title-formu {
        font-size: 26px;
    }

    .certificate {
        padding: 60px 0 200px;
    }

    .title-certificate {
        font-size: 30px;
    }

    .content-certificate {
        font-size: 16px;
    }

    .btn-certificate {
        margin-top: 45px;
    }
}

@media (min-width: 1400px) {
    .title-contact-banner {
        font-size: 55px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .desc-contact, 
    .icon_reloj,
    .icon_position {
        font-size: 26px;
        line-height: 39px;
    }

    .certificate {
        padding: 90px 0 200px;
    }

    .btn-certificate {
        position: absolute;
        margin-top: initial;
    }
}
