.seccion-3 {
  width: 100vw;
  background-color: white;
  padding: 60px 20px;
}

.contenedor-seccion-3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.imagen-seccion-3 img {
  width: 80%;
  max-width: 590px;
  height: auto;
  max-height: 480px;
  border-radius: 0px;
  
  
}

.texto-seccion-3 {
  flex: 1;
  min-width: 300px;
}

.titulo-seccion-3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.subtitulo-seccion-3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #444;
}

.texto-seccion-3 p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 10px;
}

.btn-seccion-3 {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #4BA48C;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.btn-seccion-3:hover {
  background-color: #3e8a76;
}
