@charset "UTF-8";
/* xl - DESKTOP STYLES */
/* Variables */
/* Footer Sidebars */
.footer-sidebars-wrapper {
  background: #C12F41;
  padding-top: 20px;
}
/* Copyrights */
.copyrights, .copyrights * {
  color: var(--Blanco, #FFF);
  background: #C12F41;
  padding: 4px 0;
}
.copyrights .limit-wrapper, .copyrights * .limit-wrapper {
  max-width: 1260px;
  margin: 0 auto;
}
/* Footer Sidebars Widgets */
#footer-sidebars > .row aside.cell-1-4 {
  width: 33%;
}
#footer-sidebars > .row .widget .widget-title {
  color: var(--Blanco, #FFF);
  padding-top: 0 !important;
}
/* Footer Información */
.footer-informacion svg {
  max-width: 20px;
  margin-right: 5px;
}
.footer-informacion li, .footer-informacion li a {
  color: var(--Blanco, #FFF);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  font-size: 14px !important;
  align-items: center;
}
/* Footer Social Navigation */
.footer-nav-social {
  font-size: 14px !important;
  color: var(--Blanco, #FFF);
  width: 50%;
  display: flex;
  align-items: center;
}
.footer-nav-social svg {
  max-width: 20px;
  margin: 0 8px;
}
/* Footer Horarios */
.footer-horarios {
  font-size: 14px !important;
  color: var(--Blanco, #FFF);
}
.footer-horarios p, .footer-horarios strong {
  color: var(--Blanco, #FFF) !important;
}
/* Footer Bottom */
.footer__bottom {
  display: flex;
  align-items: center;
}
.footer__bottom p, .footer__bottom a, .footer__bottom span {
  color: var(--Blanco, #FFF);
}
.footer__bottom span {
  text-decoration: underline;
}
.footer__bottom-col {
  width: 50%;
}
.footer__bottom-col.right {
  text-align: right;
}
@media (max-width: 960px) {
  .responsive-layout footer.main-footer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .footer__bottom-col {
    width: 100%;
  }
  .footer__bottom {
    display: flex;
    flex-flow: column;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F9531-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACMA%3BAAAA%3BAAAA%3BAAAA%3BADNA%3BACYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BADlBF%3BAC2BI%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BADhCN%3BAC0CE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9CF%3BACyDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BADhEF%3BACuEA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAD3EF%3BACkFA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAMJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */