*{
    margin: 0;
    padding: 0;
    box-lines: border-box;

}

:root{
  

    --color_azul:#011f5a;
    --color_amarillo:#fafd00;
    --color_celeste:#6df5e9;

    --letra_titulos: 'Archivo Black', sans-serif;
    --textos_especiales:  'Courgette', cursive;
    --textos_especiales2:  'Sriracha', cursive;
    --textos_especiales3: 'Tangerine', cursive;
    --texto_otros1: 'Francois One', sans-serif;
    --texto_otros2: 'Lexend Deca', sans-serif;
    
  }


body{
    width: 100%;
    background-image: url(../imagenes/fondo_inscrip.jpeg);
    -webkit-background-size:cover ;
    
    background-size: cover;
    background-attachment: fixed;
    max-height: 500px;
    padding-right: 20px;
    text-align: center;
    

    
    
}

.fondoDegradado{
	position: absolute;
	/*capa de color*/
    background: linear-gradient(130deg,#3b9891,#1B165A);
    opacity: 0.8;
	width:100%;
	height:100%;
	z-index:-1;
}



.logo{
	text-align: center; 
	width:500px;
	height:150px;
	margin-top: 10px;
}
.contenedor {
	text-align: left;
	padding-left: 15%;
}
#messages{
    width: 90%;
    /*background-color: #eba802 ;*/
    padding: 30px;
   background-color:transparent;
    margin: auto;
 
    border-radius: 4px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
   /* box-shadow: 7px 13px 37px #000;*/
    border-radius: 20px;
   
    justify-content: left;
	}

#messages p{
    font-size: 15px;
    
}
.sub{
	font-size: 15px;
	font-weight: bold;
	color: #fafd00;
}
.controles{
    width: 35%;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-size: 18px;
    
    
    
    
}



.boton{
    width: 150px;
    background-color: #fafd00;
    border: none;
    padding: 12px;
   color: #011f5a;
    margin: 16px 0;
    font-size: 16px;
   
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    
    
}

.boton a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    color: var(--color_uno);
    text-transform: uppercase;
    font-weight: bold;
    
}

.boton:hover{
    transform: translateX (-20px) scale(1.05);
    background-color: #1e2c5b;
    color: white;
    border-color: #1e2c5b;
    border: 2px;
    /*box-shadow: 0 5px 5px 0px var(--color_dos);*/
}

.resaltar{
    background-color: var(--color_uno);
    color: white;
    padding: 40px;
    border-bottom-right-radius: 20px;
    font-weight:bold;
    text-align: left;
    line-height: 35px;
    width: 40%;
    opacity: .9;
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
   
    
}



.resaltar2{
    color: var(--color_dos);
    font-size: 30px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    


}

.fa-check-circle{
	color: var(--color_azul);
}

.error {
   background-color: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 30%;
   border-radius: 5px;
   margin: 20px auto;
}


.descargas{
    background-color: #eba802;
    border: 2px solid var(--color_uno);
    color: var(--color_uno);
    text-decoration:none;
    font-size: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;    ;
    font-weight: bold;
    padding: 10px;
    border-radius: 15px;
}

.descargas:hover{
    background-color: #1e2c5b;
    
}

@media (max-width: 640px){
	#messages{
    width: 70%;
    background: transparent;
    padding: 30px;
	margin-left: 20px
    margin: auto;
    margin-top: 30px;
    border-radius: 4px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    /*box-shadow: 7px 13px 37px #000;*/
    border-radius: 20px;
    
    }

}

.logo{
	text-align: center; 
	width:300px;
	height:150px;
}
}


.deco {
    background-color:transparent ;
    display: flex;
    height: 30px;
    padding-left: 20px;
    align-items: center;
    padding: 2px;
    
  }
  
  .links_deco {
    padding-left: 20px;
    position: absolute;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: .5s;
    background-color: transparent;
    
}
.icon_decolinks{
    
    width: 23px;
    


}

.icon_decolinks:hover{
    width: 22px;
    color: #1e2c5b;


}
.deco .links_deco a {
    font-size: 17px;
    color: white;
    text-decoration: none;
   

   
}

.text_deco{
    font-family:   'Lexend Deca', sans-serif;
    color: white;
}


.iconos_header {
    color: white;
    margin: 3px;
    text-decoration: none;
}

.iconos_header2 {
    color: white;
    margin: 3px;
    text-decoration: none;
    padding-left: 80%;
    font-family: var(--texto_otros2);
}

.error {
   background-color: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}

.codigo {
   background-color: #F2DEDE;
   color: #A94442;
   padding: 10px;
   width: 95%;
   border-radius: 5px;
   margin: 20px auto;
}
