/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2018 | 11:36:04 */
/*CENTRO DE PRIVACIDAD*/
.wordpress-gdpr-privacy-center-item .fa {
    font-size: 52px;
    margin-bottom: 15px;
    color: #c1c1c1;
}
a.wordpress-gdpr-privacy-center-item:hover .fa {
    color: #cbe128 !important;
}
h2.wordpress-gdpr-privacy-center-item-headline {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    color: #969696;
}
p.wordpress-gdpr-privacy-center-item-desc {
    color: #b1b1b1;
}
.wordpress-gdpr-privacy-center-item-action {
    background: #cbe128;
    color: #FFF;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
}

/*DENTRO DE SECCIÓN*/
.wordpress-gdpr-back-link {
    margin: 0 0 40px;
    display: inline-block;
    background: #cbe128;
    color: #ffffff;
    border-radius: 3px;
    padding: 15px 25px;
    font-size: 1rem;
}
.wordpress-gdpr-back-link:hover {
    opacity:0.7;
    color:#ffffff;
}
.descripcion-contacto-dpd {
font-size: 1.1rem;
line-height: 1.5rem;
color: #a2a2a2;
text-align:left;
max-width:900px;
margin: 25px auto;
}
span.descripcion-small-contacto-dpd {
    display: block;
    font-size: 0.9rem;
    background: #f9f9f9;
    padding: 10px 20px;
    margin-top: 25px;
}
/*formularios*/
.wordpress-gdpr-form label {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
}
.wordpress-gdpr-form input[type="text"], .wordpress-gdpr-form input[type="email"], .wordpress-gdpr-form input, .wordpress-gdpr-form textarea {
    border: 1px solid #dcdcdc !important;
    padding: 15px !important;
    width: 100%;
    background: #efefef !important;
}
.wordpress-gdpr-form input[type="submit"] {
    border: none !important;
    background: #e9e9e9 !important;
    width: 20% !important;
    background: #8d9296 !important;
    color: #ffffff !important;
}
.wordpress-gdpr-form input[type="submit"]:hover {
    background:#cbe128 !important;
}

/*POP UP COOKIES*/
/*.wordpress-gdpr-popup-bottom {
    background: #f9f9f9f2 !important;
    z-index:9999;
}
@media only screen and (min-width:960px) {
.wordpress-gdpr-popup-bottom {
    bottom: 15px;
    right: 15px;
    width: 450px !important;
}
}
*/
.wordpress-gdpr-popup-full-width {
    max-width: 550px;
    bottom: 20px;
    z-index: 9999;
    text-align: center;
    display: block;
    position: fixed;
    margin-left: 50%;
    transform: translate(-50%,0);
}
.wordpress-gdpr-popup-actions-links, .wordpress-gdpr-popup-actions-buttons {
    display: inline-block !important;
}
/*POPUP AJUSTES DE PRIVACIDAD*/
.wordpress-gdpr-popup-agree.wordpress-gdpr-privacy-settings-popup-services-accept-all.button.btn.button-secondary.theme-btn {
    background: #cbe128;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.wordpress-gdpr-popup-agree.wordpress-gdpr-privacy-settings-popup-services-accept-all.button.btn.button-secondary.theme-btn:hover {
    opacity:0.6;
}
.wordpress-gdpr-popup-decline.wordpress-gdpr-privacy-settings-popup-services-decline-all.button.btn.button-secondary.theme-btn {
    color: #8f8f8f;
    font-size: 12px;
    letter-spacing: 0.5px;
    background: #f7f7f7;
}
.wordpress-gdpr-popup-decline.wordpress-gdpr-privacy-settings-popup-services-decline-all.button.btn.button-secondary.theme-btn:hover {
    border-color: #ff5353;
background: #ff5353;
color: #ffffff;
}
.wordpress-gdpr-popup-privacy-settings-services-content-reason {
    margin-bottom: 10px;
}
.wordpress-gdpr-privacy-settings-popup-logo img {
    width: 150px;
}
/*TÍTULO POPUP*/
.wordpress-gdpr-popup-text .titulo-popup-cookies {
  font-weight: bold !important;
margin-bottom: 10px !important;
display: block !important;
color: #636363 !important;
}
.wordpress-gdpr-popup-text .descripcion-popup-cookies {
  color: #808080 !important;
margin: auto !important;
max-width: 600px !important;
margin-bottom: 15px !important;
display: block !important;
}
/*popup abajo*/
.wordpress-gdpr-popup.wordpress-gdpr-popup-full-width.wordpress-gdpr-popup-bottom {
    background-color: #fff !important;
    /*border-top: 1px solid #e7e7e7 !important;*/
}
/*popup overlay*/
.wordpress-gdpr-popup-overlay .wordpress-gdpr-popup-container {
    position: fixed;
    z-index: 99999;
    width: 90%;
    max-width: 500px;
    height: auto;
    margin: auto;
    padding: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/*.wordpress-gdpr-popup-overlay-backdrop {display:inherit;}*/


/*.wordpress-gdpr-popup-text span a {color:#adadad !important;}*/
.wordpress-gdpr-popup-actions a, .wordpress-gdpr-popup-actions a:active,  .wordpress-gdpr-popup-actions a:hover {
text-decoration: none;
padding: 6px 10px;
font-weight: bold;
background: #cbe128;
border-radius: 3px;
margin: 3px;
display: inline-block;
color: #fff;
  text-transform:none !important
}
 .wordpress-gdpr-popup-actions a:hover {opacity:0.8;}

