/* Fuente y colores */

a { color: #0056b3; text-decoration: none; }
h1, h2, h3, h4 { color: #222; }
.info-educativa {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.icono-educacion {
    width: 2%;
    height: 2%;
}
.hero {
  position: relative;
  height: 75VH;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Imagenes/Copia\ de\ APRENDE\ CRECE\ Y\ DESCUBRE.jpg') no-repeat center/cover;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.9; 
  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2; 
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(255,255,255,0.8);
}
.logo { font-weight: 600; font-size: 1.5rem; color: #0056b3; }
.menu { list-style: none; display: flex; gap: 1.5rem; }
.menu li a:hover { text-decoration: underline; }
.hero-content {
  position: absolute;
  bottom: 15%;
  left: 10%;
  color: #fff;
  max-width: 500px;
}
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.btn-primary {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.btn-primary:hover { background: #0056b3; }

/* Footer minimalista */
.footer {
  background: #0056b3;
  padding: 2rem 1rem;
  text-align: center;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}
.footer-seccion {
  flex: 1 1 200px;
  margin: 1rem;
}
.footer-seccion h4 {
  margin-bottom: 0.5rem;
}
.footer-seccion ul {
  list-style: none;
  padding: 0;
}
.footer-seccion ul li {
  margin: 0.5rem 0;
}
.social-icons .icon {
  margin: 0 0.5rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  color: #ccc;
  transition: background 0.3s;
}
.social-icons .icon:hover {
  background: #007bff;
  color: #fff;
}
.footer-bottom {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: #ccc;
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    font-family: "Poppins", sans-serif;
    background-color: #fff !important;
    
}

.container{
    max-width: 100%;
    margin: 0 auto;
}


.main{
    background-color: #1565c0;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f2fd;
}

.main .texto{
    color: black;
    margin: 30px;
    text-align: center;
}

.main .texto:hover{
    font-size: 1.4rem;
}
.main .texto2:hover{
    font-size: 1.4rem;
}
.main .texto3:hover{
    font-size: 1.4rem;
}

.main .texto2{
    color: black;
    margin: 30px;
    text-align: center;
}
.main .texto3{
    color: black;
    margin: 30px;
    text-align: center;
}

.main .texto h2{
    text-align: center;
}

.main .texto2 h2{
    text-align: center;
}

.main .texto3 h2{
    text-align: center;
}

.nosotros{
    display: flex;
}

.general{
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #fff;
    color: #1565c0;
    margin-right: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
}


.general-1{
    background-image: url(/Imagenes/IMG-20250520-WA0038.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.nosotros h2{
  font-family: 'Poppins', sans-serif;
    color: #1565c0;
    margin: 6px;
}



.uniformes{
    text-align: center;
    color: beige;
    background-color: #e3f2fd;
}

.diario{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    object-fit: cover;
}

.uniformes img{
   width: 300px;
   height: 400px;
   aspect-ratio: 1/1;
   object-fit: contain;
   justify-content: space-between;
   /*mask-image: linear-gradient(
    black 80%,
    transparent
   );*/
   filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
}

.uniformes .diario-txt h2{
    /*margin-right: 160px;
    margin-left: 160px;*/
    text-align: center;
    color: #1565c0;
    font-size: 45px;
    margin-top: 0px;
}
.uniformes .diario img{
    margin-bottom: 30px;
    filter: blur(5px);
}

.uniformes .diario img:hover{
    filter: blur(0px);
}

.uniformes h3{
    margin: 50px;
}

.uniformes .fisica img{
justify-content: space-between;
   width: 300px;
   height: 200px;
   aspect-ratio: 1/1;
   object-fit: contain;
  filter: blur(5px);
}

.uniformes .fisica img:hover{
    filter: blur(0px);
}
.contenedorForms a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    color:#ccc;
    font-weight: 700;
}

.contenedorForms a i{
    color: #00a;
    margin-right: 10px;
}

.contenedorForms{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
    margin-top: 90px;
    background-color: #ccc;
}

.contenedorForms h2{
    margin-bottom: 15px;
    font-size: 35px;
}

.contenedorForms p{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #000;
}

.contenedorForms form .campo, textarea{
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0px
}

.contenedorForms form textarea{
    max-width: 530px;
    min-width: 530px;
    min-height: 140px;
    max-height: 150px;
}