/* .w-gray{
    background-color: #e7ebea;
}
.card-contacto{
    border-radius: 20px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    position: relative;
    margin-top: -58px;
}
.back-transporte {
    background-image: url(../images/fondo-camion-nav.png);
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 300px;
    position: relative;
    z-index: 0;
}
.back-transporte-nosotros{
    height: 300px;
    position: relative;
    z-index: 0;
}
.backnosotros {
    background-image: url(../images/fondo-nosotros.png);
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: relative;
    z-index: 0;
}

#btn_demo {
    background-color: var(--color-tr-primario);
    font-size: 18px;
    color: white;
    border: 1px solid var(--color-tr-primario);
    transition: 0.2s all;
    text-align: center;
    padding: 6px 28px !important;
    width: 200px;
}
#btn_demo:hover {
    text-decoration: none;
    color: var(--color-tr-primario);
    background-color: white;
}
.form_demos input{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    color: black;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    height: 40px;
}
.form_demos textarea{
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    color: black;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    height: 120px;
} */

.hvcontacto{
    background-image: url("../images/contacto/fondo-contacto.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1020px;
    display: table;
}
.h1contacto{
    margin: 120px 0 50px 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 56px;
    color: var(--color-tr-secundario);
    position: relative;
}
.h1contacto:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 6px;
    /* background: #FF3562; */
    background-image: linear-gradient(90deg, #C3C3C3 0%, var(--color-tr-secundario) 0%, var(--color-tr-secundario) 50%, #C3C3C3 50%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 250px;
    margin: 0 auto;
}
.card-telsc p {
    color: #11293c;
    font-weight: 700;
    font-size: 20px;
    padding-left: 58px;
    margin: 0 0 30px 0;
}
.card-telsc p a{
    color: #11293c;
}
.pc_llamada {
    background-image: url(../images/contacto/celular.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left;
}
.pc_ubica {
    background-image: url(../images/contacto/ubicacion.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}
.pc_mails{
    background-image: url(../images/contacto/email.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left;
}
.dvform{
    margin-top: 120px;
}
.lyen_cont {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.h2contacto {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: var(--color-tr-secundario);
    border-bottom: 2px solid var(--color-tr-secundario);
    width: 370px;
    margin: 0 auto;
}
.form_demos {
    width: 88%;
    margin: 45px auto 0 auto;
}
.form_demos label {
    color: #11293c;
    font-weight: 700;
    font-size: 18px;
}
.form_demos input {
    border-radius: 8px;
    height: 46px;
    font-weight: 700;
}
.form_demos textarea {
    height: 140px;
    border-radius: 8px;
    font-weight: 700;
}
.btn-spa-primario {
    color: white;
    background-color: var(--color-tr-secundario);
    border: 2px solid var(--color-tr-secundario);
    font-weight: 700;
    width: 220px;
    border-radius: 20px !important;
    margin: 30px 0 0 0 !important;
    transition: 0.5s all;
}
.btn-spa-primario:hover{
    background-color: white;
    color: var(--color-tr-secundario);
}
@media (max-width: 1042px){
    .h1contacto {
        font-size: 42px;
        line-height: 45px;
    }
    .h2contacto {
        font-size: 34px;
    }
}
@media (max-width: 620px){
    .hvcontacto {
        height: auto;
        background-position: -60px;
        padding-bottom: 60px;
    }
    .h1contacto {
        font-size: 26px;
        line-height: normal;
    }
    .h1contacto br{
        display: none;
    }
    .h2contacto{
        width: 100%;
    }
    .card-telsc p {
        font-size: 16px;
        padding-left: 50px;
    }
    .dvform {
        margin-top: 30px;
    }
}