@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


.contenido-principal {
    padding: 60px 20px;
    text-align: center;
}


body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: 'Segoe UI', sans-serif;
    overflow-x: hidden;
  }


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.contenido-principal {
  position: relative;
  background-image: url('/Imagenes/nosotros/nosotros1.jpg');
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
  overflow: hidden;
}

.contenido-principal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fef9e785; 
  z-index: 2;
}

.contenido-principal > * {
  position: relative;
  z-index: 3;
}
.somos {
          max-width: 1000px;
          margin: 0 auto;
          padding: 40px 20px;
          text-align: center;
          color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px;
    font-family: 'poppins', sans-serif;
        }




.descripcion {
max-width: 1000px;
          margin: 0 auto;
          padding: 0px 20px;
          text-align: center;
           font-size: 18px;
          margin-bottom: 10px;
 background-color: #ffffff80;
          padding: 20px;
          border-radius: 10px;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(5px);
          font-family: 'poppins', sans-serif;
          font-size: 1.5em;
        
        
          

}

  .encabezado {
  position: fixed;
  top: 0%;
  left: 0;
  height: 180px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.contenedor-encabezado {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.logo {
  height: 250px;
  margin-right: 0px;
  margin-top: 0%;
  margin-bottom: 0px;
  width: auto;
 position: relative;
}

  
  .nav-enlaces {
    display: flex;
    gap: 50px;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .nav-enlaces a {
    text-decoration: none;
    color: #000;
    font-weight: 550;
    font-size: 17px;
    transition: color 0.3s ease;
    font-family: 'poppins', sans-serif;
    
  }
  
  .nav-enlaces a:hover {
    color: #ffca39;
  }

  .contenido-principal {
    padding: 60px 20px;
    text-align: center;
    padding-top: 160px;
}


.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    text-shadow: white 0px 0px 5px, rgb(255, 255, 255) 0px 0px 10px;
}


 .footer {
    background: #111111;
    color: rgb(0, 0, 0);
    font-family: sans-serif;
    position: relative;
    top: 0%;
    left: 0%;
  }
  
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    background-color: #eed983;
  }
  
  .footer-box {
    flex: 1;
    padding: 20px;
    min-width: 280px;
    position: relative;
    top: 10%;
    left: 15%;
    font-size: 24px;
  }
  
 
  
  .footer-box .numero {
    font-size: 23px;
  
    margin: 5px 0;
    
  }
  
  .footer-box .temas {
    margin-top: 20px;
    line-height: 1.6;
  }
  
  .footer-box hr {
    margin: 20px 0;
    border: 0.5px solid #000000;
  }
  
  .info-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    font-size: 20px;
    position: relative;
    top: 10%;
    left: 16%;
    width: 100%;

  }
  
  .info-footer a {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  .info-footer a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    padding: 15px;
    font-size: 0.85rem;
    background-color: #000;
    border-top: 1px solid #333;
    color: white;
  }


  .divisor {
    border: none;
    height: 2px;
    background: #000000;
    margin: 40px auto;
    width: 80%;
    opacity: 0.4;
  }
  


  .aparecer {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
  }
  
  .aparecer.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .bloque-con-imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 40px auto;
  max-width: 1000px;
  flex-wrap: wrap;
}

.bloque-con-imagen.invertido {
  flex-direction: row-reverse;
}

.imagen-nosotros {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.texto-nosotros {
  max-width: 500px;
  text-align: justify;
  font-family: 'poppins', sans-serif;
}


.mision-vision {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  flex-wrap: wrap;
}

.bloque-mision, .bloque-vision {
  flex: 1 1 400px;
  padding: 30px;
  border-left: 5px solid #4CAF50;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  font-family: 'poppins', sans-serif;
}

.bloque-vision {
  border-left-color: #2196F3;
}

.bloque-mision::before,
.bloque-vision::before {
  content: "✓";
  font-size: 40px;
  color: #4CAF50;
  position: absolute;
  top: 20px;
  left: -25px;
  background: white;
  border-radius: 50%;
  padding: 5px 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.bloque-vision::before {
  content: "★";
  color: #2196F3;
}

.whatsapp-burbuja {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-burbuja:hover {
  transform: scale(1.1);
}

.whatsapp-burbuja img {
  width: 32px;
  height: 32px;
}
