/* SECCIÓN SOBRE MÍ */
.sobre-mi-section {
  padding: 20px 20px;
  font-family: 'Satoshi', sans-serif;
  background-color: #fff;
  margin-bottom: 40px;
}

.titulo-seccion {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #A6B4A1;
  margin-bottom: 40px;
}

.sobre-mi-contenedor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  padding: 26px 15px;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.sobre-mi-foto {
  flex-shrink: 0;
}

.foto-borde {
  padding: 16px;
  border: 3px solid #ddd;
  border-radius: 50%;
  display: inline-block;
}

.foto-borde img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.sobre-mi-texto {
  max-width: 600px;
  text-align: left;
  color: #999;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 100;
}

.sobre-mi-texto h3 {
  font-size: 26px;
  color: #999;
  margin-bottom: 15px;
  font-weight: 500;
}

.sobre-mi-texto strong {
  color: #999;
  font-weight: 700;
}

.proposito {
  background-color: #758470; /* tono verde oliva */
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.proposito-contenedor {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  color: white;
  font-size: 1.2rem;
  line-height: 1.6;
}

.proposito-icono img {
  width: 80px;
  height: auto;
}

.proposito-contenedor p {
  margin: 0;
  max-width: 570px;
  font-size: 18px;
  font-weight: 200;
}

.proposito-contenedor strong {
  font-weight: 600;
}

.enfoque {
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.enfoque h2 {
  font-size : 32px;
  font-weight: 100;
  margin-bottom: 60px;
  color: #cdcccc;
}

.enfoque-contenedor {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;

}


.enfoque-item {
  max-width: 220px;
}



.enfoque-item img {
  width: 100px;
  margin-bottom: 20px;
}

.enfoque-item img {
  width: 100px;
  margin-bottom: 20px;
  transition: all 0.3s ease; /* Suaviza los cambios */
}

.enfoque-item img:hover {
  transform: scale(1.1); /* Agranda la imagen al 110% */
}


.enfoque-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #B4B4B4;
}

.enfoque-item p {
  font-size: 18px;
  color: #B4B4B4;
  line-height: 1.5;
  margin-top: 0;
}

.agenda-sesion {
  text-align: center;
  padding: 0px 20px;
}

.agenda-sesion p {
  font-size: 20px;
  color: #9e9e9e;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.agenda-sesion p strong {
  font-weight: 600;
}

.btn-agendar {
  display: inline-block;
  background-color: #788470;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-bottom: -50px;
}

.btn-agendar:hover {
  background-color: #6a7864;
}

.linea-separadora {
  height: 1px;
  background-color: #ddd;
  margin: 0 auto 40px auto;
}

.linea-arriba {
  width: 60%;
  max-width: 1000px;
}

.linea-abajo {
  width: 40%;
  max-width: 650px;
}

.bloque-faq {
  background: url('img/Banner2.png') center center / cover no-repeat;
  border-radius: 60px;
  padding: 80px 20px;
  margin: 80px auto 60px auto; /* centrado horizontal con espacio arriba y abajo */
  text-align: center;
  color: white;
  position: relative;
  max-width: 1000px;
  overflow: hidden;
  box-sizing: border-box; /* para que el padding no desborde */
}


.bloque-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #A6B4A1; /* fondo verde opaco */
  opacity: 0.83; /* 83% de opacidad */
  z-index: 1;
  border-radius: 40px;
}

.contenido-faq {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}

.contenido-faq h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.contenido-faq p {
  font-size: 1.2rem;
  font-weight: 300;
  max-width: 400px;
  margin: 0px auto 20px auto;
}

.btn-faq {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 40px;
  background-color: white;
  color: #A6B4A1;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 15px;
}

.btn-faq:hover {
  background-color: #f0f0f0;
}

.bloque-faq img {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 200px;
  height: auto;
  z-index: 0; /* Asegura que la imagen esté detrás del contenido */
}

@media (max-width: 768px) {
  .proposito-contenedor {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px; /* espacio entre icono y texto */
}

.proposito-icono img {
  max-width: 80px;
}

.bloque-faq::before {
  border-radius: 0px;
}

.bloque-faq {
  border-radius: 0px;
  margin: 80px auto 0px auto; /* centrado horizontal con espacio arriba y abajo */
}

.sobre-mi-contenedor {
  border: 0px solid #e0e0e0;
}

}