/* Estilos gerais */
:root {
    --cor-primaria: #121149;
    --cor-secundaria: #ffffff;
    --cor-secundaria: #FFD700;
    --cor-texto: #000000;
    --cor-cinza-claro: rgb(218, 218, 218);
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-image: linear-gradient(to right,  rgb(255, 255, 255), rgb(209, 209, 209), rgb(97, 96, 97),rgb(184, 182, 182),rgb(229, 228, 230),rgb(97, 96, 97));
    background-size: 500% 100%;
    animation-name: degrade;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color: var(--cor-texto);
}

/* Estilos para a barra de navegação */
header {
  background-color: var(black);
  display: flex;
  justify-content: space-between;
}

@keyframes degrade{
    0%{
        background-position-x: 0%;
    }
    100%{background-position-x: 100%;
    }
}

.logo img {
        width: 200px;
        height: auto;
        margin-right: 0px;
        margin-left: 60px;
}

.containertitulo {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 110px;
  justify-items: center;
}

@media (max-width: 768px) {
  .logo img {
      width: 130px;
      height: auto;
      margin-right: 10px;
      margin-left: 5px;
      margin-top: 120px;
}

.containertitulo {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 20px;
  justify-items: center;
}
}




.recuo { text-indent:3em }

@media (max-width: 768px) {
  .recuo { text-indent:1em }
}

.container {
  margin: 0 auto;
  padding: 0 0 0;
  background-color: #e7e7e7;
}
.container2 {
  margin: 0 auto;
  padding: 5px;
  background-color: #e7e7e700;
}

section .container h2 {
  font-size: 40px;
  padding: 0 0 0;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  background-color: rgb(24, 4, 136);
}


.containerprof {
    padding: 0 0 0px;    
    background-color: #080808;
    
}


/*titulo Técnica Corazza para Dores*/
header h1 {
    display: flex;
    justify-content: center;
    text-wrap: row wrap;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    font-size: 70px;
    color: rgb(24, 4, 136);
    font-family: Arial, sans-serif;
    border: 10PX solid rgb(24, 4, 136);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px;

}

  nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
  }
/*descricao das sessoes no topo 'Sobre, Curso, Resultados e Depoimentos, Professora,Inscrição'*/
nav ul li {
    display: inline-block;
    margin-right: 70px;
    margin-left: 10px;
}
nav ul li a {
  font-size: 20px;
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

nav ul li a:hover {
  color: var(--cor-secundaria);

line-height: 30px;
align-items: center;
background-color: rgb(10, 0, 153);
border-radius: 10px;

padding-left: 5px;
padding-right: 5px;
}

@media (max-width: 768px) {
  nav ul li {
    display: flex;
    justify-content: center;
    font-size: 10px;
    color: #ffffff;
    line-height: 30px;
    align-items: center;
}


nav ul li a:hover {
  color: var(--cor-secundaria);
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  background-color: rgb(10, 0, 153);
  
  padding-left: 70px;
  padding-right: 70px;
}
   
}



/* Estilos para as seções */
section {
    padding: 10px 0;
}
section .containerprof h2 {
    text-align: center;
    font-size: 50px;
    color: #bebebe;
}
section .containerprof h4 {
    font-size: 40px;
    color: #bebebe;
}
section .containerprof p {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
}

@media (max-width: 768px) {
  section .containerprof h2 {
    text-align: center;
    font-size: 30px;
    color: #bebebe;
}
}


section .containerinvest h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 70px;
    align-items: center;
    background-color: #28A100;
    
}

.containerfooter p {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
}
section p {
    color: var(--cor-texto);
    text-align: justify;
    color: #050505;
    font-size: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
section h2 {
    color: var(--cor-texto);
    text-align: justify;
    color: #050505;
    font-size: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
section h3{
    color: var(--cor-texto);
    text-align: justify;
    color: #050505;
    font-size: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

section h4{
    color: var(--cor-texto);
    text-align: justify;
    color: #050505;
    font-size: 20px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

/* Estilos para os depoimentos */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;    
    flex-flow: column wrap;
    text-wrap: row wrap;
    flex-flow: row wrap;
}

.testimonial-box {
    background-color: var(--cor-cinza-claro);
    border-radius: 30px;
    margin: 5px;
    padding: 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s ease-in-out;
    width: auto; /* Ajuste a largura de acordo com sua necessidade */
    animation: slide 10s infinite;
    display: grid;
    gap: 200px;    
    flex-flow: column wrap;
    text-wrap: row wrap;
    flex-flow: row wrap;

  
    /* Remova o conteúdo textual 
    text-align: center;
  
     Mantenha a animação 
    &:hover {
      transform: scale(1.05);
    } */
    
    
  }
  
  /*
  .imagem-grande {
    width: 100px;  Ajuste a altura de acordo com sua necessidade 
    max-width:100 % ;{} 
    */

/*esse comando deixa a imagem redonda
.testimonial-box img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 50%;
}*/

/* 
.testimonial-box img {
    width: auto 500px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10%;
}
 */

.slideshow-container {
  display: flex;
  flex-direction: column;    
  
  display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1px;  
   
   max-width: 1600px;  
  }

  
  
  .slides {
    transition: transform 1s ease-in-out;
    display: flex;
    flex-direction: column;
    margin: 1px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);    
    
  }
  
  .slides img {
    width:  auto;
    max-width: 300px;
    margin: 1px;
    padding: 0 0 0;
    
  }
  /* descrição dos depoimentos*/
  .description {
    
  display: flex;
  justify-content: center;
  align-items: center;
    font-size: 20px;
    color: #9b9b9b;    
  }

  

  @media (max-width: 768px) {

    .slideshow-container {
      display: flex;
      flex-direction: column;    
      
      display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 10px; 
      }
      
      .slides {
        transition: transform 1s ease-in-out;
        display: flex;
        flex-direction: column;
        margin: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);    
        
      }
      
      .slides img {
        width:  auto;
        max-width: auto;
        margin: 1px;
        padding: 0 0 0;
        
      }
      /* descrição dos depoimentos*/
      .description {
        
      display: flex;
      justify-content: center;
      align-items: center;
        font-size: 20px;
        color: #9b9b9b;    
      }

  }

.testimonial-box:hover {
    transform: scale(1.15);
    background-color: #999999;
}




/* Estilos para a instrutora */
.instructor-box {
    display: flex;
    align-items: center;
}

.instructor-box img {
    width: 450px;
    height: auto;
}

.instructor-info ul {
    list-style: none;
    margin: 20px;
}



/* Estilos para o rodapé */
footer {
    background-color: #444444;
    text-align: center;
    padding: 5px 0;
}

footer p {
    margin: 5px 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--cor-secundaria);
    color: var(--cor-primaria);
    text-decoration: none;
    border: none;
    border-radius: 5px;
    transition: background-color 0.2s ease-in-out;
}

.btn:hover {
    background-color: var(--cor-primaria);
}

.whats {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.whats:hover {
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 80px;
    width: 5%;
    height: 70px;
    transform: scale(1.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    /* Ajustes para smartphones */
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Ajustes para tablets */
  }

  @media only screen and (min-width: 1024px) {
    /* Ajustes para desktops */
  }

  .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  

  .secao-investimento {
    background-color: #f7f7f7;
    padding: 60px 0;
  }
  
  .secao-investimento h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .box-preco {
    border-radius: 200px;
    margin: 0 auto;
    width: 600px;
    height: 450px;
    text-align: center;
    max-width: 300px;
    background-color: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.20);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
  }

  .box-preco img {
    overflow-clip-margin: content-box;
    overflow: clip;
  }
  
  .preco-antigo {
    text-decoration: line-through;
    color: #000000;
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .preco-atual {
    color: #28A100;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .forma-pagamento {
    font-size: 14px;
    color: #28A100;
    display: block;
    font-weight: bold;

  }
  
  .ou {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .parcelamento {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .chamada-acao {
    text-align: left;
    margin-top: 30px;
  }
  
  .btn-saiba-mais {
    background-color: #525252;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
  }
  

  .turmas-fechadas {
    
    text-align: center;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 800px;
    background-color: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.20);
    padding: 20px 10px 20px 10px;
    margin-top: 20px;
    
  }
  
  .turmas-fechadas p {
    text-align: center;
    align-items: center;
    font-weight: 900px;
    padding: 10px 20px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  

  .btn-lista-espera {
    background-color: #b70000;
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 50px;
  }

  .turmas-fechadasbnt:hover  {
    transform: scale(1.5);
}



.turmas-fechadas2 {
    
  text-align: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 800px;
  background-color: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.20);
  padding: 20px 10px 20px 10px;
  margin-top: 20px;
  
}

.turmas-fechadas2 p {
  text-align: center;
  align-items: center;
  font-weight: 900px;
  padding: 10px 20px;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}


.btn-lista-espera2 {
  background-color: #73ff00;
  color: #000000;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  padding: 10px 20px;
  font-size: 24px;
  border-radius: 50px;
}

.turmas-fechadasbnt2:hover  {
  transform: scale(1.5);
  color: #ffffff;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}




  .footer .coluna-3 {
    text-align: right;
    align-items: right;
    width: 100%;
}


.coluna-3 h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 1px;
    margin-top: 0;
    margin-bottom: 0;

    text-align: center;
    align-items: center;
    width: 100%;
}

.coluna-3  {
    display: inline-block;
}


.redes {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    transition: 0.5s;
    flex-direction: row;
    width: 100%;

  }
  .redes-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  

.redes1 img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;  
}

.redes1:hover {
    transform: scale(1.5);
    border-radius: 50px;
    
}

.redes2 img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;  
}

.redes2:hover {
    transform: scale(1.5);
    border-radius: 50px;
    
}

.redes3 img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 50%;   
}

.redes3:hover {
    transform: scale(1.5);
    border-radius: 50px;
}

.coluna-3{
    font-family: Arial, sans-serif;
    line-height: 1.6;

    background-image: linear-gradient(to right,  rgb(255, 255, 255), rgb(209, 209, 209), rgb(97, 96, 97),rgb(184, 182, 182),rgb(229, 228, 230),rgb(97, 96, 97), rgb(229, 228, 230),rgb(184, 182, 182));
    background-size: 500% 100%;
    animation: degrade 3s linear infinite alternate;
    color: var(--cor-texto);

    -webkit-background-clip: text; /* ME SIGA NAS REDES SOCIAIS */
    -webkit-text-fill-color: transparent;
}

@keyframes degrade{
    0%{
        background-position-x: 0%;
    }
    100%{background-position-x: 100%;
    }
}

/* AQUI ESTAVA OS CSS DOS DEPOIMENTOS*/
  
  /* Animação 
  @keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }
  
  .slides {
    animation: slide 30s infinite;
    margin-left: 200px;
  }
*/






@media (max-width: 768px) {
  header h1 {
      display: flex;
      justify-content: center;
      text-wrap: row wrap;
      align-items: center;
      flex-flow: row wrap;
      width: 100%;
      font-size: 40px;
      color: rgb(24, 4, 136);
      font-family: Arial, sans-serif;
      border: 10PX solid rgb(24, 4, 136);
      margin-left: 0px;
      margin-top: 100px;
      border-radius: 20px;
  
}}


@media only screen and (max-width: 768px) { nav ul li a {   
      display: flex;
      justify-content: center;
  font-size: 22px;
  color: black;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
  
}}










@media only screen and (max-width: 768px) {
  /* Ajustes para smartphones */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Ajustes para tablets */
}

@media only screen and (min-width: 1024px) {
  /* Ajustes para desktops */
}




/* Estilos gerais */


body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #000;
}

/* Estilos específicos para a seção da instrutora */

#instrutora {
  background-color: #f5f5f5;
  padding: 0 0 0;
}

.containerprof {
  max-width: 1200px;
  margin: 0 auto;
}

.instructor-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.instructor-box img {
  width: 40%;
  max-width: auto;
  margin-right: 0px;
}

.instructor-info {
  width: 60%;
}

.instructor-info ul {
  list-style: none;
  padding: 0;
}

.instructor-info h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.instructor-info p {
  font-size: 14px;
}

.chamada-acao {
  margin-top: 20px;
}

.chamada-acao a {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}

.chamada-acao a:hover {
  background-color: #333;
}

/* Media queries para responsividade */

@media (max-width: 768px) {

  /* Ajusta o layout da seção instrutora */

  .instructor-box {
    flex-direction: column;
  }

  .instructor-box img {
    width: 50%;
    margin-right: 0px;
  }

  .instructor-info {
    width: 100%;
  }

  /* Ajusta o tamanho da fonte */

  body {
    font-size: 14px;
  }

}

@media (max-width: 480px) {

  .instructor-box {
    flex-direction: column;
  }

  .instructor-box img {
    width: 40%;
    margin-right: 0px;
  }

  .instructor-info {
    width: 100%;
  }

  /* Ajusta o tamanho da fonte */

  body {
    font-size: 12px;
  }

}


@media (max-width: 768px) {

  /* Ajusta o layout da seção de depoimentos */

  .slideshow-container {
    flex-direction: column;
  }

  .testimonial-box {
    width: 100%;
  }

}

@media (max-width: 480px) {

  /* Ajusta o tamanho da fonte */

  .description {
    font-size: 14px;
  }

}

section .container2 h2 {
  font-size: 14px;
  padding: 0 0 0;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background-color: rgb(24, 4, 136);
}

/* Adicione este código para evitar quebras de linha nos títulos dos depoimentos */

.description h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-item {
  display: flex;
  flex-direction: column;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card-item a {
  text-decoration: none;
  color: #333;
}

.card-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-item h2 {
  margin: 10px;
  font-size: 30px;
  font-weight: bold;
}

.card-item p {
  margin: 10px;
  font-size: 18px;
}

/* Media queries para responsividade */

@media (max-width: 768px) {

  /* Ajusta o layout do card */

  .card-item{
    flex-direction: column;
  }
   .container{
    flex-direction: column;
  }

}

@media (max-width: 480px) {

  /* Ajusta o tamanho da fonte */

  .card-item h2 {
    font-size: 14px;
  }

  .card-item p {
    font-size: 12px;
  }

}
