body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.img-geral {
  width: 50%;
  margin-top: 25px;
}

.img-geral-1 {
  width: 50%;
  margin-top: 25px;
}

.papper {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .img-geral {
    width: 40%;
  }
  .img-geral-1 {
    width: 40%;
  }
  .papper {
    margin-top: 20px;
  }
  .img-principal {
    width: 40%;
  }
}

.img-principal {
  width: 50%;
  margin-top: 25px;
}

.img-brownie {
  width: 20%;
  margin-top: 25px;
  margin-bottom: 20px;
}

h2 {
  font-weight: 400;
  font-size: 14px;
  color: #ff336d;
  text-align: center;
  text-transform: uppercase;
}

.img-geral-planilha {
  width: 70%;
  margin-top: 25px;
}

.brownie {
  width: 85%;
}

.btncall {
  color: #fff;
}
.btnlink {
  text-decoration: none;
  color: #fff;
}
.horadiv div {
  height: 130px;
  border-radius: 10px;
  border: 5px solid #fff;
}
.horadiv p {
  color: #fff;
}
.hora {
  background-color: #ff336d;
  height: 80px;
  width: 40px;
}
.hora p {
  color: #fff;
}
.inicio {
  margin-bottom: 50px;
  height: auto;
}
.contato {
  background-color: #ff336d;
}
.contato h2 {
  color: #fff;
}

.contato h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.contato p {
  color: #fff;
}

.telefone {
  font-size: 30px;
  color: orange;
}

.perguntas a {
  text-transform: uppercase;
  color: #ff336d;
  font-style: normal;
  text-decoration: none;
  font-size: 16px;
}
.perguntas a:hover {
  text-decoration: none;
  color: #ff336d;
}

.perguntas p {
  color: #fff;
}

.accordion-section .panel-default > .panel-heading {
  border: 0;
  background: #f4f4f4;
  padding: 0;
}
.accordion-section .panel-default .panel-title a {
  display: flex;
  align-items: center; /* Centraliza os itens verticalmente */
  justify-content: space-between; /* Deixa o texto à esquerda e o ícone à direita */
  padding: 15px; /* Adiciona espaçamento interno */
  font-size: 16px; /* Ajusta o tamanho da fonte */
  color: #ff336d; /* Cor do texto */
  background-color: #f4f4f4; /* Fundo */
  border-radius: 5px; /* Bordas arredondadas */
  text-decoration: none; /* Remove sublinhado */
}

.accordion-section .panel-default .panel-title a:after {
  content: "\f107"; /* Ícone da seta (ou personalize o conteúdo) */
  font-family: "FontAwesome"; /* Certifique-se de usar a biblioteca correta */
  font-size: 16px; /* Ajusta o tamanho da seta */
  color: #ff336d; /* Cor do ícone */
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}

.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
}

.learn {
  height: auto;
  margin-top: 50px;
  background-color: #ff336d;
}
.learn-item {
  background-color: #ffffff;

  height: 50px;
  width: 50px;
}
.learn p {
  color: #fff;
  margin-top: 15px;
  margin-left: 10px;
}

.learn h3 {
  color: #fff;
}
.checkout button {
  width: 50%;
  height: 60px;
  background-color: ;
  border: 2px solid;
  font-weight: bolder;
  color: #fff;
  outline-style: none;
  outline: none !important;
  box-shadow: none;
}

.checkout button:hover {
  width: 50%;
  height: 60px;
  background-color: ;
  border: 2px solid #fff;
  font-weight: bolder;
  color: #fff;
  outline-style: none;
  outline: none !important;
  box-shadow: none;
}

.segundo {
  margin-bottom: 50px;
  background-color: ;
}

.learn img {
  max-width: 100%;
  max-height: 100vh;
}

.segundo h3 {
  color: #ff336d;
}

.segundo button {
  width: 50%;
  height: 60px;
  border: 1px solid #fff;
  font-weight: bolder;
  color: #fff;
}

/* INICIO PLANOS  */
.planos {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.planos h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: bold;
}
.card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.card-title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ff336d; /* Cor padrão (Básico) */
}

.card-body {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  margin-top: 60px; /* Garante espaço para a faixa do título */
  border: 4px solid #ff004c; /* Cor da borda principal */
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* Diferencia cores para cada plano */
.card.basico .card-title {
  background-color: #ff336d; /* Cor rosa para Básico */
  color: black; /* Texto preto para contraste */
}
.card.prata .card-title {
  background-color: silver; /* Cor prata para Prata */
  color: black; /* Texto preto para contraste */
}
.card.gold .card-title {
  background-color: gold; /* Cor dourada para Gold */
  color: black;
}
.card-footer {
  text-align: center;
}
.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.card-body ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
/* LISTA DOS BOX */
.card-body ul li,
.card-body p {
  font-size: 1rem;
  margin-bottom: 8px;
  text-align: left;
  margin-left: 10%;
  width: 80%;
}
.check {
  color: green;
  font-weight: bold;
  margin-right: 8px;
}
.cross {
  color: red;
  font-weight: bold;
  margin-right: 8px;
}
.card-body h4 {
  font-size: 2.3rem; /* Aumenta o tamanho */
  font-weight: bold; /* Torna o texto em negrito */
  color: #000; /* Define a cor do texto */
  margin-bottom: 5px;
}
.card-body h4 span {
  font-size: 1.5rem; /* Para o texto "Por:" */
  display: block; /* Move o texto para uma linha separada */
  color: #555; /* Cor mais sutil para o texto auxiliar */
  font-weight: normal;
}
.card-body .preco-detalhe {
  font-size: 0.9rem; /* Texto auxiliar pequeno */
  color: #555;
  margin-top: -5px;
}
.card-body .btn {
  background-color: #ff336d;
  color: #fff;
  border-radius: 10px;
  padding: 15px 50px;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  border: none;
}
.card-body .btn:hover {
  background-color: #e62e5c;
}
/* Estilos para o destaque */
.destaque {
  position: relative;
}
.faixa {
  position: absolute;
  top: 80px;
  right: -30px;
  background: #188f00;
  color: white;
  padding: 5px 30px;
  font-size: 0.9rem;
  font-weight: bold;
  transform: rotate(45deg);
  transform-origin: right top;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* FIM PLANOS  */

/* CARROCEL AVALIACOES */
.swiper-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.carousel-image {
  max-width: 50%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 10px;
}

.carousel-text {
  font-size: 1rem;
  color: #555;
}

.swiper-pagination-bullet {
  background-color: #ff336d !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ff336d !important;
}

@media (max-width: 768px) {
  .video {
    width: 85%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(255 51 109 / 100%);
  }

  .checkout button {
    width: 80%;
    height: 60px;
    background-color: ;
    border: 2px solid #fff;
    font-weight: bolder;
    color: #fff;
  }

  .checkout button:hover {
    width: 80%;
    height: 60px;
    background-color: ;
    border: 2px solid #fff;
    font-weight: bolder;
    color: #fff;
  }
  .segundo button {
    width: 80%;
    height: 60px;
    border: 1px solid #fff;
    font-weight: bolder;
    color: #fff;
  }
  .carousel-image {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .video {
    width: 48%;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(255 51 109 / 100%);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1); /* Tamanho normal */
  }
  50% {
    transform: scale(1.1); /* Aumenta um pouco */
  }
}
/* .call2efect {
  animation: pulse 1.5s infinite;
} */

.call,
.call2 {
  font-size: 26px;
  text-align: center;
  color: #ff336d;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 700;
  
}
.segundo h1 {
  font-size: 20px;
}

.telefone {
  font-size: 20px;
  color: orange;
}

.segundo h1 {
  text-align: center;
  font-size: 40px;
}

.checkout {
  height: auto;
}

.segundo h3 {
  text-align: center;
}

.section-video {
  height: 70vh;
  width: 100vh;
}

.section-problems h1 {
  text-align: center;
}

.problema {
  background-color: #ff336d;
  height: 40vh;
}

.problema-item {
  background-color: white;
  width: 80%;
  height: 80%;
  margin-left: 10%;
  margin-top: 20px;
  border-radius: 5px;
}

.problema h1 {
  color: #ffffff;
}

.solucao {
  background-color: #5ebf56;
  height: 40vh;
}

.option {
  width: 100px;
  height: 400px;
  position: relative;
}
.solucao-item {
  background-color: white;
  width: 80%;
  height: 80%;
  margin-left: 10%;
  margin-top: 20px;
  border-radius: 5px;
}

input:focus,
button:focus,
textarea:focus {
  outline-style: none;
  outline: none !important;
  box-shadow: none;
}

.flash {
  animation-name: flash;
  animation-duration: 1s;
  animation-iteration-count: 2;
}

@keyframes flash {
  0% {
    width: 50%;
    height: 60px;
  }
  50% {
    width: 40%;
    height: 50px;
  }
  100% {
    width: 50%;
    height: 60px;
  }
}
.container {
  margin: 0;
  padding: 0;
}
.curved-div {
  margin: 0;
  padding: 0;
  background: #ff336d;
  color: #fff;
  text-align: center;
  height: 95px;
}

.curved-div h1 {
  font-size: 6rem;
}

.curved-div p {
  font-size: 1rem;
}

.logo {
  text-align: right;
}

.titulo {
  text-align: left;
  margin-top: 50px;
}

.curva path {
  fill: #ff336d;
  width: 100%;
}

@media (max-width: 800px) {
  .accordion-section .panel-default .panel-title a {
    font-size: 16px;
    line-height: 20px;
  }

  .accordion-section .panel-default .panel-title a:after {
    margin-top: 0;
  }

  .titulo {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    font-size: 24px;
  }

  .logo {
    text-align: center;
    margin-top: 0;
  }

  .call {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 22px;
    text-align: center;
    color: #ff336d;
    font-weight: bolder;
  }

  .call2 {
    padding-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 22px;
    text-align: center;
    color: #ff336d;
    font-weight: bolder;
  }

  .img-brownie {
    width: 45%;
  }

  .brownie {
    width: 90%;
  }

  @keyframes flash {
    0% {
      width: 80%;
      height: 60px;
    }

    50% {
      width: 70%;
      height: 50px;
    }

    100% {
      width: 80%;
      height: 60px;
    }
  }
  .segundo h3 {
    margin: 0 5px;
    font-size: 18px;
  }
}
/* Estilo geral do vídeo */
.videoyt {
  width: 70%;
  /* Largura padrão */
  height: 60vh;
  /* Altura ajustada proporcionalmente */
  margin: 0 auto;
  /* Centraliza o vídeo */
  border-radius: 15px;
  /* Bordas arredondadas */
  box-shadow: 0 0 10px rgb(255 51 109 / 100%);
  /* Sombra */
  display: block;
  /* Comporta-se como um bloco */
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
  .videoyt {
    width: 90%;
    /* Largura maior para telas menores */
    height: 50vh;
    /* Altura ajustada para dispositivos móveis */
    border-radius: 10px;
    /* Bordas arredondadas menores */
  }
}

/* Estilo para telas maiores (desktop) */
@media (min-width: 1024px) {
  .videoyt {
    width: 70%;
    /* Largura maior para desktop */
    height: 80vh;
    /* Altura ajustada para destacar o vídeo */
    border-radius: 15px;
    /* Bordas consistentes */
    box-shadow: 0 0 15px rgb(255 51 109 / 80%);
    /* Sombra refinada */
  }
}
