/* Fonte nova */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

header {
  background: #1c2b3a;
  color: white;
  padding: 1px;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.1;
}

/* Animação suave nos botões */
.cta-btn, .cta-btn2,
.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 600;
  font-size: 1em;
  transition: background 0.3s ease, transform 0.2s ease;
}

section {
  padding: 5px;
  max-width: 1200px;
}

.hero-image {
  text-align: center;
  margin: auto;
  border-radius: 10%;
  opacity: 1;
  padding: 1px;
}

.hero-image img {
  max-width:87%;
}

.cta-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 16px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  width: auto;
  text-align: center;
}

.cta-btn2 {
  display: inline-block;
  background: #833ab4;
  background: linear-gradient(
    to right,#fd1d1d,#833ab4);
  color: white;
  padding: 16px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  width: auto;
  text-align: center;
}

.cta-btn:hover,
.whatsapp-btn:hover {
  background: #1ebe5b;
  transform: scale(1.1);
}

.cta-btn2:hover,
.whatsapp-btn:hover {
  transform: scale(1.1);
  background: #833ab4;
  background: linear-gradient(
    to right,#fd1d1d,#833ab4);
}

.info-section {
  text-align: center;
  max-width: 900px;
  background: #fff;
  padding-right: 30px; 
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 3px auto;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.comofunciona{
  text-align: justify;
}

.info-section h2 {
  font-size: 1.8em;
  color: #1c2b3a;
  margin-bottom: 15px;
  text-align: center;
}

.info-section p {
  font-size: 1.1em;
  line-height: 1.6;
}

.info-sectionn {
  text-align: center;
  max-width: 900px;
  background: #fff;
  padding-right: 30px; 
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 3px auto;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);  
}

.fotomarcelino{
  width: 28%;       /* tamanho aproximado 3x4 */
  height: auto;
  border-radius: 6px; /* cantos levemente arredondados */
  margin: 0 15px 15px 0;
  float: left;        /* encaixa a foto no texto */
}

.texto-info{
      
  text-align: justify; 
  margin-bottom: 10px;
   
  vertical-align: top;
  align-items: flex-start;
  align-content: start;
  
}

.info-sectionn h2 {
  font-size: 1.8em;
  color: #1c2b3a;
  margin-bottom: 15px;
  text-align: center;
}

.info-sectionn p {
  font-size: 1.1em;
  line-height: 1.6;
}

.info-section li {
  font-size: 1.1em;
  line-height: 1.6;
}

.info-sectionnn {
  text-align: center;
  max-width: 900px;
  align-items: ;
  justify-content: space-between;
  background: #fff;
  padding-right: 30px; 
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 3px auto;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

footer {
  background: #e0e0e0;
  padding: 15px;
  text-align: center;
  font-size: 1.0em;
}

.faq-container {
  font-family: 'Poppins', sans-serif;
  text-align: left; 
  max-width: 900px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding-right: 30px; 
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 2px;
  margin: 5px auto;
    }

.faq-container h2 {
  font-size: 1.8em;
  color: #1c2b3a;
  margin-bottom: 1px;
  text-align: center;
}
    .faq-item {
      border-bottom: 1px solid #ddd;
      padding: 5px 0;
    }

    .faq-question {
      cursor: pointer;
      position: relative;
      font-size: 1.05em;
      line-height: 1.6
    
    }

    .faq-answer {
      display: none;
      padding: 10px 0;
      color: #ffff;
      background: #1c2b3a;
      padding: 5px;
    }

    .faq-item.active .faq-answer {
      display: block;
	font-size: 1.1em;
      line-height: 1.6;
    }

    .faq-question::after {
      content: '▼';
      position: absolute;
      right: 0%;
    }

    .faq-item.active .faq-question::after {
      content: '▲';
    }

.sortdown{
  display: inline-block;
  width: 18px;   /* ajusta o tamanho */
  height: 18px;
  background: url("sortdown.png") no-repeat center center;
  background-size: contain; /* mantém proporção */
  margin-left: 10px;
}

.scroll-button {
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 999;
  opacity: 0.90;
}

.scroll-button button {
  background-color: #d0e9f6;
  border: none;
  color: #003147;
  font-size: 20px;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.scroll-button button:hover {
  background-color: #a0d2ea;
}

/* Container dos botões flutuantes */
.floating-buttons {
  position: fixed;
  bottom: 90px; /* fica acima do botão de subir/descer */
  right: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px; /* espaço entre os botões */
  z-index: 999; 
  opacity: 0.90;
}

/* Estilo dos botões */
.btn-float {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-float img {
  width: 28px;
  height: 28px;
 
}

/* Animação hover */
.btn-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
}

/* Personalização */
.whatsapp {
  background-color: #25D366;
  color: white;
}

.instagram {
  background: radial-gradient(circle at 30% 107%, 
              #fdf497 0%, #fdf497 5%, #fd5949 45%, 
              #d6249f 60%, #285AEB 90%);
}
