* {
    
    font-family:                NUNITO, sans-serif;
    box-sizing:                 border-box;
    
}
.titulo_separador {
    
    color:                      #e7490f;
    font-family:                Barlow, sans-serif;
    font-weight:                900;
    font-size:                  2em;
    margin:                     25px auto;
    text-align:                 left;
    width:                      90%;
    
}
.portada {
    
    padding-top:                116px;
    padding-bottom:             116px;
    background-image:           url("../images/calidad/fondo_construccion.jpg");
    background-position:        42% 50%;
    background-size:            cover;
    background-repeat:          no-repeat;
    margin:                     auto;
    width:                      100%;
    
}
.portada .caja {
    
    margin:                     auto 5%;
    max-width:                  90%;
    width:                      600px;
    
}
.portada .caja .titulo {
    
    color:                      #e7490f;
    font-size:                  1.5em;
    font-weight:                700;
    
}
.portada .caja .texto {
    
    color:                      #515151;
    font-size:                  1em;
    font-weight:                300;
    line-height:                2em;
    text-align:                 justify;
    
}
.certificados {
    
    display:                    flex;
    flex-wrap:                  wrap;
    margin:                     20px auto 50px;
    width:                      100%;
    
}
.certificados div {
    
    order:                      1;
    width:                      100%;
    
}
.certificados div h2 {
    
    color:                      #e7490f;
    font-weight:                700;
    
}
.certificados div:last-child {
    
    order:                      0;
    padding:                    1em;
    width:                      100%;
    
}
.certificados div p {
    
    text-align:                 justify;
    font-size:                  1em;
    font-weight:                300;
    line-height:                2em;
    
}
@media only screen and (min-width: 580px){
    
    .certificados {
        
        margin:                 50px auto 50px;
        
    }
    .certificados div {
        
        width:                  40%;
        
    }
    
    .certificados div:last-child {
        
        order:                  1;
        padding:                2em;
        width:                  60%;
        
    }
    
    
    
}
@media only screen and (min-width: 1024px){
    
    .certificados div {
        
        width:                  25%;
        
    }
    
    .certificados div:last-child {
        
        order:                  1;
        padding:                2em;
        width:                  75%;
        
    }
    
}