
/* 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 #990000;
    border-radius: 25px;

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

.popup-content{
    margin-top: 12px !important;  
    /*max-width: 340px;*/
}


#popup-text{
    float: none;
    width: 100%;
    max-width:none;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
    font-size:13px;
}

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

#popup-buttons{
    float: none;
    width: 100%;
    max-width:none;
    text-align: right;
    /*margin-top: 30px;*/
    padding-top: 0px !important;    
}


@media (max-width: 565px) {
    #popup-buttons{
        margin-top: -77px;
        float: left; 
    }
}

#popup-buttons .agree-button{
    width: 150px;
    height: 50px;
    color: #fff;
    background: none;
    background-color: #990000;
    text-shadow: none;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    font-size:16px;
    font-weight: bold; 
    border:none;
}
#popup-buttons .agree-button:hover{
    background-color: #242424;
    border:none;
}


#popup-buttons .decline-button{
    width: 150px;
    height: 50px;
    color: #242424;
    background: none;
    background-color: #ee4036;
    text-shadow: none;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    font-size:16px;  
    font-weight: normal;
}

#popup-buttons .decline-button:hover{
    background-color: #242424;
    border:none;
    color: #fff;
    
}


.eu-cookie-compliance-save-preferences-button {
    width: 150px;
    height: 50px;
    color: #242424;
    background: none;
    background-color: #fff;    
    border: 3px solid #242424;
    text-shadow: none;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    /*font-size:16px;*/
    font-weight: bold;     
}



/* eu cookie compliance */
.eu-cookie-compliance-banner {
  width: 500px !important;
}
@media (max-width: 565px) {
    .eu-cookie-compliance-banner {
      width: auto !important;
    }
}


.eu-cookie-compliance-content .eu-cookie-compliance-category label, .eu-cookie-compliance-category .eu-cookie-compliance-category-description {
  color: #000 !important;
  font-size: 12px;
}

.eu-cookie-withdraw-button{
    margin:0px;
}

.eu-cookie-compliance-save-preferences-button:hover{
    background-color: #242424;
    color: #fff;
    border:none;
}