@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'Century';
    src: url('/fonts/CenturyGothic.ttf') format('truetype');
}

body{
    font-family: 'Century';
}

.h1-seo{
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.main{
    background: #1A263A;
    background: linear-gradient(180deg, rgba(26, 38, 58, 1) 15%, rgba(0, 81, 94, 1) 100%);
    background-repeat: no-repeat;
}

.titulo-principal{
    color:#FFF;
    font-family: "Bebas Neue";
    text-align: center;

}

.elementos-menu{
    color:#00DE89;
    font-weight:400;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.elementos-menu:hover{
    font-weight: bold;
    color:#FFF;
    border-bottom: 2px solid #FFF; 
}

.menu-personalizado{
    /*background-color:rgba(255,255,255,0.25); */
    border-radius: 25px; 
    min-width: 70%; 
    min-height:50px;
}

.box-siec{
    display:flex;
    justify-content: center; /*horizontal*/
    align-items: center; /*vertical*/
    flex-direction: column;
    min-height: 55vh;
}

.btn-registro{
    display: flex;              
    align-items: center;       
    justify-content: center; 
    background-color: #1A263A;
    border: 2px solid #00DE89;
    color:#00DE89;
    
    border-radius: 25px;
    width: 35%;
    padding: 10px 20px;  
    font-family: "Bebas Neue";
    letter-spacing: 5px;
    font-size: clamp(1.2rem, 2.3vw, 3rem);
    transition: all 0.2s ease;
    margin:auto;
}

.btn-registro:hover{
    background-color: #00DE89;
    border: 2px solid #1A263A;
    color:#1A263A;
    cursor:pointer;
}

.btn-registro:active {
    background-color: #001F30; /* color más oscuro al presionar */
    border: 2px solid #00DE89; 
    color: #00DE89;
    transform: scale(0.95); /* efecto de hundido */
}

form .btn-registro{
    width: 30%;
}

.box-reloj{
    width: 100%;
    font-family: "Bebas Neue";
    padding: 10px;
}
.numeros{
    font-size: 6rem;
    font-weight: bold;
    color:#FFF;
}

.letras{
    font-size: 2rem;
    color:#00DE89;
}

.in-reloj{
    width: 60%;
    margin:auto;
    
}

.separador {
  display: flex;
  flex-direction: column;
}

.separador .letras {
  visibility: hidden; 
}

.final-degradado{
    background: #00515E;
    background: linear-gradient(180deg, rgba(0, 81, 94, 1) 35%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
    min-height: 25vh;
    padding:2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.final-degradado img{
    width:80%;
}



.mi-menu {
  background-color: transparent;
  transition: all 0.3s ease;
}


.mi-menu.scrolled {
  background-color: #1A263A;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.descripcion{
    width: 80%;
    margin:50px auto;
    font-size: x-large;
    text-align: justify;
    
}

.descubre{
    display: inline-flex; 
    align-items: center;
}

.descubre img{
    width: 20%;
}

.gradient{
    background: #00515E;
    background: linear-gradient(0deg, rgba(0, 81, 94, 1) 50%, rgba(255, 255, 255, 1) 50%);
    width: 100%;
    min-height: 25vh;
    padding:2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gradient img{
    width: 80%;
}

.contadores{
    background: #1A263A;
    background: linear-gradient(0deg, rgba(26, 38, 58, 1) 15%, rgba(0, 81, 94, 1) 100%);
    color:#FFF;
    font-family: 'Bebas Neue';
    font-size: 5rem;

}

.letras-contadores{
    
    color:#00DE89;
}

/*REGISTRO*/
.box-registro{
    width: 100%;
    background-color: black;
    color:#FFF;
    border-radius: 20px;
    padding:5vh;
    
    min-height: 100vh;
}

.input-siec{
background-color: #000000;
color:#49AF82;
border: 2px solid #49AF82;
border-radius: 20px;

}

.input-siec:focus {
	
	background-color: #000;
    color:#FFF;
    outline: none;
    box-shadow: 0 0 5px 2px #49AF82;
}

.input-siec::placeholder {
    color: #FFF;
    font-weight: 200;
    font-style: italic;
 }

/*FINAL REGISTRO*/

/*PATROCINIOS*/
.div-patrocinio{
    background-color:#FFF; 
    color: #1A263A; 
    padding: 10px; 
    text-align:left; 
    height: 40vh;
    overflow-y: auto;
}
/*FINAL PATROCINIOS*/


/*Footer*/
.footer{
    background-color: #1A263A;
    background-image: url("/images_/DOTS.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 50vh;
    padding-top: 20px;
}
/*Final footer*/

.box-programa{
    margin:auto;
}

.horario{
    background-color: #000;
    
    color:#00DE89;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 1.5rem;
}

.titulo-sesion{
    background-color: #00DE89;
    color:#FFF;
    text-align: left;
    font-size: 1rem;
    padding: 3%;
    
    
}

.box-blanco{
    background-color:#FFF; 
    text-align:left; 
    padding:5px;
    
    
}

.box-verde{
    background-color:#00DE89; 
    color:#1A263A;
    text-align:left; 
    padding:5px;
    font-size: 1.2rem;
    font-weight: bold;
}


/*Spinner loading*/
#spinner-overlay-2{
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;

  /* Estas dos líneas van separadas en estado inicial y activación */
  display: none;
  align-items: center;
  justify-content: center;
}

#spinner-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;


  display: none;
  align-items: center;
  justify-content: center;
}

/* Spinner animado */
.spinner-container {
  text-align: center;
  color: #1A263A;
  font-family: sans-serif;
}

/* Spinner visual */
.spinner {
  width: 100px;
  height: 100px;
  /*border: 6px solid #ccc;
  border-top-color: #fff;
  border-radius: 50%;*/
  background-image:url('/images_/rotor.svg');
  background-size: cover;
  background-repeat: no-repeat;
  animation: girar 3s linear infinite;
  margin: 0 auto;
}
.spinner-text {
  margin-top: 10px;
  font-size: 16px;
  text-align:center;
}


@keyframes girar {
  to { transform: rotate(360deg); }
}

/*Fin spinner loading*/

@media (max-width: 580px){
    .box-siec{
        min-height: 30vh;
    }
    .btn-registro{
        width: 85%;
    }
    .numeros{
        font-size: 1.5rem;
    }
    .letras{
        font-size: 0.8rem;
    }
    .in-reloj{
        width: 95%;
    }
    .final-degradado{
        
        min-height: 10vh;
    }
    .final-degradado img{
        width: 80%;
    }
    .descripcion{
        font-size: medium;
    }

    .descubre img{
    width: 50%;
}

    .gradient img{
        width: 80%;
    }

    .contadores{
        font-size: 1.5rem;
    }

    .numeros-contadores{
        font-size: 2.5rem;
    }
 form .btn-registro{
        width: 80%;
    }

    .footer{
        
        max-height: 20vh;
    }

    .div-patrocinio{
        height: auto;
    }

}

