.banner-ec {
    height: 335px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-banner-ec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner-ec h1 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
}

.content-post {
    padding: 80px 100px;
    background: #FCFCFC;

}

.c-content-post {
    color: #838383;
    font-family: Montserrat;
}

.content-post h2 {
    color: #838383;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.content-post p {
    color: #838383;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.duvida-ec {
    padding-bottom: 125px;
    background: #FCFCFC;
}

.c-duvida-ec {
    padding: 0 100px;
    height: 100%;
}

.card-duvida-ec {
    display: flex;
    height: 318px;
}

.img-duvida-ec {
    width: 40%;
    border-radius: 20px 0px 0px 20px;
    height: 100%;
}

.img-duvida-ec img {
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    width: 100%;
    object-fit: cover;
}

.info-duvida-ec {
    background: #EAEAEA;
    border-radius: 0 20px 20px 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    padding-left: 75px;
}

.info-duvida-ec h2 {
    color: #333;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
}

.info-duvida-ec a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 16px 48px;
    border-radius: 60px;
    background: #BE9F56;
    text-decoration: none;
}

.politica-compromisso h2{
    /*font-size: 18px;*/
}

.politica-compromisso h3 {
    color: #838383;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}


.codigo-etica h3{
    color: #838383;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

@media all and (max-width:1800px) {

    .c-duvida-ec {
        padding: 0;
    }

    .content-post {
        padding: 50px 0;
    }

}

@media all and (max-width:1200px) {

    .info-duvida-ec h2{
        font-size: 32px;
    }


}

@media all and (max-width:1021px) {

}

@media all and (max-width: 781px) {

    .banner-ec h1 {
        font-size: 32px;
    }

    .card-duvida-ec {
        flex-direction: column;
        height: auto;
    }

    .img-duvida-ec {
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: 200px;
    }

    .img-duvida-ec img {
        border-radius: 20px 20px 0 0;
    }

    .info-duvida-ec {
        border-radius: 0 0 20px 20px;
        width: 100%;
        padding: 25px;
        align-items: center;
        justify-content: center;
    }

    .info-duvida-ec h2{
        text-align: center;
        font-size: 28px;
    }

}

@media all and (max-width: 551px) {

}