@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

* {
    font-family: "Didact Gothic", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}


@media screen and (min-width: 768px) {
    body {
        padding-top: 50px;
    }
}

.img-top {
    width: 100%;
    height: 300px; 
    background: url(../../imagens/sobrenos/certificado/header.jpg)  no-repeat center center;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .img-top {
        height: 200px;
    }
}
@media screen and (max-width: 550px) {
    .img-top {
        height: 100px;
    }
}

.title {
    padding: 2rem 3rem 1rem 3rem;
}

.certificado {
    text-align: center;
    padding: 2rem 3rem 3rem 3rem;
}
.certificado img {
    max-width: 80%; 
    height: auto; 
}


@media (max-width: 768px) {
    .title {
        padding: 2rem 1.5rem 1rem 1.5rem;
    }
    .certificado {
        padding: .5rem 1.5rem 3rem 1.5rem;
    }
}
@media screen and (min-width: 1500px) {
    .certificado {
        padding-left: 300px;
        padding-right: 300px;
    }
}