section .mapa {
    height: 117rem;
}

#section-contacto .contacto{
    width: 290rem;
    margin: 0 auto;
    padding-top: 15rem;
    padding-bottom: 20.5rem;

}

#section-contacto .contacto .titulo-contacto{
    font-size: 7.5rem;
    font-weight: bold;
    line-height: 1;
    color: var(--corp-claro);
}

#section-contacto .contacto .subtitulo-contacto {
    margin-top: 10rem;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    color: var(--corp-claro);
}

#section-contacto .left {
    width: 217rem;
}
#section-contacto .left p{
    margin-top: 2.25rem;
}

#section-contacto .left .down {
    margin-top: 20.5rem;
}

#section-contacto .left .col1 {
    width: 94.5rem;

}

#section-contacto .col1 .horario .flex-row .columna:last-child{
    margin-left: 13rem;

}
#section-contacto .col1 .horario .section-cont{
    font-weight: 600;
    margin-top: 1rem;

}

#section-contacto .col1 .direccion p{
    width: 52rem;
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    color: var(--black);
}


#section-contacto .col2{
    padding-right: 11rem;
    padding-left: 17rem;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    margin-top: -3rem;
    width: 126.75rem;
    border-radius: 2rem;
    background: var(--corp-hover);
    margin-left: 4rem;

}

#section-contacto .col2 .subtitulo-tel{
    margin-top: 3.25rem;
    margin-bottom: 0;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.38;
    color: var(--black);

}

#section-contacto .col2 p {
    margin-top: 0rem;
    margin-bottom: 0;

}


#section-contacto .col3{
    padding-left: 14.3rem;
    width: 90rem;
}

#section-contacto .col3 p{
    margin-top: 4.5rem;
    margin-bottom: 6rem;
}

#section-contacto .col3 .redes{
    margin-top: 2.25rem;
}

#section-contacto .col3 .redes a{
    margin-right: 2.25rem;
}

/*movil*/


@media (max-width: 767px) {

    #section-contacto .left {
        width: 80rem;
    }

    #section-contacto .right {
        width: 80rem;
    }

    #section-contacto .contacto {
        width: 80rem;
        padding-left: 0;
        padding-top: 12rem;
        padding-bottom: 11.5rem;
    }

    #section-contacto .contacto .titulo-contacto {
        font-size: 6rem;
        font-weight: bold;
        line-height: 1.25;
        color: var(--corp-claro);
    }
    #section-contacto .left .col1,
    #section-contacto .left .col2,
    #section-contacto .left .col3{
        width: 80rem;
    }
    #section-contacto .col2 {
        padding-right: 5rem;
        padding-left: 10rem;
        padding-top: 4.75rem;
        padding-bottom: 5.5rem;
        margin-top: 7rem;
        margin-left: 0;
    }
    #section-contacto .col3{
        width: 80rem;
        margin-top: 10.5rem;
        padding-left: 0rem;
    }
    #section-contacto .col3  .subtitulo-contacto{
        text-align: center;
    }

    #section-contacto .col3 .redes {
        justify-content: center;
    }

    #section-contacto .left .down {
        width: 80rem;
        margin: 0 auto;
        margin-top: 8.5rem;
    }

    .btn-blue-dark-white, .btn-blue-dark-white:active {
        width: 100%;
    }

    /*principal*/
    .form-esp .form-group.check-from-group {
        margin-left: 0rem;
    }
    .form-esp .form-group.cap-from-group {
        margin-left: 0;
        padding-top: 0;
        margin-top: 2rem;
    }
}