@charset "utf-8";

div[itemtype="http://schema.org/Organization"]+div.container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner{
    display: flex;
    justify-content: center;
    align-items: end;
}
.banner .bienvenidos {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    position: absolute;
    z-index: 20;
    color: #fff;
    text-align: center;
    top: 7%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    padding: 3% 8%;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px black;
}
.intro{
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
    text-align: center;
    padding:28px ;
    margin-bottom: -5%;
    max-width: 900px;
    min-width: 200px;
}
.texto-intro{
    font-size: 22px;
    margin: 0px 10% 4%;
    line-height: 34px;
}
.intro img{
    margin: auto;
    padding: 30px 0px;
}
.btn-convocatoria{
    background: #34F8CE;
    padding: 15px 40px;
    border-radius: 20px;
    color: #000;
    font-size: 22px;
    margin: 10px;
    border: 1px solid #34f8ce;
    font-weight: 500;
}
.btn-convocatoria:hover{
    background: #fff;
    color: #333;
	border: 1px solid #34F8CE;
}
.btn-convocatoria:focus{
    background: #34F8CE;
    color: #333;
	border: 1px solid #34f8ce;
}
/* --- Estilos para la Sección de Scroll Fijo --- */
.sticky-container  {
    position: sticky;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    transition: top 0.5s ease;
    height: 800px;
    margin-top: 3%;
}
/* Clases para fijar el contenedor a las posiciones deseadas */
.fixed-at-20 {
    position: fixed;
    top: 20%;
    left: 0;
    width: 100%;
}

.fixed-at-50 {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
}
.scroll-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: scroll; /* Habilita el scroll interno */
    /* Efecto "snap" para que el scroll se detenga en cada texto */
    scroll-snap-type: y mandatory;
}

.text-block {
    height: 800px;
    scroll-snap-align: start;
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    gap: 0%;
    max-width: 1300px;
    margin: auto;
    min-width: 900px;
}
.text-block img{
    width: 70%;
    margin: auto;
}
/* Opcional: para ocultar las barras de scroll en algunos navegadores */
.scroll-wrapper::-webkit-scrollbar {
    display: none;
}
.escuela .info{
    width: 60%;
}
.circulo-azul{
    background: rgb(63, 148, 248, 0.8);
    padding: 5%;
    width: 34%;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border-radius: 300px;
    float: inline-end;
    margin-top: -20%;
    z-index: 200;
}
.info h3{
    font-size: 30px;
    text-align: right;
    font-weight: 600;
    padding: 3% 0;
	color: #3F94F8;
}
.info .texto {
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-family: "Lato", sans-serif;
}
.info2 h3{
    font-size: 30px;
    text-align: right;
    font-weight: 600;
    padding: 3% 0;
	color: #3F94F8;
}
.info2 .texto {
    text-align: justify;
    font-weight: 300;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    font-family: "Lato", sans-serif;
}
.info2{
	width: 100%;
}
.requisitos{    
	padding: 7% 4% 1%;
    margin: auto;
	z-index: 1;
	position: relative;
}
.requisitos h3{
    text-align: center;
    font-size: 30px;
    color: #34F8CE;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1%;
}
.requisito .listado{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    gap: 6%;
}
.listado ul span{
    font-size: 22px;
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.listado li{
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    list-style: inside;
    line-height: 40px;
	color: #fff;
}

.listado{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2%;
    max-width: 1400px;
    margin: auto;
    min-width: 900px;
    padding: 2% 4%;
}
.listado div{
	width: 100%;
}
.generacion img{
	margin: auto;
}
.btn-postulacion{
    display: flex;
    z-index: 999;
    position: relative;
    align-items: center;
    justify-content: center;
}
.postulacion{
    max-width: 1300px;
    margin: auto;
    padding: 3%;
    min-width: 900px;
	z-index: 1;
	position: relative;
}
.postulacion h3 {
    text-align: center;
    font-size: 30px;
    color: #3F94F8;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1%;
}
/* Style the buttons that are used to open the tab content */
.tab {
    float: left;
    width: 27%;
    height: 300px;
    margin-left: 0px;
    margin-top: 0px;
}
.tab button {
    display: block;
    padding: 12px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 11px;
    border-radius: 30px 0px 0px 30px;
    font-weight: 400;
    padding-left: 25px;
}
.tab-btn {
    background: #3F94F8;
    color: #fff;
}
.tab-btn:active {
    background: #34F8CE;
    color: #fff;
}
.tab-btn:focus {
    background: #34F8CE;
    color: #fff;
}
.tabcontent  {
    float: right;
    width: 73%;
    padding-left: 0;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 0;
    background-color: #fff;
    padding: 28px;
    font-size: 16px;
    border-radius: 0 20px 20px 0;
    height: 400px;
}
.tabcontent ul{
    color: #333;
    line-height: 40px;
    font-size: 18px;
    font-family: "Lato", sans-serif;
}
.p2{
    margin-left: 15px;
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.fondo-negro{
    background: #000;
    height: 34%;
    width: 100%;
    transform: skewY(-5deg);
    position: absolute;
    top: 48%;
}
/* Estilo general del acordeón */
.acordeon {
  width: 100%;
}

/* Contenedor de cada item del acordeón */
.acordeon-item {
  border: none;
  margin-bottom: 10px;
}

/* Estilo del botón (título) del acordeón */
.acordeon-btn {
  width: 100%;
  padding: 15px;
  background-color: #3F94F8;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Estilo del ícono del acordeón */
.acordeon-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

/* Rotación del ícono cuando está abierto */
.acordeon-btn.active .acordeon-icon {
  transform: rotate(45deg);
}

/* Contenido que se muestra y se oculta */
.acordeon-contenido {
  display: none;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.info .emded-responsive{
	margin-top: 20px;
}
.video-escuela{
    margin: 10vw auto 0vw;
	width: 50%;
}

/* Estilo para que el contenido se muestre */
.acordeon-contenido.show {
  display: block;
}

.redes {
    font-weight: 400;
    height: 150px;
    background: #fff;
    color: #333;
    padding: 3% 0 0 0;
    text-align: center;
    margin-bottom: -30px;
    border-top: 2px solid #34F8CE;
}
.redes-footer .list-inline {
    margin-bottom: 2%;
}
.redes-footer a {
    color: #30AEFA;
}
/* ICONS SOCIAL FOOTER */

.social-foo li:nth-child(1) a:before {
    content: url("../images/facebook.svg");
    width: 12px;
    display: block;
}

.social-foo li:nth-child(2) a:before {
    content: url("../images/instagram.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(3) a:before {
    content: url("../images/linked.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(4) a:before {
    content: url("../images/x.svg");
    width: 18px;
    display: block;
}

.social-foo li:nth-child(5) a:before {
    content: url("../images/tiktok.svg");
    width: 18px;
    display: block;
}
.redes {
    font-weight: 800;
    height: 170px;
    background: #fff;
    color: #333;
    padding: 2% 0 0 0;
    text-align: center;
    margin-bottom: -30px;
    border-top: 5px solid #34F8CE;
}
.redes-footer .list-inline {
    margin-bottom: 1%;
}
.redes-footer a {
    color: #30AEFA;
}
/* ICONS SOCIAL FOOTER */
 
.social-foo li:nth-child(1) a:before {
    content: url("../images/facebook.svg");
    width: 12px;
    display: block;
}
 
.social-foo li:nth-child(2) a:before {
    content: url("../images/instagram.svg");
    width: 18px;
    display: block;
}
 
.social-foo li:nth-child(3) a:before {
    content: url("../images/linked.svg");
    width: 18px;
    display: block;
}
 
.social-foo li:nth-child(4) a:before {
    content: url("../images/x.svg");
    width: 18px;
    display: block;
}
 
.social-foo li:nth-child(5) a:before {
    content: url("../images/tiktok.svg");
    width: 18px;
    display: block;
}
@media (min-width:2100px){
	.fondo-negro {
    height: 32%;
    top: 50%;
}
	.redes {
    height: 180px;
    padding: 2% 0 0 0;
}
}

@media(max-width:1800px) and (min-width:1450px){
	.banner .bienvenidos {
    font-size: 30px;
    margin-top: -4%;
}
	.intro img {
    padding: 10px 0px;
    width: 60%;
}
	.sticky-container {
    height: 700px;
    margin-top: 5%;
}
	.text-block {
    height: 700px;
}
	.fondo-negro {
    height: 34%;
    top: 46%;
}
}

@media (max-width:1449px) and (min-width:1200px){
	.banner .bienvenidos {
    font-size: 24px;
    top: 5%;
}
	.intro img {
    padding: 10px 0px;
    width: 50%;
}
	.sticky-container {
    height: 700px;
    margin-top: 5%;
}
	.text-block {
    height: 700px;
}
	.fondo-negro {
    height: 38%;
    top: 44%;
}
}

@media (max-width:1199px) and (min-width:1000px){
	.banner {
    margin-top: 12%;
}
	.banner .bienvenidos {
    font-size: 20px;
    top: 5%;
}
	.intro{
    margin-bottom: -15%;
}
	.intro img {
    padding: 10px 0px;
    width: 50%;
}
	.escuela .info {
    width: 80%;
}
	.text-block img {
    width: 70%;
    margin: auto;
}
	.circulo-azul {
    width: 45%;
}
	.text-block2{
	display: flex!important;
    flex-direction: column!important;
	}
	.text-block2 img {
    width: 50%!important;
    margin: auto;
}
	.sticky-container {
    height: 800px;
    margin-top: 5%;
}
	.text-block {
    height: 700px;
}
	.fondo-negro {
    height: 48%;
    top: 38%;
}
}

@media (max-width:767px){
	.banner {
    flex-direction: column;
}
	.banner .bienvenidos {
    font-size: 16px !important;
    position: relative;
    top: 0;
}
	.intro {
    padding: 15px;
    position: relative;
}
	.intro img {
    margin: auto;
    padding: 15px 0px;
}
	.texto-intro {
    font-size: 16px !important;
    margin: 0px 4% 8%;
    line-height: 25px;
}
    .btn-postulacion{
        position: sticky;
        bottom: 0;
        background-color: #FFF;
        box-shadow: #CCCCCC80 2px -2px 10px;
    }
	.btn-convocatoria{
		background: #000;
        color: #34F8CE;
	}
	.btn-convocatoria  {
        font-size: 18px;
        margin: 10px;
        width: 95%;
        display: block;
		text-align: center;
    }
	.sticky-container {
        height: auto;
        margin-top: 3%;
        position: static;
    }
	.text-block {
    height: auto;
    flex-direction: column;
    min-width: 230px;
    padding: 0 10px;
}
	.fondo-negro {
    display: none;
}
	.escuela .info {
    width: 100%;
}
	.postulacion, .requisitos{
	background: #000;
}
	.info h3 {
    font-size: 22px;
    text-align: center;
    padding: 1%;
}
	.info .texto {
    text-align: justify;
    font-size: 14px !important;
    line-height: 20px;
}
	.info2 h3 {
    font-size: 22px;
    text-align: center;
    padding: 1%;
}
	.info2 .texto {
    text-align: justify;
    font-size: 14px !important;
    line-height: 20px;
}
	.circulo-azul {
    padding: 5%;
    width: 60%;
    position: relative;
    font-size: 14px !important;
}
	.text-block img {
    width: 60%;
    margin: auto;
}
	.listado {
    gap: 2%;
    max-width: 800px;
    min-width: 200px;
    padding: 0;
    flex-direction: column;
}
	.listado ul {
    color: #656565;
    line-height: 30px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
	.requisitos h3 {
    font-size: 22px;
    margin-bottom: 4%;
}
	.postulacion h3 {
    font-size: 22px;
    margin-bottom: 4%;
}
	.listado ul span {
    font-size: 16px;
}
	.listado li {
    font-size: 14px;
    line-height: 26px;
}
	.postulacion {
    max-width: 800px;
    min-width: 200px;
}
	.acordeon ul {
    color: #656565;
    line-height: 30px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
	.tab {
    float: none;
    width: 100%;
    height: 300px;
}
	.video-escuela{
    width: 100%;
    margin: auto;
    padding: 20px 20px;
}
	.redes {
    height: 130px;
    padding: 4% 0 0 0;
}
}