
/* INSERTADO PARA MOSTRAR EN EL CENTRO DE LA WEB BLOQUEANDO */
/* necesita modulo eu-cookie-compliance-banner */

#sliding-popup{
    /*position: absolute;*/
    z-index: 500;
    height: 100% !important;
    width: 100% !important;
    background: rgba(163, 163, 163, .5) !important; 
    bottom: unset;  
}

.eu-cookie-compliance-banner{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -200px;
    width: 400px !important;
    height: 400px !important;  

    background-color: black; /* color fondo */
    background-color: white;
    border: 4px solid #0c71b3;
    border-radius: 25px;

    box-shadow: 1px 1px 5px 1px #000;
}

.popup-content{
    margin-top: 90px;  
    max-width: 340px;
}


#popup-text{
    float: none;
    width: 100%;
    max-width:none;
    font-family: "Poppins", sans-serif;
}

#popup-text h2,#popup-text p,#popup-text .find-more-button{
    color: #000;
}
#popup-text h2{
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

#popup-buttons{
    float: none;
    width: 100%;
    max-width:none;
    text-align: center;
    margin-top: 30px;
}

#popup-buttons .agree-button{
    width: 150px;
    height: 50px;
    color: #fff;
    background: none;
    background-color: #2A2E3C;
    text-shadow: none;
    font-family: "Poppins", sans-serif;
}
#popup-buttons .agree-button:hover{
    background-color: #000;
}