/* header */
.header{position:relative;}
.header_bg{width:100%;height:auto;}
.header_title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-family:'Kumbh Sans',sans-serif;font-weight:900;mix-blend-mode:overlay;}

/* proveedores */
.proveedores{font-family:'Kumbh Sans',sans-serif;}
.proveedores_icon{width:6rem;margin:auto;margin-bottom:1rem;}
.proveedores__t1,.proveedores__t2{color:#013174;font-weight:900;text-align:center;margin:auto;}
.proveedores__t3{color:#313233;text-align:center;}
.proveedores__t4{color:#313233;text-align:center;}
.proveedores__t3 a{text-decoration:none;color:#313233;font-weight:900;}
.proveedores__t4 a{text-decoration:none;color:#313233;font-weight:900;}

/* footer */
.footer,.copyright{background-color:#228ccd;}

/* Responsive style */
@media (max-width: 599px){
    .header_title{font-size:3rem;letter-spacing:-1px;}

    .proveedores .content{padding-bottom:6rem;}
    .proveedores__t1,.proveedores__t2{font-size:1.5rem;max-width:40rem;margin-bottom:1rem;}
    .proveedores__t3{font-size:1.2rem;margin-bottom:1rem;}
    .proveedores__t4{width:100%;margin:auto;font-size:3vw;}
}

@media (max-width:899px) and (min-width: 600px){
    .header_title{font-size:4rem;letter-spacing:-1px;}

    .proveedores .content{padding-bottom:6rem;}
    .proveedores__t1,.proveedores__t2{font-size:1.6rem;max-width:40rem;margin-bottom:1rem;}
    .proveedores__t3{font-size:1.2rem;margin-bottom:1rem;}
    .proveedores__t4{max-width:80vw;margin:auto;font-size:2vw;}
}

@media (max-width:1199px) and (min-width: 900px){
    .header_title{font-size:5rem;letter-spacing:-2px;}

    .proveedores .content{padding-bottom:8rem;}
    .proveedores__t1,.proveedores__t2{font-size:2rem;max-width:40rem;margin-bottom:1rem;}
    .proveedores__t3{font-size:1.5rem;margin-bottom:1rem;}
    .proveedores__t4{max-width:70vw;margin:auto;font-size:1.5vw;}
}

@media (max-width:1399px) and (min-width: 1200px){
    .header_title{font-size:6rem;letter-spacing:-2px;}

    .proveedores .content{padding-bottom:8rem;}
    .proveedores__t1,.proveedores__t2{font-size:2rem;max-width:40rem;margin-bottom:1rem;}
    .proveedores__t3{font-size:1.5rem;margin-bottom:1rem;}
    .proveedores__t4{max-width:60vw;margin:auto;font-size:1.2vw;}
}

@media (min-width:1400px){
    .header_title{font-size:8rem;letter-spacing:-2px;}

    .proveedores .content{padding-bottom:10rem;}
    .proveedores__t1,.proveedores__t2{font-size:2.5rem;max-width:45rem;margin-bottom:1rem;}
    .proveedores__t3{font-size:1.8rem;margin-bottom:1.5rem;}
    .proveedores__t4{max-width:60vw;margin:auto;font-size:1.3vw;}
}