/* Fuente y colores */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #333;
  line-height: 1.6;
}
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\ \(1\).svg') 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: 5rem;
  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: #2D2C32;
    
} */

.container{
    max-width: 1200px;
    margin: 0 auto;
}

/* .encabezado{
    background: linear-gradient( 
      180deg, 
    rgba(43,42,48,0.5)0%,
    rgba(43,42,48,1)100%),
    url(/Imagenes/WhatsApp\ Image\ 2025-04-29\ at\ 8.57.16\ PM.jpeg)center / cover fixed;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 70vh;
}

.navegacion ul li{
    list-style: none;
}

.contenido-encabezado h1{
    text-align: left;
    margin-top: 30px;
}
.contenido-encabezado .cole{
    text-align: center;
    width: 50%;
    padding-bottom: 0;
    margin-top: 45px;
} */

/* .menu{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

/* .logo{
    color: beige;
    font-size: 25px;
    font-weight: 800;
} */
/* 
.menu .navegacion ul li{
    position: relative;
    float: left;
}

.menu .navegacion ul li a{
    font-size: 18px;
    padding: 20px;
    color: beige;
    display: block;
    font-weight: 600;
}

.menu .navegacion ul li a:hover{
    color: #242F90;
} */

/* #menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
} */

/* .encabezado-text h1{
    font-size: 115px;
    font-family: "Bebas Neue", cursive;
    color:#1565c0;
} */

.encabezado-text p{
    color: aliceblue;
    font-size: 16px;
}

.requisitos{
    display: flex;
    margin: 5px;
}

.requisitos-2{
    display: flex;
    margin: 5px;
}

.general{
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #e3f2fd;
    color: #1565c0;
}

.general-doc{
    width: 50%;
    padding: 100px 250px 100px 100px;
    background-color: #e3f2fd;
    color: #1565c0;
    height: 500px;
}

.general-1{
    background-image: url(/Imagenes/20250504_162114.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    margin-left: 5px;
}

.general-2{
    background-image: url(/Imagenes/IMG-20250520-WA0039.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    margin-right: 5px;
    justify-content: center;
}

/* .footer a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    color:#000;
    font-weight: 700;
}

.footer a i{
    color: #00a;
    margin-right: 10px;
} */

.contenedorForms a{
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    color:#000;
    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: #838288;
}

/* .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;
}


.uf-contact-form-02 {
    max-width: 900px;
}

@media (min-width: 576px) {
    .uf-contact-form-02 {
        min-height: 100vh;
        align-content: center;
    }
}

.uf-contact-form-02-body {
    border: 2px solid #111;
    position: relative;
}

@media (min-width: 768px) {
    .uf-contact-form-02-body:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0056b3;
        left: 20px;
        top: -20px;
        z-index: -1;
    }
}

.uf-img-contact-form-02 {
    max-width: 100%;
    animation: uf-animation 4s ease-in-out 1s infinite alternate;
    position: relative;
}

.uf-ct-02-text-primary {
    color: #0056b3;
}

.uf-ct-02-bg-primary {
    background-color: #0056b3;
}

.uf-ct-02-btn-primary {
    background-color: #0056b3;
    color: #111;
    border: 2px solid #111;
    border-radius: 0;
}

.uf-ct-02-btn-primary:hover {
    background-color: #111;
    color: #fff;
    border: 2px solid #111;
}

@keyframes uf-animation {
    0% {
        top: 0px;
    }

    50% {
        top: -30px;
    }

    100% {
        top: 0px;
    }
}

.form-control {
    border: 2px solid #111;
    border-radius: 0;
}

.form-control:focus {
    border-color: #0056b3;
    box-shadow: 0 0 0 .25rem #ffb31f36;
}