@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./section1.css");
@import url("./section2.css");
@import url("./section3.css");
@import url("./section4.css");

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
  /* outline: 1px solid red; */
}

.p-footer{
  display: flex;
  justify-content:flex-start;
  align-itens:center;
  gap: 0.5rem;
}

.p-footer i{
  margin-top:2px;
}

.menu-escondido:not(.escondido) {
  transform: translateX(0) !important; /* Menu visível */
}

.buttons {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.5rem;
}

body {
  background-color: #ffffff;
}

header,
section {
  position: relative;
  width: 100%;
}

section p {
  color: black;
}

header {
  display: flex;
  justify-content: space-around;
  padding: 0.8rem 2.8rem;
}

header img {
  width: 10rem;
  margin-top: 0.5rem;
  margin-right: 16rem;
}

header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

header nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: larger;
  font-weight: 600;
}

header nav a:hover {
  text-decoration: underline;
}

header nav a img {
  margin-top: 0.3rem;
  margin-right: 0;
}

section {
  height: 100%;
}

section:not(section:first-of-type) {
  margin: 5rem 0;
}

footer .form-footer .logo-redesocial .redesocial{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
}

footer .form-footer .logo-redesocial a{
  border: 1px solid white;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  padding: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

footer .form-footer .logo-redesocial a img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
  hue-rotate(209deg) brightness(109%) contrast(103%);
}

button {
  padding: 0.35rem 0.85rem;
  background-color: #ffffff;
  border: 1px solid #4ca28b;
  border-radius: 0.2rem;
}

a button {
  font-weight: 600;
  color: #4ca28b;
}

button:hover {
  background-color: #4ca28b;
  cursor: pointer;
  outline: 1px solid #4ca28b;
  outline-offset: 1px;
}

a button:hover {
  color: white;
}

.navegacao{
  display: flex;
  flex-direction: column;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
}
footer .divisoria {
  width: 100%;
  height: 2px;
  background-color: white;
}
footer .direitos h5 {
  color: white;
  margin: 0.5rem 0;
}

footer a, p {
  color: white;
}

footer .form-footer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 15rem;
  padding: 1rem;
  gap: 1rem;
}

footer .form-footer .contatos {
  display: flex;
  gap: 5rem;
}

footer .form-footer .contatos .navegacao p:first-of-type {
  margin-bottom: 1rem;
}

footer .form-footer .logo-redesocial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

footer .form-footer .logo-redesocial > img {
  width: 8rem;
}

footer .form-footer .logo-redesocial .redesocial img {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.3rem;
}

.responsive-menu {
  display: none;
}

.button-entrar {
  width: 8rem;
  background-color: #4ca28b;
}

a .button-entrar {
  color: white;
}

.slide-right {
  -webkit-animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s
    both;
  animation: slide-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s both;
}

@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px);
  }
  100% {
    opacity: 1;
    transition: 0.5ms ease-in;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-900px);
    transform: translateX(-900px);
  }
  100% {
    opacity: 1;
    transition: 0.5ms ease-in;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 320px) {
  /* Seu CSS para celulares pequenos */
  
    header nav {
      display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  /* Seu CSS para celulares */
  header nav {
    display: none;
  }

  header div img {
    margin-right: 0;
  }

  section:nth-child(2) .apresentacao {
    gap: 1rem !important;
  }

  .carousel-container {
    margin: 0 2rem;
  }

  /* .card-group {
    padding: 0 1rem;
  } */
  .card {
    width: 100%;
  }

  #duvidas {
    padding: 0 0.2rem;
  }

  /* .card-bene img{
    width: 15rem !important;
  } */
  .menu-escondido {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    color: white;
    background-color: #00000099;
    transition: transform 0.3s ease; /* Animação suave */
    transform: translateX(-100%); /* Menu escondido fora da tela à esquerda */
  }
  
  .menu-escondido.escondido {
    transform: translateX(-100%); /* Mantém fora da tela */
  }
  
  .menu-escondido:not(.escondido) {
    transform: translateX(0); /* Menu visível */
  }
  
  .menu-escondido a {
    color: white;
    font-size: large;
    font-weight: bold;
  }
  
  .responsive-menu {
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem 3.3rem;
    cursor: pointer;
  }
  
  .responsive-menu img {
    width: 3rem !important;
    object-fit: cover;
  }

  header {
    padding: 0.8rem;
    align-items: center;
    justify-content: space-between;
  }

  header nav,
  section .apresentacao .imagem .icon {
    display: none;
  }

  .carousel img {
    width: 8.5rem !important;
  }

  section .apresentacao,
  .card-group {
    flex-direction: column;
  }

  section .apresentacao .imagem {
    margin: 1rem 0;
  }

  section .apresentacao .imagem img {
    width: 20rem;
    margin-left: 0;
  }

  .butao-teste {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }



  h1 {
    font-size: 1.2rem !important;
    line-height: 40px !important;
  }

  h1:nth-child(1) {
    font-size: 2.2rem !important;
    line-height: 40px !important;
  }

  h5:first-of-type {
    text-align: center;
    font-size: 1.1rem !important;
  }

  a button {
    text-wrap: nowrap !important;
  }

  .apresentacao {
    padding: 1rem 2rem !important;
  }

  section .teste-gratis {
    margin: 10rem 0;
  }

  h1,
  h5,
  h6,
  p {
    text-wrap: wrap !important;
  }

  section:nth-child(4) .teste-gratis h1 {
    font-size: 1.3rem !important;
  }

  section:nth-child(4) .teste-gratis {
    margin: 3rem 0;
  }

  section:not(section:first-of-type) {
    margin: 0;
  }

  section:nth-child(1) .patrocinadores .titulo h5 {
    text-wrap: nowrap !important;
  }

  footer .contatos,
  .form-footer {
    height: auto !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  footer .form-footer .navegacao {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  footer .form-footer .logo-redesocial {
    margin-bottom: 1rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
  }

  footer .form-footer .logo-redesocial .redesocial{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
  }

  footer .form-footer .logo-redesocial a{
    border: 1px solid white;
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  footer .form-footer .logo-redesocial a img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(209deg) brightness(109%) contrast(103%);
  }

  .planosH {
    font-size: 1.1rem !important;
  }

  #duvidas {
    text-align: start;
  }

  #duvidas h5 {
    font-size: 1.5rem !important;
  }

  #duvidas h1:last-of-type {
    padding: 1rem;
    font-size: 1.5rem !important;
    line-height: 32px !important;
  }

  .header-menu {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .butao-teste button {
    width: 100%;
  }
  .butao-teste p {
    margin-right: 2.5rem;
  }

  .card h5 {
    text-align: start !important;
  }

  .card-container{
    flex-direction: column;
  }

  #beneficios{
    padding: 0px 2rem;
  }

  .teste-gratis {
    text-align: center;
  }
  
  /* section{
        background-color: blue;
    } */
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* Seu CSS para tablets */
  
  /* section{
    background-color: yellow;
  } */

  header nav {
    display: none;
  }

/* --------------------------------------- */
.menu-escondido{
  transform: translateX(0);
}
  .menu-escondido {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    color: white;
    background-color: #00000099;
    transition: transform 0.3s ease; /* Animação suave */
    transform: translateX(-100%); /* Menu escondido fora da tela à esquerda */
  }
  
  .menu-escondido.escondido {
    transform: translateX(-100%); /* Mantém fora da tela */
  }
  
  .menu-escondido:not(.escondido) {
    transform: translateX(0); /* Menu visível */
  }
  
  .menu-escondido a {
    color: white;
    font-size: large;
    font-weight: bold;
  }
  
  .responsive-menu {
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0.5rem 3.8rem;
    cursor: pointer;
  }
  
  .responsive-menu img {
    width: 3rem !important;
    object-fit: cover;
  }
/* --------------------------------------- */

  section .apresentacao,
  .card-group {
    flex-direction: column;
  }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* Seu CSS para laptops e telas médias */

  /* header nav {
    display: none;
  } */

  .responsive-menu {
    display: none;
  }

  .menu-escondido{
    display: none;
  }

  .apresentacao {
    padding: 1rem 2rem !important;
  }

  /* section{
        background-color: green;
    } */
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  /* Seu CSS para telas grandes */
  .menu-escondido{
    display: none;
  }
  /* section{
        background-color: purple;
    } */
    section:nth-child(3) .apresentacao{
      padding: 4rem 15rem;
    }
}

@media only screen and (min-width: 1201px) {
  /* Seu CSS para desktops grandes */
  .menu-escondido{
    display: none;
  }

  #duvidas {
    padding: 0 20rem;
  }

  section:nth-child(3) .apresentacao{
    padding: 4rem 20rem;
  }
  /* section{
        background-color: slateblue;
    } */
}

.scroll-to-top {
  position: fixed;
  z-index:10;
  bottom: 20px;
  right: 20px;
  background-color: #00000090; /* Cor de fundo do ícone */
  color: white; /* Cor do texto */
  border-radius: 50%; /* Forma circular */
  width: 50px; /* Largura do ícone */
  height: 50px; /* Altura do ícone */
  display: none; /* Começa oculto */
  justify-content: center; /* Centraliza o texto */
  align-items: center; /* Centraliza o texto */
  font-size: 24px; /* Tamanho do texto */
  cursor: pointer; /* Muda o cursor para pointer */
  transition: opacity 0.3s ease; /* Transição suave para opacidade */
}

.scroll-to-top.show {
  display: flex; /* Mostra o ícone */
  opacity: 1; /* Opacidade total */
}

.scroll-to-top.hide {
  opacity: 0; /* Opacidade 0 (invisível) */
}

.video-apresentacao iframe {
  max-width: 100%;
  height: 20rem;
  border-radius: 12px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}