/* Certificación */
body > section:nth-child(2){
    background: linear-gradient(180deg, #416567 0%, #1C2D2E 100%);
}

body > section > div > p{
    color: #fff;
}

/* Responsive */
@media (max-width: 700px){
    body > section:nth-child(2) > div.uk-child-width-expand > h1{
        font-size: 24px !important;
    }
}
@media (max-width: 448px){
    body > header > img{
        height: 50vh;
    }
}
@media (max-width: 300px){
    body > section:nth-child(2) > div.uk-child-width-expand > h1{
        font-size: 20px !important;
        padding: 10px;
    }
    body > section:nth-child(2) > div.uk-child-width-expand > h2{
        font-size: 14px !important;
    }
    body > section:nth-child(1) > div.uk-position-bottom-center > h1 > span{
        font-size: 14px !important;
    }
    body > section:nth-child(1) > div.uk-position-bottom-center > h1{
        font-size: 24px !important;
    }
}
