﻿.Div_Cookies.hide {
    display: none !important;
    
}
.Div_Cookies {
    position: fixed !important;
    bottom: 0px !important;
    width: 100%;
    height: 30px;
    background-color: grey !important;
    opacity: 1;
    text-align: center;
}
.msg-cookies{
    padding-top:4px;
    font-size: 12px;
}
.btn-cookies {
    padding-left:10px;
    background-color: grey;
    border: 0;
}
#Titulo {
    background-color: rgb(0,131,194);
    height: 60px;
    padding-top: 0.3%;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
}