body {
    background-color: #EEF0EB !important;
}

.logo {
    width: 100px;
}

.banner {
    border-radius: 24px;
}

button,
a {
    transition: 0.4s !important;
}

.buttonBanner {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background-image: url(../img/bottomSideBanner.svg);
    background-position: center center;
    background-size: cover;
    width: 322px;
    height: 139px;
    text-align: right;
    align-content: end;
    padding-right: 1px;
    padding-bottom: 1px;
}

.is-type-video iframe {
    width: 100%;
    height: 400px;
}

.mission {
    font-size: 32px;
    text-align: center;
    position: relative;
}

.mission p {
    padding: 0px 60px;
}

.mission img {
    width: 50px;
}

.mission img:nth-child(1) {
    position: absolute;
    top: 0;
}

.mission img:nth-child(3) {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(-100%, -100%);
}

.faq_home .contentFaq {
    background-color: #1DAE85;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: -1px 0;
    width: 100%;
    position: relative;
    color: white;
}

.faq_home img:nth-child(1) {
    width: 120%;
}

.faq_home img:nth-child(3) {
    width: 120%;
    rotate: 180deg;
}

.faq-item {
    border-radius: 16px 0px 16px 16px !important;
}

.faq-item:nth-child(odd) {
    background-color: #0E7759;
}

.faq-item:nth-child(even) {
    background-color: #006058;
}

.jogos-content img {
    width: auto !important;
}

.jogos-content iframe {
      width:100% !important;
  height:100% !important;
  display:block;
  border:0;
  object-fit: contain;
}

.contato_home>div {
    background-color: #1DAE85 !important;
}

section a{
    color: #0E7759 !important;
    text-decoration: underline !important;
    font-weight: bold;
}

#apoie .contentApoie {
    background-color: #F0B100;
    position: relative;
    color: white;
    margin: -1px 0;
}

#apoie>img:nth-child(1) {
    width: 120%;
}

#apoie>img:nth-child(3) {
    width: 120%;
    rotate: 180deg;
}

.footer {
    padding-bottom: 250px !important;
    position: relative;
}

.bgFooter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 0;
}

/* SOBRE */

.img_sobre img {
    border-radius: 999px 0px 0px 999px;
}

/* BIBLIOTECA E TRABALHE CONOSCO */

.top_search {
    position: relative;
}

.top_search_content {
    margin: -1px 0px;
}

.top_search>img:nth-child(1) {
    width: 120%;
}

article {
    position: relative;
}

.tag_post {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.tab_filter_content>div {
    width: fit-content;
    margin: 0 auto;
}

.tab_filter_content .btn-tab {
    text-wrap-mode: nowrap;
}

.bgFooter {
    width: 100%;
}


.partners-logo img {
    max-height: 40px;
    width: auto;
}

.content h2 {
    font-size: 24px !important;
}

.content p {
    margin-top: 16px;
}

.content img {
    margin-top: 16px;
    border-radius: 16px;
}

.content figcaption {
    font-style: italic;
    color: gray;
    font-size: 12px;
}

.wp-block-accordion-item {
    padding: 16px;
    border-radius: 16px;
    background-color: white;
    margin-bottom: 16px;
    transition: 0.3s !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1)  ;
}

@media (max-width:748px) {

    .contentBanner {
        width: 100% !important;
        top: 10% !important;
        transform: translate(0, 0) !important;
        left: initial !important;
        margin: 0 auto !important;
        padding: 0px 50px !important;
    }

    .mission p {
        font-size: 16px;
    }

    .mission img:nth-child(3) {
        transform: translate(0%, -100%);
    }

    #projetos .bg-imd-yellow {
        height: 100%;
        justify-content: space-between;
    }

    .bgFooter {
        height: 380px;
        object-fit: cover;
        object-position: center;
    }
}

@media (min-width:1527px) {
    .footer {
        padding-bottom: 370px !important;
    }
}

@media (min-width:2302px) {
    .footer {
        padding-bottom: 470px !important;
    }
}