.site-content{
    padding-top: 0px;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 35px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  z-index: 9999;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 100%;
  height: 100%;
  padding: 10px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}



.certificacao-marquee {
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  width: 100%;
}

.certificacao-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  animation: slideLeft 25s linear infinite;
}

.certificacao-track img {
  height: 50px;
  flex-shrink: 0;
}

@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}


.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
  transition-delay: 0.3s;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


.reveal-bloco {
  background: #f4fdf8;
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.end-container{
  background: #ffffff;
  padding: 60px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.reveal-titulo h2{
  font-size: 2.2rem;
  color: #313131;
  font-weight: 700;
  margin-bottom: 20px;
}

.reveal-texto,
.reveal-reforco {
  font-size: 1.1rem;
  color: #313131;
  max-width: 700px;
  margin: 0 auto 24px;
}

.reveal-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 20px;
  margin-bottom: 30px;
  color: black;
}

.reveal-lista li {
  background-color: #438a8a;
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-weight: 500;
  flex: 1 1 250px; 
  text-align: center;
  color:white;
}

.reveal-lista li:hover{
    transform: translateY(-5px);
}

.reveal-subtitulo {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 40px 0 20px;
  display: block;
  color: #202020;
}

.reveal-video iframe {
  width: 100%;
  max-width: 700px;
  height: 315px;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}

.reveal-botao {
  background-color: #228c69;
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.reveal-botao:hover {
  background-color: #1eba5c;
}

/* Responsivo */
@media (max-width: 600px) {
  .reveal-titulo {
    font-size: 1.6rem;
  }

  .reveal-subtitulo {
    font-size: 1.3rem;
  }

  .reveal-texto,
  .reveal-reforco {
    font-size: 1rem;
  }

  .reveal-botao {
    font-size: 1rem;
    padding: 12px 24px;
  }
}

.box-sombra {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 20px;
  background-color: white; /* se necessário */
}


/* CONTÊINER PRINCIPAL DA SEÇÃO */
.drzap-containerwhy {
  background-color: #68808c;
  color: #ffffff;
  padding: 60px 20px;
  margin: 60px auto;
  border-radius: 0px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* TÍTULO PRINCIPAL */
.drzap-heading {
  font-size: 2rem;
  margin-bottom: 16px;
  font-weight: 700;
  color: #ffffff;
}


/* SUBTÍTULOS / TEXTOS SECUNDÁRIOS */
.drzap-subheading,
.drzap-text,
.drzap-text-center,
.drzap-reforco {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #eaeaea;
}

/* DIVISOR SIMBÓLICO */
.drzap-divider {
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  margin: 32px auto;
  border-radius: 2px;
}

/* TÍTULO DE SESSÃO */
.drzap-heading-small {
  font-size: 1.5rem;
  margin: 40px 0 20px;
  font-weight: 600;
  color: #ffffff;
}

/* LISTA DE RISCOS */
.drzap-list.danger {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.drzap-list.danger li {
  color: #ffdddd;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
}

.drzap-box.danger {
  margin: 32px auto; /* centraliza horizontalmente */
  max-width: 700px;   /* limite de largura */
  background-color: rgba(255, 0, 0, 0.05);
  border-left: 4px solid #ff4d4d;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.drzap-box.danger ul li {
  color: #ffdddd;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  padding-left: 24px;
}

.drzap-box.danger ul li::before {
  content: "❌";
  position: absolute;
  left: 0;
  top: 0;
}

/* BENEFÍCIOS EM BLOCOS */
.drzap-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 30px 0;
}

.drzap-box {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
  text-align: left;
  color: #fff;
}

.drzap-box:hover {
  transform: translateY(-4px);
}

.drzap-box h4 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.drzap-box ul {
  padding-left: 18px;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.drzap-box ul li {
  margin-bottom: 8px;
}

/* VÍDEO RESPONSIVO */
.drzap-video {
  max-width: 700px;
  margin: 0 auto 30px;
}

.drzap-video iframe,
.drzap-video video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* CHAMADA PARA AÇÃO */
.drzap-cta {
  background-color: #228c69;
  color: white;
  padding: 14px 28px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 40px;
  transition: background-color 0.3s ease;
}

.drzap-cta:hover {
  background-color: #1ebe5c;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
  .drzap-heading {
    font-size: 1.7rem;
  }

  .drzap-heading-small {
    font-size: 1.3rem;
  }

  .drzap-benefits {
    flex-direction: column;
    align-items: center;
  }

  .drzap-box {
    width: 100%;
    max-width: 360px;
  }

  .drzap-video iframe,
  .drzap-video video {
    height: auto;
  }
}


/* REVELAÇÕES INICIAIS */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* CLASSES DE ANIMAÇÃO */
.animate-fade {
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.animate-delay-1 { animation-delay: 0.7s; }
.animate-delay-2 { animation-delay: 0.9s; }
.animate-delay-3 { animation-delay: 1.0s; }
.animate-delay-4 { animation-delay: 1.5s; }
.animate-delay-5 { animation-delay: 1.8s; }
.animate-zoom {
  opacity: 0;
  animation: zoomIn 0.8s ease forwards;
}

/* OBSERVADOR DE INTERSECÇÃO */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.reveal-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}


.modal-termos-conteudo {
  background: #fff;
  width: 90%;
  max-width: 600px;
  margin: 60px auto;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
  overflow-y: auto;
  max-height: 80vh;
}

.modal-termos-conteudo h2 {
  margin-top: 0;
  font-size: 1.5rem;
  color: #1e1e1e;
}

.modal-termos-conteudo p {
  line-height: 1.6;
}

.modal-termos-conteudo button {
  background-color: #25d366;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
}

.modal-termos-conteudo button:hover {
  background-color: #1cae58;
}

@media (max-width: 480px) {
  .modal-termos-conteudo {
    padding: 16px;
    font-size: 0.95rem;
    max-height: 85vh;
  }

  .modal-termos-conteudo button {
    width: 100%;
    margin-top: 15px;
  }
}



/* Estilo moderno para InfoBox alinhado à esquerda no mobile */
@media (max-width: 768px) {
  .info-box-left-mobile .uagb-ifb-content {
    text-align: left !important;
    align-items: flex-start !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .info-box-left-mobile .uagb-ifb-title-wrap {
    text-align: left !important;
  }

  .info-box-left-mobile h2.uagb-ifb-title {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .info-box-left-mobile .uagb-ifb-button-wrapper {
    align-self: flex-start;
  }

  .info-box-left-mobile .wp-block-button__link {
    padding: 10px 20px;
    font-size: 1rem;
    background-color: #228c69;
    color: white;
    border-radius: 8px;
    transition: background-color 0.3s ease;
  }

  .info-box-left-mobile .wp-block-button__link:hover {
    background-color: #1c745a;
  }
}




/* Last Container */
.drzap-infobox-com-imagem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px;
}

.drzap-infobox-com-imagem .uagb-ifb-content {
  flex: 1 1 300px;
  max-width: 600px;
}

.drzap-infobox-com-imagem::after {
  content: "";
  flex: 1 1 300px;
  background-image: url("https://cdn.pixabay.com/photo/2017/01/31/13/14/doctor-2027768_1280.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
}

/* Responsividade para mobile */
@media (max-width: 768px) {
  .drzap-infobox-com-imagem {
    flex-direction: column;
    text-align: center;
  }

  .drzap-infobox-com-imagem::after {
    width: 100%;
    min-height: 200px;
  }
}




.wp-block-uagb-container.uagb-block-d7f648ad {
    box-shadow: 0px 0px #00000070;
    padding-top: 90px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
    order: initial;
    border-color: inherit;
    background-color: #68808c;
    column-gap: 20px;
}



/* FAQ styles */

      .faq-container {
        max-width: 700px;
        margin: 0 auto;
        padding: 2rem;
        background: #f5f5f5;
        border-radius: 16px;
      }

      .faq-title {
        text-align: center;
        font-size: 2rem;
        color: #217467;
        margin-bottom: 2rem;
        font-weight: 700;
      }

      .faq-item {
        margin-bottom: 1rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 1rem;
      }

      .faq-question {
        background-color: #438a8a;
        color: #fff;
        border: none;
        padding: 1rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        text-align: left;
        cursor: pointer;
        border-radius: 8px;
        transition: background-color 0.3s ease;
      }

      .faq-question:hover {
        background-color: #346c6c;
      }

      .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
        padding: 0 0.5rem;
      }

      .faq-item.active .faq-answer {
        max-height: 500px;
        padding-top: 0.8rem;
      }

      .faq-answer p {
        margin: 0;
        color: #333;
        font-size: 0.95rem;
      }
      
      .uagb-block-0802725e.wp-block-uagb-info-box .uagb-ifb-title{
          margin-bottom: 25px;
      }