.cookies {
    position: fixed;
    width: 100%;
    bottom:-100px;
    background-color: rgba(0, 0, 0, 0.912);
    padding: 0px;
    margin-bottom:100px !important;
    z-index: 9999999999999;
    text-align: center;
}
.entendi {
    background-color: rgb(255,215,0) !important;
    padding:15px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    border-radius: 5px !important;
    color:#fff !important;
    font-weight: lighter !important;
    border:none !important;
    font-size: 12pt !important;
    font-family: Arial, sans-serif;
    outline: none;
    letter-spacing: 1px;
    margin-left:10px;

    transition:all .3s;
}
.entendi:hover {
    background-color: rgb(189, 161, 0) !important;
}
/*captcha*/
.captcha {
    width:100%;
    background-color: #fff;
    border:none;
    padding:10px;
    font-size: 15pt;
}
.captcha-div {
    width:100%;
}



/*  Covid-19  */

.custom {
    image-rendering:-moz-crisp-edges;          /* Firefox        */
    image-rendering:-o-crisp-edges;            /* Opera          */
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
}