:root{
    --cor-amarelo:rgba(255,242,0,1);
    --cor-rosa:rgba(255,0,162,1);
    --cor-verde:rgba(112,170,82,1);
    --cor-verde-agua:#9dc2bb;
    --cor-roxa:#514378;
}


body{
    background-color: var(--cor-verde);
    padding:0;
    scroll-behavior: smooth; /* Ativa a rolagem suave em toda a página */
    overflow-x: hidden;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.banner_principal{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background 2s;
    padding:3rem 0;
    
}

.banner_principal {
    animation: changeBackground 15s infinite;
  }

  .logo p{
    font-size: 30px;
    font-weight: bold;
    color: var(--cor-amarelo);
    margin-bottom: 0;
  }
  
  @keyframes changeBackground {
    0% {
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/banners/banner2.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: background-image 0.5s ease;
    }
  
    33% {
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/banners/banner3.jpeg);
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      transition: background-image 0.5s ease;
    }
    66% {
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/banners/banner4.jpeg);
      background-size: cover;
      background-repeat: no-repeat;
      transition: background-image 0.5s ease;
    }
    100% {
      background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url(../img/banners/banner2.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      transition: background-image 0.5s ease;
    }
  }
  
.formulario{
    padding:20px;
    background: rgba(255, 255, 255, 1);
    border-radius:8px;
}

h1{
    font-size:3rem;
    font-weight: bold;
    
}
h2{
    font-size:3rem;
    font-weight: bold;
}
h3{
    font-size:2rem;
    font-weight: bold;
} 

.texto-banner{
    padding: 2rem;
    background-color: rgba(112,170,82,0.8);
    backdrop-filter: blur(10px);
    color:white;
    border-radius: 20px;
}
.section{
    padding:4rem 0;
}
.bg-section1{
    background-color:var(--cor-verde);
    color:white;
}
.galeria_imagem, .galeria_imagem img{
    margin-bottom:10px;
}
.galeria_imagem img{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius:10px;
    
}
.bg-section2{
    background-color:#eee;
}

.bg-section-balao{
    background-image: linear-gradient(rgba(255,255,255,1),rgba(255,222,77,0.6)), url('../img/fundo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #fdfdfd;
    text-shadow: 0px 0px 3px #ffffff;
}

.imagem-reduzida-buffet{
    max-height: 90%;
    max-width: 100%;
    
}
@media only screen and (max-width: 991px) {
    .imagem-reduzida-buffet{
        margin-top: 20px;
        max-width: 100%;
    }
  }


.cor-texto{
    color: black;
}

.galeria_imagem img {
    height: auto; /* Mantém a proporção da imagem */
    transition: transform 0.3s; /* Adiciona uma transição suave de 0.3 segundos */
}

/* Quando o mouse estiver sobre a imagem, aplique uma escala maior */
.galeria_imagem img:hover {
    transform: scale(1.03); /* Aumenta a escala para 120% do tamanho original */
}

.decoracao{
    color: white;
}

.bg-section3{
    background-color: white;
    background-image:linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url('../img/planetas.png');
    color: black;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-section3 video, .bg-section3 img{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,1);
}

.brinquedos{
    font-weight: 400;
}
.v{
    color: var(--cor-verde);
}
.p{
    color: var(--cor-rosa);
}
.a{
    color: var(--cor-amarelo);
}
.ul_lista{
    padding-left:0;
}
.ul_lista li{
    list-style: none;
    font-size:1.3rem;
    padding:6px 0;
}

.promocao-escolar{
    background-color: #ecdbb6;
    color: black;
}

.linha {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 1rem 0;
    /*margin: 1rem 0;*/
}

.linha::before,
.linha::after {
    content: "";
    display: block;
    width: 80%; /* Tamanho da linha */
    height: 2px;
    background-color: var(--cor-rosa); /* Cor da linha */
    margin: 0 auto; /* Centraliza horizontalmente */
}

.linha::before {
    margin-bottom: 0.5rem;
}

.linha::after {
    margin-top: 0.5rem;
}

.promocao-escolar-titulo p{
    font-size: 25px;
    font-weight: 500;
}

.promocao-escolar-cards{
    background-color: var(--cor-verde-agua);
    border-radius: 100px 100px 0 0;
    height: 300px;
    
}

.promocao-escolar-cards p{
    margin-bottom: 0;
}

.footer{
    background-color: #514378;
    color: white;
}

.botao_flutuante {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.2s ease-in-out;
}

.botao_flutuante:hover{
    transform: scale(1.1);
  }



/* === MODAL BLACK === */
.modal-content {
  background: radial-gradient(circle at top, #1b1b1b 40%, #0e0e0e 100%);
  color: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(15, 15, 15, 0.3);
  position: relative;
  overflow: hidden;
}

/* brilho sutil animado */
.modal-content::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: black;
  transform: rotate(25deg);
  animation: brilho 8s linear infinite;
  pointer-events: none; /* evita bloquear o clique no botão */
  z-index: 0; /* fica atrás do conteúdo */
}

@keyframes brilho {
  0% {
    transform: rotate(25deg) translateX(-50%);
  }
  100% {
    transform: rotate(25deg) translateX(50%);
  }
}

/* títulos e textos */
.modal-content h1,
.modal-content h2,
.modal-content h4 {
  color: white !important;
  font-weight: 700;
  letter-spacing: 1px;
}

.modal-content p {
  color: #e6e6e6;
}

/* cabeçalho e botão fechar */
.modal-header {
  position: relative;
  z-index: 10;
}

.btn-close {
  filter: invert(1);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.btn-close:hover {
  opacity: 1;
}



.container2 {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

.bg-crianca {
    background-color: var(--cor-verde-agua);
    color: white;
    border-radius: 20px;
}
.col-crianca{
    max-width:450px;
    padding-left: 40px;
}
.btn-primary{
    background-color: var(--cor-amarelo);
    color: black;
    border: solid 2px transparent;
    font-weight: bold;
}

.btn-primary:hover{
    background-color: white;
    border: solid 2px var(--cor-amarelo);
    color: black;
}

.btn-pink{
    background-color: var(--cor-rosa);
    color: white;
    border: solid 1px transparent;
}

.btn-pink:hover{
    background-color: white;
    border: solid 1px var(--cor-rosa);
    color: var(--cor-rosa);
}

.endereco{
    background-color:#ecdbb6;
}

.endereco h5{
    font-size: 35px;
    font-weight: bold;
    color: black;
}

.endereco p{
    font-size: 25px;
    color: black;
}

.endereco-texto{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* PULSAR*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
 
.icone{
  animation: pulse 2s infinite;
}







@media (max-width: 1024px){
   
    .bg-crianca h2{
        font-size:40px;
    }
}

@media (max-width: 768px){
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 30px;
    }
    .banner_principal{
        padding:0;
    }
  
    .bg-crianca h2{
        font-size:32px;
    }
    .col-crianca{
        max-width:350px;
        padding-top:85px;
        padding-left: 30px;
    }
}

@media (max-width: 425px){
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 30px;
    }
    .section{
        padding:3rem 0;
    }
    .banner_principal{
        padding:0;
    }
   
    .bg-crianca h2{
        font-size:32px;
    }
    .col-crianca{
        max-width:350px;
        padding-top:60px;
        padding-left: 30px;
    }
    .btn-reservar{
        margin-top:15px;
    }

   
    
}

@media (max-width: 575px){
    .b
    .titulo-destaque span{
    font-size: 60px;
    }

    .oferta{
        font-size: 50px;
        padding: 0.5rem;
    }


}
@media (max-width: 320px){
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 30px;
    }
    .section{
        padding:3rem 0;
    }
    .banner_principal{
        padding:0;
    }
    .bg-crianca h2{
        font-size:32px;
    }
    .col-crianca{
        max-width:350px;
        padding-top:130px;
        padding-left: 30px;
    }
    .btn-reservar{
        margin-top:15px;
    }
}

@media (max-width: 768px){
    .promocao-escolar-cards{
        border-radius: 100px;
    }

    .black{
        background-position: center left;
    }

    .obs{
        background-color: rgba(0, 0, 0, 0.8);
        padding: 0.5rem;
        border-radius: 20px;
    }
}

@media (max-width: 992px){

    .promocao-escolar{
        padding-bottom: 3rem;
    }

    .linha::before, .linha::after {
        width: 90%; 
    }

    .promocao-escolar-cards {
        border-radius: 80px;
        margin-bottom: 1rem;
        height: auto;
    }
}

