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-arquitectura {
    background-image: url("./img/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;    
    min-height: 100vh;
}
.bg-arquitectura-2 {
    background-image: url("./img/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;    
    min-height: 100vh;
}
.bg-arquitectura-3 {
    background-color: rgba(73, 77, 91, 0.8);
    background-image: url("./img/bg3.png");
    background-repeat: no-repeat;
    background-size: cover;    
    min-height: 80vh;
}
.bg-footer {
    background-color: rgba(73, 77, 91, 0.3) !important;
    background-image: url("./img/footer.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 129px;
}
.bg-494d5b {
    background-color: rgba(73, 77, 91, 0.8);
}
.protemax-top {
    background-image: url("./img/top.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 120px;
}
/*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-34px { font-size: 34px; }
.texto-39px { font-size: 39px; }
.texto-50px { font-size: 50px; }
.texto-72px { font-size: 72px; }
/*Bgs*/
.bg-button-red { background-color: #d0001d; }
.bg-modal,.tabla-formulario > tbody > tr > td { background-color: rgba(73, 77, 91, 0); }
.bg { background-color: #31374C; }
/*Text color*/
.texto-31374c { color: #31374c; }
.texto-ffffff { color: #fff; }
.texto-000000 { color: #000000; }
/*padding - margin*/
.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; }
.margin-top-30px { margin-top: 30px; }
/*Height*/
.width-350px {
    min-width: 350px;
}
.width-max-800px { max-width: 800px; }
.width-75p { max-width: 75%; }
.height-60px { min-height: 60px; }
.height-min-450px { min-height: 450px; }
.height-min-550px { min-height: 550px; }
.height-min-650px { min-height: 650px; }
.height-100vh { height: 100vh; }
.height-600px { min-height: 100%; max-height: 100vh; }
/*Otros*/
.border-raduis-25 { border-radius: 25px; }
.barra-blanca {     
    border-top: 4px solid #ffffff;
    height: 10px;
    display: block;
    max-width: 29%;
}
.border-right-1-31374C { 
    border-right: 1px solid #31374C;
    height: 38vh;
    max-height: 58vh;
    display: block;    
}
/*Imgs*/

/*ajustes moviles*/
@media only screen and (max-width: 600px) {
    .protemax-top {
        background-image: url(./img/top.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
        min-height: 50px;
        margin-bottom: 20px;
    }
    .padding-top-10p {
        padding-top: 1%;
    }
    .texto-72px {
        font-size: 50px;
    }    
    .text-end {
        text-align: center !important;
    }
    .bg-footer {
        min-height: 28px;
    }
    .flag-mobile {
        display: none;
    }
    .padding-general-50px { padding: 2px 50px 50px 50px; }
    .bg-arquitectura {
        background-image: url("./img/bg1mobile.png");
        background-repeat: no-repeat;
        background-size: cover;    
        min-height: 100vh;
    }
    .bg-arquitectura-2 {
        background-image: url("./img/bg2mobile.png");
        background-repeat: no-repeat;
        background-size: cover;    
        min-height: 100vh;
    }
    .bg-arquitectura-3 {
        background-color: rgba(73, 77, 91, 0.8);
        background-image: url("./img/bg3mobile.png");
        background-repeat: no-repeat;
        background-size: cover;    
        min-height: 80vh;
    }    

}