/* Social icons logic */
.social-links a[href*="youtube.com"]:before,
.social-links .youtube a:before                  { content: '\f213'; }

.social-links a[href*="facebook.com"]:before,
.social-links .facebook a:before                 { content: '\f204'; }

.social-links a[href*="paraisoasturias.com"]:before,
.social-links .paraisoasturias a:before           { content: '\f409'; }

.social-links a[href*="privacidad"]:before,
.social-links .proteccion a:before                { content: '\f470'; }

.social-links a[href*="ubicacion"]:before,
.social-links .ubicacion a:before                 { content: '\f417'; }

.social-links a[href*="contactanos"]:before,
.social-links .contactanos a:before               { content: '\f437'; }

.social-links a[href*="instagram.com"]:before,
.social-links .instagram a:before                 { content: '\f215'; }


/* Estilo Acordeon */
.desplegarFAQ { 
margin-left: 1%;
margin-bottom: 1%;
}

.desplegarFAQ summary {
cursor: pointer;
font-size: 120%;
font-weight: bold;
}

.desplegarFAQ summary:before {
content: '\27A4';
}

.desplegarFAQ summary:hover {
color: #058203;
}

.imgfilters {
filter:brightness(130%);contrast(200%);saturate(3);
image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

/* Cookies Consent */

#open_preferences_center {
  margin-top: -95px !important;
color: #007a2c;
padding: 1px;
background: rgba(255, 255, 255, 0);
border: 2px solid forestgreen;;
border-radius: 5px;
box-shadow: 0.5px 0.5px 0.5px #000;
font-size: 0.8rem;
font-weight: bold;
text-shadow: 1px 1px 1px black;
margin: 0 auto;
text-align: center;
width: 200px;
height: auto;
z-index: 10;
}

