html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'SF Pro Display', sans-serif;
}

/* ---------------- Global Styles --------------------- */

::-webkit-scrollbar {
    width: 5px; 
    height: 5px;
    background-color: #f5f5f5; 
}

::-webkit-scrollbar-thumb {
    background: #ED245D 0% 0% no-repeat padding-box;
    border-radius: 5px;
}

/* ::-webkit-scrollbar-thumb:hover {
    background: none;
} */

main {
    padding-left: unset !important;
    padding-right: unset !important;
    background-color: #f0ecec;
}

body {
    font-size: 16px;
    line-height: 1.6;
    color: #193440;
    font-family: 'SF Pro Display', sans-serif;
    overflow-x: hidden;
}

.container {
    width: 60%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 900;
}

p, a, li {
    font-family: 'SF Pro Display', sans-serif;
}

/* Estilos para links */
a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

.btn {
    background-color: #0F5473;
    text-decoration: none;
    transition: ease-in-out .3s;
    border-radius: 24px;
    color: #fff;
    padding: 15px 40px;
    box-shadow: 0px 10px 20px 0px #00000040;
}

.btn:hover {
    transform: scale(1.05);
    color: #0F5473 !important;
    background-color: #fff;
}

h2 {
    font-size: 32px;
}

/* Estilos para lista não ordenada e ordenada */
ul, ol {
    list-style-type: none;
}

ul li {
    padding: 5px;
}

/* Estilos para elementos de formulário */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

.page-header {
    margin-bottom: 60px;
    background-color: #FD7D00;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 2rem;
    color: #145473;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* ----------------------- Vitrine ----------------- */

.vitrine {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    background: url(../img/bg-vitrine.png) no-repeat center;
    background-size: cover;
}

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

.main-balloon {
    width: 50vw;
    height: 50vh;
    min-width: 280px;
    background: url(../img/main-balloon.png) no-repeat center;
    background-size: contain;
    margin-top: 10%;
}

.tarja {
    background-color: #fff;
    color: #145473;
    padding: 15px 0;
    overflow: hidden;
}

.sliding-text {
    animation: slideRight 25s linear infinite;
    white-space: nowrap;
}

.sliding-text ul li {
    list-style-type: none;
    font-size: 14px;
}

.sliding-text ul li i{
    width: 15px;
    height: 15px;
    padding-right: 5px;
}

@keyframes slideRight {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}


/* --------------------------- Content MID --------------------- */

.content-mid {
    background: url(../img/bg-mid.png) no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.content-mid>.container {
    display: flex;
    flex-direction: column;
}

.mid-balloon {
    background: url(../img/mid-balloon.png) no-repeat;
    background-size: contain;
    z-index: 1;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10%;
    z-index: 2;
    max-width: 350px;
}

.support-section {
    text-align: left;
    width: 100%;
    margin-top: 30%;
}

.support-section h2 {
    font-family: 'YourFontFamily', sans-serif;
    font-size: 2rem;
    color: #003D66; /* Cor do texto 'APOIO' */
    margin-bottom: 20px;
    margin-left: 20%;
}

.apoio-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.apoio-slider {
    width: 100%;
    height: 180px;
    max-width: 1000px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #fff;
    padding: 20px 100px !important;
    border-radius: 180px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.apoio-img {
    position: absolute;
    left: 15%;
    bottom: 5%;
    width: 300px;
    height: 500px;
    display: block;
    background: url(../img/girl-1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}
.apoio-img-2 {
    position: absolute;
    right: 25%;
    bottom: 0;
    width: 100px;
    height: 100px;
    display: block;
    background: url(../img/stars-colored.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
}

.swiper-wrapper {
    display: flex;
}

.apoio-slide {
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    align-content: center;
}

.apoio-slide img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.apoio-slide:hover img {
    transform: scale(1.1);
}



/* -------------------------------- Seção - Temas --------------------- */

.temas-section {
    padding: 30px 0;
    background-color: #E9EEFF;
	display: flex;
	justify-content: center;
}

.container-temas {
    margin: 60px auto;
    text-align: center;
    padding: 60px;
    border-radius: 15px;
}

.container-temas>.row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col-md-4 {
    flex: 0 0 32%; /* 3 cards por linha com margem */
    box-sizing: border-box;
}

.card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.card-header img {
    width: 100%;
    height: auto;
    min-height: 150px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: transform 0.3s ease-in-out;
}

.card-header img:hover {
    transform: scale(1.1);
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-body h3 {
    font-family: 'YourFontFamily', sans-serif;
    font-size: 1rem;
    color: #003D66;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.card-body button.toggle-content {
    background-color: transparent;
    border: none;
    font-family: 'YourFontFamily', sans-serif;
    font-size: 14px;
    color: #003D66;
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-body button.toggle-content .arrow {
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
}

.card-content {
    background-color: #f9f9f9;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.card-content p {
    margin: 0;
    color: #555;
    padding: 15px;
}

.card.expanded .card-content {
    max-height: 200px;
    overflow-y: auto;
}

.card.expanded .toggle-content .arrow {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {
    .col-md-4 {
        flex: 0 0 48%; /* 2 cards por linha em tablets */
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {

    .col-md-4 {
        flex: 0 0 100%; /* 1 card por linha em dispositivos móveis */
        margin-bottom: 20px;
    }
}


/* ------------------------------ Seção - Galeria ------------------ */

.gallery {
    padding: 30px 0;
}

.gallery h2 {
    text-align: center;
}

.gallery-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.gallery-image {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.gallery-image img {
    object-fit: cover;
    width: 100%;
    max-height: 400px;
    border-radius: 10px;
	z-index: 5;
}

.gallery-video iframe {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}

.gallery-slider {
    overflow-x: hidden;
    position: relative;
}

.gallery-slider .swiper-wrapper {
    padding-bottom: 30px;
}

.gallery-slider .swiper-slide {
    padding: 0;
}

.gallery-slider .swiper-slide img {
    height: 300px !important;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-button-prev,
.gallery-button-next {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 94%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.gallery-button-prev {
    background-image: url(../img/prev.png);
    left: 10px;
}

.gallery-button-next {
    background-image: url(../img/next.png);
    right: 10px;
}

/* Custom bullets (pagination) */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #000; /* Cor do bullet */
    opacity: 0.5;
    margin: 5px;
    border-radius: 50%;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #193440;
    opacity: 1;
}


/* ------------------------------- Seção - Vídeo ------------------------*/

.video-animado {
    padding: 30px 0;
    background-color: rgba(255, 232, 239, 0.8);
    position: relative;
    padding-bottom: 200px;
}

.video-title {
    z-index: 1;
    position: relative;
}

.video-section iframe {
    width: 100%;
    height: 600px;
    position: relative;
}

.video-content {
    position: relative;
    z-index: 2;
}

.video-section {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.video-section iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.overlay-text {
    position: absolute;
    bottom: -150px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 130px;
    max-width: 550px;
    text-align: left;
    z-index: 3;
}

.overlay-text p {
    font-size: 1rem;
    color: #193440;
    margin: 15px;
}

.overlay-text img {
    position: absolute;
    width: 180px;
    height: auto;
    display: block;
    bottom: 0;
    right: -15%;
}

/* -------------------------------- Seção - Ensinar --------------------- */


.ensinar {
    padding: 30px 0;
    background-color: #fff;
}

.ensinar-title {
    position: relative;
    z-index: 2;
}

.ensinar-img {
    position: absolute;
    width: 180px;
    height: 255px;
    display: block;
    bottom: -10%;
    left: -20%;
    background: url(../img/girl13.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

#ensinarSwiper {
    position: relative;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.ensinar-slider {
    overflow-x: hidden;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.rounded-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.slide-content h3 {
    font-size: 1.2rem;
    margin: 15px 0;
    color: #193440;
}

.slider-download {
    overflow-x: hidden;
}

.download-button {
    display: inline-block;
    background-color: #0052A4;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.download-button:hover {
    background-color: #003f7d;
}

.ensinar-button-prev,
.ensinar-button-next {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.ensinar-button-prev {
    background-image: url('../../assets/img/prev.png');
    left: 10px;
}

.ensinar-button-next {
    background-image: url('../../assets/img/next.png');
    right: 10px;
}

#ensinarSwiper {
    position: relative;
}

/* -------------------------------- Seção - Cartaz --------------------- */

.cartaz-section {
    position: relative;
    padding: 30px 0;
    background-color: #E9EEFF;
}

.cartaz-title {
    text-align: center;
}

.cartaz {
    background: url(../img/coleta.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    height: 400px;
    width: 300px;     
}

.cartaz-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.df-book-wrapper {
    width: 300px !important;
}

.df-popup-thumb {
    width: unset;
}

.livro {
    height: auto;
    border-radius: 15px;
    z-index: 1;
}

.livro img {
    width: 300px;
    height: auto;
    border-radius: 15px;
}

.baloon {
    background-color: rgba(240, 240, 201, 0.4);
    border-radius: 15px;
    padding: 20px;
    max-width: 280px;
    position: relative;
    z-index: 1;
}

.balloon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    background: url(../img/mid-balloon.png) no-repeat;
    background-size: contain;
    z-index: 2;
    position: relative;
}

.baloon p {
    font-size: 1rem;
    color: #193440;
    margin-bottom: 20px;
}

.download-button {
    display: inline-block;
    background-color: #ED245D;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s;
    text-align: right;
}

.download-button:hover {
    background-color: #d14a4a;
}

.personagem {
    position: absolute;
    width: 500px;
    height: 500px;
    display: block;
    bottom: 0;
    right: -10%;
    background: url(../img/Carlinha.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* ------------------------------- Section - Turma --------------------- */

.turma-section {
    padding: 30px 0;
}

.livro-title {
    text-align: center;
}

.turma-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    z-index: 2;
}

.livros-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    z-index: 1;
}

.livro-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.download-button {
    padding: 15px 30px;
    background-color: #ED245D;
    color: white;
    text-decoration: none;
    border-radius: 35px;
    transition: background-color 0.3s ease;
}

.download-button:hover {
    background-color: #a11e43;
}

.turma-swiper {
    position: relative;
    z-index: 2;
}

/* Custom Navigation Arrows */
.turma-button-prev, .turma-button-next {
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.turma-button-next {
    background: url('../img/next.png') no-repeat;
    right: 10px;
}

.turma-button-prev {
    background: url('../img/prev.png') no-repeat;
    left: 10px;
}


/* ------------------------------- Section - Quiz --------------------- */

.quiz-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    background-color: #fff;
}

.quiz-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.quiz-image {
    width: 300px;
    height: 400px;
    display: block;
    background: url(../img/girl4.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.quiz-content {
    background-color: rgba(240, 240, 201, 0.4);
    padding: 15px 30px;
    border-radius: 130px;
    max-width: 550px;
    text-align: left;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.quiz-content h2 {
    font-size: 2rem;
    color: #145473;
}

.quiz-content p {
    font-size: 1rem;
    color: #145473;
}

.quiz-button {
    display: inline-block;
    background-color: #145473;
    color: #fff;
    padding: 15px 60px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s;
    border: none;
}

.quiz-button:hover {
    background-color: #003f7d;
}

.quiz-modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.quiz-modal.show {
    opacity: 1;
    visibility: visible;
}

.quiz-modal-content {
    background-color: #fefefe;
    margin: 30px auto;
    padding: 20px;
    border-radius: 15px;
    width: 80%;
    max-width: 600px;
    max-height: 600px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.quiz-modal.show .quiz-modal-content {
    transform: scale(1);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.ays-quiz-container {
    margin: 30px auto !important;
    max-height: 500px !important;
}

.ays_quiz_image {
    max-height: 300px !important;
}


/* ----------------------- Section - Parceiros ------------------------ */

.parceiros-section {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.parceiros-section .container {
    display: flex;
	flex-direction: column;
}

.parceiros-destaque {
    position: relative;
    z-index: 1;
}

.parceiros-destaque img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
}

.parceiros-title {
    text-align: center;
}

#parceirosSwiper {
    overflow-x: hidden;
}

#parceirosSwiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    height: 330px;
}

#parceirosSwiper .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.parceiros-button-prev,
.parceiros-button-next {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.parceiros-button-prev {
    background-image: url('../../assets/img/prev.png');
    left: 0;
}

.parceiros-button-next {
    background-image: url('../../assets/img/next.png');
    right: 0;
}

#parceirosSwiper {
    position: relative;
}



/* ----------------------- Section - Form ------------------------ */

.form-section {
    background-color: #fff;
    padding: 30px 0;
}

.form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 100px;
    background-color: #E9EEFF;
    border-radius: 10px;
    position: relative;
    z-index: 2;
	gap: 45px;
}

.form form {
    flex-basis: 60%;
    background: none;
}

.form form input, .form form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    font-size: 16px;
}

.form form input[type="submit"] {
    background-color: #005566;
    color: white;
    font-size: 18px;
    border: none;
    padding: 12px 24px;
    cursor: pointer;
    border-radius: 25px;
}

.form form a {
    color: #005566;
    text-decoration: underline;
}

.form label {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #193440;
}

.form input, .form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 16px;
}

.form input[type="submit"] {
    background-color: #145473;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 18px;
    transition: ease-in-out .3s;
}

.form .privacy-policy {
    margin-top: 20px;
    font-size: 14px;
}

.form .privacy-policy a {
    color: #005566;
    text-decoration: underline;
}

.form input[type="submit"]:hover {
    background-color: #003d47;
}

.girl-form {
    width: 400px;
    height: 500px;
    display: block;
    background: url(../img/girl-5.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}


/* ----------------------- BGs ------------------------ */

.main-page {
    position: relative;
}

.bg-main {
    position: absolute;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    z-index: 0;
}

.bg1 {
    background: url(../img/Vector.png);
    
    background-position: left;
    width: 600px;
    height: 1500px;
    top: 25%;
    left: 0;
    z-index: 1;
}

.bg2 {
    background: url(../img/Vector2.png);
    background-position: right;
    width: 900px;
    height: 1500px;
    top: 20%;
    right: 0;
}

.bg3 {
    background: url(../img/Vector3.png);
    background-position: center;
    width: 55vw;
    height: 100vh;
    top: 40%;
    right: 40%;
    z-index: 1;
}
.bg4 {
    background: url(../img/Vector4.png);
    background-position: right;
    width: 900px;
    height: 1500px;
    top: 46%;
    right: 0;
    z-index: 1;
}
.bg5 {
    background: url(../img/Vector5.png);
    background-position: left;
    width: 900px;
    height: 1500px;
    top: 53%;
    left: -10%;
    z-index: 1;
}

.bg6 {
    background: url(../img/Vector6.png);
    background-position: right;
    width: 900px;
    height: 2000px;
    top: 62%;
    right: 0;
    z-index: 1;
}

.bg7 {
    background: url(../img/Vector7.png);
    background-position: left;
    width: 900px;
    height: 1500px;
    top: 80%;
    left: 0;
    z-index: 0;
}

.bg8 {
    background: url(../img/Vector8.png);
    background-position: bottom right;
    width: 900px;
    height: 2000px;
    bottom: 0;
    right: 0;
    z-index: 0;
}

@media (max-width: 1440px) {
    .personagem {
        right: -35%;
    }

    .quiz-image {
        width: 500px;
        height: 310px;
    }
}

@media (max-width: 1024px) {

    .overlay-text {
        bottom: -240px;
    }
    .apoio-img {
        height: 300px;
        left: 12%;
        bottom: 0;
    }

    .quiz-image {
        width: 500px;
        height: 200px;
    }

    .bg1 {
        height: 800px;
        top: 32%;
    }

    .bg2 {
        height: 800px;
        top: 23%;
    }

    .personagem {
        width: 250px;
        height: 250px;
        bottom: 20%;
    }

    .bg6 {
        height: 800px;
        width: 450px;
        top: 67%;
    }

    .girl-form {
        display: none;
    }
}

@media (max-width: 768px) {

    .container {
        width: 95%;
    }

    .ensinar-img {
        left: -30%;
    }
    .bg5, .bg7 {
        display: none;
    }

    .bg8 {
        height: 1000px;
        width: 400px;
    }

    .apoio-img {
        left: 0;
    }

    .apoio-slider {
        padding: 0 !important;
    }

    .balloon-bg {
        background: none;
        width: unset;
        height: unset;
    }

    .overlay-text img {
        left: -30%;
    }

    .cartaz-content {
        flex-direction: column;
    }

    .turma-content {
        flex-direction: column;
    }

    .quiz-image {
        height: 250px;
    }

    .slide-content img {
        width: 150px;
        height: 150px;
    }

    .personagem {
        right: 0;
    }

    .form {
        padding: 15px;
    }
	
	.container-temas {
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 700px) {

    .bg1, .bg2, .bg3 {
        display: none;
    }

    .bg2 {
        height: 400px;
        top: 34%;
    }
	
	.overlay-text img {
		display: none;
	}
	
	h2 {
		font-size: 28px !important;
	}

    .mid-balloon {
        width: unset;
        height: unset;
        background: none;
        background-color: rgb(255, 255, 255, .8);
        border-radius: 10px;
        padding: 15px;
    }

    .apoio-img {
        height: 100px;
        width: 100px;
    }

    .apoio-img-2 {
        height: 50px;
    }

    .apoio-slider {
        border-radius: 10px;
        height: unset;
    }

    .personagem, .ensinar-img {
        display: none;
    }

    .overlay-text {
        bottom: -280px;
    }
	
	.quiz-image {
        display: none;
    }
}

.btn-whatsapp {
    margin: 20px 0;
}

.parceiros-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
	margin-top: 15px;
}

.btn-whatsapp {
	color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 1rem;
}

.wp-btn {
	align-self: center;
	z-index: 5;
}

.ays-quiz-container {
	overflow-y: scroll !important;
}

.baloon {
    max-width: 100%;
}

.ensinar-title h2 {
	margin-top: 50px;
	margin-bottom: 0;
}

/* .parceiros-destaque {
	height: 300px;
} */

#parceirosSwiper {
	padding: 0;
}

#temas {
	padding-bottom: 0;
}

.container-temas {
	width: 100%;
	margin: 0;
	border-radius: 0;
	padding: 50px 20px;
}

@media (max-width: 500px) {
	.content-mid>.container {
		gap: 30px;
	}
	
	#apoio {
		margin: 50px 0 30px 0;
		width: 100%;
		padding: 0;
	}
	
	.apoio-img, .apoio-img-2 {
		display: none;
	}
	
	.apoio-slide {
		height: 230px;
		align-items: center;
	}
	
	.apoio-slide a {
		height: 200px !important;
		display: flex;
		align-items: center;
	}
	
	.apoio-slide img {
		max-height: 100%;
		height: auto;
		width: 150px;
    	object-fit: cover;
	}
}