body{
    font-family: Arial, Helvetica, sans-serif;
        align-items: center;
    

}

.menu{
   
   
    display: flex;
    align-self: center;
    background-color:#cca525;
    text-transform: uppercase;
}

ul{

    display: none;

}

.articulo{

    background-image: url("fondoagendar.jpg");
}
form{
    width: 400px;
    background-color: #24303c;
    padding: 30px;
    margin: auto;
    margin-top: 30 px;
    border-radius: 4px;
font-family: 'calibri';

}
.titulo{
    text-align: center;
 color: aquamarine;
 
}
.controls{
width: 100%;
background-color: #24303c;
color: aliceblue;
padding: 10px;
border-radius: 4PX;
margin-bottom: 16px;
border: 1px solid #1f53c5;
}
:focus {
outline: 1px solid #1f53c5;

}
    


.button {
    background-color: aquamarine;
    color: #24303c;
    cursor: pointer;
    transition: 0s;
    padding: 10px;
    width: 100px;
    height: 30px;
    &:hover{ background: rgb(146, 196, 146);}
}
label{
        color: aqua;

}

textarea {
    color: azure;
background-color: #24303c


}

.imagen {

    padding: 15px;
    display: flex ;
    align-items: ;
    

}
.imagen_whatsapp{
    
    max-width: 100%;

}
.contenedor{
    display: flex;
    

}

.icono{
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}
.text {

    align-self: center;
    padding: 25px;  
}


