@charset "UTF-8";
/* cSpell:disable */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Titillium Web", sans-serif;
  margin: 10px;
}

body {
  background-color: white;
}

a {
  text-decoration: none;
}

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

#btnMovil {
  display: none;
}
#btnMovil + label {
  display: none;
}

/************************* HEADER **********************************/
.header {
  margin-bottom: 1rem;
  text-align: center;
}
.header__logo {
  text-align: center;
  padding: 1rem;
  display: inline-block;
}
.header__logo img {
  width: 158px;
}
.header__nav {
  max-width: 1000px;
  border-bottom: 1px solid #000;
  margin: 0 auto;
  padding: 0.5rem;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  max-width: 450px;
  margin: 0 auto;
}
.header__nav ul li a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header__nav ul li a:hover {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header__nav ul li a:hover:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  bottom: -2px;
  margin: auto;
  left: 0;
  right: 0;
}
.header__nav ul .current-menu-item {
  position: relative;
}
.header__nav ul .current-menu-item:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  bottom: -2px;
  margin: auto;
  left: 0;
  right: 0;
}

/************************* HEADER FIN **********************************/
/************************* BANNER **********************************/
.banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 1rem auto;
  max-width: 900px;
  margin-bottom: 3rem;
}
.banner__item:first-child {
  border-right: 1px solid #000;
}
.banner h1 {
  font-weight: 900;
  font-size: 46px;
  line-height: 1.2;
  text-align: right;
  margin-right: 1.5rem;
}
.banner__li {
  position: relative;
}
.banner__li img {
  width: 300px;
  height: 250px;
  margin-left: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner__li div {
  position: absolute;
  bottom: 0;
  width: 150px;
  min-height: 81px;
  background-color: #FFF;
  padding: 0.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner__li div h3 {
  font-size: 14px;
}
.banner__li div p {
  line-height: 1;
  color: #666666;
}
.banner__li div p:nth-child(2) {
  font-size: 14px;
  color: #000;
}
.banner__li div p:nth-child(3), .banner__li div p:nth-child(4) {
  font-size: 12px;
  line-height: 1.2;
}
.banner__li a {
  position: absolute;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  width: 95px;
  top: 45%;
  right: -50px;
  height: 30px;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.banner__li a:before {
  position: absolute;
  content: "";
  border: 1px solid #FFF;
  width: 105px;
  height: 40px;
  right: -6px;
  top: -6px;
}
.banner__li a:hover {
  background-color: #FFF;
  color: #000;
}
.banner__text {
  text-align: right;
}
.banner__text h1 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: right;
}
.banner__text h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-right: 1.5rem;
}
.banner__text p {
  margin-right: 1.5rem;
}

/************************* BANNER FIN **********************************/
/************************* ARTISTAS SLIDE **********************************/
.artistas-inicio__wrap h3 {
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  max-width: 80px;
  margin: 0.5rem 0;
  line-height: 1.2;
}
.artistas__wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem 1rem;
}
.artistas a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.artistas a img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.artistas a:hover {
  background-color: #F5F5F5;
}
.artistas a:hover img {
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
}

/************************* ARTISTAS SLIDE FIN **********************************/
/************************* ULTIMAS **********************************/
.ultimas {
  margin: 0 auto;
  margin-bottom: 2rem;
}
.ultimas__item {
  text-align: left;
  text-decoration: none;
  color: #000;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #FFF;
}
.ultimas__item:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0px -1px 12px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1px 12px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFF;
}
.ultimas__item h3 {
  font-size: 14px;
}
.ultimas__item p {
  font-size: 14px;
}
.ultimas__item span {
  font-size: 12px;
  display: block;
  color: #666666;
  line-height: 1.2;
}
.ultimas__img {
  background-color: #F5F5F5;
  padding: 1rem;
  max-height: 370px;
  min-height: 270px;
}
.ultimas__img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/************************* ULTIMAS FIN **********************************/
/************************* EXPOSICIÓN **********************************/
.exposicion {
  border-top: 1px solid #000;
}
.exposicion-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-template-rows: repeat(2, 1fr);
      grid-template-areas: "foto1 foto1 foto2 foto2 foto3" "foto1 foto1 foto4 foto5 foto6";
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.exposicion-wrap__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.exposicion-wrap__item-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: foto1;
}
.exposicion-wrap__item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: foto2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exposicion-wrap__item-2 h3 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}
.exposicion-wrap__item-2 a {
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.5rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.exposicion-wrap__item-2 a:hover {
  background-color: #000;
  color: #fff;
}
.exposicion-wrap__item-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: foto3;
}
.exposicion-wrap__item-4 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: foto4;
}
.exposicion-wrap__item-5 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: foto5;
}
.exposicion-wrap__item-6 {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  grid-area: foto6;
}

/************************* EXPOSICIÓN FIN **********************************/
/************************* BOLETÍN **********************************/
.boletin {
  padding: 4rem 0;
  text-align: center;
  border-top: 1px solid #000;
}
.boletin .titulo-h2 {
  margin-bottom: 0;
}
.boletin__form {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 3rem;
}
.boletin__form input {
  border: 1px solid #000;
  font-size: 16px;
  padding: 0.5rem 1rem;
  font-family: "Titillium Web", sans-serif;
  width: 60%;
}
.boletin__form button {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  width: 30%;
}
.boletin__form p {
  font-size: 18px;
}

/************************* BOLETÍN FIN **********************************/
/************************* FOOTER **********************************/
.footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #000;
}
.footer__item {
  border-right: 1px solid #000;
  min-height: 200px;
  padding: 2rem 1rem;
}
.footer__item:nth-child(1) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.footer__item:nth-child(2) {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__item:nth-child(2) img {
  max-width: 160px;
  margin: 0 auto;
}
.footer__item:nth-child(2) ul {
  margin: 0 auto;
}
.footer__item:nth-child(2) ul li {
  display: inline-block;
}
.footer__item:nth-child(3) {
  border-right: none;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav ul li a {
  color: #000;
  text-decoration: none;
}
.footer__logo {
  padding-top: 3rem;
}
.footer__logo ul {
  margin: 0;
  padding: 0;
}
.footer__logo ul li {
  margin: 0 0.5rem;
}
.footer__logo ul li a {
  display: block;
  margin-top: 2rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.footer__logo ul li a:hover {
  opacity: 0.5;
}
.footer__apoyo img {
  margin: 0.5rem 0;
}

/************************* FOOTER FIN **********************************/
/************************* DETALLE ARTISTAS **********************************/
.artista-detalle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.artista-detalle__foto img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 242px;
  width: 242px;
  border-radius: 50%;
}
.artista-detalle__nombre h3,
.artista-detalle__nombre h4 {
  position: relative;
  padding-left: 1rem;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}
.artista-detalle__nombre h3:before,
.artista-detalle__nombre h4:before {
  position: absolute;
  content: url("img/lugar.png");
  left: 0;
}
.artista-detalle__nombre h4:before {
  content: url("img/maestro.png");
}
/************************* DETALLE ARTISTAS FIN **********************************/
/************************* GALERÍA **********************************/
.galeria__wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem 1rem;
  border-bottom: none;
  width: 100%;
}

.busquedas {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 0.5rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  max-width: 1000px;
}
.busquedas select {
  border: 1px solid #000;
  background-color: #FFF;
  font-family: inherit;
  font-size: 14px;
  padding: 0.3rem 0.5rem;
}

/************************* GALERÍA FIN **********************************/
.exposiciones__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.exposiciones__wrap--single {
  display: block;
}
.exposiciones__wrap--single img {
  width: 100%;
}
.exposiciones__datos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.exposiciones__datos div:nth-child(1) {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}
.exposiciones__datos div:nth-child(2) {
  text-align: right;
}
.exposiciones__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  padding: 1rem 1.5rem;
}
.exposiciones__item img {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.exposiciones__item h2 {
  text-align: center;
  margin: 0.4rem 0;
}
.exposiciones__item p {
  margin: 0 0 1rem 0;
}
.exposiciones__item span {
  text-decoration: underline;
}

/************************* DETALLE OBRA **********************************/
.detalle-obra {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 4rem 1fr;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1000px;
  margin: 2rem auto 4rem auto;
  overflow: hidden;
  grid-gap: 4rem;
}
.detalle-obra__item:first-child {
  position: relative;
}
.detalle-obra__info {
  font-size: 14px;
  color: #000;
  margin-top: 1rem;
  position: relative;
  padding-left: 1rem;
}
.detalle-obra__info:before {
  content: url("img/info.png");
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
}
.detalle-obra__info:hover {
  cursor: pointer;
  text-decoration: underline;
}
.detalle-obra__descripcion {
  background-color: #F5F5F5;
  padding: 1.5rem 1.5rem;
  max-width: 285px;
  position: relative;
}
.detalle-obra__descripcion h1 {
  font-size: 18px;
}
.detalle-obra__descripcion h1 a {
  color: initial;
  position: relative;
}
.detalle-obra__descripcion h1 a:before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #000;
  height: 2px;
  bottom: 5px;
}
.detalle-obra__descripcion h2 {
  font-size: 14px;
  font-weight: 500;
}
.detalle-obra__descripcion ul {
  font-size: 14px;
  padding: 0;
  list-style: none;
  color: #666666;
  margin-top: 0.8rem;
}
.detalle-obra__descripcion ul li:last-child {
  margin-top: 0.8rem;
}
.detalle-obra__descripcion ul li a {
  color: #666666;
  text-decoration: underline;
}
.detalle-obra__descripcion ul li a:hover {
  text-decoration: none;
}
.detalle-obra__compartir {
  font-size: 10px;
  color: #000;
  text-decoration: none;
  margin-top: 1rem;
  text-align: right;
  position: relative;
}
.detalle-obra__compartir:after {
  content: url("img/compartir.png");
  position: absolute;
  top: 2px;
}
.detalle-obra__compartir:hover {
  text-decoration: underline;
  cursor: pointer;
}
.detalle-obra__compartir-form {
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  background-color: #000;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  padding: 0.5rem;
}
.detalle-obra__compartir-form h2 {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  max-width: 14rem;
  margin: 0 auto;
}
.detalle-obra__compartir-form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
  margin-top: 0.5rem;
}
.detalle-obra__compartir-form form input:nth-last-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.detalle-obra__compartir-form form input:last-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  border-radius: 0;
  background-color: green;
  color: #FFF;
}
.detalle-obra__compartir-form form input,
.detalle-obra__compartir-form form select {
  width: 100%;
  padding: 0.5rem;
  border-radius: 0;
  border: 0;
  outline: 2px #000 solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.detalle-obra__compartir-form form input:focus,
.detalle-obra__compartir-form form select:focus {
  outline: 2px rgb(14, 173, 14) solid;
}
.detalle-obra__checkbox {
  display: none;
}
.detalle-obra__checkbox:checked ~ .detalle-obra__compartir-wrap {
  z-index: 6;
  opacity: 1;
  right: 0;
  display: block;
}
.detalle-obra__checkbox ~ .detalle-obra__compartir-wrap {
  position: absolute;
  top: 0;
  right: -38px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.detalle-obra__checkbox ~ .detalle-obra__compartir-wrap a {
  display: block;
  width: 40px;
  background-color: #000;
  margin-bottom: 0.5rem;
  color: #FFF;
  text-align: center;
}
.detalle-obra__checkbox ~ .detalle-obra__compartir-wrap a:nth-child(1) {
  background: #6186D1;
  background: linear-gradient(17deg, rgb(97, 134, 209) 0%, rgb(45, 74, 134) 100%);
}
.detalle-obra__checkbox ~ .detalle-obra__compartir-wrap a:nth-child(2) {
  background: #007bb6;
}
.detalle-obra__checkbox ~ .detalle-obra__compartir-wrap a:nth-child(4) {
  background: #58D163;
  background: linear-gradient(17deg, rgb(88, 209, 99) 0%, rgb(47, 181, 64) 50%);
}
.detalle-obra__checkbox-01 {
  display: none;
}
.detalle-obra__checkbox-01:checked ~ .detalle-obra__compartir-form {
  opacity: 1;
  z-index: 7;
  right: 0;
}
.detalle-obra__checkbox-01 ~ .detalle-obra__compartir-form {
  position: absolute;
  opacity: 0;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: -1;
  right: -308px;
}
.detalle-obra__checkbox-01:checked + label {
  position: absolute;
  background-color: peru;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  color: #FFF;
  text-align: center;
  z-index: 999;
}
.detalle-obra__checkbox-01:checked + label:before {
  content: "x";
}
.detalle-obra__checkbox-01:checked + label:hover {
  cursor: pointer;
}
.detalle-obra__checkbox-01:checked + label .detalle-obra__info {
  display: none;
}

/************************* DETALLE OBRA FIN **********************************/
/************************* CONTACTO **********************************/
.contacto {
  max-width: 900px;
  margin: 0 auto;
}
.contacto__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5rem;
}
.contacto__item form input,
.contacto__item form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
}
.contacto__item form button {
  border: 1px solid #000;
  background-color: #000;
  color: #FFF;
  padding: 1rem;
  float: right;
  width: 50%;
}
.contacto__redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

.datos-contacto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 2.5rem 0;
}
.datos-contacto img {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.datos-contacto h3 {
  font-weight: 300;
  font-size: 24px;
}
.datos-contacto a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}

/************************* CONTACTO FIN **********************************/
@media (max-width: 800px) {
  p {
    font-size: 13px !important;
  }
}

.titulo-h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .titulo-h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
}

.titulo-h3 {
  font-weight: 700;
}
@media (max-width: 800px) {
  .titulo-h3 {
    font-size: 20px;
  }
}

.titulo-cabecera {
  font-weight: 300;
  font-size: 46px;
  position: relative;
  height: 180px;
  text-align: center;
  padding-top: 4rem;
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-image: url("img/artistas.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 700px) {
  .titulo-cabecera {
    font-size: 1.5rem;
    padding-top: 0;
  }
}
.titulo-cabecera--galeria {
  background-image: url("img/galeria.png");
}
.titulo-cabecera--exposiciones {
  background-image: url("img/exposiciones.png");
}
.titulo-cabecera--contacto {
  background-image: url("img/contacto.png");
}

@media (max-width: 800px) {
  .banner,
  .artistas,
  .ultimas,
  .exposicion {
    margin-bottom: 2rem;
  }
}

@media (max-width: 800px) {
  .header {
    /** Animations**/
  }
  .header .hamburger div {
    position: relative;
    width: 1em;
    height: 4px;
    border-radius: 3px;
    background-color: #000;
    margin-top: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header #btnMovil:checked + .hamburger .top-bun {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: 18px;
  }
  .header #btnMovil:checked + .hamburger .bottom-bun {
    opacity: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #btnMovil:checked + .hamburger .meat {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
  }
  .header #btnMovil:checked + .hamburger + .nav {
    top: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .header #btnMovil + label {
    display: block !important;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.8);
            box-shadow: 1px 3px 5px 2px rgba(0, 0, 0, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 12px 14px;
    position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
    font-size: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 800px) and (max-height: 375px) {
  .header #btnMovil + label {
    bottom: 20px;
  }
}
@media (max-width: 800px) {
  .header #btnMovil + label img {
    display: block;
    margin: 0.1em auto;
  }
  .header #btnMovil + label:hover {
    cursor: pointer;
  }
  .header__nav {
    padding: 0;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    width: 50%;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    bottom: 5.5rem;
    height: auto;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 800px) and (max-height: 375px) {
  .header__nav ul {
    bottom: 6rem;
  }
}
@media (max-width: 800px) {
  .header__nav ul li {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  .header__nav ul li:last-child {
    margin-bottom: 0;
  }
  .header__nav ul li a {
    display: block;
  }
  .header__nav ul li a:hover {
    text-decoration: underline;
  }
  .header__nav ul li a:hover:before {
    display: none;
  }
  .header #btnMovil:checked ~ ul {
    background-color: #FFF;
    cursor: pointer;
    right: 1rem;
    -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.7);
            box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.7);
    overflow: auto;
  }
}
@media (max-width: 800px) and (max-height: 375px) {
  .header #btnMovil:checked ~ ul {
    height: 200px;
  }
}

@media (max-width: 800px) {
  .banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    display: block;
  }
  .banner__item:first-child {
    border-right: 0;
  }
  .banner h1 {
    font-size: 25px;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  .banner__li a {
    right: 0;
  }
}

@media (max-width: 800px) {
  .ultimas__img {
    height: auto;
    padding: 0;
  }
}

@media (max-width: 800px) {
  .exposicion-wrap {
    -ms-grid-rows: none;
    grid-template-rows: none;
        grid-template-areas: "foto1 foto1 foto1 foto1 foto1" "foto2 foto2 foto2 foto2 foto2";
  }
  .exposicion-wrap__item-2 a {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
    margin-top: 0;
  }
  .exposicion-wrap__item-3, .exposicion-wrap__item-4, .exposicion-wrap__item-5, .exposicion-wrap__item-6 {
    display: none;
  }
  .exposicion-wrap__item-1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
  .exposicion-wrap__item-2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
  }
}

@media (max-width: 800px) {
  .boletin {
    background-color: rgba(255, 255, 0, 0.1);
    padding: 1rem 0.5rem;
  }
  .boletin__form {
    margin-top: 1rem;
  }
  .boletin__form input,
  .boletin__form button {
    margin-bottom: 0.5rem;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .artistas__wrap {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

@media (max-width: 700px) {
  .exposiciones__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 850px) {
  .detalle-obra {
    grid-gap: 0.5rem;
    margin: 1rem auto 2rem auto;
  }
  .detalle-obra__item:first-child img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .detalle-obra {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .detalle-obra__descripcion {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .artista-detalle {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .artista-detalle__descripcion {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}

@media (max-width: 700px) {
  .contacto__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contacto__item {
    margin-bottom: 1rem;
  }
}

@media (max-width: 800px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__item {
    padding: 1rem 0;
    min-height: auto;
    border-right: 0;
  }
  .footer__logo {
    padding: 0;
  }
}

/************************* WOOCOMMERCE  **********************************/
.woocommerce-pagination {
  text-align: center;
  margin: 3rem 0;
}
.woocommerce-pagination a {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding: 0.1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #000;
}
.woocommerce-pagination a:hover {
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
}

.woocommerce-result-count {
  float: left;
}

.woocommerce-ordering {
  float: right;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  margin-right: 4px;
  margin-top: 4px;
}

.woocommerce span.onsale {
  background-color: red;
  margin: 0.5rem;
}

.woocommerce-MyAccount-navigation .is-active {
  background-color: rgba(0, 95, 159, 0.3);
  color: black !important;
}

.woocommerce-MyAccount-navigation ul {
  border: 1px solid black;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.woocommerce-MyAccount-navigation .is-active {
  background-color: rgba(0, 0, 0, 0.3);
  color: black !important;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 0.5rem 1rem;
  display: block;
  font-weight: 400;
  color: black;
}

/************************* WOOCOMMERCE FIN **********************************/
/************************* PAGINACIÓN ARTISTAS **********************************/
.brands-pagination {
  text-align: center;
  margin: 2rem 0;
}

.brands-pagination .page-numbers {
  padding: 5px 10px;
  border: 1px solid #cfc8d8;
  color: #000;
  text-decoration: none;
  background-color: #e9e6ed;
}

.brands-pagination .page-numbers.current {
  background-color: #000;
  font-weight: bold;
  color: #FFF;
}

/************************* PAGINACIÓN ARTISTAS FIN **********************************/
.custom-cart-icon {
  position: relative;
  display: inline-block;
  font-size: 24px;
}

.custom-cart-icon .cart-link {
  color: #333;
  text-decoration: none;
  position: relative;
}

.custom-cart-icon .cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 50%;
  line-height: 1;
}

.woocommerce div.product form.cart .button {
  background-color: rgb(89, 89, 89);
  padding: 0.2rem 0.5rem;
  font-size: 14px;
  margin-top: 0.5rem;
}
.woocommerce div.product form.cart .button:hover {
  opacity: 0.8;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-content p {
  margin: 0 0 1.41575em;
}

.wc-block-components-button:not(.is-link) {
  background-color: #efefef;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
}
.wc-block-components-button:not(.is-link):hover {
  background-color: black;
  color: white;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: black;
  text-decoration: underline;
}

/************************* PAGE **********************************/
.page-wp {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 3rem;
}

/************************* PAGE FIN **********************************/