
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Bocadillo';
  src: url('../fonts/dk-bocadillo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

:root {
    --azul-primario: #283795;
    --azul-claro: #C3C9EE;
    --branco: #FFF;
    --preto: #000;
    --vermelho: #D52728;
    --lilas: #DFE2F6;
}
html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}
body {
    box-sizing: border-box;
}
body.page-template-home-plan-aula {
    font-family: "Barlow", sans-serif;
}
.titulo-sections {
    font-family: "Bocadillo", sans-serif;
    margin-bottom: 1rem;
}
.txt-azul-p {
    color: var(--azul-primario);
}
.txt-vermelho {
    color: var(--vermelho);
}
.txt-branco {
    color: var(--branco);
}
.f-16 {
    font-size: 1rem;
}
.f-17 {
    font-size: 1.063rem;
}
.f-18 {
    font-size: 1.125rem;
}
.f-19 {
    font-size: 1.188rem;
}
.f-20 {
    font-size: 1.25rem;
}
.f-22 {
    font-size: 1.375rem;
}
.f-23 {
    font-size: 1.438rem;
}
.f-26 {
    font-size: 1.625rem;
}
.f-28 {
    font-size: 1.75rem;
}
.f-30 {
    font-size: 1.875rem;
}
.f-35 {
    font-size: 2.188rem;
}
.f-45 {
    font-size: 2.813rem;
}
.f-54 {
    font-size: 3.375rem;
}
.f-56 {
    font-size: 3.5rem;
}
.f-68 {
    font-size: 4.25rem;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.lh-32 {
    line-height: 32px;
}
/*HEADAER*/
header {
    width: 100%;
    min-height: 579px;
    background-color: var(--azul-primario);
    background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_left.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_center.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_right.png');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom left, 46% bottom, 103% 98%;
    background-size: auto, auto, 40%;
    display: flex !important;
    align-items: center;
}
header#sobre .text-dir {
    padding-top: 4.5rem;
}
/*NAVBAR*/
nav.navbar {
    width: 100%;
    max-width: 1140px;
    max-height: 82px;
    background-color: var(--branco);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 45px;
    position: fixed;
    top: 45px;
    margin-top: 20px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar .navbar-menu {
    position: relative;
}
.navbar .logomarca img {
    width: 100%;
    max-height: 48px;
}
.navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.navbar ul li {
    margin: 0 15px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
    position: relative;
}
.navbar ul li a {
    text-decoration: none;
    color: #4E4E4E;
}
.navbar ul li a:hover {
    color: var(--preto);
}
.navbar ul li a.current-active,
footer #menuMobileEd li a.current-active {
    color: var(--preto);
    font-weight: 700;
}
.navbar ul li a.current-active::after,
footer #menuMobileEd li a.current-active::after {
    content: '';
    width: 100%;
    height: 15px;
    background: url("../images/active_line_menu.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -10px;
}
footer #menuMobileEd li a.current-active::after {
    bottom: unset;
    margin-top: 15px;
    width: 45%;
    left: 28%;
}
.navbar ul li:nth-child(1) a.current-active::after,
.navbar ul li:nth-child(5) a.current-active::after,
.navbar ul li:nth-child(7) a.current-active::after {
    width: 80px;
    height: 12px;
    background-size: 100%;
    left: -15px;
}
.navbar ul li:nth-child(7) a.current-active::after {
    left: -20px;
}
.navbar ul li:nth-child(4) a.current-active::after,
.navbar ul li:nth-child(6) a.current-active::after {
    height: 10px;
    background-size: 80%;
}
/*Menu Mobile*/
nav.navbar .mobile__toggleMenu {
    width: 27px;
    height: 18px;
    padding: 20px 18px;
    background-color: transparent;
    background-image: url("../images/ico_menu_mobile.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
nav.navbar .mobile__toggleMenu.btn-ativo {
    background-image: url("../images/ico_menu_mobile_fechar.svg");
    background-size: 80%;
    transition: ease .2s;
}

footer .mobile__Menu {
    background-color: transparent;
    color: #fff;
    position: fixed;
    transition: ease-in .2s;
}
footer .mobile__Menu.active {
    width: 45%;
    animation: fadeIn .1s;
    top: 4%;
    padding-top: 50px;
    right: 15px;
    z-index: 1;
}
footer #menuMobileEd {
    list-style: none;
    text-transform: uppercase;
    padding: 0;
}
footer #menuMobileEd li {
    width: 100%;
    background-color: var(--branco);
    padding: 10px 0 12px 0;
    margin: 8px 0;
    border-radius: 50px;
    box-shadow: 3px 3px 5px rgba(0,0,0,.2);
}
footer #menuMobileEd li a {
    color: #4E4E4E;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 600;
}
footer #menuMobileEd li a.site-efape {
    margin-top: 5px;
}

/*SECTION NOVIDADES*/
section#novidades,
section#propositos {
    width: 100%;
    padding: 40px 0;
}
section#novidades .slider-novidades {
    padding-left: 100px;
}
section#novidades .slider-novidades .card-slide-holder {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 370px;
}
section#novidades .slider-novidades .item a,
section#novidades .slider-novidades .item a:hover {
    color: var(--preto);
    text-decoration: none;
}
section#novidades .slider-novidades .card-slide-holder img {
    border-radius: 20px;
}
section#novidades .slider-novidades .card-slide-holder .texto {
    width: 100%;
    font-weight: 600;
    padding-left: 30px;
}
section#novidades .slider-novidades .card-slide-holder .texto p {
    line-height: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
section#novidades .slider-novidades .card-slide-holder .texto::before {
    content: '';
    width: 10px;
    min-height: 115px;
    background-color: var(--azul-claro);
    position: absolute;
    left: 0;
    border-radius: 30px;
}
section#novidades .slider-novidades .owl-nav {
    margin-left: 30px;
    margin-top: 20px;
}
section#novidades .slider-novidades .owl-nav .owl-prev,
section#novidades .slider-novidades .owl-nav .owl-next {
    background-color: var(--vermelho);
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
}
section#novidades .slider-novidades .owl-nav .owl-prev span,
section#novidades .slider-novidades .owl-nav .owl-next span {
    font-size: 1px;
    color: var(--vermelho);
}
section#novidades .slider-novidades .owl-nav .owl-prev {
    background-image: url('../images/ico_slider_prev.svg');
}
section#novidades .slider-novidades .owl-nav .owl-next {
    background-image: url('../images/ico_slider_next.svg');
}
section#novidades .owl-theme .owl-nav [class*=owl-] {
    margin: 5px 2px;
}
section#novidades .owl-theme .owl-nav .btn-efape-portal {
    width: fit-content;
    background-color: transparent;
    color: var(--vermelho);
    font-weight: 600;
    border: solid 1px var(--vermelho);
    border-radius: 50px;
    padding: 13px 20px;
    position: relative;
    left: 5px;
}
/*SECTION PROPOSITOS*/
section#propositos {
    min-height: 640px;
    background-color: var(--lilas);
    background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_section_propositos.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
section#propositos .cols-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
section#propositos .cols-holder .col1-img {
    width: 34%;
}
section#propositos .cols-holder .col1-img img{
    max-width: 477px;
    width: 100%;
    height: auto;
}
section#propositos .cols-holder .col2-caixas {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
section#propositos .cols-holder .col2-caixas .caixa-topo {
    background-color: var(--branco);
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
}
section#propositos .cols-holder .col2-caixas .caixas-icos {
    width: 32%;
    min-height: 250px;
    background-color: var(--azul-primario);
    color: var(--branco);
    padding: 15px 20px;
    margin: 0 5px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*SECTION COMO FUNCIONA*/
section#comofunciona {
    width: 100%;
    padding: 60px 0;
    background-color: var(--azul-primario);
    background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_section3.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
section#comofunciona .nav-pills .nav-link {
    border-radius: 0;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 12px 0;
    color: #495057;
    border-top: solid 1px var(--branco);
    display: flex;
    align-items: center;
}
section#comofunciona .nav-pills .nav-link:nth-last-child(1) {
    border-bottom: solid 1px var(--branco);
}
section#comofunciona .nav-pills .nav-link.active {
    background-color: transparent;
    border-top: solid 1px var(--branco);
    color: var(--branco);
    font-size: 1.5rem;
    font-weight: 600;
}
section#comofunciona .nav-pills .nav-link:not(.active) {
    color: #bfc3df;
    font-size: 1.5rem;
    font-weight: 600;
}
section#comofunciona .nav-pills .nav-link:hover:not(.active) {
    background-color: transparent;
    color: var(--branco);
}
section#comofunciona .nav-pills .nav-link .num-comecar,
section#comofunciona .accordion .num-comecar {
    width: 32px;
    height: 38px;
    background-image: url('../images/bg_num_s3.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    font-size: 1.25rem;
    font-style: normal;
    color: var(--branco);
    display: flex;
    align-items: center;
    padding-left: 4px;
    margin-right: 10px;
}
section#comofunciona .tab-content {
    margin-left: 20px;
}
section#comofunciona .tab-content,
section#comofunciona .tab-pane {
    border-radius: 20px;
    background-color: var(--vermelho);
    color: var(--branco);
    padding-top: 1px;
}
section#comofunciona .tab-pane .texto {
    padding: 20px 30px 15px 30px;
}
section#comofunciona .tab-content img,
section#comofunciona .tab-pane img {
    margin-top: 25px;
    border-radius: 20px;
}
section#comofunciona .acesso-ava-efape {
    width: 100%;
    min-height: 87px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
section#comofunciona .btn-ava-efape {
    width: fit-content;
    background-color: var(--vermelho);
    padding: 15px 30px;
    font-size: 1.063rem;
    font-weight: 600;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
}
section#comofunciona .btn-ava-efape::after {
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/ico_btn_s3.svg') no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    right: 48px;
    bottom: 0;
}
section#comofunciona .accordion {
    background-color: transparent;
}
section#comofunciona .custom-accordion .card {
    border-radius: 0 !important;
    border: 0 !important;
    overflow: hidden;
    background-color: transparent;
}
section#comofunciona .custom-accordion .card-header {
    background-color: transparent;
    border-top: 1px solid var(--branco);
    border-bottom: 0;
    padding: 0;
}
section#comofunciona .custom-accordion .card-header h5 {
    margin-bottom: 0;
}
section#comofunciona .custom-accordion .card-header .btn-link {
    display: flex;
    width: 100%;
    text-align: left;
    padding: 15px 0;
    text-decoration: none;
    font-size: 1.563rem;
    font-weight: 700;
    color: #bfc3df;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 0;
    position: relative;
}
section#comofunciona .custom-accordion .card-header .btn-link:hover {
    color: var(--branco);
}
section#comofunciona .custom-accordion .card-header .btn-link[aria-expanded="true"] {
    color: #ffffff;
}
section#comofunciona .custom-accordion .card-header .btn-link[aria-expanded="false"]::after,
section#comofunciona .custom-accordion .card-header .btn-link[aria-expanded="true"]::after {
    content:'';
    padding: 18px;
    background-image: url('../images/ico_seta_baixo_sanfona.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: 10px;
}
section#comofunciona .custom-accordion .card-header .btn-link[aria-expanded="true"]::after {
    background-image: url('../images/ico_seta_cima_sanfona.svg');
}
section#comofunciona .custom-accordion .card-body {
    color: var(--branco);
    padding: 15px;
}
section#comofunciona .custom-accordion .card-body h4 {
    display: none;
}
section#comofunciona .accordion-hidden {
    display: none !important;
}
/*SECTION TEMAS*/
section#temas {
    padding: 60px 0;
    min-height: 800px;
    background-color: #f8f6f6;
    background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_section_temas.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left bottom;
}
section#temas .svg-temas {
    margin: 50px auto;
}
section#temas .svg-temas a,
section#temas .svg-temas a:hover,
section#temas .svg-temas-mobile a,
section#temas .svg-temas-mobile a:hover,
section#temas .svg-temas .btn-temas-modal {
    text-decoration: none;
    cursor: pointer;
}
section#temas .svg-temas a:hover g {
    margin-top: -3px;
}
section#temas .svg-temas a:hover g rect {
    fill: #b12324;
    transition: ease-in-out .3s;
}
section#temas .acesso-ava-efape-temas {
    margin: 0 auto;
    text-align: center;
}
section#temas .acesso-ava-efape-temas a,
section#temas .acesso-ava-efape-temas a:hover {
    text-decoration: none;
}
section#temas .modal .modal-dialog {
    max-width: 335px;
}
section#temas .modal .modal-content {
    background-color: #edeffa;
    border-radius: 30px;
}
section#temas .modal .modal-body {
    padding: 20px;
}
section#temas .modal .modal-body .close {
    opacity: 1;
    position: absolute;
    right: -5%;
    top: -2%;
}
section#temas .modal .modal-body .container ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.modal-backdrop {
    z-index: 2 !important;
}
/*SECTION VIDEO*/
section#video {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section#video #video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}
section#video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(40, 55, 149, .58);
    background-image: url('../images/graf_video_section.png');
    background-repeat: no-repeat;
    z-index: 0;
}
section#video .content {
    width: 65%;
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-left: 15%;
}
section#video .content .titulo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
section#video .content .titulo-holder .transforme {
    margin-right: 15px;
}
section#video .content .titulo-holder .planejamento {
    background-image: url('../images/sub_titulo_video.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% 100%;
}
/*SECTION DOCUMENTOS*/
section#documentos {
    padding: 50px 0;
    background-color: var(--azul-claro);
}
section#documentos .bloco-documentos {
    background-color: var(--branco);
    padding: 25px 40px;
    border-radius: 32px;
    position: relative;
}
section#documentos .bloco-documentos::after {
    content: '';
    width: 132px;
    height: 152px;
    background-image: url('../images/graf_docs.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    position: absolute;
    right: -20%;
    bottom: 10%;
}
section#documentos .bloco-documentos ul.lista-docs {
    list-style-type: none;
    font-size: 1.188rem;
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}
section#documentos .bloco-documentos ul.lista-docs li {
    margin: 30px 0;
}
section#documentos .bloco-documentos ul.lista-docs li a,
section#documentos .bloco-documentos ul.lista-docs li a:hover {
    background-image: url('../images/ico_documentos.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left center;
    display: block;
    padding-left: 40px;
    color: var(--preto);
}
/*SECTION FAQ*/
section#faq {
    padding: 50px 0;
    min-height: 800px;
    background-color: var(--azul-primario);
    background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_top_faq.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_bottom_faq.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 100%;
    background-position: 10% 50%, bottom left;
}
section#faq .accordion,
section#faq .accordion .card {
    background-color: transparent;
    border: 0;
}
section#faq .accordion .card {
    border-top: solid 1px #fff;
    border-radius: 0;
}
section#faq .accordion .card:nth-child(1) {
    border-top: 0;
}
section#faq .accordion .card:nth-last-child(1) {
    border-bottom: solid 1px #fff;
}
section#faq .accordion .card .card-body {
    background-color: var(--branco);
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 30px;
}
section#faq .accordion > .card > .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}
section#faq .accordion > .card > .card-header .btn:not(:disabled):not(.disabled) {
    font-size: 1.313rem;
    font-weight: 400;
    color: var(--branco);
    padding: 20px 20px 20px 0;
}
section#faq .accordion > .card > .card-header .btn:not(:disabled):not(.disabled):hover,
section#faq .accordion > .card > .card-header .btn:not(:disabled):not(.disabled):focus {
    text-decoration: none;
}

section#faq .accordion > .card > .card-header .btn-link[aria-expanded="false"]::after,
section#faq .accordion > .card > .card-header .btn-link[aria-expanded="true"]::after {
    content:'';
    padding: 18px;
    background-image: url('../images/ico_seta_baixo_sanfona.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    right: 0;
}

section#faq .accordion > .card > .card-header .btn-link[aria-expanded="true"]::after {
    background-image: url('../images/ico_seta_cima_sanfona.svg');
}
/*FOOTER*/
footer .footer-pda {
    width: 100%;
    min-height: 90px;
    background-color: var(--preto);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*MEDIA QUERIES*/
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (max-width: 1200px) {
    section#video .overlay {
        background-image: none;
    }
    section#video .content {
        padding: unset;
        margin-left: unset;
        width: 90%;
    }
    section#documentos .bloco-documentos::after {
        content: none;
    }
    section#temas {
        background-position: -10% 50%;
    }
    footer .mobile__Menu.active {
        width: 16%;
        right: 2.5%;
        top: 5%;
    }
    footer #menuMobileEd li {
        padding: 10px 0 14px 0;
    }
    section#propositos .cols-holder {
        justify-content: space-evenly;
        align-items: flex-start;
    }
    section#propositos .cols-holder .col1-img {
        width: 30%;
    }
    section#propositos .cols-holder .col2-caixas {
        width: 65%;
    }
}
@media (min-width:1700px) {
    header#sobre {
        background-position: bottom left, 47% bottom, 99% 98%;
        background-size: auto, auto, 40%;
    }
    section#novidades .slider-novidades .card-slide-holder .texto {
        margin-top: 1.4rem;
    }
    section#novidades .slider-novidades .card-slide-holder .texto::before {
        min-height: 25%;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos {
        min-height: 220px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    section#propositos .cols-holder .col1-img {
        width: 27%;
    }
    section#temas {
        background-position: 15% 100%;
    }
    section#video .content {
        width: 54%;
    }
}
@media (max-width:1024px) {
    header#sobre {
        background-position: bottom left, 47% bottom, 137% 0%;
        background-size: auto, 30%, 53%;
    }
    nav.navbar {
        max-width: 960px;
    }
    section#novidades .slider-novidades {
        padding-left: 20px;
    }
    section#novidades .slider-novidades .owl-nav {
        margin-left: 15%;
    }
    section#novidades .slider-novidades .card-slide-holder {
        min-height: 360px;
    }
    section#novidades .slider-novidades .card-slide-holder .texto::before {
        min-height: 30%;
    }
    section#propositos .cols-holder {
        align-items: flex-start;
    }
    section#propositos .cols-holder .col1-img {
        width: 27%;
    }
    section#propositos .cols-holder .col1-img img {
        max-width: 266px;
    }
    section#propositos .cols-holder .col2-caixas {
        width: 67%;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos {
        width: 31%;
    }
    section#comofunciona .btn-ava-efape {
        padding: 15px 20px;
    }
    section#comofunciona .btn-ava-efape::after {
        right: -6px;
    }
    section#temas {
        background-position: -50% 100%;
    }
    section#temas .svg-temas svg,
    section#temas .svg-temas-mobile svg {
        width: 100%;
    }
    section#temas .svg-temas-mobile {
        margin-bottom: 40px;
    }
    section#video #video-background {
        transform: translate(-50%, -50%);
    }
    section#video .overlay {
        background-image: none;
    }
    section#video .content {
        width: 90%;
        margin-left: unset;
    }
    section#documentos .bloco-documentos ul.lista-docs li {
        margin: 10px 0;
    }
    section#documentos .bloco-documentos ul.lista-docs li a,
    section#documentos .bloco-documentos ul.lista-docs li a:hover {
        padding: 5px 0 0 40px;
    }
    section#documentos .bloco-documentos::after {
        left: -27%;
    }
    footer .mobile__Menu.active {
        width: 18%;
        top: 5%;
        right: 3%;
    }
}

@media (max-width:990px) {
    header#sobre {
        min-height: 870px;
        align-items: unset;
        background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_center.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_mobile.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_right.png');
        background-size: 38%, 70%, 0;
        background-position: 47% bottom, 90% 10%, 137% 0%;
    }
    header#sobre .bloco-textos-mobile {
        margin-top: 130px
    }
    header#sobre .text-dir {
        padding-top: unset;
    }
    nav.navbar {
        max-width: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40px;
    }
    section#novidades .slider-novidades .card-slide-holder {
        min-height: 330px;
    }
    section#novidades .slider-novidades .card-slide-holder .texto::before {
        min-height: 41%;
    }
    section#propositos .cols-holder .col1-img {
        display: none;
    }
    section#propositos .cols-holder .col2-caixas {
        width: 100%;
        margin: 0 20px;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos {
        margin: 0 auto;
    }
    section#comofunciona .col-lg-7 .acesso-ava-efape {
        width: fit-content;
        display: flex !important;
        align-items: center;
        margin-left: 22%;
    }
    section#comofunciona .btn-ava-efape::after {
        right: unset;
        margin-left: 25px;
    }
    section#comofunciona .tab-content {
        margin-left: unset;
        margin-top: 30px;
    }
    section#temas {
        min-height: 100rem;
        background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_section_temas_m.png');
        background-size: 80%;
        background-position: center bottom;
    }
    section#video .content .titulo-holder {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    section#documentos .bloco-documentos ul.lista-docs li {
        margin: 20px 0;
    }
    section#documentos .bloco-documentos ul.lista-docs li a,
    section#documentos .bloco-documentos ul.lista-docs li a:hover {
        padding: 2px 10px 0px 40px;
    }
    footer .mobile__Menu.active {
        width: 24%;
        right: 6%;
        top: 5%;
    }
}
@media (max-width:667px) {
    section#propositos .cols-holder .col2-caixas {
        flex-direction: column;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos {
        width: 100%;
        min-height: unset;
        margin: 0 auto 15px auto;
    }
    section#comofunciona .nav-pills.flex-column {
        border-right: none;
        padding-right: 0;
        margin-bottom: 20px;
    }
    section#comofunciona .tab-content {
        padding-left: 0;
    }
    section#comofunciona .col-lg-7 .acesso-ava-efape {
        margin-left: 13%;
    }
    section#temas {
        min-height: 87rem;
    }
    section#documentos {
        background-image: url('../images/graf_docs.svg');
        background-repeat: no-repeat;
        background-position: 96% 8%;
        background-size: 30%;
    }
    section#documentos .bloco-documentos::after {
        content: none;
    }
    footer .mobile__Menu.active {
        width: 27%;
    }
}
@media(max-width: 576px) {
    .navbar .navbar-menu,
    section#temas .svg-temas {
        display: none;
    }
}
@media (max-width:500px) {
    header#sobre {
        min-height: 940px;
        background-image: url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_center.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_mobile.png'), url('https://efape.educacao.sp.gov.br/wp-content/uploads/2025/08/bg_header_pda_right.png');
        background-size: 65%, 80%, 0;
        background-position: 47% bottom, 75% 35%, 137% 0%;
    }
    .d-sm-none {
        display:none!important
    }
    nav.navbar {
        max-width: 93%;
        padding: 17px 40px;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 40px;
    }
    .navbar .logomarca img {
        max-height: 39px;
    }
    section#novidades .slider-novidades .owl-nav {
        margin-left: 0;
    }
    section#novidades .owl-theme .owl-nav .btn-efape-portal {
        display: block;
        margin: 10px auto 0 auto;
    }
    section#novidades .slider-novidades .card-slide-holder {
        min-height: 370px;
    }
    section#novidades .slider-novidades .card-slide-holder .texto::before {
        min-height: 52%;
    }
    section#propositos {
        background-repeat: repeat-y;
    }
    section#propositos .cols-holder .col2-caixas .caixa-topo {
        position: relative;
        margin-bottom: -30px;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos {
        width: 90%;
        min-height: 260px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    section#propositos .cols-holder .col2-caixas .caixas-icos:nth-last-child(1) {
        margin-bottom: 0;
    }
    section#comofunciona {
        background-size: contain;
        background-position: top left;
    }
    section#comofunciona h1.titulo-sections::after {
        content:'';
        width: 235px;
        height: 15px;
        background-image: url('../images/sub_titulo_comofunciona.png');
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        position: absolute;
        right: 40px;
        bottom: 35px;
    }
    section#comofunciona .col-lg-7 .acesso-ava-efape {
        min-height: 50px;
        margin-left: 0;
    }
    section#comofunciona .custom-accordion .card-header .btn-link {
        font-size: 1.35rem;
    }
    section#comofunciona .btn-ava-efape {
        font-size: 0.92rem;
    }
    section#temas {
        min-height: 85rem;
    }
    section#video {
        min-height: 650px;
        align-items: flex-end;
        background-image: url('../images/bg_video_mobile.png');
        background-repeat: no-repeat;
        background-size: 90%;
        background-position: 50% 4%;
    }
    section#video .content {
        margin-bottom: 20px;
    }
    section#video .content p {
        font-size: 18px;
    }
    section#video .content .titulo-holder {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    section#video .content .titulo-holder .transforme {
        margin-right: unset;
    }
    section#video .content .titulo-holder .transforme h1 {
        font-size: 55px;
        margin-bottom: 0;
    }
    section#video .content .titulo-holder .planejamento h2 {
        font-size: 42px;
    }
    section#documentos .col-lg-5 h1 {
        padding-right: 70px;
    }
    section#documentos h1 span.break-word {
        display: block;
    }
    footer .mobile__Menu.active {
        top: 4%;
    }
}
@media (max-width:376px) {
    footer .mobile__Menu.active {
        top: 5.5%;
    }
}
