.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: #00761a; 
  margin: 10px auto 0;
  margin-bottom: 30px;
}

/* INFORMACION VALORES */


.contenedorValores {
  display: flex;
  margin-bottom: 20px;
}

.columnaValores {
flex: 1;
align-items: center;
text-align: center;
}

.seccionInformacionValores_1 {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.contenedorInformacionValores_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
  gap: 20px;
}

.colummnaInformacionValores_1 {
  min-width: 250px; /* Define un ancho mínimo para cada columna */
  max-width: 600px; /* Evita que se agranden demasiado */
  flex: 1;
}

/* Media Query para pantallas pequeñas (móviles) */
@media (max-width: 768px) {
  .contenedorInformacionValores_1 {
    flex-direction: column; /* Hace que los elementos se acomoden en columna */
    align-items: center; /* Centra los elementos */
  }

  .colummnaInformacionValores_1 {
    width: 90%; /* Ocupa la mayoría del ancho en móviles */
    max-width: 400px; /* Evita que sea demasiado ancho */
  }

  .lineaSeparadoraValores {
    display: none; /* Oculta las líneas separadoras en móviles */
  }
} 

.colummnaInformacionValores_1 h1{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 750;
  font-style: normal;
  color: #3e3e3e;
}

.colummnaInformacionValores_1 p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
}

.lineaSeparadoraValores {
  width: 1px;
  height: 180px;
  background-color: #4CAF50; 
  opacity: 0.9; 
  margin-top: 25px;
}

.contenedorValores {
  text-align: center;  
  margin-top: 20px; 
}

.botonValores {
  background-color: #005212; 
  color: #ffffff; 
  padding: 15px 30px; 
  border-radius: 10px; 
  text-decoration: none; 
  font-size: 18px; 
  font-weight: 700; 
  font-family: "Inter", serif; 
  display: inline-block; 
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-bottom: 60px;
}

.seccionInformacionValores_4 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contenedorInformacionValores_4{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
}

.colummnaInformacionValores_4 p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
}

.seccionInformacionValores_3 {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.contenedorInformacionValores_3{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.colummnaInformacionValores_3 {
  flex: 1;
  text-align: center;
}

.colummnaInformacionValores_3 h1{
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 750;
  font-style: normal;
  margin-left: 20px;
  color: #3e3e3e;
}

.colummnaInformacionValores_3 p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
  margin-left: 20px;
  margin-right: 20px;
}

.lineaSeparadoraValores_3 {
  width: 1px;
  height: 180px;
  background-color: #4CAF50; 
  opacity: 0.9; 
  margin-top: 25px;
  margin-left: 75px;
}

.seccionInformacionValores_5 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  align-items: center;
}

.contenedorInformacionValores_5{
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.colummnaInformacionValores_5 {
  flex: 1;
}

.colummnaInformacionValores_5 p{
  font-family: "DM Sans", serif;
  font-optical-sizing: auto;
  font-weight: 220;
  font-style: normal;
}