@font-face {
    font-family: 'Fraunces' !important;
    src: url('jdacademia/jdAcademia/font/Fraunces_144pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fraunces';
    src: url('jdacademia/jdAcademia/font/Fraunces_9pt_Soft-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.fixed-top {
  animation: slideDown 0.8s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

body {
    color: #333;
    margin: 0;
    padding: 0;
    font-family: 'Fraunces', sans-serif !important;
    font-size: 20px;
    font-weight: bold;
}

.carousel-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 50px 0 #FF426A80; /*0 4px 15px rgba(0,0,0,0.1);*/
    overflow: hidden;
    gap: 60px;                
    width: 100%;
    padding: 50px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.dimensao-img {
    width: 1903px !important;
    height: auto !important;
}

.carousel-wrapper {
    width: 420px;
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.6s ease;
    transform: scale(1.1);
}

.carousel img.active {
    opacity: 1;
    filter: none;
    transform: scale(1);
    z-index: 3;
}

.carousel img.left {
  opacity: 0.6;
  transform: translateX(-180px) scale(0.85);
  filter: blur(3px) brightness(0.7);
  z-index: 2;
}

.carousel img.right {
  opacity: 0.6;
  transform: translateX(180px) scale(0.85);
  filter: blur(3px) brightness(0.7);
  z-index: 2;
}

.passa-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    width: 34px;
    height: 34px;

    background: rgba(255, 255, 255, 0.25);
    border: none;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 1.1rem;
    color: rgba(0,0,0,0.45); 

    cursor: pointer;
    transition: 0.25s ease;
    z-index: 10;

    backdrop-filter: blur(3px);
}

.passa-slide:hover {
    background: rgba(255, 255, 255, 0.55);
    color: #fd3560;
    transform: translateY(-50%) scale(1.06);
}

.passa-slide.prev { left: 10px; }
.passa-slide.next { right: 10px; }

.descricao {
    flex: 0.8;
    background: #f9f9f9;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descricao-conteudo {
    text-align: left;
}

.descricao-conteudo h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
}

.descricao-conteudo p {
    font-size: 1.1rem;
    color: #666;
}

.conteudo {
    margin-top: 50px;
}

#diretora {
    background: #f6f6f6;
}

#diretora .titulo-diretora {
    color: #fd3560;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#diretora .lead-text {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.75;
}

#diretora .foto-diretora img {
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.15));
}

.bg-footer {
    background-color: #000;
}

.borda-divide-footer {
    border-right: 2px solid #fff !important;
}

.img-content-page {
    width: 100%; 
    height: 100%; 
    border-radius: 20px
}

.btn-color-academy {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    --bs-btn-border-color: #fd3560 !important;
    --bs-btn-hover-bg: #fc1e4e !important;
    --bs-btn-bg: #FF426A !important;
}

.logo-container {
    width: 200px; /* Ajuste o tamanho conforme necessário */
    height: 100px; /* Ajuste o tamanho conforme necessário */
}

.logo {
    max-width: 100%;
    max-height: 100%;
}

.espacamento-logo {
    margin-right: 120vh;
}

.nav-bar-page-principal {
    background-color: #000000;
    padding: 20px;
    padding-right: 150px;
    transition: all 0.3s ease;
}

.fixed-top {
    position: fixed; 
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.static-page {
    box-shadow: -30px 0px 50px -5px #FF426A80,  /* 50% opacity */
                30px 0px 50px -5px #FF426A80,   /* 50% opacity */
                -6px 0px 6px -3px #FF426A66,    /* 40% opacity */
                6px 0px 6px -3px #FF426A66,     /* 40% opacity */
                -4px 0px 4px -2px #FF426A4D,    /* 30% opacity */
                4px 0px 4px -2px #FF426A4D,     /* 30% opacity */
                -2px 0px 2px -1px #FF426A33,    /* 20% opacity */
                2px 0px 2px -1px #FF426A33,     /* 20% opacity */
                -1px 0px 1px -0.5px #FF426A1A,  /* 10% opacity */
                1px 0px 1px -0.5px #FF426A1A;   /* 10% opacity */
    border-radius: 14px;
    background-color: #000;
}

.background-matricula {
    background-color: #FF426A;
    border-radius: 8px;
    width: 30%;
}

.conteudo-matricula {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 18px;
}

.color-font-principal {
    color: #8e8e8e !important;
    text-decoration: none;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    display: block;  
    font-family: 'Fraunces', sans-serif !important;
    font-size: 15px;
    font-weight: bold;
}

.color-font-principal-footer {
    color: #fff !important;
    text-decoration: none;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    display: block;  
    font-family: 'Fraunces', sans-serif !important;
    font-size: 13px;
    font-weight: bold;
}

.font-titulo {
    font-family: 'Fraunces', sans-serif;
    font-weight: bold;
    color: #FF426A;
}

.font-titulo-branco {
    font-family: 'Fraunces', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.color-font-supeior {
    color: #000000 !important;
    text-decoration: none;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    display: block;  
}

.nav-superior {
    background-color: #FF426A;
}

.texto-section-principal {
    width: 500px;
    padding-top: 50px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
}

.text-justify p {
    text-align: justify;
    font-family: 'Fraunces', sans-serif !important;
}

.color-font-superior {
    color: #ffffff;
    font-family: 'Fraunces', sans-serif;
    font-weight: bold;
}

.nav-bar-page-principal a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
}
.nav-bar-page-principal a:hover {
    color: #b78392;
}

.nav-superior li {
    margin: 0 15px;
    font-size: 0.9em;
    color: #ffffff;
}

.img-principal {
    width: 100%;
    height: auto;
}

.separador {
    height: 20px;
    background-color: #FF426A;
    box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
}

.separador-footer {
    background-color: #111;
}

.nav-item a {
    position: relative;
    text-decoration: none;
    color: #000; /* cor do texto não selecionado */
}

.nav-item a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px; /* distância do traço para o texto */
    left: 0;
    width: 0%;
    height: 2px; /* altura do traço */
    background-color: #FF426A; /* cor do traço */
    transition: width 0.6s ease; /* animação da largura do traço */
}

.nav-item a:hover::after,
.nav-item a:focus::after {
    width: 100%;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.644);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
    transform: scale(1.2);
    background-color: #25d366 !important;
    color: #ffff !important;
}
  
.whatsapp-float i {
    font-size: 40px;
}

.espetaculo-capa {
    width: 100%;
    height: 200px;
    background-color: #343a40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.8s;
}

.espetaculo-capa:hover {
    transform: scale(1.05);
}

.name {
    font-size:18px;
    font-weight: 500;
    color: #333;
}

.description {
    font-size: 14px;
    text-align: center;
}

#slide-btn-next, #slide-btn-prev {
    transform: scale(0.5,0.4);
    font-weight: bolder;
    color: #d41e52;
    transition: all 0.3s ease-in-out;
}

#slide-btn-next:hover, #slide-btn-prev:hover {
    color: #d41e52;
    transform: scale(0.6,0.5);
}

.social-icons i {
    font-size: 3rem;
    color:#aaaaaa;
    margin: 0 10px;
    transition: transform 0.2s, color 0.2s;
}

.social-icons i:hover {
    transform: scale(1.2);
    color: #f8bbd0; 
}

.upload-area {
  transition: all 0.3s ease;
  cursor: pointer;
}
.upload-area:hover {
  background-color: #e9f3ff;
  border-color: #0d6efd;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.15);
}
.upload-area.dragover {
  background-color: #e9f3ff;
  border-color: #0d6efd;
  box-shadow: 0 0 20px rgba(13, 110, 253, 0.25);
}

.card-geral-modalidade {
    position: relative;
}

.div-cards {
    display: flex;
    gap: 20px;
    padding: 10px;
    scroll-behavior: smooth;
    overflow-x: auto;
}

.div-cards::-webkit-scrollbar {
    display: none;
}

.card {
    min-width: 300px;
    flex-shrink: 0;
}

.card img {
    height: 280px;
    object-fit: cover;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.btn-prev {
    left: -20px;
}

.btn-next {
    right: -20px;
}

video {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.area-contato {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1100px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.contato-mapa {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.box-mapa {
    flex: 1;
    min-width: 320px;
    display: flex;
    justify-content: center;
}

.jd-btn-primary {
    background: #fd3560;
    color: #fff;
    border: none;
    padding: 14px;
    width: 100%;
    text-decoration: none !important;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: 0.25s ease;
}

.jd-btn-primary:hover {
    background-color: #e21441 !important;
    border-color: #e21441 !important;
    color: #fff !important;
}

.input-contato {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
    border-color: #fd356041 !important;
    background: rgba(255,255,255,0.08);
    transition: 0.25s ease;
}

.input-contato::placeholder {
    color: #e0e0e0;
}

.input-contato:focus {
    border-color: #fd3560;
    box-shadow: 0 0 0 2px rgba(253,53,96,0.3);
    outline: none;
}

.div-contato {
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.area-contato {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1100px;
    flex-wrap: wrap;
    justify-content: center;
}

.box-form {
    flex: 1;
    min-width: 320px;
    max-width: 500px;
    padding: 35px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 4px 12px rgba(177, 74, 74, 0.15);
}

.titulo-form {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.9rem;
}

.campo {
    margin-bottom: 18px !important;
}

.campo label {
    display: block;
    color: #8e8e8e;
    font-weight: 600;
    margin-bottom: 6px;
}

.info-box {
    padding: 22px !important;
    text-align: center !important;
}

.info-box h3 {
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
    color: #333 !important;
}

.text-descricao-info {
    font-size: 0.95rem !important;
    color: #555 !important;
    margin-bottom: 18px !important;
    line-height: 1.4 !important;
}

.card-mod {
    min-width: 330px;
    max-width: 330px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: .3s ease;
    cursor: pointer;
}

.card-mod:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.13);
}

.img-box {
    height: 210px;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.carousel-cards-mod {
    display: flex;
    gap: 22px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.carousel-area-mod {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.carousel-area-mod {
    position: relative;
    display: flex;
    justify-content: center;   /* centraliza horizontalmente */
    align-items: center;       /* centraliza verticalmente (caso precise) */
    width: 100%;
    gap: 20px;
}

/* Mobile aqui */
@media (max-width: 767px) {
    .info-superior {
        font-size: 10px;
    }

    .mobile-center {
        justify-content: center !important;
        text-align: center;
    }

    .mobile-center li {
        display: block;
        margin: 0 auto;
    }

    .btn-menu-sup {
        background-color: #fff !important;
        border-radius: 5px !important;
    }
    
    .config-distance-tag-left {
        padding-right: 0px;
    }

    .font-titulo {
        font-family: 'Fraunces', sans-serif;
        font-weight: bold;
        color: #FF426A;
        text-align: center;
        font-size: 21px;
    }

    #diretora .foto-diretora {
        position: static !important;
        transform: none !important;
        margin: 0 auto 40px;
        text-align: center;
        display: block !important;
    }

    #diretora .foto-diretora img {
        max-width: 250px;
    }

    #diretora .descricao-conteudo-diretora {
        max-width: 100% !important;
    }
}