body{
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; 
}


/*estilo del nav*/
.logo-nav{
  width: 100px;
  height: auto;
}

/* portada*/
.imagen-portada{
  width: 100%;
  height: auto;
}

/*estilo quien somos*/
.contenedor-texto-imagen {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 280px; 
}

.titulo{
  font-family: 'Montserrat', sans-serif;
  margin-top: 100px;
  text-align: center;
  color: #7c1588;
}

.texto{
  text-align: 5px;
  margin-right: 20px;
  padding: 70px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}

.foto1{
  max-width: 300px; 
  height: auto; 
  border-radius: 100%;
}

/*SERVICIOS ESTILOS*/


.contenedor-texto-imagen-2{
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 100px;
}


.lista-servicios{
  padding: 90px;
  text-align: left;
  font-family: 'Montserrat',sans-serif;
}
.tilde{
  color: green;
}

/*TERAPIA ESTILOS*/

.caja-titulo{
  margin-top: 10px;
  background-color: #7c1588;
}

.titulo-terapia{
  box-shadow: 10px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: white;
}

.caja4{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contenedor-circulos{
  display: flex;
  gap: 10px; 
}

.circulo-con-texto{
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 8px;
}

.circulo1{
  display: inline;
  width: 100px; 
  height: 100px;
  border: 8px solid violet;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  
}

.circulo2{
  width: 100px;
  height: 100px; 
  border: 8px solid aqua; 
  border-radius: 50%; 
  display: flex;
  justify-content: center; 
  align-items: center; 
  margin: 10px 0; 
  
}

.circulo3{
  width: 100px; 
  height: 100px; 
  border: 8px solid wheat; 
  border-radius: 50%; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  margin: 10px 0; 
  
}

.circulo-text{
  margin: 0; 
  padding: 0; 
  font-size: 40px; 
  line-height: 1;
}

.text-terapia {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 20px;
  color: black; 
  text-align: center;
}

.info-text{
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

/*terapia estilos 2*/

.contenedor-tcc{
display: flex;
align-items: flex-start; 
gap: 30px; 
}


.titulo-terapia2{
margin-top: 20px;
margin-right: 500px;
font-family: 'Montserrat', sans-serif;
font-size: 50px;
}

.info-text2{
  margin: 0; 
  width: 40%; 
  font-family: 'Raleway', sans-serif;
  text-align: left;
  margin-right: 150px;
  font-size: 16px;
}

.cuadrados-lado {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  gap: 15px; 
  width: 50%; 
}


.cuadrado1{
  margin-top: 0%;
  width: 100%;
  border: 8px solid aqua; 
  display: flex; 
  justify-content: center;
  align-items: center; 
  margin: 10px 0; 
}

.cuadrado-text{
  padding: 3px;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  text-align: center;
}

/*VALORES ESTILOS*/

.contenedor-valores {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.imagen-valores img {
  max-width: 100%;
  height: auto;
}

.caja-valores {
  flex: 1;
}

.titulo{
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  
}

.lista-valores {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-valor {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text-terapia2 {
  margin: 0;
  flex: 1;
  font-family: 'Raleway', sans-serif;
  order: 2;
}

.circulo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid pink; 
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}

.circulo-text2 {
  margin: 0;
  color: #000; 
  font-size: 19px;
}

/*ESTILOS MISION*/

.caja5{
  width: 100%;
  height: auto;
  border-radius: 50px;
  background: whitesmoke;
}

.info-mision{
  margin-top: 4px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.foto{
  border-radius: 90px;
  width: 100%;
  height: auto;
}

/*ESTILOS METODOS*/

.contenedor-metodos {
  border-radius: 100px;
  background-color: whitesmoke;
  margin-top: 90px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.imagen-metodos img {
  max-width: 100%;
  height: auto;
}

.caja-metodos {
  flex: 1;
}

.titulo{
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}

.lista-metodos {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.item-metodo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.text-terapia3 {
  margin: 0;
  flex: 1;
  font-family: 'Raleway', sans-serif;
  order: 2;
}

.circulo4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: purple;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}

.circulo5{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: aqua;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}

.circulo6{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: pink;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}

.circulo7{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: wheat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}

.circulo8{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ce80d8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  order: 1; 
}



.circulo-text4 {
  margin: 0;
  color: white; 
  font-size: 19px;
}


/*ESTILOS RESEÑAS*/

.review-container {
  background-color: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b5e3db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-right: 15px;
}
.review-content {
  flex: 1;
}
.name {
  font-weight: bold;
}
.verified {
  background-color: #ccc;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 5px;
}
.stars {
  color: gold;
}
.date {
  font-size: 12px;
  color: gray;
}
.comment {
  margin-top: 5px;
}

/*CONTACTAME ESTILOS*/

.divisor {
  width: 80%;
  height: 4px;
  background-color: gray;
  margin: 20px auto;
}

.contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: black;
  font-size: 30px;
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon img {
  width: 24px;
  height: 24px;
}

/*ESTILOS FOOTER*/


.foto7 img {
  width: 100%;
  height: auto;
  display: block;
}


.footer{
  background-color: #7c1588;
  width: 100%;
  height: auto;
}

.info-footer{
  margin-top: 10px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
}