body {
    background-image: linear-gradient(to bottom, white, rgb(221, 221, 221));
    background-color: rgb(240, 240, 240);
    /* background-image: url(/control_presencia_2.0/vista/media/bg/Ev.jpg); */
    background-attachment: fixed;
}

/****************************** error ******************************/
#logError {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    padding: 7px 30px;
    color: white;
    background-color: rgb(32, 32, 32);
    transition-duration: 1s;
    z-index: 1000;
}
#logError.show {
    top: 0;
}
#typeError {
    font-size: 1.3em;
    color: rgb(170, 170, 170);
    display: block;
}
#logErrorCerrar {
    position: relative;
    margin-left: 10px;
    padding: 3px 20px;
    color: white;
    background-color: var(--sta);
    border-radius: 3px;
    cursor: pointer;
}


/****************************** header ******************************/
#header {
    padding: 5px 5vw;
    text-align: center;
}
#giromail_icon {
    width: 35px;
    cursor: pointer;
}
#giromail_icon:hover {
    animation: giro 0.5s 1;
}
@keyframes giro{
    0%  { transform:rotate(0deg); }
    100%{ transform:rotate(-360deg); }
}



/******************************* body ******************************/




/****************************** footer *****************************/
#footer {
    
}
#contacte {
    width: max-content;
    margin: 0 auto;
    padding: 20px 50px;
    text-align: center;
}