.contenedorCabecera{
  display: flex;
  text-align: center;
  margin-bottom: 0; 
  margin-top: 50px;
}

.columnaCabecera {
  flex: 1;
}

.columnaCabecera h2 {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-size: clamp(24px, 4vw, 38px); 
  color: #000000;
  font-weight: 700; /* Peso de la fuente (negrita) */
  margin-bottom: 0px; /* Espacio debajo del título */
  word-wrap: break-word; 
  margin-top: 0;
}

.lineaVerdeCabecera {
  width: 150px; 
  height: 2px; 
  background-color: #37A836; 
  margin: 10px auto 0;
  margin-bottom: 40px;
}

.lineaVerdeOptimizacion {
  width: 220px; 
  height: 1.5px; 
  background-color: #37A836; 
  margin-bottom: 40px;
}

/* INFORMACION DE QUIENES SOMOS */

/* FRASE */

.contenedorFrase {
    display: flex;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 20px;
}

.columnaFrase {
    flex: 1;
}

.columnaFrase h1 {

font-family: "Inter", serif;
font-size: 22px;
font-weight: 750;
font-style: normal;
color: #008f24;
}

.columnaFrase p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 520;
  font-style: normal;
  text-align: left;
  margin-left: 240px;
}

/* NUESTRA HISTORIA */

.contenedorNuestraHistoria {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.columnaNuestraHistoria {
  flex: 1;
}

.columnaNuestraHistoria h1 {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  color: #3e3e3e;
}

.columnaNuestraHistoria p {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
}

/* QUE HACEMOS */

.contenedorQueHacemos {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.columnaQueHacemos {
  flex: 1;
}

.columnaQueHacemos h1{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  color: #3e3e3e;
}

.columnaQueHacemos p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
}

/* SECCION QUE NUESTRA VISION */

.contenedorNuestraVision {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.columnaNuestraVision {
  flex: 1;
}

.columnaNuestraVision h1{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  color: #3e3e3e;

}

.columnaNuestraVision p {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;

}

/* SECCION REFLEXION */

.contenedorReflexion {
  display: flex;
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.columnaReflexion {
  flex: 1;
}

.columnaReflexion h1{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-style: normal;
  color: #3e3e3e;

}
.columnaReflexion p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
  text-align: justify;

}

/* SECCION POST REFLEXION */

.contenedorPostReflexion {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  
}

.columnaPostReflexion {
  flex: 1;
  text-align: center;
}

.columnaPostReflexion p {
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
  margin-bottom: 0.1px;

}





