
@import url('https://fonts.googleapis.com/css2?family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');


* {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

h3 {
  text-align: center;
  align-items: center;
  color:#ffffff;
  position: relative;
  z-index: 2;
  padding: 20px;
}
 body::-webkit-scrollbar {
  display: none;                   /* Chrome, Safari */
}

body{
  overflow-y: scroll;   
margin: 0%;
padding: 0%;
background-color: #414345;
font-family: "Winky Sans", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
}

h2{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.back-totaly{
background-color: #414345;
width: 100%;
height: 100%;
}

/* Navbar geral */
.img-navbar{
  color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 40vh !important;
  background: linear-gradient(to top,#414345,#41434599, #41434566, #41434500,#41434500), url('../img/back.png') no-repeat center center / cover;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  
}

.img-div-title{
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-navbar h1 {
  
  font-size: 250%;
  font-weight: 900;
  z-index: 999;
  text-shadow: 0px 0px 10px #000;
}

.img-navbar h3 {
  text-align: center;
  align-items: center;
  color:#ffffff;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.svg-navbar{
margin-top: -12vw;
width:50vw;

}

.div-bar{
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Logo do site */
.logo img {
  height: 50px;
}


/* Menu padrão */

/* NAVBAR */
.navbar {
  display: block;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff00; /* transparente */
  color: white;
  margin: 0;
  padding: 1rem 2rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

/* BOTÃO MENU */
.menu-toggle {
  width: 20%;
  font-size: 30px;
  background-color: white;
  border: none;
  cursor: pointer;
  color: black;
  z-index: 11;
}


.menu-toggle.active {
  transform: rotate(90deg);
}

/* MENU FULLSCREEN */
.nav-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.nav-menu.show {
  opacity: 1;
  pointer-events: auto;
}

.nav-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.nav-menu li {
  margin: 20px 0;
}

.nav-menu a {
  font-size: 24px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-menu a:hover {
  color: #007BFF;
  transform: scale(1.05);
}

/* Botão hambúrguer */


.botoes-wc{
width: 100%;
align-items: left;
}
.botoes-wc img{

  z-index: 3 !important;
  position: relative;
  padding: 0;
  margin: 0;

  
  }

  .botoes-wc img {
    transition: transform 0.1s ease;
    cursor: pointer;
  }
  
  .botoes-wc img:hover {
    transform: scale(1.2);
  }

  
/* Responsividade */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    background-color: #1e1e1e;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    text-align: right;
    padding: 1rem 2rem;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 1rem;
  }
}





/* Nav barra acima*/
.svg{


  width:100%;


}

.Aviso-crono .tempo{

color:#fdd835;

}

.Aviso{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;  

}

.Aviso-crono{
width: 100%;
color: #fff;
text-align: center;
background-color: rgb(247, 60, 60);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
padding:5%;
z-index: 1;
}

.Aviso-crono .tempo{

  font-size: 200%;

}
.orca {
  width: 70%;
  color: #fff;
  border: 6px solid #00000040;
  border-radius: 15px;
  background-color: rgb(54, 172, 54);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 5%;
  text-align: center;
  z-index: 2;
  transform: translateY(-3vh);
  transition: transform 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.orca:hover {
  border: 0px solid #00000060;
  transform: scale(1.1);
  /* Se quiser mudar a cor também:
  color: #000;
  */
}


.pos-nav{
  color:#fff;
  margin-bottom: 20vh;
}
.text-quem{
text-align: center;
padding:5%;

}






/*valor*/
.container-valor {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}

.titulo-valor {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #ffffff;
}

.valores-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
}

.valor-card {
  text-shadow: 0px 0px 5px #00000055;
  background-color: #8ed3f0;
  padding: 20px;
  border-radius: 10px;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform 0.1s, background-color 0.1s;
}


.valor-card:hover {
  background-color: #79b2ca;
  transform: translateY(-2px);
}

@media (max-width: 600px) {
  .titulo {
      font-size: 1.8rem;
  }

  .valor-card {
      font-size: 1rem;
      padding: 16px;
  }
}










.footer {
  margin-bottom: -20vh;
  margin-top: 10vh;
  height:80vh;
  background-color: #8ed3f0;
  padding: 20px;
  font-family: 'Albert Sans', sans-serif;
  color: white;
}
.img-footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
width: 100%;

}
.img-footer img{
width: 60px;
margin:4vw;


}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

.footer-title {
  font-size: 130%;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-text {
  font-size: 9px;
  font-weight: 400;
}

.footer-links {
  list-style: none;
  padding: 0;
  font-size: 11px;
  font-weight: 500;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-contact {
  font-size: 11px;
}

.footer-bottom {
  text-align: center;
  font-size: 11px;
  margin-top: 20px;
}





/*cards*/ 
.container-cards{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}
.card-card {
  width:90%;
  margin-top: 2%;
  margin-bottom: 2%;
  border-radius: 10px;
  background-color: #8ed3f0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.8s ease;
  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}

.card-header-card {
  height: 15vw;
  margin:0;
  padding:0;
  text-align: center;
  background-color: #8ed3f0;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
}

.card-content-card {
  color: white;
  background-color: #1e1e1e !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  padding: 0 16px;
}

.card-content-card.open {
  max-height: 500%;
  padding: 16px;
}



.title-fale-conosco{


  width:100%;
  text-align: center;


}

.text-contact{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: top; 
}

.info-contato {

  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  background-color: #1e1e1e;
  padding: 2rem;
  border-radius: 12px;
  max-width: 600px;
  font-family: Arial, sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.info-contato h2{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.info-item {
  margin: 0.5rem 0;
  font-size: 1rem;
}

.info-item a {
  color: #0077cc;
  text-decoration: none;
}

.info-item a:hover {
  text-decoration: underline;
}

.mapa {
  margin-top: 1.5rem;
  border-radius: 8px;
  overflow: hidden;
}
/*   Email   */

.form-div{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 

}

.form {
  
  background-color: #1e1e1e;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}



form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 1rem;
}

.button-sub {
  background-color: #8ed3f0;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.button-sub:hover {
  background-color: #78adc4;
}

.status-msg {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.status-msg.success {
  color: green;
}

.status-msg.error {
  color: red;
}







.ig-float {
  width:17vw;
  height:17vw;
  position: fixed;
  right: 8vw;
  bottom: 29vw;
  background-color: #d83a4f;
  border-radius: 50%;
  padding: 0;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.8);
}

.ig-float img {
  width: 15vw; /* Aumentado */
  height: 15vw;
}

.whatsapp-float {
  width:17vw;
  height:17vw;
  position: fixed;
  right: 8vw;
  bottom: 8vw;
  background-color: #25D366;
  border-radius: 50%;
  padding: 0;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.whatsapp-float img {
  width: 26vw; /* Aumentado */
  height: 26vw;
}

































.section,
.section-visao,
.section-sobre {
  background-color: #f8f8f8;
  padding: 40px 20px;
  margin: 20px auto;
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: 'Work Sans', sans-serif;
}

.section-visao {
  background-color: #e0f7fa;
}

.section-sobre {
  background-color: #fff3e0;
}

.section-titulo {
  font-size: 28px;
  color: #333;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: italic;
}

.section-texto {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  text-transform: none;
}


























.story-container {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; 
}

.story-container::-webkit-scrollbar {
  display: none;
}

.story {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  flex-shrink: 0;
}

.story-border {
  background: #F7A34B;
  padding: 3px;
  border-radius: 50%;
}

.story-image {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.story-name {
  margin-top: 6px;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.ig-div{
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; 
}




/* Estilo base da seção de Organização de Eventos */
.organizacao-eventos {
  background-color: #1e1e1e;
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #ffffff;
  line-height: 1.6;
}

.organizacao-eventos .container {
  max-width: 960px;
  margin: 0 auto;
}

.organizacao-eventos h2 {
  font-size: 2em;
  margin-bottom: 10px;
  color: #ff8622;
}

.organizacao-eventos h3 {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #f8833b;
}

.organizacao-eventos h4 {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #f8b36e;
}

.organizacao-eventos p {
  margin-bottom: 15px;
}

.organizacao-eventos ul {
  list-style: none;
  padding-left: 0;
}

.organizacao-eventos ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.organizacao-eventos ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 14px;
  color: #e98c4b;
}

.organizacao-eventos hr {
  border: none;
  height: 1px;
  background-color: #e2c5b6;
  margin: 30px 0;
}

/* Responsivo */
@media (max-width: 768px) {
  .organizacao-eventos {
    padding: 30px 15px;
  }

  .organizacao-eventos h2 {
    font-size: 1.6em;
  }

  .organizacao-eventos h3 {
    font-size: 1.3em;
  }

  .organizacao-eventos h4 {
    font-size: 1.1em;
  }
}

.slide-ig{

margin-top: 10%;
}

.scroll-container {
  padding:3%;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  overflow: hidden;
}

.scroll-container::-webkit-scrollbar {
  height: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.embed-wrapper {
  width:;
  flex-shrink: 0;
  transform: scale(1);
  transform-origin: center left;
  margin: 2vw;
}