
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 10px 20px; 
  position: relative;
  z-index: 10;
}


.header .container {
  max-width: 1200px; 
  margin: 0 auto;
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  align-items: flex-end; 
}

.logo img {
    height:60px;
    max-width: 200%;
    width: auto;
}

.menu ul {
  list-style: none;
  display: flex;
  vertical-align: middle;
  margin-bottom: 0;
  gap: 70px;
  font-size: 22px;
  padding: 0;
  align-items: flex-end; 
}

.menu ul li a {
  text-decoration: none;
  color: #DD1717;
  transition: color 0.3s;
  line-height: 1; 
  padding-bottom: 4px; 
}

.menu ul li a:hover {
  color: #ff0000;
}

.social-icons {
  display: flex;
  align-items: flex-end; 
  gap: 13px;
  margin: 0;
  color: #DD1717;
  position: relative;
}

.social-icons a {
  color: inherit;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #ff0000;
}




@media (max-width: 600px) {

  
  .logo img {
    height: 36px;
    width: auto;
  }
  nav.menu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 65px; 
    right: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    text-align: center;
    z-index: 99;
  }


  nav.menu.active {
    display: flex;
    animation: slideDown 0.3s ease;
  }

  nav.menu ul {
    display: flex;
  flex-direction: row;       
  justify-content: center;   
  align-items: center;
  gap: 30px;                 
  margin: 0;
  padding: 10px 0;
  list-style: none;
  }

  nav.menu ul li a {
    color: #DD1717;
    text-decoration: none;
    font-size: 20px;
  }

  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
  }

  .menu .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
  }

  .menu .menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #DD1717;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .social-icons {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
   .header {
    padding: 10px 25px;
  }

  .header .container {
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    height: 50px;
    width: auto;
  }

  nav.menu {
    display: block !important;
  }

  nav.menu ul {
    display: flex;
    gap: 15px; 
    margin: 0;
    padding: 0;
    list-style: none;
  }

  nav.menu ul li a {
    font-size: 18px; 
    color: #DD1717;
    text-decoration: none;
  }

  .menu .menu-toggle {
    display: none;
  }

  .social-icons {
    display: flex;
    gap: 10px; 
  }

  .social-icons svg {
    width: 22px;
    height: 22px;
  }
}






.banner {
    background: url('https://www.diariodopoder.com.br/wp-content/themes/diariodopoder/img-anuncie/banner-mackenzie.jpg') no-repeat center center/cover;
    height: 700px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    position: relative;

}

@media (max-width: 600px) {
  .banner{
    height: 450px;
  }
  
}

@media (max-width:991px) {
  .banner{
    height: 500px;
  }
  
} 

.banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.subtitulo {
    font-size: 18px;
    color: #DD1717;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    max-width: 1200px;
    
}

.banner-content h1 {
    max-width: 1200px;
    font-size: 35px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
   
}
 
@media (max-width: 600px){
  .banner-content h1 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
   
}

  
}


.benefits {
  background: #ffffff;
  padding-top: 100px; 
  padding-bottom: 50px;
  margin-top: -100px; 
  position: relative;
  z-index: 5; 
}

.benefits > .container {
  display: block;              
  margin: 0 auto;              
  padding: 0;                  
  max-width: 1200px;           
  box-sizing: border-box;
}

.cards, .cards_2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;     
  justify-items: stretch;      
  gap: 30px;
  width: 100%; 
  max-width: 1200px;
  margin: 0 auto;        
  padding: 0;            
}

.card, .card_2 {
  background-color: #DD1717;
  border-radius: 12px;
  color: #ffffff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
  height: auto;
  min-height: 200px;
}

.card:hover, .card_2:hover {
  transform: translateY(-5px);
}

.card h3, .card_2 h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.card p, .card_2 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.card {
  margin-top: -200px;
}

@media (max-width: 768px) {
  .cards, .cards_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 85%;
    margin-top: 0;
  }
  .card {
    margin-top: 0;
  }   
}

@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }

  .benefits {
    padding-top: 10px;
    margin-top: 0;
    display: block;
    overflow-x: hidden; 
  }

  .cards, .cards_2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin: 0 auto;
    padding: 0 10px; 
    gap: 25px;
    box-sizing: border-box;
  }

  .card, .card_2 {
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
    width: auto;
  }

  .card h3, .card_2 h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .card p, .card_2 p {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media (max-width:768px){
  .benefits {
    padding-top: 10px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }
}

.about {
    background-color: #E6EDED;
    padding: 100px 20px;
    text-align: center;
}

.about .container {
    max-width: 900px;
    margin: 0 auto;
}

.about h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #DD1717;
    font-weight: 700;
}

.about p {
    font-size: 20px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .about h2 {
        font-size: 28px;

    }
    
    .about p {
        font-size: 16px;
    }
    
    .about-image{
       width: 80%;
    }

    .about {
    padding: 100px 42px;
  }
  
}

.about {
    background-color: #E6EDED;
    padding: 100px 20px;
  }
  
  .about-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
  }
  
  .about-image img {
    max-width: 450px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
  }
  
  .about-text {
    flex: 1;
    min-width: 300px;
    text-align: justify;
  }
  
  .about-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    text-align: justify;
  }
  
  .about-text p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
  }
  
  @media (max-width: 768px) {
    .about-container {
      flex-direction: column;
      text-align: center;
    }
    
    .about-text h2{
      font-size: 28px;
      text-align: center;

    }
  
    .about-image img {
      max-width: 100%;
    }
    .about {
    padding: 100px 42px;
  }
    
  }
  .audiencia-section {
    background: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .audiencia-section .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .texto-audiencia {
    margin-bottom: 40px; 
  }
  
  .audiencia-section h2 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
  }
  
  .audiencia-section .descricao {
    font-size: 18px;
    color: #555;
    margin-bottom: 10px;
  }
  
  .audiencia-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .audiencia-card {
    background: hsl(0, 0%, 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 30px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .audiencia-card:hover {  
    transform: translateY(-10px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  }

  .texto-audiencia {
  max-width: 1000px;
  margin: 0 auto;
}

.audiencia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 220px;
  text-align: center;
  padding: 20px 0;
}

.audiencia-item h3 {
  font-size: 40px;
  color: #DD1717;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.audiencia-item p {
  font-size: 20px;
  color: #333;
}
  
  .cta-button {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  
  .btn-vermelho {
    display: inline-block;
    padding: 12px 30px;
    background: #DD1717;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
  }
  
  .btn-vermelho:hover {
    background: #DD1717 ;
  }

  
  @media (max-width: 480px) {
    .audiencia-cards {
      gap: 15px;
    }
  
    .audiencia-card {
      width: 80%;
      padding: 15px;
    }
  
    .audiencia-section h2 {
      font-size: 28px;
    }
  
    .audiencia-section .descricao {
      font-size: 16px;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
  .audiencia-card {
    padding: 0; 
    width: 200px; 
  }
}

  

.logos-section {
  text-align: center;
  background-color: #E6EDED;
  padding: 100px 0px;
  margin: 0;
}

.logos-section h3 {
  font-size: 30px;
  margin-bottom: 5px;
  color: #333;
}

@media (max-width : 600px) {
  .logos-section h3 {
  font-size:  28px;
  margin-bottom: 5px;
  color: #333;}

  .logos-section p {
  font-size: 28px;
  }
}

.logos-section p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.logos-carousel-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.logos-carousel {
  display: flex;
  gap: 105px;
  padding: 20px 20px;
  width: max-content;
  animation: scroll-carousel 40s linear infinite;
}

.logos-carousel img {
  height: 150px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.logos-carousel::-webkit-scrollbar {
  display: none;
}

.carousel-btn {
  display: none;
}

@keyframes scroll-carousel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.Formatos {
  background-color: #DE1715;
  padding: 60px 20px;
}

.Formatos-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}

.texto {
  flex: 1 1 400px;
  min-width: 300px;
}

.Formatos h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 15px;
}

.Formatos h1 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  line-height: 1.5;
}

.Formatos p {
  font-size: 20px;
  color: black;
  margin-bottom: 20px;
  line-height: 1.5;
}


.btn-branco {
  background-color: white;
  color: #DE1715;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-branco:hover {
  background-color: #f2f2f2;
}


@media (max-width: 600px) {

  .Formatos p {
      margin-bottom: 0;
      font-size: 18px; }
  .Formatos-container h2{
      font-size: 28px;
  }
  @media (max-width: 600px) {
  .carousel-slide img {
    width: 180px !important;
  }
}
}

@media (min-width: 640px) and (max-width: 1024px) {
  .sm\:flex-row,
  .Formatos-container {
    flex-direction: column !important; /* força a coluna no tablet */
  }
}

@media (max-width: 768px) {



  .Formatos p {
       font-size: 25px;
       margin-bottom: 0; }
  

  .Formatos-container .btn-branco{
    display: inline-block;
    margin: 20px auto;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    background-color: #fff;
    color: #DD1717;
    border: 2px solid #DD1717;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10; 

  }

    .Formatos-container button[onclick="prevSlide()"],
  .Formatos-container button[onclick="nextSlide()"] {
    position: absolute;
    transform: translateY(-350%); /* ajusta para o centro exato */
    background-color: #fff;
    color: #DD1717;
    border-radius: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }

}



.banner-box {
  background-color: white;
  color: black;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  flex: 1 1 600px;
  min-width: 300px;
  max-width: 750px;
  padding: 30px;
  min-height: 650px;
}

@media (max-width: 1024px) {
  .Formatos-container {
    flex-direction: column;
    text-align: center;
  }

  .banner-box {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }

  .carousel-slide {
    flex-direction: column;
    text-align: center;
  }

  .carousel-slide img {
    width: 140px;
    margin: 0 auto 5px;
  }

  .btn-branco {
    margin-top: 20px;
  }

  .banner-box button {
    top: auto;
    bottom: 50px;
    transform: none;
  }
}

.container_planos {
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px;
  text-align: center;
}

.precos_planos h2{
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.planos-card h3{
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #333;
}
.cta-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn-vermelho {
  background-color: #DD1717;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.btn-branco{
  background-color: rgb(255, 255, 255);
  color: #DD1717;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;

}

.toggle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
}

.toggle-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 4px;
  background: #f0f0f0;
  border-radius: 9999px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.06);
  --indicator-x: 0px;
  --indicator-width: 0px;
}

.toggle-indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  width: var(--indicator-width);
  transform: translateX(var(--indicator-x));
  background: #DD1717; 
  border-radius: 9999px;
  transition: transform 0.35s ease, width 0.35s ease;
  z-index: 1;
}

.toggle-container .btn-vermelho {
  position: relative;
  z-index: 2;
  background: transparent !important;
  color: #333;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 25px; 
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.toggle-container .btn-vermelho.ativo {
  color: white;
}


.container_texto {
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px;
  text-align: left;


}
.btn-branco :hover{
  opacity: 0.8;
}

.btn-vermelho:hover {
  opacity: 0.8;
}

.btn-preto {
  background-color: black;
  color: white;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.planos_section .plano-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.planos-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 270px;
  text-align: left;
  position: relative;
}

.planos-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.planos-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: left;
}

.planos-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.planos-card .preco {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.destaque {
  border: 2px solid #DD1717;
}

.popular {
  background-color: #DD1717;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .planos-card {
  
  text-align: center;
}

.planos-card h3 {
  text-align: center;
  font-size: 26px;
}

.planos-card ul {
  text-align: center;
  font-size: 22px;
}

.planos-card .preco {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  align-items: center;
}
.container_texto{
  text-align: justify;
}
.planos-card ul li {
    margin-bottom: 8px;
    font-size: 15px;
}

.popular {
    font-size: 14px; 
}
}

.cta-button .ativo {
  background-color: #DD1717;
  color: white;
}

.cta-button a {
  background-color: #eee;
  color: #444;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bold;
}

.faq-section {
  padding: 50px 20px;
  background-color: #fefefe;
}

.container-faq {
  max-width: 1150px;
  margin: 0 auto;
}

.container-faq h2 {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: bold;
  color: #DD1717;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
}
.faq-answer {
  padding: 10px 12px;
  background-color: #ffffff;
  display: none;
  border-left: 2px solid #ffffff;
  margin-bottom: 10px;
  color: #000000;
  font-weight: normal;

}


.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px; 
  max-width: 100%; 
}

.faq-item {
  display: block;
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: bold;
  color: #DD1717;
  font-size: 16px;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}


.faq-item.active .faq-question::before {
  content: "- ";
  color: #DD1717;
}
.faq-question::before {
  content: "+ ";
  color:#DD1717;
}

.contato-section {
  background-color: #fff;
  padding: 40px 0;
}
.form-contato {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
}
.form-contato label {
  margin-top: 15px;
  font-weight: bold;
}
.form-contato input,
.form-contato textarea {
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-contato button {
  margin-top: 20px;
  padding: 12px;
  background-color: #DD1717;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.container-contato {
  max-width: 1150px;
  margin: 0 auto;
}

.container-contato h2 {
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.contato-section{
  padding: 50px 20px;
  background-color: #fefefe;
}



@media (max-width: 991px) {
  .audiencia-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .audiencia-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .audiencia-item h3 {
    font-size: 35px;
  }

  .audiencia-item p {
    font-size: 25px;
  }
}



@media (max-width: 768px) {
  .logos-carousel {
    gap: 40px;
  }

  .logos-carousel img {
    height: 120px;
  }

  .logos-section p {
    font-size: 20px;
  }
}


.container_texto p{
  font-size: 12px;

}

.container_texto{
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 600px) {
  #slide-1 {
    flex-direction: column;          
    align-items: center;
    gap: 15px;                       
    padding: 15px 10px;              
    text-align: center;
  }

  #slide-1 img {
    width: 150px;                    
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
  }

  #slide-1 h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
  }

  #slide-1 p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  #sslide-0 {
    flex-direction: column;          
    align-items: center;
    gap: 15px;                       
    padding: 15px 10px;              
    text-align: center;
  }

  #slide-0 img {
    width: 140px;                    
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
  }

  #slide-0 h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
  }

  #slide-0 p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    max-width: 350px;
    margin: 0 auto;
  }
}



