/*BLOQUE: COOKIES */
.cc-window {
    color: #fff;
    background-color: #252e39;
    font-size: 15px;
    padding: 30px;
    display: table;
    width: 40%;
    height: auto;
    display: inline-grid;
    text-align: justify;
}
.cc-compliance {
    display: table-cell;
    float: right;
    min-width: 120px;
    padding: 5px 0px;
}
.cc-link {
    color: #23527c!important;
    cursor: pointer;
}
.cc-dismiss {
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.cc-configurar {
    padding: 10px;
    border-radius: 5px;
    background-color: rgb(73, 120, 162)!important;
}
.cc-deny {
    padding: 10px;
    border-radius: 5px 
}
.cc-window {
    opacity: 1;
    transition: opacity 1s ease 
}
.cc-window.cc-invisible {
    opacity: 0 
}
.cc-animate.cc-revoke {
    transition: transform 1s ease 
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em) 
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em) 
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0) 
}
.floatcookies{
    position: fixed;
    top: 40%;
    left: 30%;
   /* float: left;
    */
    z-index: 99993;
}
#detallesettingcookies{
    display: none;
}
.cookie-consent-option-group {
    display: flex;
    margin-bottom: 10px;
}
#denybutton,#dismissbutton,#settingcookies{
    display: inline-block;
    margin-top: 10px;
}
.cookie-consent-option-group label{
    margin-left: 5px;
}
#cookiesPopUp{
    display: none;
    background-color: #fff;
   ;
    width: 60%;
    position: fixed;
    top: 150px;
    bottom: 60px;
    left: 20%;
    z-index: 99994;
    padding: 3%;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 15px;
    color: #000;
}
#cookiesPopUp .topright {
    position: absolute;
    right: 0;
    top: 0 
}
#cookiesPopUp .close-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    background-color: inherit;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap 
}
#cookiesPopUp #cerrarbotoncookies{
    display: flex;
    justify-content: center;
}
#cerrarbotoncookies button{
    background-color: #23527c;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border-color: transparent;
    font-size:15px 
}
#cookiesPopUp #cerrarbotoncookies button:hover{
    background-color: rgb(73, 120, 162);
}
#cookiesPopUp a{
    color: #014a81;
    text-decoration: underline;
}
.cc-window .cc-btn{
    color: #fff!important;
}
.cc-window #denybutton a {
    background-color: rgb(73, 120, 162);
}
#fondotransparencia-gris {
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99992;
}
#background-responsive-menu.menu-expanded {
    position: absolute;
    top: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .6;
}
@media (max-width:768px) {
    .cc-compliance, .cc-message {
        display: block;
        float: none;
        text-align: left;
   }
    .cc-compliance {
        margin-top: 5px 
   }
    .cc-window {
        color: #fff;
        background-color: #252e39;
        padding: 15px;
        display: table;
        width: 100%;
   }
    .floatcookies {
        position: sticky;
        top: 0px;
        float: left;
        z-index: 99993;
   }
    #cookiesPopUp {
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 99994;
   }
}
/* FIN BLOQUE: COOKIES*/