@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

:root {
    --padding-container: 100px 0;
    --color-title: #001A49;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  html,
  body {
    /* overflow-x: hidden; */
    width: 100%;
  }
  
  html {
    scroll-behavior: smooth;
    font-size: 16px;
  }

body {
    font-family: 'Poppins', sans-serif  !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 15.2px !important;


    

}


h2 {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-size: 1.6rem !important;

}



.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

.hero {
    width: 100%;
    height: 100vh;
    min-height: 910px;
    max-height: 800px;
    position: relative;
    display: grid;
    grid-template-rows: 100px 1fr;
    color: #fff;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #0000008c 90%, #0000008c 50%), url('04-fomulario.jpg');

    opacity: 20%;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 95%, 0 80%);
    z-index: -1;
}


/* Nav */
@import url("https://rsms.me/inter/inter-ui.css");

/* body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Inter UI", sans-serif;
  text-align: center;
  color: white;
} */

body {
  background-color: #1E1E20;
  
  color: #717171;
  font-family: Inter;
  margin: 0;
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}









.titan-background {
  position: absolute;
  width: 100%;
  /* background-image: linear-gradient(-180deg, #000000 0%, #200835 100%); */
  overflow: hidden;
  z-index: -1;
  /* Make the rubber band scroll not show empty white space */
  top: -10%;
  height: 120%;
  min-height: 120vh;
  margin-bottom: -20%;
}

.stars {
  position: absolute;
  top: 0;
  width: 300vw;
  height: 100vh;
  transform: translate(0%, 0%);
  background-size: contain;
  background-repeat: repeat;
  transform-origin: top left;
}

.stars-L {
  background-image: url("assets/sstars-L.svg");
  /* background-image: url("~/assets/sstars-L.svg"); */

  background-size: 890px;
  height: 750px;
  animation: panning-stars 200s linear infinite alternate;
}

.stars-M {
  background-image: url("assets/sstars-M.svg");

  height: 530px;
  animation: panning-stars 300s linear infinite alternate;
}

.stars-S {
  background-image: url("assets/sstars-S.svg");
  height: 370px;
  animation: panning-stars 400s linear infinite alternate;
}

@keyframes panning-stars {
  from {
    transform: translate(-20%, 0%);
  }
  to {
    transform: translate(-80%, -40%);
  }
}

 
body::after,
body::before {
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
  background-color: #717171;
  top: 0;
  right: 0;
  border-radius: 10px 30px 600px 100px;
  filter: blur(100px);
  pointer-events: none;
}
body::after {
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  border-radius: 100px 30px 600px 100px;
}


* {
  padding: 0;
  margin: 0;
  list-style: none;
}


.logo-inicio{
  margin-top: 80px;
}

.title-inicio{
  margin-top: 120px;

}



.abo-img{
    width: 67px;
    height:67px;
  
}

.logo  img{
  width: 67px;
  height:67px;

  opacity: .6;

}
.logo {
  width: 80px;
  height: 80px;
  margin: auto;
  background-color: #2C2C2E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.048);
  margin-bottom: 30px;
  animation: animate 2.5s infinite;
}



  

  
  .btnprograma{
    animation: animate 2.5s infinite;
}




.btnaqui-2{
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  height: 70px;
  width: 70px;

  top: -380px;
  color: aliceblue;
  font-size: 22px;
  border-radius: 15%;
  padding: 4px;
  animation-duration: 4s;
  background: linear-gradient(45deg,rgba(255, 0, 0, 0.116) 40%,#5511d31f,#9611d367);
  background-size: 400% 400%;
  animation: example 8s ease-in-out infinite;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.103);



  margin-top: 345px;
  margin-left: -60px;
  z-index: -1;
  opacity: .9;
  
}
@keyframes example {
  0%{background-position: 0 50%;}
50%{background-position: 100% 50%;}
100%{background-position: 0 50%;}
}



h1 {
  font-weight: 500;
  color: #fff;
  font-size: x-large;
  margin-bottom: 10px;
}
.text-white {
  color: #fff;


}
/* .logo h1{
  display: block;
  font-size: 80px;
  margin: 0 0 24px 0;

} */

.br {
  margin-top: -12px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.box-principal{
align-items: center;
margin-top: 160px;
margin-left: 400px;

}




.caja-rectangular {
  width: 760px;
  height: 480px;
  border: 2.5px solid;
  border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
  border-image-slice: 1;
  clip-path: inset(0 0 0 0 round 20px);
  padding: 20px;
  box-sizing: border-box;
  animation: cambio-color 6s infinite;
  background: rgba(59, 122, 91, 0.048);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(46, 13, 190, 0.808);
  margin-left: -90px;

}

@keyframes cambio-color {
  0% {
    border-image-source: linear-gradient(90deg, #c8a2e0, #33ccff);
  }
  50% {
    border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
  }
  100% {
    border-image-source: linear-gradient(90deg, #2fb645, #33f8ff);
  }
}






  .caja-rectangular p {
    margin-top: 0px;
    text-align: left;
    letter-spacing: 0.6px;
    margin: 5px;
    padding: 7px;
    line-height: 1.5;
    font-size: 16px;
    /* word-spacing: 2px; */
    
    }
    
    .caja-rectangular strong{
    
    color: #0dabd2;
    font-size: 17px;
    
    }

    .caja-rectangular span{

      color: #0dd276;
      font-size: 17px;
      font-weight: bold;
      
        
        }

   
    
    .caja-rectangular  h3{
      margin-top: 0px;
      text-align: center;
    
      letter-spacing: 0.1px;
      margin: 5px;
      padding: 7px;
      line-height: 1.3;
      font-size: 20px;
      /* word-spacing: 2px; */
      color: #0dd241;
      font-weight: bold;
    
      background: -webkit-linear-gradient(305deg,#3b8cac,#c27d9c);
      background: linear-gradient(145deg,#6ce7d7f6,#7d8857c9);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      
      }
    
      .tex-anima{
        margin-top: -70px;
        font-size: 20px;
        animation: desvanecer 10s infinite, agitar 2s infinite;
    
      }
    
      .tex-anima #cursor {
        /* border-right: 2px solid #000; */
        animation: parpadeo 10s infinite;
      }
      






      .tex-anima  span{
        margin-top: 90px;
        text-align: center;
      
        letter-spacing: 0.6px;
        margin: 10px;
        padding: 7px;
        line-height: 1.5;
        font-size: 17px;
        /* word-spacing: 2px; */
        color: #13c041;
        font-weight: bold;
        
        }
      
        .tex-anima  #texto{
          margin-top: 50px;
          text-align: center;
        
          letter-spacing: 0.6px;
          margin: -210px;
          padding: 20px;
          line-height: 1.5;
          font-size: 17px;
          /* word-spacing: 2px; */
          color: #13c041;
          font-weight: bold;
          margin-left: -580px;
          
          }
    
    
    
          .tex-anima  #cursor{
            
            text-align: center;
          
            letter-spacing: 0.6px;
          
            padding: 20px;
            line-height: 1.5;
            font-size: 14px;
            /* word-spacing: 2px; */
            color: #13c041;
            font-weight: bold;

            
            }
            





.cabecera {
 
  color: #fff;
  padding: 20px;
  text-align: center;
}

.titulo-cabecera {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}

.titulo-cabecera h1 {
  font-size: 24px;
  margin-top: 80px;
  font-weight: bold;
}


  .text-info-pro p{
    color: #cedbcf;
    padding: 250px;
  
    font-size: 18.5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

      margin-left:  50px;
      margin-top: -190px;
      align-content: center;
      text-align: left;
      /* vertical-align: baseline; */
      vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  } 

  .text-info-pro-info p{
    color: #cedbcf;
    padding: 250px;
  
    font-size: 18.5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

      margin-left:  50px;
      margin-top: -190px;
      align-content: center;
      text-align: left;
      /* vertical-align: baseline; */
      vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  } 



  .text-info-lis ul{
    margin-top: -190px;
  
  
  
  }
  

  .text-info-lis li{
    font-size: 17.5px;
    font-style: normal;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  
    margin-left: 310px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }
  

  .text-info-lis-2-info ul{
    margin-top: -200px;

  
  
  
  }



  .text-info-lis-2 li{
    font-size: 17.5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  
    margin-left: 310px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }

  .text-info-lis-2-info li{
    font-size: 17.5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  
    margin-left: 310px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }




  

  .text-info-lis-requisitos li{
    font-size: 17.5px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

  
    margin-left: 310px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }
  



.titulo-cabecera p {
  font-size: 16px;
  margin-bottom: 20px;
}

.contenido {
  padding: 20px;
}

.requisitos {
  padding: 20px;
}




.titulo-seccion-1 {
  background-color: #3e851d;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 70px;


  width: 760px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 291px;
  vertical-align: middle;
  display: block;
  line-height: 2.5em; 

}













.titulo-seccion-2 {
  background-color: #333;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #e4e6eb;
  padding: 5px;
  text-align: center;
  margin-top: 90px;
  width: 760px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 300px;
  vertical-align: middle;
  display: block;
  line-height: 2.5em; 

}



.titulo-seccion-requisitos {
  background-color: #333;
  font-size: 16px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #e4e6eb;
  padding: 5px;
  text-align: center;
  margin-top: 90px;
  width: 760px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 300px;
  vertical-align: middle;
  display: block;
  line-height: 2.5em; 

}





.titulo-seccion {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: 70px;


  width: 700px;
  height: 40px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 390px;
  vertical-align: middle;
  display: block;
  line-height: 2.5em; */










}

.titulo-seccion h2 {
  font-size: 18px;
  /* margin-bottom: 80px; */
  margin-top: 80px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin-bottom: 10px;
}

.titulo-3 h2{
color: #39b157;

}

.titulo-seccion-3 h2{
  margin-top: 60px ;

}


.titulo-seccion-3 p{
  color: #39a3b1;
  margin-top: 50px;


}

.text-info-lis-2 span{
  padding: 195px;
  font-style: oblique;
  color: #39a3b1;
  font-size: 15.5px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;



  text-align: center;
  margin-left: -240px;
  vertical-align: middle;
  display: block;
  line-height: 1.7em; 
  margin-top: -150px;



  

}

.titulo-seccion-4 {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-top: -80px;


  width: 760px;
  height: 40px;
  max-width: 100%;
  text-align: center;

  margin-left: 300px;
  vertical-align: middle;
  display: block;
  line-height: 2.5em; 

}






.titulo-seccion-4 h2{
  margin-top: -5px ;
  font-weight: bold;

}

.text-info-lis-3 span{
  padding: 280px;
  color: #39a3b1;
  font-size: 17.5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;


margin-top: -190px;
  text-align: center;
  margin-left: 107px;
	text-align: left;
	/* vertical-align: baseline; */
	vertical-align: middle;
	display: block;
	line-height: 1.5em;
	position: relative;

}



.text-info-lis-3 span strong{
  padding: 10px;
  color: #fbfff9;
  background-color: #1add2479;
  font-size: 17.5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;


  width: 260px;
  height: 40px;
  max-width: 94%;
  margin-left: 180px;
  /* text-align: center; */
  margin-bottom: 50px;
margin-top: 20px;
	vertical-align: middle;
	display: block;
	line-height: 1.5em;
	position: relative;
  text-align: center;
  animation: animate 2.5s infinite;




}

#scrollUp{
  opacity: .0;
  color: #33f8ff;

}

.contenedor-img-principal{
  margin-top: 80px;
}

.col-xl-6{
  height: 380px;
  width: 310px;
  min-width: 60%;
  margin-left: 302px;
  margin-top: 30px;
}
  
  

/* Media Query para dispositivos móviles */
@media (max-width: 800px) {

  .contenedor-img-principal{
    margin-top: 180px;
  }

  .col-xl-6{
    height: 200px;
    width: 200px;
    min-width: 98%;
    margin-left: 7px;
  }

  .cabecera {
    /* background-color: #333; */
    color: #fff;
    padding: 20px;
    text-align: center;
  }
  
  .titulo-cabecera {
    margin: 0 auto;
    max-width: 100%;
    padding: 20px;
  }
  
  .titulo-cabecera h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .text-info-pro {
    margin-top: 20px;
  }


  .text-info-pro p{
    color: #d2e0d4;
    padding: 3px;
  
    font-size: 17px;
      margin-left: 5px;
      margin-top: 40px;
      align-content: center;
      text-align: left;

  
  }
  .text-info-pro-info p{
    color: #d2e0d4;
    padding: 3px;
  
    font-size: 17px;
      margin-left: 5px;
      margin-top: 40px;
      align-content: center;
      text-align: left;

  
  }

  .text-info-lis ul{
    margin-top: 30px;

  
  
  
  }
  

  .text-info-lis li{
  
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }


  .text-info-lis-2 ul{
    margin-top: 30px;
  
  
  
  }



  .text-info-lis-2 li{
    font-size: 15.5px;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  
    margin-left: 30px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;


    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }


  .text-info-lis-2-info li{
    font-size: 15.5px;
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  
    margin-left: 30px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;


    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
      display: block;
      line-height: 1.5em;
      position: relative;
  
  }

  .text-info-lis-2-info ul{
    margin-top: 20px;
  }








  
  .titulo-cabecera p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .contenido {
    padding: 20px;
  }
  
  .titulo-seccion-1 {
    background-color:#3e851d;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;


    width: 350px;
    height: 40px;
    max-width: 94%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;


  }



  .titulo-seccion-2 {
    background-color: #333;
    color: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 10px;

    width: 350px;
    height: 40px;
    max-width: 94%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;


  }




  .titulo-seccion {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;


    width: 350px;
    height: 40px;
    max-width: 94%;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0px;


  }




  
  .titulo-seccion h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  li {
    margin-bottom: 10px;
  }
  

  .titulo-seccion-3 h2{
    margin-top: 50px;
    font-weight: bold;


  }

  .titulo-seccion-3 p{
    color: #39a3b1;
    margin-top: 50px;
  
  
  }
  
  .text-info-lis-2 span{
    padding: 5px;
    color: #b8ceeea9;
    font-style: oblique;
    font-size: 12.5px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
  
  
    text-align: center;
    margin-left: -18px;
    vertical-align: middle;
    display: block;
    line-height: 1.7em; 
    margin-top: 10px;
  
  
  
    
  
  }
  .titulo-seccion-4 h2{
    margin-top: -2px ;
    font-weight: bold;
    font-size: 27px;
  
  }

  
.text-info-lis-3 span{
  padding: 5px;
  color: #f0f0f0;
  font-size: 12.5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-top: 20px;
  text-align: center;
  margin-left: -20px;
	text-align: left;
	/* vertical-align: baseline; */
	vertical-align: middle;
	display: block;
	line-height: 1.7em;
	position: relative;



  

}

.text-info-lis-3 span strong{
  padding: 4px;
  color: #fbfff9;
  background-color: #1add2479;
  font-size: 17.5px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  width: 230px;
  height: 40px;
  max-width: 99%;
  margin-left: 75px;
  /* text-align: center; */
  margin-bottom: 50px;
  margin-top: 70px;
  text-align: center;

	vertical-align: middle;
	display: block;
	line-height: 2.1em;
	position: relative;
  animation: animate 2.5s infinite;


  

}










.titulo-seccion-4 {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;




  width: 350px;
  height: 40px;
  max-width: 94%;
  text-align: center;
  /* margin-bottom: 10px; */
  margin-top: 50px;
  margin-left: 0px;


}



  
}






/* 
*********************FORMULARIO*************** */


input[type="date"]::-webkit-calendar-picker-indicator {
  transition: opacity 0.5s;
}

input[type="date"].fecha-seleccionada::-webkit-calendar-picker-indicator {
  opacity: 0;
  pointer-events: none;
}


.fecha-input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  }
  
  .fecha-input:focus {
  border-color: #aaa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }



#formulario label {
  /* color: #2091F9; */
  font-weight: bold;
  margin-bottom: 10px;
}


#formulario label  strong{
  color: #7da0bd;
  font-weight: bold;
  margin-bottom: 10px;
}

#formulario label  p{
  color: #d0e5e7cc;
  font-style: oblique;
  font-weight: 100;
  /* font-style: italic; */
  margin-bottom: 5px;
  font-size: 14px;
}



#formulario select, #formulario textarea {
  padding: 10px;
  border-radius: 15px;
  background-color: #1C1C1E;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #179e5f88;
  transition: background-image 0.5s, opacity .5s, border .5s;
  margin-left: 0px;
  width: 100%;
  color: #f0f0f0;
 
}

textarea {
  padding: 10px;
  border-radius: 15px;
  background-color: #1C1C1E;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity .5s, border .5s;
  margin-left: -20px;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  /* color: #fff; */
  opacity: 0.8;
}

textarea::placeholder {
  color: #71717188;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}



#formulario option {
  padding: 10px;
  border-radius: 15px;
  background-color: #3a746528;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity .5s, border .5s;
  margin-left: -20px;

}


#area-interes {
  color: #fff; 
  background-color: #1C1C1E;
}

#programa-interes {
  color: #fff; 
  background-color: #1C1C1E;
}

#edad {
  color: #fff; 
  background-color: #1C1C1E;
}




#horarios{

  color: #fff; 
  background-color: #1C1C1E; 
  
}





#fecha {
  color: #fff; 
  background-color: #0f110d8a;
  margin-left: 0px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: #083e9b3b; 
  -webkit-mask-image: linear-gradient(to right, #80ca5eb4, #141d3ba9); 
  border-radius: 15%;
  
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(100) contrast(100); /* Cambia el color del icono a blanco */
}

#horarios strong{

  color: #1eb9b9; 


}

#hora{

  color: #fff; 
  background-color: #1C1C1E; 
  

}





#formulario button[type="submit"] {
  background-color: #2091F9;
  color: #fff;
  padding: 12px 20px;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s;
  font-size: 16px;
  font-weight: bold;
}

#formulario button[type="submit"]:hover {
  background-color: #1c1e1c;
}


#enviar{

  transform: scale(0.7);
  margin-left: 0px;

  
}

.text-info {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}

.text-info a {
  color: #3ebe17;
  text-decoration: none;
  font-weight: bold;
}

.text-info a:hover {
  color: #1C1C1E;
}


.formulario-container {
  background-color: rgba(255, 255, 255, 0.062);
  backdrop-filter: blur(7px);
  border-radius: 15px;
  /* padding: 60px;
  max-width: 800px;
  max-height: 600px; */
  /* width: 100%; */


  border-radius: 10px;
  padding: 20px;
  width: 40%;
  margin: 40px auto;
  margin: 4px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 200px;
}









  
form {
  display: flex;
  margin: auto;
  margin-block: 30px;
  width: min(300px, 90vw);
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}


/* form {
  display: flex;
  margin: auto;
  margin-block: 30px;
  width: min(300px, 90vw);
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
} */





form input,
form button {
  all: unset;
  padding: 10px;
  border-radius: 15px;
  background-color: #1C1C1E;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity .5s, border .5s;
  margin-left: -20px;

}



option,
option button {
  all: unset;
  padding: 10px;
  border-radius: 15px;
  background-color: #d1d1e696;
  box-shadow: 0 10px 30px #0005;
  border: 1px solid #71717188;
  transition: background-image 0.5s, opacity .5s, border .5s;
  margin-left: -20px;

}





form * {
  width: 100%!important;
}
form input {
  color: #fff;
}
form button {
  cursor: pointer;
}
form button[type="button"] {
  background-color: #fff;
  color: #1C1C1E;
}
.or {
  position: relative;
}
.or::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  top: 45%;
  background-image: linear-gradient(
      to right, 
      #71717155 0 40%, transparent 40% 60%, #71717155 60%
  );
}


/* 
.or::before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: '';
  left: 0;
  top: 45%;
  background-image: linear-gradient( to right, #71717155 0 40%, transparent 40% 60%, #71717155 60% );
}
 */









p a {
  border-bottom: 1px solid #717171;
}
input + p {
  font-size: small;
  text-align: left;
}
.sso {
  margin-bottom: 30px;
}
.sso + p {
  font-size: small;
}
p input:invalid:not(:placeholder-shown) {
  border-color: red;
  background-image: url(/img/checked_red.png);
}
input:valid:not(:placeholder-shown) {
  background-image: url(/img/checked_green.png);
}
input:invalid:not(:placeholder-shown), 
input:valid:not(:placeholder-shown) {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
}
input:invalid:not(:placeholder-shown) + p {
  color: #a20e0e;
}
input:invalid ~ button[type="button"] {
  opacity: .6;
  pointer-events: none;
}

input:invalid ~ button[type="button"] {
  opacity: .6;
  pointer-events: none;
}



.btn{

width: 100%;
height: 24px;
border-radius: 25px;
outline: none;

/* background-image: linear-gradient(to right, #42c499be, #38d39f, #32be8f); */
background-size: 200%;
font-size: 1.2rem;
color: #ffffffec;
  /* color: #fff; */

font-family: 'Poppins', sans-serif;
text-transform: uppercase;
margin: 1rem 0;
cursor: pointer;
transition: .6s;
align-items: center;
text-align: center;

}

.btn:hover{
background-position: right;
  /* opacity: .8; */
  /* outline: none; */
  background-image: linear-gradient(to right, #3bff66, #74f158, #12ff22c0); 

  box-shadow: 8px 8px 10px #0000005d;

 


}

input:invalid ~ .btn[type="button"] {
  opacity: .6;
  cursor: pointer;
  /* background-image: linear-gradient(to right, #42c49900, #38d39f70, #32be8f);  */
  /* outline: none; */
  
} 


.btn{
  cursor: pointer;
  /* background-image: linear-gradient(to right, #107151e9, #38d39f19, #32be8f00); */
   border: 1px solid #fff;
   /* opacity: .7; */
   background-color: #0dd241;
   background-image: linear-gradient(to right, #86dc15d0, #59d338e1, #6ff02446); 
   box-shadow: 8px 8px 10px #0000005d;
   align-items: center;
   text-align: center;
   margin-left: -20px;
} 



@keyframes animate{
0%, 100%{
  transform: translateY(0);
}
50%{
  transform: translateY(-6px);
}
}

/* h1 {
  display: block;
  font-size: 45px;
  align-items: center;
  text-align: center;
  margin-left: 40px;
} */



.membresia a{
  
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ffffff00;

  display: block;

  font-size: 16px;
  color: #d0e6ced3;
  background-color: #1E1E20;


  align-items: center;
  background-color: #a2d39b5e;
  padding: 2px;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  cursor: pointer;
  text-decoration: none;
 
 
} 

label {
  color: #e4faea;
}



/* ***************ICONO SVG************ */

.service-icon-box img{

    width: 45px;
    margin-left: 400px;
    /* margin-left: 700px;
    /* margin-right: 90px; */
    margin-top: 40px; 
    animation: animate 2s infinite;
  
  }





/* Footer */

.footer{
    /* background-color: #1D293F; */
}

.footer__title{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 30px;
}

.footer__title, .footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 0.5px solid #fff; */
    padding-bottom: 60px;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 50px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}


.footer__copy{
    --padding-container: 30px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: -10px;
    background-color: #0c1818b6;
}

.footer__copyright{
    font-size: 15px;
}

.footer__icons{
    margin-bottom: 10px;
}

.footer__img{
    width: 30px;
}

.footer__social {
    justify-content: space-around;
    border-bottom: 1.5px dotted #078488;
    padding-bottom: 10px;
  }


 


  /* ------------------------letter--animation------------- */
  .banner_inner {

    margin-top: 15px;
    margin-left: 240px;
 
 

   }
 
   .typewriter-wrapper {
    font-size: 16.8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
     font-style: oblique;
     font-weight: 400;

     color: #ffffff;
     margin-left: 480px;


   }


   
   .typewriter-wrapper {
    display: inline-block;
    animation: flotar 40s infinite, desvanecer 40s infinite;
  }
  
  @keyframes flotar {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @keyframes desvanecer {
    0% {
      opacity: 7;
    }
    50% {
      opacity: 5;
    }
    100% {
      opacity: 1;
    }
  }
  
  .typewriter-char {
    display: inline-block;
    animation: aparecer 20s infinite;
  }
  
  @keyframes aparecer {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .typewriter-cursor {
    display: inline-block;
    width: 2px;
    height: 24px;
    /* background-color: #333; */
    animation: parpadear 18s infinite;
  }
  
  @keyframes parpadear {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
   


  .imagen-inicio img{

    margin-left: -2px;
  
  
    /* width: 252px;
    height: 275px; */
  
    /* ************************* */
  
    width: 252px;     
    height: 310px;
  
    margin-bottom: -217px;

    /* z-index: -5;   */
  
  

  
  }
  .contenedor-formulario{
    margin-top: -90px;
  }




/* Media queries */

@media (max-width:800px){

  .logo-inicio{

    margin-top: 90px;
  }

 .title-inicio{
  margin-top: 150px;
 }


.box-principal{

  margin-top: 50px;
  margin-left: 0;
}

  
.caja-rectangular {
  width: 375px;
  height: 690px;
  border: 2.5px solid;
  margin-left: 18px;
  border-image-source: linear-gradient(90deg, #ff69b4, #33ccff);
  border-image-slice: 1;
  clip-path: inset(0 0 0 0 round 20px);
  padding: 20px;
  box-sizing: border-box;
  animation: cambio-color 7s infinite;
  background: rgba(82, 135, 165, 0.027);
  backdrop-filter: blur(10px);
  box-shadow: 80px 0 10px rgb(45, 13, 190);

  


}

@keyframes cambio-color {
  0% {
    border-image-source: linear-gradient(90deg, #c8a2e0, #33ccff);
  }
  50% {
    border-image-source: linear-gradient(90deg, #33ffc2, #ff69b4);
  }
  100% {
    border-image-source: linear-gradient(90deg, #2fb645, #33f8ff);
  }
}



.caja-rectangular p {
margin-top: 0px;
text-align: left;
letter-spacing: 0.6px;
margin: 5px;
padding: 7px;
line-height: 1.5;
font-size: 16px;
/* word-spacing: 2px; */






}

.caja-rectangular strong{

color: #0dabd2;
font-size: 17px;

}


caja-rectangular strong{

  color: #0dabd2;
  font-size: 17px;
  
  }



.caja-rectangular span{

color: #0dd276;
font-size: 17px;

  
  }


.caja-rectangular  h3{
  margin-top: 0px;
  text-align: center;

  letter-spacing: 0.1px;
  margin: 5px;
  padding: 7px;
  line-height: 1.3;
  font-size: 20px;
  /* word-spacing: 2px; */
  color: #0dd241;
  font-weight: bold;

  background: -webkit-linear-gradient(305deg,#3b8cac,#c27d9c);
  background: linear-gradient(145deg,#6ce7d7f6,#7d8857c9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  
  }

  .tex-anima{
    margin-top: -70px;
    font-size: 20px;
    margin-left: 50px;
    animation: desvanecer 10s infinite, agitar 2s infinite;

  }

  .tex-anima #cursor {
    /* border-right: 2px solid #000; */
    animation: parpadeo 10s infinite;
  }
  
  
@keyframes desvanecer {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes agitar {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes parpadeo {
  0% {
    opacity: 5;
  }
  50% {
    opacity: 5;
  }
  100% {
    opacity: 3;
  }
}




 .tex-anima  span{
    margin-top: 90px;
    text-align: center;
  
    letter-spacing: 0.6px;
    margin: 10px;
    padding: 7px;
    line-height: 1.5;
    font-size: 17px;
    /* word-spacing: 2px; */
    color: #13c041;
    font-weight: bold;
    
    }
  
    .tex-anima  #texto{
      margin-top: 50px;
      text-align: center;
    
      letter-spacing: 0.6px;
      margin: -210px;
      padding: 20px;
      line-height: 1.5;
      font-size: 17px;
      /* word-spacing: 2px; */
      color: #13c041;
      font-weight: bold;
      
      }



      .tex-anima  #cursor{
        
        text-align: center;
      
        letter-spacing: 0.6px;
      
        padding: 20px;
        line-height: 1.5;
        font-size: 14px;
        /* word-spacing: 2px; */
        color: #13c041;
        font-weight: bold;
        
        }

  #formulario button[type="submit"] {
    background-color: #2091F9;
    /* color: #fff; */
    padding: 12px 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: background-color 0.5s;
    font-size: 16px;
    font-weight: bold;
  }
  
  #formulario button[type="submit"]:hover {
    background-color: #1c1e1c;
  }
  

  #enviar{

    transform: scale(0.9);
  
    
  }


/* 
*******************CONTENEDOR-IMG-INICIO********************* */

.contenedor-formulario{
  margin-top: 100px;
}


/* 
*******************IMG-INICIO********************* */









.imagen-inicio img{

  margin-left: -2px;


  /* width: 252px;
  height: 275px; */

  /* ************************* */

  width: 252px;     
  height: 310px;

  margin-bottom: -10px;
  /* z-index: -5;   */


  /* background-image: linear-gradient(to bottom, #ffffff0c, #ffff0000, #ffffff00);
  background-size: 10% 600px;
  background-position: 60% 10%; */



}



.imagen-inicio a 
{
  position: absolute;
  width: 280px;
  height: 325px;
  margin-top: 140px;
  margin-left: -266px;


    border-radius: 90%;
    padding: 4px;
    animation-duration: 4s;
    background-image: radial-gradient(circle, #0e19499c, #ffff002d, #4b16164d);
    background-size: 100% 100%;

    background-position: 50% 50%;
    /* background: linear-gradient(45deg,rgba(255, 0, 0, 0.055) 40%,#5511d31f,#9611d348); */
    background-size: 400% 400%;
    animation: example 8s ease-in-out infinite;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.103); */
    mask-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.247) 50%);
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    filter: blur(8px);
  
  

 
    z-index: -1;
    opacity: .9;
    
  }
  @keyframes example {
    0%{background-position: 0 50%;}
  50%{background-position: 100% 50%;}
  100%{background-position: 0 50%;}
  }


  





.btn{

width: 100%;

height: 24px;

border-radius: 25px;
outline: none;

/* background-image: linear-gradient(to right, #42c499be, #38d39f, #32be8f); */
background-size: 200%;
font-size: 1.2rem;
color: #ffffffec;
  /* color: #fff; */

font-family: 'Poppins', sans-serif;
text-transform: uppercase;
margin: 1rem 0;
cursor: pointer;
transition: .6s;
align-items: center;
text-align: center;

}

.btn:hover{
background-position: right;
  /* opacity: .8; */
  /* outline: none; */
  background-image: linear-gradient(to right, #3bff66, #74f158, #12ff22c0); 

  box-shadow: 8px 8px 10px #0000005d;

 


}

input:invalid ~ .btn[type="button"] {
  opacity: .6;
  cursor: pointer;
  /* background-image: linear-gradient(to right, #42c49900, #38d39f70, #32be8f);  */
  /* outline: none; */
  
} 


.btn{
  cursor: pointer;
  /* background-image: linear-gradient(to right, #107151e9, #38d39f19, #32be8f00); */
   border: 1px solid #fff;
   /* opacity: .7; */
   background-color: #0dd241;
   background-image: linear-gradient(to right, #86dc15d0, #59d338e1, #6ff02446); 
   box-shadow: 8px 8px 10px #0000005d;
   align-items: center;
   text-align: center;
   margin-left: -20px;
} 

  
.formulario-container {
  background-color: rgba(255, 255, 255, 0.062);
  backdrop-filter: blur(7px);
  border-radius: 15px;

  border-radius: 10px;
  padding: 20px;
  width: 89%;
  margin: 40px auto;
  margin: 4px auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
















/* *******************INCIO****************** */
.banner_inner-inicio {

  margin-top: -15px;
  margin-left: 150px;



 }

 .typewriter-wrapper-inicio {

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
   font-style: oblique;
   font-weight: 500;

   color: #ffffff;
   margin-left: -90px;



 
 }
 











  .banner_inner {

    margin-top: -15px;
    margin-left: 150px;
 
 

   }
 
   .typewriter-wrapper {
    font-size: 18.5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
 
     font-style: oblique;
     font-weight: 500;

     color: #ffffff;
     /* margin-left: -218px; */

 
  
   
   }
   

  
    .service-icon-box img{
        margin-left: 320px;
        margin-top: 10px;
        animation: animate 2s infinite;
      
      }
    


    .hero__title{
        font-size: 2.5rem;
    }


    .about__main{
        gap: 2em;
    }

    .about__icons:last-of-type{
        grid-column: 1/-1;
    }


    .knowledge__container{
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        gap: 3em;
        text-align: center;
    }

    .knowledge__picture{
        grid-row: 1/2;
        justify-self: center;
    }



    .footer__container{
        flex-wrap: wrap;
    }


    

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }
    .footer__copy{
        --padding-container: 30px 20px;
        text-align: center;
        color: #ffffffc4;
        margin-bottom: -10px;
        background-color: #0c1818b6;
    
 
    }

    
.footer__copyright{
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

}


    
.footer__social {
    justify-content: space-around;
    border-bottom: 1.5px dotted #078488;
    padding-bottom: 10px;
  }

  .footer__social h3{
    font-size: 10px;
    font: 5px;

  }




}

@media (max-width:600px){






    /* ------------------------letter--animation------------- */

    .service-icon-box img{
        margin-left: 320px;
        margin-top: 70px;
        animation: animate 2s infinite;
      
      }

    .banner_inner {

        margin-top: -15px;
        margin-left: 150px;
     
     
    
       }
     
       .typewriter-wrapper {
     
         font-style: oblique;
         font-weight: 500;
    
         color: #ffffff;
         margin-left: 50px;

    
     
      
       
       }
       
    
  
    .hero__title{
        font-size: 2rem;
    }



    .footer__title{
        justify-self: start;
        margin-bottom: 15px;
    }



    .footer__submit{
        margin-right: auto;
        margin-left: 0;
        

        /* 
        margin:0;
        width: 100%;
        */
    }

    .footer__copyright{
        font-weight: 1;
        font: 10px;
    }
}
