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

}

:root{
    --color_uno: #011f5a;
    --color_dos: #fafd00 ;
    --color_tres: #6df5e9; 



 
}

body{
    background-image: url(./imagenes/baner6.jpeg);
    -webkit-background-size:cover ;
    
    background-size: cover;
    background-attachment: fixed;
    max-height: 600px;
    padding-right: 20px;
   
}
#messages{
    width: 500px;
    background: rgba(0, 0, 0, .6);
    padding: 30px;

    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;
    


}

#messages p{
    font-size: 18px;
}

.controles{
    width: 100%;
    background: #dcedff;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-size: 18px;
    
    
}



.boton{
    width: 95%;
    background-color: var(--color_dos);
    border: none;
    padding: 12px;
   
    margin: 16px 0;
    font-size: 16px;
   
    text-align: center;
    border-radius: 10px;
    
}

.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: white;
    color: var(--color_uno);
    /*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;
    


}

@media (max-width: 640px){
	#messages{
    width: 90%;
    background: rgba(0, 0, 0, .6);
    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;
    


}
}
