*{
    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: 800px;
    padding-right: 20px;
   
}
#messages{
    width: 500px;
    background-color: rgb(90, 90, 90, .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: 10px 17px 41px #000;
    border-radius: 20px;

}

.controles{
    width: 95%;
    background: #dcedff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(90, 90, 90)
    
}

.boton{
    width: 100%;
    background-color: #1f53c5;
    border: none;
    padding: 12px;
    color: white;
    margin: 16px 0;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.boton:hover{
    transform: translateX (-20px) scale(1.05);
    background-color: white;
    color: var(--color_uno);
}


.resaltar{
    background-color: var(--color_dos);
    color:var(--color_uno) ;
    padding: 4px;
    border-radius: 4px;
    font-weight:bold;
    text-align: center;
    
}

.resaltar2{
    background-color: var(--color_uno);
    color: white;
    padding: 30px;
    border-bottom-right-radius: 20px;
    
    text-align:left;
    width: 40%;
    opacity: .9;
    font-size: 18px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    

    
}

.resaltar3{
    color: var(--color_tres);
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    font-weight: bold;


}