/* Custom Styles */

/* ENCABEZADO WEB */
#section-header a {font-family: "DINBold", sans-serif;}

/* BODY */
.btn {font-family: "DINBold", sans-serif; border-radius:0px;}
.destacado {font-family: "DINCondensed", sans-serif; text-align: center; font-size:1.25em; letter-spacing: 1px; line-height: 1.2em; width: 90%;}
.hashtag {font-family: "DINCondensed", sans-serif; color: #302F2F; text-transform: uppercase; font-size:1.75em; letter-spacing: 1px; width: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 1em; margin: 2.5em 0em 2.5em 0em;
  border: none;
  background: rgba(255,255,255,0.65);
}

/* FOOTER */
.footer__logo {height:75px;}
.social-icons__icon {font-size:18px;}
.footer__copyright, .footer__menu {font-size:13px;}


/* AVISO DE COOKIES */     
#CybotCookiebotDialogBodyContentTitle { font-family: "DINCondensed", sans-serif!important;text-transform: uppercase!important; }
#CybotCookiebotDialog a, #CybotCookiebotDialog div { font-family: "DINExp", sans-serif!important; }
#CybotCookiebotDialogBody { max-width: 80%!important; }
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #e74c3c!important;
    border: 1px solid #e74c3c!important;
}
