
.container-all-single{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    width: 800px;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.container a {
    text-decoration: none;
    color: #013828;
    font-family: "MADE THIN", Sans-serif;
    font-size: 20px;
}

.box-title h1{
    font-size: 40px;
    color: #013828;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: "MADE THIN", Sans-serif;
}

.box-conteudo p {
    font-family: "MADE THIN", Sans-serif;
    color: #000000;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.12rem;
    position: relative;
    z-index: 55;
    margin: 2rem 0;
}

.box-conteudo > ul {
    font-family: "MADE THIN", Sans-serif;
}

.container-box {
    background-color: #1C1919;
    width: 100%;
    height: 545px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1501px) {

    .container {
        width: 1200px;
    }

    .container-box {
        height: 494px;
    }

}

@media (max-width: 1371px) {

    .container {
        width: 900px;
    }

    .container-box {
        height: 456px;
    }

}

@media (max-width: 1025px) {
    .container {
        width: 750px;
    }

    .container-box {
        height: 335px;
    }
}

@media (max-width: 890px) {

    .container {
        width: 400px;
    }

}

@media (max-width: 550px) {

    .container {
        width: 330px;
    }

    .container-box {
        height: 250px;
    }

}