body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    color: #31374C;
}
/*backgrounds*/
.bg-gris-efecto {
    background-color: rgba(49, 55, 76, 0.45);
    min-height: 100vh;
}
.bg-automotriz {
    background-image: url("./img/automotriz/bg-automotriz.png");
    background-repeat: no-repeat;
    background-size: cover;    
    min-height: 100vh;
}
.bg-footer {
    background-image: url("./img/footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 129px;
}
.protemax-top {
    background-image: url("./img/top.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 140px;
}
/*Titulos*/
.texto-weight-100 { font-weight: 100; }
.texto-weight-200 { font-weight: 200; }
.texto-13px { font-size: 13px; }
.texto-15px { font-size: 15px; }
.texto-19px { font-size: 19px; }
.texto-22px { font-size: 22px; }
.texto-26px { font-size: 26px; }
.texto-39px { font-size: 39px; }
.texto-72px { font-size: 72px; }
/*Bgs*/
.bg-button-red { background-color: #d0001d; }
.bg-button-verde { background-color: #045b50; }
.bg-modal,.tabla-formulario > tbody > tr > td { background-color: #dddcd9; }
.bg { background-color: #31374C; }
/*Text color*/
.texto-31374c { color: #31374c; }
.texto-ffffff { color: #fff; }
.texto-000000 { color: #000000; }
/*padding*/
.padding-0 { padding: 0; }
.padding-general-50px { padding: 50px; }
.padding-top-10p { padding-top: 10%; }
.padding-top-12p { padding-top: 12%; }
.padding-top-15p { padding-top: 15%; }
.padding-top-25px { padding-top: 25px; }
.padding-top-50px { padding-top: 50px; }
.padding-top-105px { padding-top: 105px; }
/*Height*/
.width-350px {
    min-width: 350px;
}
.width-75p { max-width: 75%; }
.height-60px { min-height: 60px; }
.modal-position-form {
    position: relative;
    z-index: 100000;
    float: inline-start;
    width: 100%;
    display: block;
    margin-top: 117px;
}
.height-100vh { height: 100vh; max-height: 0;}
.height-600px { min-height: 100%; max-height: 100vh; }
/*Otros*/
.border-right-1-31374C { 
    border-right: 1px solid #31374C;
    height: 38vh;
    max-height: 58vh;
    display: block;    
}
a:link.ws-btn, a:active.ws-btn, a:visited.ws-btn {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    background-color: #045b50;
    padding: 25px;
    font-size: 19px;
    border-radius: 12px;
}
a:hover.ws-btn {
    background-color: #337970;
}
.barra-blanca {     
    border-top: 4px solid #ffffff;
    height: 10px;
    display: block;
    max-width: 29%;
}
/*Imgs*/
.vehiculo {
    background-image: url("./img/automotriz/auto.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    max-width: 620px;
    min-height: 295px;
}
.beneficios {
    background-image: url("./img/automotriz/beneficios.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-width: 620px;
    min-height: 295px;    
}
/*ajustes moviles*/
@media only screen and (max-width: 600px) {
    .vehiculo {
        background-image: url("./img/automotriz/auto.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        min-width: 381px;
        min-height: 175px;
    }
    .beneficios {
        background-image: url("./img/automotriz/beneficios.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        min-width: 370px;
        min-height: 160px;    
    }
    .padding-top-10p {
        padding-top: 1%;
    }
    .texto-39px {
        font-size: 34px;
    }    
    .texto-72px {
        font-size: 50px;
    }
    .protemax-top {
        background-image: url(./img/top.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        min-height: 50px;
        margin-bottom: 20px;
    }
    .text-end {
        text-align: center !important;
    }
    .bg-footer {
        min-height: 28px;
    }
    .flag-mobile {
        display: none;
    }
    .width-75p { max-width: 100%; }         
  }