@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&display=swap');


/*font-family: "Bruno Ace", "serif" 400 */
/* font-family: "Unbounded", serif 200-900 */

html,
body {
    overflow-x: hidden !important;
}


body {
    font-family: "Bruno Ace", "serif" !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box !important;
}



@keyframes svgAnimation {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 1000;
    }
}



.card-autoconfianca {
    background: url(img/autoconfiança.jpg) no-repeat center center/cover;
}

.card-fisico {
    background: url(img/condicionamentofisico.jpg) no-repeat center center/cover;
}

.card-autodesfesa {
    background: url(img/autodefesa.jpg) no-repeat center center/cover;
}

.card-reducao-ansiedade {
    background: url(img/ansiedade.jpg) no-repeat center center/cover;
}

.conteiner::after {
        content: "";
        background: #ff00ff !important;
        position: absolute;
        width: 1px;
        height: 95%;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 3%);
    }




/* CSS */
.button-29 {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #ff00ff 0, #ff008c96 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1.3;
    list-style: none;
    padding: 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: box-shadow, transform;
    font-size: 0.9rem;
    white-space: nowrap;
}

/* Responsividade para botões */
@media (max-width: 768px) {
    .button-29 {
        padding: 1.5rem;
        font-size: 0.8rem;
        height: auto;
        min-height: 48px;
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .button-29 {
        padding: 1rem;
        font-size: 0.75rem;
        width: 100%;
        max-width: 300px;
    }
}

.button-29:focus {
    box-shadow: #e03ce0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #c53ce0 0 -3px 0 inset;
}

.button-29:hover {
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #e03cd2 0 -3px 0 inset;
    transform: translateY(-2px);
}

.button-29:active {
    box-shadow: #e03cd2 0 3px 7px inset;
    transform: translateY(2px);
}


.card-teste {
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.3s ease-in-out;
    margin: 0 auto;
}

/* Responsividade para cards */
@media (max-width: 768px) {
    .card-teste {
        max-width: 200px;
        height: 280px;
    }
}

@media (max-width: 576px) {
    .card-teste {
        max-width: 180px;
        height: 250px;
    }
}

.card-teste::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    /* Efeito escuro */
    transition: background 0.3s ease-in-out;
}

.card-teste:hover::before {
    background: rgba(0, 0, 0, 0.8);
    /* Escurece um pouco mais no hover */
}

.card-teste .info-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
    .card-teste .info-hover {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .card-teste .info-hover {
        font-size: 14px;
        padding: 10px;
    }
}

.card-teste:hover .info-hover {
    opacity: 1;
    transform: translateY(0);
    cursor: pointer;
}



.texto {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 16px;
    font-family: "Bruno Ace", "serif" !important;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .texto {
        font-size: 14px;
        bottom: 15px;
    }
}

@media (max-width: 576px) {
    .texto {
        font-size: 12px;
        bottom: 10px;
    }
}

.canto {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(228, 78, 208);
    color: white;
    font-size: 14px;
    padding: 5px 10px;
    clip-path: polygon(100% 0, 100% 4100%, 0 0);
    font-family: 'Arial', sans-serif;
}

@media (max-width: 768px) {
    .canto {
        font-size: 12px;
        padding: 4px 8px;
    }
}

@media (max-width: 576px) {
    .canto {
        font-size: 10px;
        padding: 3px 6px;
    }
}

.color--c-4 {
    background: linear-gradient(148deg, #fa47e2 -20.05%, #f554cd 128.61%);
    background-clip: text;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.texto-decorado {
    position: relative;
}

/* Linha superior na primeira letra */
.texto-decorado__superior::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: red;
    top: -5px;
    left: 0;
}

/* Linha inferior na última letra */
.texto-decorado__inferior::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: red;
    bottom: -5px;
    right: 0;
}

/* Responsividade para decorações de texto */
@media (max-width: 768px) {
    .texto-decorado__superior::before,
    .texto-decorado__inferior::after {
        width: 20px;
    }
}

@media (max-width: 576px) {
    .texto-decorado__superior::before,
    .texto-decorado__inferior::after {
        width: 15px;
    }
}


.graecie-barra-teacher-firstaid-tarja {
    background-color: #892B23;
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .graecie-barra-teacher-firstaid-tarja {
        padding: 10px 15px;
        flex-direction: column;
        text-align: center;
    }
}

.graecie-barra-teacher-firstaid-tarja-text {
    font-weight: bold;
    font-size: 16px;
    flex-grow: 1;
    margin-left: 1rem;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
    box-sizing: border-box;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .graecie-barra-teacher-firstaid-tarja-text {
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-teacher-firstaid-tarja-text {
        font-size: 12px;
    }
}

.graecie-barra-header {
    height: auto;
    min-height: 100vh;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .graecie-barra-header {
        min-height: 80vh;
        padding: 15px 0;
    }
}

@media (max-width: 576px) {
    .graecie-barra-header {
        min-height: 70vh;
        padding: 10px 0;
    }
}

.graecie-barra-header-banner {
   position: relative;
}


.graecie-barra-header-banner-faixa__direita,
.graecie-barra-header-banner-faixa__esquerda {
    display: none;
}

.graecie-barra-header-banner-video {
   position: relative;
}

.graecie-barra-header-banner-video-play-button {
    width: 80px;
    height: 80px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    margin-top: -170px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    animation: pulse 1.5s infinite;
}

@media (max-width: 768px) {
    .graecie-barra-header-banner-video-play-button {
        width: 60px;
        height: 60px;
        margin-top: -120px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-header-banner-video-play-button {
        width: 50px;
        height: 50px;
        margin-top: -100px;
    }
}

.graecie-barra-header-banner-video-play-button::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

@media (max-width: 768px) {
    .graecie-barra-header-banner-video-play-button::after {
        border-left: 20px solid white;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }
}

@media (max-width: 576px) {
    .graecie-barra-header-banner-video-play-button::after {
        border-left: 15px solid white;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
    }
}

.graecie-barra-benefit {
    padding: 20px 0;
}

@media (max-width: 768px) {
    .graecie-barra-benefit {
        padding: 15px 0;
    }
}

/* Criando as ondas do radar */
.graecie-barra-header-radar-effect {
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.216);
    border-radius: 50%;
    animation: radar 1.5s infinite;
}

@media (max-width: 768px) {
    .graecie-barra-header-radar-effect {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-header-radar-effect {
        width: 60px;
        height: 60px;
    }
}

.graecie-barra-header-radar-effect:nth-child(1) {
    animation-delay: 0s;
}

.graecie-barra-header-radar-effect:nth-child(2) {
    animation-delay: 0.5s;
}

.graecie-barra-header-radar-effect:nth-child(3) {
    animation-delay: 1s;
}


.graecie-barra-header-banner-button-action {
    width: 90%;
    font-size: .9rem;
}

@media (max-width: 768px) {
    .graecie-barra-header-banner-button-action {
        width: 95%;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .graecie-barra-header-banner-button-action {
        width: 100%;
        font-size: 0.75rem;
    }
}

.graecie-barra-benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .graecie-barra-benefit-cards {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-benefit-cards {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

.card-benefit {
    width: 300px;
    height: 200px;
    background-color: #333;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
}

@media (max-width: 768px) {
    .card-benefit {
        width: 250px;
        height: 180px;
    }
}

@media (max-width: 576px) {
    .card-benefit {
        width: 200px;
        height: 150px;
    }
}

.circle {
    width: 50px;
    height: 50px;
    background-color: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    top: 20px;
}

@media (max-width: 768px) {
    .circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
        top: 15px;
    }
}

@media (max-width: 576px) {
    .circle {
        width: 35px;
        height: 35px;
        font-size: 14px;
        top: 10px;
    }
}

.text {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 768px) {
    .text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .text {
        font-size: 18px;
    }
}

/* Seção Banner Principal */
.gracie-barra-banner-principal {
   background-image: url('img/gracie-banner.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.gracie-barra-banner-principal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.gracie-barra-banner-principal > * {
    position: relative;
    z-index: 2;
}


/* Seção Benefits com Banner Específico */
.gracie-barra-benefits-section {
    background-image: url('img/banner-03.png');
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
}

.gracie-barra-benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.gracie-barra-benefits-section > * {
    position: relative;
    z-index: 2;
}


.graecie-barra-versus {
    position: relative;
    background-image: url('img/fundoéenãoé.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .graecie-barra-versus {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .graecie-barra-versus {
        padding: 20px 0;
    }
}

.graecie-barra-versus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    z-index: 1;
}

.graecie-barra-versus > * {
    position: relative;
    z-index: 2;
}

.gracie-barra-timeline{
    background: url(img/bannerfaixa.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .gracie-barra-timeline {
        padding: 30px 0;
    }
}

@media (min-width: 576px) {
    .gracie-barra-timeline {
        padding: 20px 0;
    }
    

}

.graecie-barra-versus-card-negative {
    border: 3px solid rgba(112, 20, 20, 0.527);
}

.graecie-barra-versus-card-positive {
    border: 2px solid rgba(20, 112, 25, 0.527);
}


.graecie-barra-versus-card {
    width: 400px;
    height: 600px;
    background-color: rgba(27, 27, 27, 0.623);
    /* Cor semi-transparente */
    padding: 1.2rem;
    border-radius: 15px;
    z-index: 10;
    color: white;
    backdrop-filter: blur(12px);
    /* Efeito de desfoque */
    -webkit-backdrop-filter: blur(12px);
    /* Compatibilidade Safari */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    /* Sombra suave */
}


.graecie-barra-versus-card h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.text-red {
    color: red;
}

.text-green {
    color: #00ff99;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2.3rem;
}



.graecie-barra-teacher-card {
    width: 100%;
    max-width: 300px;
    border-radius: 3.4rem;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
    text-align: center;
}


.graecie-barra-teacher-card img {
    width: 100%;
}

.graecie-barra-teacher-card-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    color: white;
    padding: 20px;
    height: 80px;
    /* Altura inicial */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: height 0.3s ease-in-out, justify-content 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .graecie-barra-teacher-card-overlay {
        padding: 15px;
        height: 70px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-teacher-card-overlay {
        padding: 10px;
        height: 60px;
    }
}

/* Nome e título sempre na parte inferior */
.graecie-barra-teacher-card-overlay .teacher-title,
.graecie-barra-teacher-card-overlay .graecie-barra-teacher-name {
    transition: transform 0.3s ease-in-out;
    color: #ff0800;
    font-size: 1.3rem;
}



/* Aumenta o overlay e reposiciona os textos ao passar o mouse */
.graecie-barra-teacher-card:hover .graecie-barra-teacher-card-overlay {
    height: 300px;
    justify-content: center;
    /* Move os textos para o meio */
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(0, 0, 0));
}



.graecie-barra-teacher-card:hover .teacher-title,
.graecie-barra-teacher-card:hover .graecie-barra-teacher-name {
    transform: translateY(0px);
    /* Sobe o texto */
}

/* Informações adicionais ocultas inicialmente */
.graecie-barra-teacher-card-overlay .extra-info-list {
    display: none;
    font-size: .9rem;
    margin-top: 1rem !important;
}

@media (max-width: 768px) {
    .graecie-barra-teacher-card-overlay .extra-info-list {
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .graecie-barra-teacher-card-overlay .extra-info-list {
        font-size: 0.8rem;
    }
}

/* Exibe informações adicionais ao passar o mouse */
.graecie-barra-teacher-card:hover .extra-info-list {
    display: block;
}

.extra-info-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    font-size: 0.9rem;
    text-align: center;
}

.extra-info-list li {
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .extra-info-list li {
        margin-top: 0.4rem;
    }
}

@media (max-width: 576px) {
    .extra-info-list li {
        margin-top: 0.3rem;
    }
}

.graecie-barra-teacher-card.show-overlay .extra-info {
    display: block;
}

.graecie-barra-place-training-title,
.graecie-barra-place-training-subtitle {
    color: #fff;
}

.graecie-barra-place-training-button {
    background: transparent;
    border: 1px solid #892A26;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #892A26;
    cursor: pointer;
    display: inline-block;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    width: 200px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .graecie-barra-place-training-button {
        width: 180px;
        font-size: 14px;
        padding: 10px 12px;
    }
}

@media (max-width: 576px) {
    .graecie-barra-place-training-button {
        width: 160px;
        font-size: 12px;
        padding: 8px 10px;
    }
}

.graecie-barra-place-training-button:hover,
.graecie-barra-place-training-button:active {
    background-color: #892A26;
    background-position: 0 0;
    color: #ffffff;
}

#unidade-jd-esplanada img,
#unidade-itaici img {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#graecie-barra-place-training-gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 768px) {
    #graecie-barra-place-training-gallery {
        gap: 15px;
    }
}

@media (max-width: 576px) {
    #graecie-barra-place-training-gallery {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
}

.unidade img.scale-out {
    transform: scale(0.5);
    opacity: 0;
}

.unidade img.scale-in {
    transform: scale(1);
    opacity: 1;
}

.hidden {
    display: none !important;
}

.active-button {
    background-color: #892B23;
    background-position: 0 0;
    color: #ffffff;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.graecie-barra-faq-title,
.graecie-barra-faq-subtitle {
    font-family: "Bruno Ace", "serif" !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box !important;
}

#unidade-jd-esplanada,
#unidade-itaici {
    transition: all .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.fade {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.5s ease-in-out, visibility 0.5s;
}

.show {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.carousel-indicators {
    position: static !important;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-top: 2rem;
    border-radius: 50% !important;
    margin-bottom: 1rem;
    margin-left: 15%;
}

@media (max-width: 768px) {
    .carousel-indicators {
        margin-right: 10%;
        margin-left: 10%;
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .carousel-indicators {
        margin-right: 5%;
        margin-left: 5%;
        margin-top: 1rem;
    }
}

.accordion {
    font-family: "Unbounded", "serif" !important;
    font-optical-sizing: auto;
    font-weight: normal;
    box-sizing: border-box;
}

.accordion-header h2 {
    text-align: center !important;
}

.accordion .accordion-item {
    border: 2px solid !important;
    border-radius: 6px !important;
    margin-bottom: 1rem;
    font-family: "Unbounded", "serif" !important;
    font-optical-sizing: auto;
    font-weight: normal;
    box-sizing: border-box;
    text-align: center;
}

.accordion-button {
    text-align: center !important;
    font-size: 14px;
}

@media (max-width: 768px) {
    .accordion-button {
        font-size: 13px;
        padding: 12px 16px;
    }
}

@media (max-width: 576px) {
    .accordion-button {
        font-size: 12px;
        padding: 10px 14px;
    }
}

.accordion-button:not(.collapsed) {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
    font-size: 14px;
}

@media (max-width: 768px) {
    .accordion-body {
        font-size: 13px;
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .accordion-body {
        font-size: 12px;
        padding: 12px;
    }
}

.tarja-rosa {
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: white;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.tarja-rosa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.tarja-content {
    position: relative;
    z-index: 2;
}

.tarja-text {
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.gbf-icon {
    max-height: 60px;
    width: auto;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}

@media (max-width: 768px) {
    .tarja-text {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .gbf-icon {
        max-height: 50px;
        display: block;
        margin: 0 auto;
    }
    
    .tarja-rosa {
        padding: 15px 0;
    }
}

@media (max-width: 576px) {
    .tarja-text {
        font-size: 1rem;
        line-height: 1.4;
    }
    
    .gbf-icon {
        max-height: 40px;
    }
}

.card-border h2{
    margin-bottom: 1rem;
}

/* Responsividade para vídeos */
video {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    video {
        width: 80% !important;
        height: auto !important;
    }
}

@media (max-width: 576px) {
    video {
        width: 90% !important;
        height: auto !important;
    }
}

/* Responsividade para imagens */
img {
    max-width: 100%;
    height: auto;
}

/* Responsividade para swiper */
swiper-container {
    width: 100%;
    height: 100%;
    padding: 3rem;
}

@media (max-width: 768px) {
    swiper-container {
        padding: 2rem;
    }
}

@media (max-width: 576px) {
    swiper-container {
        padding: 1rem;
    }
}

/* Mobile reset: quando NÃO está em hover e NÃO tem a classe show-overlay */
@media (max-width: 768px) {
    .graecie-barra-teacher-card:not(.show-overlay) .graecie-barra-teacher-card-overlay {
        height: 80px;
        justify-content: flex-end;
        background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    }

    .graecie-barra-teacher-card:not(.show-overlay) .extra-info-list {
        display: none;
    }
}

/* Responsividade para containers */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Responsividade para espaçamentos */
.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

@media (max-width: 768px) {
    .mt-5, .my-5 {
        margin-top: 2rem !important;
    }
    
    .mb-5, .my-5 {
        margin-bottom: 2rem !important;
    }
}

@media (max-width: 576px) {
    .mt-5, .my-5 {
        margin-top: 1.5rem !important;
    }
    
    .mb-5, .my-5 {
        margin-bottom: 1.5rem !important;
    }
}

/* Responsividade para padding */
.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

@media (max-width: 768px) {
    .p-3 {
        padding: 0.75rem !important;
    }
    
    .p-4 {
        padding: 1rem !important;
    }
}

@media (max-width: 576px) {
    .p-3 {
        padding: 0.5rem !important;
    }
    
    .p-4 {
        padding: 0.75rem !important;
    }
}

@media screen and (min-width: 900px) {
    .graecie-barra-header-banner-faixa__direita,
    .graecie-barra-header-banner-faixa__esquerda {
        display: block;
        animation: subirDescer 2s ease-in-out infinite;
    }

    .graecie-barra-header-banner-faixa__direita {
        position: absolute;
        top: -6px;
        left: -10px;
        animation-duration: 2s;
        /* A animação da faixa esquerda será mais lenta */
    }

    .graecie-barra-header-banner-faixa__esquerda {
        position: absolute;
        top: -12px;
        right: -20px;
        filter: blur(59deg);
        animation-duration: 3s;
        /* A animação da faixa direita será um pouco mais lenta */
    }

    .graecie-barra-header-banner-faixa__esquerda img {
        filter: blur(2px);
    }

    .graecie-barra-header-banner-video-play-button {
        width: 100px;
        height: 100px;
        margin-top: 0;
    }

    .graecie-barra-header-banner-button-action {
        width: 30%;
        font-size: .9rem;
    }
}

.graecie-barra-versus-card-negative {
    border: 3px solid rgba(112, 20, 20, 0.527);
}

.graecie-barra-versus-card-positive {
    border: 2px solid rgba(20, 112, 25, 0.527);
}


/* Animação de subir e descer */
@keyframes subirDescer {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Desce 10px */
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes radar {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}




.example-6 {
    position: relative;
}

.example-6 svg {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
}

.example-6 .line {
    stroke-dasharray: 260;
    stroke-width: .4px;
    fill: transparent;
    stroke: #00ff99;
    animation: svgAnimation 2.5s linear infinite;
}


.line-1 {
  font-size: 1.5rem;
  color: white;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
  max-width: 90vw;
  word-wrap: break-word;
  white-space: normal;
  position: relative;
}

.line-1::after {
  content: '|';
  animation: blinkTextCursor 0.7s steps(1) infinite;
  position: absolute;
}

@keyframes blinkTextCursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


@keyframes svgAnimation {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 1000;
    }
}


