/* Parte superior con imagen */
.nosotros-header {
  background: url('../img/FondoNosotros.jpg') no-repeat center center / cover;
  padding: 220px 20px;
  text-align: center;
}

.nosotros-header h2 {
  color: #fff;
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0;
}

/* Parte inferior con color sólido y cuadros */
.nosotros-contenido {
  background-color: #2a4458;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.box-mv {
  border: 2px solid #fff;
  padding: 30px 25px;
  background-color: #2a4458;
  max-width: 500px;
  color: #fff;
  text-align: left;
}

.titulo-mv {
	
  color: #ffc700; /* Amarillo corporativo */
  font-size: 1.8em;
  margin-bottom: 15px;
  text-transform: uppercase;
	font-weight:bold
	
}

.box-mv p {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.box-mv strong {
  font-weight: 800;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 3px;
}




/*JOSÉ LUIS LEON */

.director {
  display: flex;
  flex-wrap: wrap;
  min-height: 600px;
}

.director-left {
  flex: 1 1 40%;
  background-color: #192935;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.director-img img {
  max-width: 280px;
  border: 2px solid #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.director-right {
  flex: 1 1 60%;
  background: url('../img/FondoJoseLuis.jpg') no-repeat center center / cover;
  position: relative;
  padding: 40px;
  display: flex;
  align-items: center;
}

.overlay {
/*  background-color: rgba(9, 40, 58, 0.85); */
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  width: 100%;
}

.director-texto h2 {
  color: #ffc700;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 20px;
}

.director-texto h3 {
  color: #ffc700;
  margin: 25px 0 10px;
  font-size: 1.2em;
}

.director-texto ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.director-texto ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.director-texto strong {
  font-weight: 700;
  color: #fff;
}

.firma {
  color: #ffc700;
  font-weight: bold;
  margin-top: 20px;
}





/*  filosofía */

.filosofia {
  display: flex;
  flex-wrap: nowrap;
  min-height: 500px;
  width: 100%;
}

/* Columna izquierda con texto vertical */
.filosofia-left {
  background-color: #2a4458;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-text {
  writing-mode: vertical-lr; /* Cambiado a lr para invertir el flujo */
  transform: rotate(180deg); /* Invierte el orden visual para empezar con la "F" arriba */
  font-size: 2em;
  font-weight: bold;
  color: #ffc700;
  letter-spacing: 10px;
  text-align: center;
}
/* Imagen central */
.filosofia-img {
  background: url('../img/FondoFilosofia.jpg') no-repeat center center / cover;
  flex: 1 1 auto;
}

/* Contenedor derecho con dos fondos diferentes */
.filosofia-content {
  width: 60%;
  display: flex;
  flex-direction: column;
}

/* Parte superior de texto */
.filosofia-top {
  background-color: #09283a;
  padding: 40px 30px;
  flex: 1;
  color: white;
}

.filosofia-top p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.6;
}

/* Parte inferior con cita */
.filosofia-bottom {
  background-color: #0a1f2e;
  padding: 40px 30px;
  text-align: center;
  color: white;
}

.filosofia-bottom em {
  display: block;
  font-size: 1.2em;
  font-style: italic;
  margin-bottom: 10px;
}

.filosofia-bottom .autor {
  color: #e12727;
  font-weight: bold;
  font-size: 1em;
}

.amarillo {
  color: #ffc700;
  font-weight: bold;
}











.fundador {
  background: url('../img/FondoFundador.jpg') no-repeat center center / cover;
  position: relative;
  padding: 80px 30px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 500px;
}

.frase-fundador {
  background-color: rgba(20, 59, 85, 0.9);
  padding: 30px;
  max-width: 700px;
  border-left: 5px solid #ffc700;
}

.frase-fundador p {
  font-size: 1.1em;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 20px;
}

.frase-fundador h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
}

.frase-fundador .cargo {
  font-style: italic;
  color: #ffc700;
  font-weight: bold;
}













@media (max-width: 768px) {
  /* Encabezado */
  .nosotros-header {
    padding: 120px 20px;
	  padding-top: 150px;
  }

  .nosotros-header h2 {
    font-size: 2em;
  }

  /* Misión y Visión */
  .nosotros-contenido {
    flex-direction: column;
    padding: 40px 20px;
  }

  .box-mv {
    max-width: 100%;
    padding: 25px;
  }

  /* José Luis León */
  .director {
    flex-direction: column;
  }

  .director-left,
  .director-right {
    flex: 1 1 100%;
    padding: 20px;
  }

  .director-img img {
    max-width: 80%;
  }

  .director-texto h2 {
    font-size: 1.4em;
  }

  /* Filosofía */
  .filosofia {
    flex-direction: column;
  }

  .filosofia-left {
    width: 100%;
    height: 60px;
  }

  .vertical-text {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.5em;
    letter-spacing: 5px;
  }

  .filosofia-img {
    height: 200px;
  }

  .filosofia-content {
    width: 100%;
  }

  .filosofia-top,
  .filosofia-bottom {
    padding: 30px 20px;
  }

  /* Frase Fundador */
  .fundador {
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 20px;
  }

  .frase-fundador {
    max-width: 100%;
    padding: 25px;
  }

  .frase-fundador p {
    font-size: 1em;
  }
}




