/* JUMBO */
.jumbo{
    background-image: url(../img/jumbo/jumbo_calidad.webp);
}
/* JUMBO */

/* CALIDAD */
.calidad{
    display: flex;
    flex-wrap: wrap;
}
.calidad .col-izq{
    background-color: #dbdbdb;
    text-align: center;
}
.calidad .col-izq .tit-sec-inf{
    padding-top: 100px;
}
.calidad .col-izq .tit-sec-sup{
    padding-bottom: 40px;
}
.calidad .col-izq p{
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    padding-bottom: 60px;
}
.calidad .item{
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 140px;
}
.calidad .item .d-flex{
    padding-bottom: 40px;
    align-items: center;
}
.calidad .item h2{
    font-size: 2rem;
    padding-left: 20px;
}
.calidad .item p{
    text-align: justify;
}
.calidad i{
    color: #b60000 ;
    font-size: 3rem;
}
/* CALIDAD */

/* IMAGEN FIJA */
.imagen-fija{
    background-image: url(../img/fondos/fondoCalidad.webp) !important;
    background-color: #2b2a2a;
    background-size: cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
    height: 500px;
    box-shadow: 0px 9px 17px 0px rgba(0,0,0,0.75) inset;
}
.over {
    position: relative;
    color: white;
    text-align: center;
    /* top: 40%; */
    text-shadow: 2px 2px 5px rgba(255,255,255,0.6);
}
.imagen-fija .tit-sec-inf{
   font-weight: 500; 
}
.imagen-fija .tit-sec-sup{
   font-weight: 300; 
}
/* IMAGEN FIJA */

/* SEGURIDAD */
.seguridad{
    display: flex;
    flex-wrap: wrap;
    background-color: #b60000;
}
.seguridad .col-izq {
    position: relative;
    background-image: url(../img/fondos/fondoSeguridad.webp) !important;
}
.seguridad .item{
    padding-top: 100px;
    padding-left: 140px;
    padding-right: 140px;
}
.seguridad .col-izq .sup{
    background-color: #dbdbdb;
    text-align: center;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seguridad .col-izq .inf{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seguridad .col-izq p{
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
    padding-top: 60px;
    padding-bottom: 60px;
}
.seguridad .inf img{
    position: relative;
    top: -40px;
    width: 100%;
}
.seguridad i{
    color: #b60000 ;
    font-size: 2rem;
}
.seguridad .col-der{
    background-color: white;
}
.seguridad .col-der .objetivos{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.seguridad .col-der .tit-sec-sup{
    padding-top: 100px;
    text-align: center;
}
.seguridad .col-der .tit-sec-inf{
    padding-bottom: 40px;
    text-align: center;
}
.seguridad .col-der .objetivos .item {
    display: flex;
}
.seguridad .col-der .objetivos .item p{
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #080808;
    font-size: 0.8rem;
}
.seguridad .col-der .objetivos .item{
    padding-top: 0px;
}
.seguridad .col-der .objetivos .item .d-flex{
    padding-bottom: 10px;
}
.seguridad .col-der .objetivos .item h2{
    font-size: 1.2rem;
    padding-left: 20px;
}
/* SEGURIDAD */

/* PROCESO */
.proceso{
    background-color: #b60000 ;
    padding-bottom: 100px;
}
.proceso .triangulo{
    text-align: center;
}
.proceso .titulo{
    color: white;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.proceso .items{
    display: flex;
    flex-wrap: wrap;
    color: white;
    justify-content: space-around;
}
.proceso .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}
.proceso .items .item .cabecera{
    width: 100%;
    text-align: center;
}
 .proceso .items .item i{
    font-size: 5rem;
    position: relative;
}

.proceso .items .item h4{
    font-size: 1.8rem;
    font-weight: 900;
    position: relative;
    top: 20px;
    left: 100px;
    background-color: #1a1a1a;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    z-index: 1;
}

.proceso .items .item h3{
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    margin-top: 20px;
    min-height: 55px;
}
.proceso .items .item h5{
    font-size: 0.8rem;
    text-align: center;
    font-weight: 300;
    margin-top: 5px;
    min-height: 50px;
    display: inline-block;
    width: 100%;
    
} 
/* PROCESO */





/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_calidad_xs.webp);
    }
    /* JUMBO */
    
    /* CALIDAD */
    .calidad .col-izq .tit-sec-inf {
        padding-top: 60px;
    }
    .calidad .col-izq p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .calidad .item {
        padding-top: 60px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 60px;
    }
    .calidad i {
        font-size: 2.4rem;
    }
    .calidad .item h2 {
        font-size: 1.6rem;
    }
    /* CALIDAD */

    /* SEGURIDAD */
    .seguridad .col-izq .sup {
        padding-top: 60px;
    }
    .seguridad .col-izq p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .seguridad .col-izq .inf {
        height: 500px;
    }
    .seguridad .col-der .tit-sec-sup {
        padding-top: 60px;
    }
    .seguridad .item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .seguridad .col-der .objetivos .item h2 {
        font-size: 1.1rem;
    }
    /* SEGURIDAD */

    /* PROCESO */
    .proceso {
        padding-bottom: 40px;
    }
    /* PROCESO */

}
/* XS */

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_calidad_sm.webp);
    }
    /* JUMBO */
    
    /* CALIDAD */
    .calidad .col-izq .tit-sec-inf {
        padding-top: 60px;
    }
    .calidad .item {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
    .calidad i {
        font-size: 2.6rem;
    }
    .calidad .item h2 {
        font-size: 1.8rem;
    }
    /* CALIDAD */

    /* SEGURIDAD */
    .seguridad .col-izq .sup {
        padding-top: 60px;
    }
    .seguridad .col-izq .inf {
        height: 500px;
    }
    .seguridad .col-der .tit-sec-sup {
        padding-top: 60px;
    }
    .seguridad .item {
        padding-left: 40px;
        padding-right: 40px;
    }
    .seguridad .col-der .objetivos .item h2 {
        font-size: 1.1rem;
    }
    /* SEGURIDAD */

}
/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_calidad_md.webp);
    }
    /* JUMBO */
    
    /* CALIDAD */
    .calidad .col-izq .tit-sec-inf {
        padding-top: 60px;
    }
    .calidad .item {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 60px;
    }
    /* CALIDAD */

    /* SEGURIDAD */
    .seguridad .col-izq .sup {
        padding-top: 60px;
    }
    .seguridad .col-izq .inf {
        height: 500px;
    }
    .seguridad .col-der .tit-sec-sup {
        padding-top: 60px;
    }
    .seguridad .item {
        padding-left: 40px;
        padding-right: 40px;
    }
    .seguridad .col-der .objetivos .item h2 {
        font-size: 1.1rem;
    }
    /* SEGURIDAD */
}
/* MD */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_calidad_lg.webp);
    }
    /* JUMBO */
    
    /* CALIDAD */
    .calidad .item {
        padding-left: 60px;
        padding-right: 60px;
    }
    .calidad .item h2{
        font-size: 1.8rem;
    }
    /* CALIDAD */

    /* SEGURIDAD */
    .seguridad .item {
        padding-left: 60px;
        padding-right: 60px;
    }
    /* SEGURIDAD */

}
/* LG */

/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_calidad_xl.webp);
    }
    /* JUMBO */

    /* CALIDAD */
    .calidad .item {
        padding-left: 100px;
        padding-right: 100px;
    }
    /* CALIDAD */

    /* SEGURIDAD */
    .seguridad .item {
        padding-left: 100px;
        padding-right: 100px;
    }
    /* SEGURIDAD */
}
/* XL */