/** WP-IMG **/
.wp-caption {
  max-width: 100%;
}
img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img .wp-caption-text,
.wp-caption .wp-caption-text {
  font-size: 0.5em;
}
a {
  color: inherit;
  transition: 0.1s color ease-in;
}
a:hover {
  color: #88ac7e;
  text-decoration: none;
}
a[href*="mailto:"] {
  line-break: anywhere;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/** END WP-IMG **/
/* General properties */
body {
  font-family: 'Libre Caslon Text', 'sans-serif';
  font-variant-ligatures: discretionary-ligatures;
}
body header[role="navbar"] {
  background-color: #000;
  color: #fff;
}
body.open-menu {
  overflow: hidden;
}
img {
  max-width: 100%;
}
.btn.btn-primary,
.btn.button {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
.btn.btn-primary:not(:disabled):hover,
.btn.button:not(:disabled):hover,
.btn.btn-primary:not(:disabled):focus,
.btn.button:not(:disabled):focus,
.btn.btn-primary:not(:disabled):active,
.btn.button:not(:disabled):active,
.btn.btn-primary:not(:disabled):active:focus,
.btn.button:not(:disabled):active:focus {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
.bg-black {
  background-color: #000;
}
.page-title,
.title {
  font-family: 'Ponzu', 'serif';
}
#main-content {
  padding-bottom: 30px;
  margin-top: 48px;
}
@media only screen and (min-width: 768px) {
  #main-content {
    margin-top: 68px;
  }
}
#main-footer {
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 7px;
}
@media only screen and (min-width: 768px) {
  #main-footer {
    padding-top: 15px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-footer .copyright {
    display: block;
    margin-bottom: 10px;
  }
}
#main-footer .footer-terms {
  display: inline-flex;
  flex-wrap: wrap;
}
#main-footer .footer-terms li {
  list-style: none;
  padding-left: 0.5em;
}
#main-footer .footer-terms li:before {
  content: "•";
  padding-right: 0.5em;
}
#main-footer .footer-terms li a {
  text-transform: uppercase;
}
.fa-tidal {
  fill: white;
}
.fa-tidal:before {
  content: "";
  background-image: url(../img/tidal-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  transition: 0.1s all ease-in;
}
.fa-tidal:hover:before {
  background-image: url(../img/tidal-icon-green.svg);
}
.fa-amazon-music:before {
  content: "";
  background-image: url(../img/amazon-music-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  transition: 0.1s all ease-in;
}
.fa-amazon-music:hover:before {
  background-image: url(../img/amazon-music-icon-green.svg);
}
.icon {
  color: white;
}
.icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  vertical-align: baseline;
}
.icon:hover {
  color: #88ac7e;
}
a.card {
  max-width: 100%;
  margin: auto;
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.4s border-color, color, background-color ease-in;
}
a.card:hover,
a.card:focus {
  border-color: #88ac7e;
  color: #88ac7e;
  background-color: #fff;
}
a.card .card-body .title {
  text-transform: uppercase;
  font-family: 'Libre Caslon Display';
  font-style: italic;
  margin-bottom: 0;
}
/* Specific properties */
header[role="navbar"] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] {
    height: 68px;
  }
}
header[role="navbar"] .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
}
header[role="navbar"] .navbar-brand svg,
header[role="navbar"] .navbar-brand img {
  width: 180px;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] .navbar-brand svg,
  header[role="navbar"] .navbar-brand img {
    margin: 10px 0;
  }
}
header[role="navbar"] .socialmedia {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding: 0;
}
header[role="navbar"] .socialmedia li {
  font-size: 20px;
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
header[role="navbar"] .socialmedia li svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}
@media only screen and (min-width: 768px) {
  header[role="navbar"] .socialmedia li {
    font-size: 27px;
  }
  header[role="navbar"] .socialmedia li svg {
    width: 20px;
    height: 20px;
  }
}
header[role="navbar"] .socialmedia li:first-of-type {
  margin-left: 0;
}
header[role="navbar"] .socialmedia li:last-of-type {
  margin-right: 0;
}
header[role="navbar"] .socialmedia li:hover {
  color: #88ac7e;
}
nav.navbar .navbar-toggler {
  color: #fff;
  font-size: 27px;
  padding: 0;
  border-radius: 0;
  margin-bottom: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s background-image linear;
}
nav.navbar .navbar-toggler[aria-expanded="true"] {
  background-image: url(../img/cross.svg);
}
nav.navbar .navbar-toggler[aria-expanded="true"] .fas.fa-bars:before {
  opacity: 0;
}
nav.navbar .navbar-toggler[aria-expanded="false"] {
  background-image: url(../img/burger.svg);
}
nav.navbar .navbar-toggler[aria-expanded="false"] .fas.fa-bars:before {
  opacity: 0;
}
nav.navbar .navbar-toggler,
nav.navbar .navbar-toggler:focus {
  border: none;
  outline: none;
}
nav.navbar .navbar-collapse {
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 11;
  left: 0;
  top: 0;
  transition: 0.2s all linear;
  opacity: 0;
  margin-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  nav.navbar .navbar-collapse {
    margin-top: 68px;
    padding-bottom: 68px;
  }
}
nav.navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item {
  font-family: 'Ponzu', 'serif';
  font-size: 37px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  nav.navbar .navbar-collapse .navbar-nav .nav-item {
    font-size: 80px;
  }
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #88ac7e;
}
nav.navbar .navbar-collapse .navbar-nav .nav-item.active .nav-link,
nav.navbar .navbar-collapse .navbar-nav .nav-item.current .nav-link {
  color: #88ac7e;
}
nav.navbar .navbar-collapse.show {
  opacity: 1;
}
.page-title {
  font-size: 37px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .page-title {
    font-size: 80px;
  }
}
/* Home Landing */
.page-template-front-page {
  background-color: #000;
  color: #fff;
}
.page-template-front-page header {
  transition: 0.2s background-color ease-in;
}
.page-template-front-page:not(.open-menu) header:not(.bg-black) {
  background-color: transparent;
}
.page-template-front-page #main-footer {
  border-top-color: #fff;
  color: #fff;
}
.page-template-front-page #main-content {
  margin-top: 0;
}
.page-template-front-page #main-content .row.bg-backdrop .col-12 {
  background-color: rgba(0, 0, 0, 0.3);
}
.page-template-front-page #main-content .row.bg-backdrop .col-12:first-of-type {
  padding-block-start: 48px;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content .row.bg-backdrop .col-12:first-of-type {
    padding-block-start: 48px;
  }
}
.page-template-front-page #main-content #heading {
  background-image: url(../img/sanfelices-lamoda-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-front-page #main-content #heading .page-title {
  font-family: "Signifier";
}
.page-template-front-page #main-content #heading .page-title:first-child {
  font-style: italic;
}
.page-template-front-page #main-content #heading .page-title + .page-title {
  font-weight: 300;
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content #heading .page-title + .page-title {
    font-size: 50px;
  }
}
.page-template-front-page #main-content #heading .card {
  border-radius: 10px;
}
.page-template-front-page #main-content #heading .card .card-body {
  padding-block: 1rem;
}
.page-template-front-page #main-content .youtube-video {
  position: relative;
}
.page-template-front-page #main-content .youtube-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.page-template-front-page #main-content .youtube-video > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-front-page #main-content .youtube-video iframe {
  width: 100%;
  height: 100%;
}
.page-template-front-page #main-content .youtube-video iframe[data-src]:not([src]) {
  background-color: #16161d;
}
.page-template-front-page #main-content .page-title.font-italic {
  font-family: 'Libre Caslon Text', 'sans-serif';
}
.page-template-front-page #main-content .page-subtitle {
  font-family: 'Libre Caslon Display';
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content .page-subtitle {
    font-size: 45px;
  }
}
.page-template-front-page #main-content #go-shop,
.page-template-front-page #main-content #go-concerts {
  min-height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  align-items: center;
}
.page-template-front-page #main-content #go-shop .title,
.page-template-front-page #main-content #go-concerts .title {
  font-family: 'Ponzu', 'serif';
  margin: 20px 0;
  font-size: 37px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content #go-shop .title,
  .page-template-front-page #main-content #go-concerts .title {
    font-size: 80px;
  }
}
.page-template-front-page #main-content #go-shop {
  background-image: url(../img/tienda-bg.jpeg);
}
.page-template-front-page #main-content #go-concerts {
  background-image: url(../img/ver-conciertos.jpg);
  background-position: top center;
}
.page-template-front-page #main-content #socialmedia ul {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 0 0;
}
.page-template-front-page #main-content #socialmedia ul li {
  font-size: 23px;
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content #socialmedia ul li {
    font-size: 33px;
  }
}
.page-template-front-page #main-content #socialmedia ul li:first-of-type {
  margin-left: 0;
}
.page-template-front-page #main-content #socialmedia ul li:last-of-type {
  margin-right: 0;
}
.page-template-front-page #main-content #conciertos {
  padding-block-end: 48px;
}
.page-template-front-page #main-content #conciertos > .col-12 > .title {
  font-family: 'Ponzu', 'serif';
  font-size: 37px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-template-front-page #main-content #conciertos > .col-12 > .title {
    font-size: 80px;
  }
}
.page-template-front-page #main-content #conciertos .title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Libre Caslon Text', 'sans-serif';
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .page-template-front-page #main-content #conciertos .title {
    font-size: 20px;
  }
}
.page-template-front-page #main-content #conciertos article h4,
.page-template-front-page #main-content #conciertos article p {
  font-size: 19px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .page-template-front-page #main-content #conciertos article h4,
  .page-template-front-page #main-content #conciertos article p {
    font-size: 32px;
  }
}
.page-template-front-page #main-content #conciertos article h4 .unconfirmed,
.page-template-front-page #main-content #conciertos article p .unconfirmed {
  font-size: 0.95rem;
  color: #fff;
  background-color: #ff0000;
}
.page-template-front-page #main-content #conciertos article .btn.btn-primary {
  color: #fff;
  border-color: #fff;
  padding: 0 2px;
  font-size: 15px;
  vertical-align: super;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .page-template-front-page #main-content #conciertos article .btn.btn-primary {
    font-size: 20px;
    vertical-align: text-bottom;
  }
}
.page-template-front-page #main-content #conciertos article .btn.btn-primary.sold-out,
.page-template-front-page #main-content #conciertos article .btn.btn-primary.coming-soon {
  color: #ff0000;
  border-color: #ff0000;
}
.lamoda-newsletter [data-target="#newsletter-modal"] {
  position: fixed;
  bottom: 25px;
  right: 45px;
  z-index: 1;
  border: 1px solid white;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #000;
}
.lamoda-newsletter [data-target="#newsletter-modal"]:hover {
  border-color: #88ac7e;
  background-color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .lamoda-newsletter [data-target="#newsletter-modal"] {
    display: none;
  }
}
#newsletter-modal {
  background-color: #0b0b0b;
  color: #000;
}
#newsletter-modal [data-dismiss="modal"] {
  color: #fff;
  font-size: 50px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#newsletter-modal.sended .modal-body,
#newsletter-modal.error .modal-body,
#newsletter-modal.sended .modal-footer,
#newsletter-modal.error .modal-footer {
  background-color: #fff;
}
#newsletter-modal.sended .btn,
#newsletter-modal.error .btn {
  opacity: 0;
}
#newsletter-modal .position-absolute {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsletter-modal .position-absolute > div {
  text-align: center;
  margin: 0 auto;
}
#newsletter-modal .position-absolute > div p {
  font-weight: 800;
  font-size: 1.2em;
}
#newsletter-modal .position-absolute [href="#error-visible"] {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 2rem;
}
#spotify-link {
  position: sticky;
  bottom: 25px;
  left: 45px;
  z-index: 1;
  padding: 2px;
}
@media only screen and (max-width: 767.98px) {
  #spotify-link {
    left: auto;
    margin: 0 auto;
    display: block;
  }
}
.woocommerce #spotify-link,
.woocommerce-page #spotify-link {
  display: none;
}
/* Nosotros (Biografía) */
.page-template-nosotros .grupo-img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page-template-nosotros .grupo-img {
    width: 30%;
  }
}
.page-template-nosotros .intro-text {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-template-nosotros .intro-text {
    font-size: 24px;
  }
}
.page-template-nosotros .info-text {
  margin-bottom: 0;
}
.page-template-nosotros .text-justify {
  text-indent: 2em;
  font-size: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .page-template-nosotros .text-justify {
    font-size: 1rem;
  }
}
/* Shop */
.shop-terms {
  background-color: #88ac7e;
  color: #fff;
}
.shop-terms.mobile-fixed {
  position: fixed;
  width: 100%;
  top: 48px;
  z-index: 1;
}
.shop-terms .terms {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  font-size: 27px;
}
@media only screen and (min-width: 768px) {
  .shop-terms .terms {
    display: flex;
  }
}
.shop-terms .terms .term-item {
  list-style: none;
  font-style: italic;
}
.shop-terms .terms .term-item:not(:first-of-type):before {
  content: "•";
  display: inline-block;
  margin: 0 0.25em;
}
@media only screen and (max-width: 767.98px) {
  .shop-terms .terms .term-item:first-of-type:before {
    content: "•";
    display: inline-block;
    margin: 0 0.25em;
  }
}
.shop-terms .terms .term-item a:hover,
.shop-terms .terms .term-item a:focus,
.shop-terms .terms .term-item a.active {
  color: #000;
}
.shop-terms .navbar-toggler {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-terms .navbar-toggler {
    display: none;
  }
}
.shop-terms .navbar-toggler:focus {
  border: 0;
  outline: none;
}
.shop-terms .navbar-toggler[aria-expanded="true"] img {
  transform: rotate(180deg);
}
.shop-advise {
  background-color: #88ac7e;
  color: #fff;
  text-align: center;
  padding: 1rem 15px;
}
.shop-advise p {
  margin: 0;
}
.concert-advise {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem 15px;
}
.concert-advise p {
  margin: 0;
  font-size: 1.2em;
}
#shop-aside .widget-title {
  color: #88ac7e;
  font-size: 18px;
  font-style: italic;
}
#shop-aside .amount {
  color: #88ac7e;
}
.woocommerce ul.products li.product .product-extra-img,
.woocommerce-page ul.products li.product .product-extra-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 1;
  opacity: 0;
  transition: 0.5s opacity ease-out;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title + .terms,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title + .terms {
  font-size: 0.8em;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #88ac7e;
  display: inline-block;
}
.woocommerce ul.products li.product:hover .product-extra-img,
.woocommerce-page ul.products li.product:hover .product-extra-img {
  opacity: 1;
}
.woocommerce .woocommerce-pagination .page-numbers,
.woocommerce-page .woocommerce-pagination .page-numbers,
.woocommerce .woocommerce-pagination .page-numbers li,
.woocommerce-page .woocommerce-pagination .page-numbers li {
  border-color: transparent;
}
.woocommerce .woocommerce-pagination .page-numbers .page-numbers.current,
.woocommerce-page .woocommerce-pagination .page-numbers .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-page .woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce .woocommerce-pagination .page-numbers .page-numbers:hover,
.woocommerce-page .woocommerce-pagination .page-numbers .page-numbers:hover,
.woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover,
.woocommerce-page .woocommerce-pagination .page-numbers li .page-numbers:hover {
  background-color: transparent;
  color: #88ac7e;
}
.woocommerce #main-content .button.btn-primary,
.woocommerce-page #main-content .button.btn-primary,
.woocommerce #main-content .button.button,
.woocommerce-page #main-content .button.button {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
}
.woocommerce #main-content .button.btn-primary:not(:disabled):hover,
.woocommerce-page #main-content .button.btn-primary:not(:disabled):hover,
.woocommerce #main-content .button.button:not(:disabled):hover,
.woocommerce-page #main-content .button.button:not(:disabled):hover,
.woocommerce #main-content .button.btn-primary:not(:disabled):focus,
.woocommerce-page #main-content .button.btn-primary:not(:disabled):focus,
.woocommerce #main-content .button.button:not(:disabled):focus,
.woocommerce-page #main-content .button.button:not(:disabled):focus,
.woocommerce #main-content .button.btn-primary:not(:disabled):active,
.woocommerce-page #main-content .button.btn-primary:not(:disabled):active,
.woocommerce #main-content .button.button:not(:disabled):active,
.woocommerce-page #main-content .button.button:not(:disabled):active,
.woocommerce #main-content .button.btn-primary:not(:disabled):active:focus,
.woocommerce-page #main-content .button.btn-primary:not(:disabled):active:focus,
.woocommerce #main-content .button.button:not(:disabled):active:focus,
.woocommerce-page #main-content .button.button:not(:disabled):active:focus {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}
.woocommerce #main-content .button.single_add_to_cart_button:not(.disabled),
.woocommerce-page #main-content .button.single_add_to_cart_button:not(.disabled) {
  border-color: #88ac7e;
  color: #88ac7e;
}
.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
  padding: 0.41em 1em;
  line-height: 1;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  font-size: 27px;
}
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price {
  color: #88ac7e;
  font-size: 27px;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  margin-top: 30px;
}
.woocommerce div.product form.cart .variations .label label,
.woocommerce-page div.product form.cart .variations .label label {
  font-size: 27px;
  font-weight: 500;
}
.woocommerce div.product .product_meta .sku_wrapper,
.woocommerce-page div.product .product_meta .sku_wrapper,
.woocommerce div.product .product_meta .posted_in,
.woocommerce-page div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .ean_wrapper,
.woocommerce-page div.product .product_meta .ean_wrapper {
  display: none;
}
.woocommerce div.product .product_meta .ean_wrapper[style="display: inline;"],
.woocommerce-page div.product .product_meta .ean_wrapper[style="display: inline;"] {
  display: none !important;
}
.woocommerce div.product .size-variation table td,
.woocommerce-page div.product .size-variation table td,
.woocommerce div.product .size-variation table th,
.woocommerce-page div.product .size-variation table th {
  padding: 5px 10px;
  text-align: center;
}
.woocommerce div.product .related.products:before,
.woocommerce-page div.product .related.products:before,
.woocommerce div.product .upsells.products:before,
.woocommerce-page div.product .upsells.products:before {
  content: "";
  display: block;
  clear: both;
}
.woocommerce .form-row .woocommerce-input-wrapper,
.woocommerce-page .form-row .woocommerce-input-wrapper {
  width: 100%;
}
/* Contacto */
.page-template-contacto .pre-title {
  margin-bottom: 0;
  margin-top: 30px;
}
.page-template-contacto .info-title {
  margin-bottom: 0;
}
.page-template-contacto .info-title,
.page-template-contacto .info-title ~ a {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .page-template-contacto .info-title,
  .page-template-contacto .info-title ~ a {
    font-size: 24px;
  }
}
/* Conciertos */
.page-template-conciertos {
  background-color: #000;
  background-image: url(../img/conciertos-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.page-template-conciertos header {
  transition: 0.2s background-color ease-in;
}
.page-template-conciertos:not(.open-menu) header:not(.bg-black) {
  background-color: transparent;
}
.page-template-conciertos .page-title {
  margin-bottom: -40px;
}
.page-template-conciertos .title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Libre Caslon Text', 'sans-serif';
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .page-template-conciertos .title {
    font-size: 20px;
  }
}
.page-template-conciertos article h4,
.page-template-conciertos article p {
  font-size: 19px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .page-template-conciertos article h4,
  .page-template-conciertos article p {
    font-size: 32px;
  }
}
.page-template-conciertos article h4 .unconfirmed,
.page-template-conciertos article p .unconfirmed {
  font-size: 0.95rem;
  color: #fff;
  background-color: #ff0000;
}
.page-template-conciertos article .btn.btn-primary {
  color: #fff;
  border-color: #fff;
  padding: 0 2px;
  font-size: 15px;
  vertical-align: super;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .page-template-conciertos article .btn.btn-primary {
    font-size: 20px;
    vertical-align: text-bottom;
  }
}
.page-template-conciertos article .btn.btn-primary.sold-out,
.page-template-conciertos article .btn.btn-primary.coming-soon {
  color: #ff0000;
  border-color: #ff0000;
}
.page-template-conciertos #main-footer {
  border-top-color: #fff;
  color: #fff;
}
.single-concert-layout .title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'Libre Caslon Text', 'sans-serif';
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .single-concert-layout .title {
    font-size: 20px;
  }
}
.single-concert-layout article h4,
.single-concert-layout article p {
  font-size: 19px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .single-concert-layout article h4,
  .single-concert-layout article p {
    font-size: 32px;
  }
}
.single-concert-layout article h4 .unconfirmed,
.single-concert-layout article p .unconfirmed {
  font-size: 0.95rem;
  color: #fff;
  background-color: #ff0000;
}
.single-concert-layout article .btn.btn-primary {
  color: #fff;
  border-color: #fff;
  padding: 0 2px;
  font-size: 15px;
  vertical-align: super;
  font-style: italic;
}
@media only screen and (min-width: 992px) {
  .single-concert-layout article .btn.btn-primary {
    font-size: 20px;
    vertical-align: text-bottom;
  }
}
.single-concert-layout article .btn.btn-primary.sold-out,
.single-concert-layout article .btn.btn-primary.coming-soon {
  color: #ff0000;
  border-color: #ff0000;
}
.single-conciertos {
  background-color: #000;
  color: #fff;
}
.single-conciertos #main-content .row:first-of-type {
  padding-top: 50px;
}
.single-conciertos #main-content .wp-post-image {
  height: auto;
}
.single-conciertos #main-content .title {
  font-family: 'Libre Caslon Text', 'sans-serif';
  font-weight: 300;
  margin-bottom: 60px;
}
.single-conciertos #main-content dl {
  display: flex;
  flex-wrap: wrap;
}
.single-conciertos #main-content dl .elem {
  width: 50%;
}
.single-conciertos #main-content dl .elem dt {
  font-weight: 300;
  margin-bottom: 5px;
}
.single-conciertos #main-content dl .elem dd {
  font-size: 30px;
}
.single-conciertos #main-content dl .elem dd.available {
  color: #00ff00;
}
.single-conciertos #main-content dl .elem dd.last_tickets {
  color: #ff5500;
}
.single-conciertos #main-content dl .elem dd.sold_out,
.single-conciertos #main-content dl .elem dd.coming_soon {
  color: #ff0000;
}
.single-conciertos #main-content dl .elem dd .unconfirmed {
  font-size: 0.95rem;
  color: #ff0000;
}
.single-conciertos #main-content .btn.btn-primary {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
  border-color: #fff;
  border-radius: 13px;
}
.single-conciertos #main-content .btn.btn-primary[href="#"] {
  opacity: 0.6;
}
@media only screen and (min-width: 768px) {
  .single-conciertos #main-content .btn.btn-primary {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-conciertos #main-content .btn.btn-primary + .btn.btn-primary {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .single-conciertos #main-content .btn.btn-primary + .btn.btn-primary {
    margin-left: 1rem;
  }
}
/* Tienda física */
.page-template-tienda-fisica .do-container p {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .page-template-tienda-fisica .do-container p {
    font-size: 22px;
  }
}
.page-template-tienda-fisica img[src*="lzg-logo"] {
  width: 100px;
}
.page-template-tienda-fisica #map {
  max-width: 100%;
}
/* Musica */
.page-template-musica iframe {
  height: 1136px;
}
@media only screen and (min-width: 1024px) {
  .page-template-musica iframe {
    height: 540px;
  }
  .page-template-musica iframe[src*="/ningunaola"] {
    height: 599px;
  }
}
.page-template-musica #main-content {
  background-color: black;
  color: #fff;
}
.page-template-musica #main-content .page-title.font-italic {
  font-family: 'Libre Caslon Text', 'sans-serif';
}
.page-template-musica #main-content .page-subtitle {
  font-family: 'Libre Caslon Display';
  font-size: 25px;
}
@media only screen and (min-width: 768px) {
  .page-template-musica #main-content .page-subtitle {
    font-size: 45px;
  }
}
.page-template-musica .new-cd {
  padding: 96px 15px;
}
@media only screen and (min-width: 768px) {
  .page-template-musica .new-cd {
    padding: 116px 15px;
  }
}
.page-template-musica .card {
  width: 440px;
}
.page-template-musica .card .card-body {
  padding: 2px 0.2em;
}
.page-template-musica #sin-leismos {
  background-image: url(../img/landing-bg.jpg?v=1.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-musica .row.bg-backdrop .col-12 {
  background-color: rgba(0, 0, 0, 0.3);
}
.page-template-musica .row.bg-backdrop .col-12:first-of-type {
  padding-top: 48px;
}
@media only screen and (min-width: 768px) {
  .page-template-musica .row.bg-backdrop .col-12:first-of-type {
    padding-top: 48px;
  }
}
.page-template-musica #ncb {
  padding: 150px 0;
}
.page-template-musica #ncb .title {
  margin-bottom: 50px;
}
.page-template-musica #videos {
  padding: 40px 0;
  margin-bottom: -30px;
}
.page-template-musica #videos .title,
.page-template-musica .new-cd .title {
  font-family: 'Libre Caslon Display';
  font-style: italic;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .page-template-musica #videos .title,
  .page-template-musica .new-cd .title {
    font-weight: 500;
  }
}
.page-template-musica #videos .youtube-video,
.page-template-musica .new-cd .youtube-video {
  position: relative;
}
.page-template-musica #videos .youtube-video:before,
.page-template-musica .new-cd .youtube-video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.page-template-musica #videos .youtube-video > *,
.page-template-musica .new-cd .youtube-video > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-musica #videos .youtube-video iframe,
.page-template-musica .new-cd .youtube-video iframe {
  width: 100%;
  height: 100%;
}
.page-template-musica #nuevo-cancionero-burgales {
  background-image: url(../img/catedral-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-musica #nuevo-cancionero-burgales + #videos {
  padding-block-start: 8%;
}
.accordion .btn:focus,
.accordion .btn.focus {
  box-shadow: none;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
  background-color: #000;
  z-index: 11;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
  color: #fff;
  font-family: 'Libre Caslon Text', 'sans-serif';
  text-align: center;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto .cdp-cookies-boton-cerrar {
  border-radius: 4px;
  margin-top: 5px;
  color: #fff !important;
  border: 1px solid #fff !important;
  transition: 0.5s background-color, color linear;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto .cdp-cookies-boton-cerrar:hover {
  background-color: #fff;
  color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
  color: #88ac7e !important;
}
.cky-btn.cky-btn-accept {
  color: #d0d0d0 !important;
  border: 2px solid #d0d0d0 !important;
  background-color: transparent !important;
}
.bg-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.do-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .do-container {
    max-width: 540px;
  }
}
@media (min-width: 540px) {
  .do-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .do-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .do-container {
    max-width: 1140px;
  }
}
