.enlaces-navbar a:hover {
  color: #0f0944; /* Azul oscuro */
  box-shadow: 0  4px 8px rgb(25, 17, 75); /* Sombra azul suave */
  border-radius: 2px; /* Bordes redondeados para que la sombra no se vea cuadrada */
  padding: 4px 8px; /* Para que el box-shadow tenga espacio alrededor del texto */
  transition: color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.btn-outline-primary:hover {


  border-color: #0f0944;
  transition: all 0.3s ease;
}
.navbar img{
  height: 80px;
  width: 90px;
}


#container-principal{
    background-color: white;
    padding: 20px 0;
    margin: 0 auto;
}
.Quienessomos {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
 transition: transform 0.3s ease;
  max-width: 1500px;
  margin: auto;
  gap: 50px;
background-color: rgba(177, 209, 252, 0.219);
}


.title{
  padding: 20px;
   
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman',serif;
 
}
.title h1{
  font-size:35px;
}

.subtitle{
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman',serif;
    font-size: 20px;
}
.title-one {
  text-align: center;
  font-family: 'Georgia', 'Cambria', serif;
  padding: 40px 20px;
  background: linear-gradient(90deg, #1f3556, #2f4e7b); /* degradado */
  color: white;
  font-size: 2.5rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* sombra sutil */
  border-radius: 8px; /* bordes redondeados */
  margin: 40px auto;
  width: 90%;
    max-width: 1500px;
  transition: transform 0.3s ease;
   margin-bottom: 70px;

}


.misionvision{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 70px;
padding-bottom: 30px;
  max-width: 1500px;
  margin: auto;
  gap: 90px;
 transition: transform 0.3s ease;
}


.title2{
  padding: 20px;
   
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman',serif;
   /* border: 1px solid rgba(19, 11, 95, 0.171); */
    
}
.logofinal{
  text-align: center;
  margin-top: 50px;
  
}
.button-contact .btn {
  background-color: #1f3556;

}
.button-contact{
  text-align: center;
  padding: 5px 0;
  margin-bottom: 50px;
}



.nuevosvalores {
 
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1500px;
  margin: auto; /* centra el contenedor principal */
  padding: 40px 20px;
  padding-bottom: 30px;
  background-color: rgba(177, 209, 252, 0.233);
  transition: transform 0.3s ease;
}

.title3, .subtitle3 {
  text-align: center;
  max-width: 1000px; /* limita el ancho del texto */
 font-size: 20px;
    padding: 20px;
   
text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman',serif;
  
}



/*mando a lamar mi contenedor de footer*/
.footer {
  background-color: #1f3556;/*color del fondo de mi footer*/
  text-align: center;/*texto alineado al centro*/
  padding: 20px 0;/*tamaño de mi contenedor azul*/
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman',serif;/*tipo de letra*/
}

/*mando a llamar a mi div donde tengo mis iconos*/
.networking-social {
  margin-bottom: 10px;/*espacio entre los iconos y el texto*/
}

/*mando a llamar a las imagenes de mis iconos*/
.networking-social img {
  width: 40px;/*ancho de mis iconos de redes sociales*/
  height: 40px;/*alto de mis iconos de redes sociales*/
  border-radius: 50%; /* redondeo mis iconos */
  display: inline-block;/*pongo los iconos alineados uno a un lado del otro*/
  margin: 0 60px;/*espacio entre los iconos de redes sociales si le quito el cero me lo aplica para todos lados*/
}
/*mando a llamar mis iconos y los engrandezco*/
.networking-social img:hover {
  transform: scale(1.2);/*hace m+as grande mi icono cuando le paso el curosr*/
}

/* mando a llamar el texto del footer */
.text-footer {
  font-size:20px;/*tamaño de la letra*/
  color: white;/*color de la letra*/
}
/*mando a llamar los span osea los alineamientos */
.text-footer span {
  margin:10px;/*espacio entre los span */
  
}
/* Escritorio ancho */
@media (min-width: 768px) {
  .text-footer span {
    display: inline-block;
    margin: 0 15px;
  }
}

@media (max-width: 768px) {
  .logofinal img {
    width: 300px; /* más pequeño para móviles */
    margin-top: -40px;
  }
}

/* Opcional: para pantallas muy pequeñas (teléfonos) */
@media (max-width: 480px) {
  .logofinal img {
    width: 340px;
  }
}

@media (max-width: 768px) {
  .button-contact .btn {
    font-size: 16px;
    padding: 10px 20px;
    width: 200px;
  }
  
}



@media (max-width: 480px) {
  .button-contact .btn {
    font-size: 10px;
    padding: 8px 18px;
    width: 200px;
  }
}


/* 👇 RESPONSIVO GENERAL PARA PANTALLAS PEQUEÑAS */
@media (max-width: 768px) {

  .Quienessomos {
    flex-direction: column;
    padding: 20px 10px;
    gap: 30px;
  }

  .Quienessomos img {
    width: 90%;
    height: auto;
  }

  .misionvision {
    flex-direction: column;
    padding: 40px 15px;
    gap: 30px;
  }

  .title-one {
    font-size: 2rem;
    padding: 30px 15px;
    margin-bottom: 50px;
  }

  .nuevosvalores {
    padding: 30px 15px;
  }

  .title3, .subtitle3 {
    font-size: 18px;
    padding: 15px;
  }

  .footer {
    padding: 30px 10px;
  }

  .networking-social img {
    margin: 0 20px;
    width: 35px;
    height: 35px;
  }

  .text-footer {
    font-size: 16px;
    line-height: 1.5;
  }

  .text-footer span {
    display: block;
    margin: 5px 0;
  }
}

/* 📱 Ajuste adicional para teléfonos pequeños */
@media (max-width: 480px) {
  .title h1,
  .title2 h1,
  .title3 h1 {
    font-size: 1.5rem;
  }

  .subtitle,
  .subtitle3 {
    font-size: 1rem;
  }

  .title-one {
    font-size: 1.8rem;
  }

/*.button-contact .btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }*/

  .navbar img {
    width: 70px;
    height: auto;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .enlaces-navbar a {
    padding: 8px 0;
  }
}
