body {
  font-family: 'Shellypalmer circular std book', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.body-home {
  height: 3000px;
  background-image: url('../images/HOME-DESPLAGABLE.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header {
  padding: 30px 20px 35px;
}

.header-container {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.link-logo-gallo {
  width: 279px;
  float: left;
  text-decoration: none;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 38.1px;
  line-height: 30px;
  text-decoration: none;
}

.logo-a {
  display: inline-block;
  margin-right: -1px;
  margin-left: -1px;
}

.logo-c {
  margin-left: -1px;
}

.logo-d {
  margin-left: 3px;
}

.menu-header {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  float: right;
}

.link-menu {
  display: inline;
  margin-bottom: 0px;
  margin-left: 14px;
  float: left;
  color: #000;
  font-size: 17px;
  line-height: 14px;
  text-decoration: none;
}

.link-menu.w--current {
  text-decoration: underline;
}

.link-menu.blog {
  margin-right: 20px;
}

.hero-home {
  position: relative;
  height: 620px;
}

.container-hero-home {
  position: relative;
  z-index: 1;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.intro-hero-home {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.down-hero-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 27px;
  height: 27px;
  margin-right: auto;
  margin-bottom: 49px;
  margin-left: auto;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.segunda-fila-home {
  overflow: hidden;
}

.container-segunda-fila {
  max-width: 1073px;
  margin-right: auto;
  margin-left: auto;
}

.titulo-segunda-fila {
  width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 23px 23px;
  float: left;
  color: #000;
  font-size: 30px;
  line-height: 33px;
}

.titulo-segunda-fila-inicio {
  /*width: 360px;*/
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 23px 23px;
  /*float: left;*/
  color: #000;
  font-size: 30px;
  line-height: 33px;
}

.imagen-segunda-fila {
  width: 63%;
}

.col-b-segunda-fila {
  width: 36.1vw;
  height: 360px;
  background-color: #de3826;
}

.columna-segunda-fila-inicio{
    width: 100%;
    background-color: #de3826;
}

.imagen-primer-fila {
  width: 63.9vw;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tercer-fila-home {
  overflow: hidden;
}

.col-b-tercer-fila {
  width: 36.1vw;
  height: 360px;
  background-color: #f7dd00;
}

.titulo-tercer-fila {
  width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 17px 23px 23px;
  float: right;
  color: #000;
  font-size: 30px;
  line-height: 33px;
}

.fila-home-tercera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #558853;
}

.col-b-tercera-fila {
  width: 36.1vw;
  height: 360px;
  background-color: #558853;
}

.imagen-fondo-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ultima-fila-home {
  overflow: hidden;
}

.col-a-ultima-home {
  width: 100%;
  height: 230px;
  float: left;
  background-color: #60b4f8;
}

/*ultima fila inicio (blog)*/
/*.fila-blog-link {*/
/*    width: 100%;*/
/*    height: 230px;*/
/*    float: left;*/
/*    background-color: #60b4f8;*/
/*}*/

.col-a-ultima-home-interna {
  width: 470px;
  padding-top: 32px;
  padding-right: 49px;
  float: right;
  /*nuevo*/
  padding-left:30px;
  float: left;
}

/*ultima fila inicio (blog)*/
/*.fila-blog-link-interna {*/
/*  width: 470px;*/
/*  padding-top: 32px;*/
/*  padding-right: 49px;*/
/*  float: right;*/
/*}*/

.titulo-lectura-home {
  margin-bottom: 11px;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
}

.titulo-grande-lectra-home {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #fff;
  font-size: 31px;
  line-height: 33px;
}

.boton-lectura-home {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.flecha-boton {
  display: inline-block;
  width: 20px;
  margin-left: 4px;
  background-image: url('../images/flecha_blanca.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.col-b-ultima-home {
  width: 50%;
  height: 230px;
  float: left;
}

.col-b-ultima-home-interna {
  width: 470px;
  padding-top: 32px;
  padding-left: 11px;
  float: left;
}

.titulo-lectura-home-negro {
  margin-bottom: 11px;
  color: #000;
  font-size: 21px;
  line-height: 22px;
}

.titulo-grande-lectra-home-negro {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #000;
  font-size: 31px;
  line-height: 33px;
}

.boton-lectura-home-negro {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #bfbfbf;
}

.container-footer {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.col-a-footer {
  width: 25.4%;
  float: left;
}

.dir-footer {
  margin-bottom: 12px;
  color: #000;
  font-size: 12.4px;
  line-height: 16px;
}

.link-ver-mapa {
  margin-right: 25px;
  color: #000;
  font-size: 12.4px;
  line-height: 14px;
}

.flecha-boton-blanco {
  display: inline-block;
  width: 20px;
  margin-left: 4px;
  background-image: url('../images/flecha_blanca_1.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
}

.link-pil-header {
  float: left;
}

.cerrar-menu {
  display: none;
}

.menu-hamb {
  display: none;
}

.tel-neutral-footer {
  color: #000;
  text-decoration: none;
}

.body-museo-virtual {
  height: 3000px;
  background-color: #bfbfbf;
  background-image: url('../images/2-COLECCION-.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-amarillo {
  height: 200px;
  background-color: #f7dd00;
}

.bloque-collecciones {
  padding-top: 36px;
  padding-bottom: 36px;
}

.container-collecciones {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.titulo-colecciones {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #000;
  font-size: 29.5px;
  line-height: 29px;
}

.filtro-de-obras-interno {
  padding: 0px 34px 0px 8px;
  color: #000;
  font-size: 29.5px;
  line-height: 29px;
}

.icon-filtro {
  margin-right: 0px;
}

.lista-de-piezas {
  overflow: hidden;
  margin-top: 36px;
}

.col-fila-pieza {
  position: relative;
  width: 25%;
  float: left;
}

.link-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(222, 56, 38, 0.96);
  opacity: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-hover:hover {
  opacity: 1;
}

.descripcion-colecci-n {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 11px;
  padding-left: 11px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.ver-mas-coleccion {
  margin-bottom: 0px;
  padding-top: 0px;
  color: #000;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.body-detalle-obra {
  height: 3000px;
  background-color: #bfbfbf;
  background-image: url('../images/3-FICHA-TECNICA-DE-OBRA-.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.galeria-fotos-detalle {
  height: auto;
  background-color: #000;
}

.next-btn {
  width: 160px;
}

.prev-btn {
  width: 160px;
}

.puntos-galeria {
  display: none;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 505px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.img-detalle-galeria {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.link-zoom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/zoom_icon.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-zoom:hover {
  opacity: 1;
}

.galeria-fotos-zoom {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: auto;
  background-color: #000;
}

.slide-content-zoom {
  position: fixed;
  left: 0%;
  top: 100vh;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.slide-content-zoom.on-zoom {
  top: 0vh;
  opacity: 1;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.bloque-info-pieza {
  padding-top: 54px;
  padding-bottom: 16px;
}

.container-info-pieza {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.col-a-pieza {
  width: 34%;
  padding-right: 20px;
  float: left;
}

.valor-ficha {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 23px;
}

.titulo-rojo {
  color: #de3826;
}

.desc-pieza {
  width: 66%;
  margin-bottom: 0px;
  float: right;
  color: #000;
  font-size: 20px;
  line-height: 23px;
}

.link-artista {
  border-bottom: 1px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-decoration: none;
}

.link-artista:hover {
  color: #de3826;
}

.body-artista {
  height: 3000px;
  background-color: #bfbfbf;
  background-image: url('../images/4-INTRODUCCIONA-OBRA.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-artista {
  position: relative;
  height: 484px;
}

.nombre-artista {
  position: relative;
  z-index: 1;
  width: 709px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 29px 77px 51px 24px;
  float: right;
  background-color: #de3826;
  font-size: 57px;
  line-height: 61px;
}

.fondo-artista {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-detalle-artista {
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 67px;
}

.container-detalle-artista {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.col-a-artista {
  width: 32%;
  padding-top: 85px;
  float: left;
  text-align: center;
}

.p-pie-de-foto-artista {
  margin-bottom: 0px;
  color: #777;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.foto-artista {
  margin-bottom: 31px;
}

.col-b-artista {
  width: 66%;
  float: right;
}

.titulo-artista {
  margin-top: -3px;
  margin-bottom: 60px;
  color: #000;
  font-size: 29.6px;
  line-height: 30px;
}

.p-artista-desc {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.body-linares {
  height: 3200px;
  background-color: #bfbfbf;
  background-image: url('../images/5-CONOCE-LINARES.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-verde {
  height: 200px;
  background-color: #f7dd00;
}

.container-linares {
  max-width: 1073px;
  margin-right: auto;
  margin-left: auto;
}

.titulo-lineares {
  position: relative;
  z-index: 1;
  width: 66%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 29px 77px 31px 24px;
  float: right;
  background-color: #de3826;
  font-size: 57px;
  line-height: 61px;
}

.fila-linares {
  overflow: hidden;
}

.col-a-historia {
  width: 34%;
  float: left;
}

.col-b-historia {
  width: 66%;
  max-width: 709px;
  padding: 37px 23px 50px;
  float: left;
}

.titulo-historia {
  display: inline-block;
  width: 364px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 67px 76px;
  color: #000;
  font-size: 29.2px;
  line-height: 33px;
  text-align: left;
}

.p-hirsotia {
  margin-bottom: 0px;
  color: #000;
  font-size: 19.4px;
  line-height: 24px;
}

.foto-linares {
  width: 100%;
  margin-top: 57px;
  margin-bottom: 41px;
}

.col-escudo-y-pie-de-foto {
  width: 81.5%;
  max-width: 364px;
  padding-top: 71px;
  float: right;
}

.escudo {
  display: block;
  margin-right: auto;
  margin-bottom: 38px;
  margin-left: auto;
}

.titulo-gastronom-a {
  display: inline-block;
  width: 364px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 67px 76px;
  color: #000;
  font-size: 29.2px;
  line-height: 33px;
  text-align: left;
}

.bloque-apoya-la-cultura {
  padding-bottom: 67px;
  background-color: #f7dd00;
}

.container-apoya-a-la-cultura {
  position: relative;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.col-a-apoya {
  width: 34%;
  float: left;
}

.col-b-apoya {
  width: 66%;
  float: right;
}

.titulo-apoya {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 29px;
  padding-top: 34px;
  float: right;
  font-size: 57px;
  line-height: 61px;
}

.p-apoya {
  margin-bottom: 0px;
  clear: both;
  color: #000;
  font-size: 30px;
  line-height: 29px;
}

.boton-apoya {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding: 14px 23px 14px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
}

.conoce-linares {
  display: block;
  margin: 38px auto 35px;
}

.boton-apoya-top {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  padding: 14px 23px 14px 19px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
}

.link-linares {
  color: #000;
}

.body-blog {
  height: 3000px;
  background-color: #c90e0e;
  background-image: url('../images/6-BLOG-.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-azul {
  height: 200px;
  background-color: #60b4f8;
}

.header-linares {
  height: 200px;
  background-color: #60b4f8;
}

.intro-blog {
  position: relative;
  overflow: hidden;
}

.col-a-blog {
  width: 50%;
  height: 370px;
  float: left;
  background-color: #f7dd00;
}

.col-a-blog-interno {
  width: 526px;
  padding-top: 29px;
  padding-left: 54px;
  float: right;
}

.titulo-blog {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 57px;
  line-height: 61px;
}

.col-b-blog {
  position: relative;
  width: 50%;
  height: 370px;
  float: right;
}

.descr-inicial-blog {
  max-width: 526px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 54px 23px 23px;
  float: left;
  color: #000;
  font-size: 30px;
  line-height: 33px;
}

.fecha-blog {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 42px;
  margin-bottom: 0px;
  padding-left: 23px;
  clear: both;
  color: #000;
  font-size: 15.7px;
  line-height: 17px;
}

.imagen-full-post {
  width: 100%;
}

.bloque-quote-post {
  padding-top: 60px;
  padding-bottom: 52px;
}

.container-contenido-post {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.p-quote-imagen {
  width: 51.2%;
  margin-bottom: 0px;
  padding-right: 30px;
  float: left;
  color: #000;
  font-size: 19.4px;
  line-height: 24px;
}

.imagen-quote {
  width: 48.8%;
  float: right;
}

.container-quote-grande {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.bloque-fotos-dobles {
  padding-top: 40px;
  padding-bottom: 60px;
}

.container-fotos-dobles {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.imagen-doble-a {
  width: 48.8%;
  float: left;
}

.imagen-doble-b {
  width: 48.8%;
  float: right;
}

.quote-grande-blog {
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 57px;
  line-height: 61px;
}

.lista-de-posts {
  position: relative;
  overflow: hidden;
}

.lista-de-posts.inverso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-a-lista-blog {
  width: 50%;
  height: 370px;
  float: left;
  background-image: url('../images/imagen_doble_a.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-a-lista-blog.dos {
  background-image: url('../images/hero_artista.jpg');
}

.col-a-lista-blog.tres {
  background-image: url('../images/imagen_linares.jpg');
}

.col-a-lista-blog.cuatro {
  background-image: url('../images/home_fila_1.jpg');
}

.col-b-lista-blog {
  position: relative;
  width: 50%;
  height: 370px;
  float: right;
}

.col-b-lista-blog.inverso {
  max-width: 526px;
}

.link-post {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.fila-de-posts {
  overflow: hidden;
}

.logo-hamb {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 38.1px;
  line-height: 30px;
  text-decoration: none;
}

.link-logo-gallo-hamb {
  float: left;
  text-decoration: none;
}

.body-franja-azul {
  height: 3000px;
  padding-top: 94px;
  background-image: url('../images/Franja-Azul.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.franja-azul {
  position: relative;
  z-index: 1;
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #61b4f8;
}

.titulo-franja-azul {
  max-width: 940px;
  margin: 0px auto;
  color: #000;
  font-size: 29px;
  line-height: 32px;
}

.wraper-titulo-historia {
  overflow: hidden;
  background-color: #f7dd00;
  text-align: right;
}

.wrapper-titulo-gastronomia {
  overflow: hidden;
  background-color: #de3826;
  text-align: right;
}

.body-blog-lista {
  height: 3000px;
  background-color: #bfbfbf;
  background-image: url('../images/blog-detalle.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-blog-posts {
  overflow: hidden;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
}

.col-grande-blog {
  width: 50%;
  margin-bottom: 53px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-decoration: none;
}

.col-chica-blog {
  width: 25%;
  margin-bottom: 53px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  text-decoration: none;
}

.imagen-thumb {
  width: 100%;
}

.p-titulo-thumb {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #000;
  font-size: 31px;
  line-height: 33px;
}

.fecha-blog-thumb {
  margin-top: 11px;
  margin-bottom: 0px;
  color: #6e6e6e;
  font-size: 16px;
}

.p-titulo-thumb-chico {
  margin-top: 21px;
  margin-bottom: 0px;
  color: #000;
  font-size: 19.8px;
  line-height: 21px;
}

.boton-regresar-artista {
  margin-bottom: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
}

.flecha-boton-regresar {
  display: inline-block;
  width: 20px;
  margin-left: 4px;
  background-image: url('../images/flecha_blanca.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: transparent;
}

.body-footer {
  background-image: url('../images/blog-detalle.jpg');
  background-position: 50% -1024px;
  background-size: auto;
  background-repeat: no-repeat;
}

.gallo-footer {
  width: 42px;
  margin-right: 200px;
  float: left;
}

.col-b-footer {
  width: 23.2%;
  float: right;
}

.a-o-gallo {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -13px;
  margin-bottom: 12px;
  color: #000;
  font-size: 10.4px;
  line-height: 16px;
}

.body-acerca-del-museo {
  height: 3000px;
  background-color: #f3f3f3;
  background-image: url('../images/Acerca_museo.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.header-beige {
  height: 200px;
  background-color: #de3826;
}

.primer-fila-acerca-museo {
  position: relative;
}

.col-a-museo-acerca {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 49.3%;
  padding-top: 34px;
  padding-right: 31px;
  float: left;
  background-color: #f7dd00;
}

.muga-logo {
  width: 417px;
  float: right;
}

.col-b-museo-acerca {
  width: 50.7%;
  padding: 55px 22px 64px;
  float: right;
  background-color: #fff;
}

.tituo-acerca-grande {
  max-width: 470px;
  margin-top: 0px;
  margin-bottom: 28px;
  float: left;
  color: #000;
  font-size: 30px;
  line-height: 31px;
}

.desc-acerca-museo {
  max-width: 470px;
  margin-bottom: 0px;
  clear: both;
  color: #000;
  font-size: 20px;
  line-height: 23px;
}

.fila-mapa {
  height: 570px;
  background-color: #60b4f8;
}

.puntos-alcance {
  overflow: hidden;
  height: 0px;
}

.punto-container {
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
}

.punto-redondo {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
}

.hover-gallo {
  position: relative;
  left: -48px;
  top: -133px;
  width: 103px;
  height: 133px;
  padding-top: 2px;
  background-image: url('../images/fondo_gallo_mapa.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hover-gallo:hover {
  opacity: 1;
}

.hover-gallo.gallo-off {
  opacity: 0;
}

.imagen-gallo-mapa {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
}

.col-a-conoce {
  width: 34%;
  float: left;
}

.wraper-titulo-conoce {
  overflow: hidden;
  background-color: #bfbca8;
  text-align: right;
}

.titulo-conoce {
  display: inline-block;
  width: 364px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 28px 67px 76px;
  color: #000;
  font-size: 29.2px;
  line-height: 33px;
  text-align: left;
}

.col-escudo-y-pie-de-foto-conoce {
  width: 81.5%;
  max-width: 364px;
  padding-top: 71px;
  float: right;
}

.col-b-conoce {
  width: 66%;
  max-width: 709px;
  padding: 53px 23px 50px;
  float: left;
}

.fila-museo-conoce {
  overflow: hidden;
  padding-bottom: 57px;
}

.p-apoya-conoce {
  margin-bottom: 35px;
  clear: both;
  color: #000;
  font-size: 30px;
  line-height: 29px;
}

.p-hirsotia-conoce {
  margin-bottom: 0px;
  color: #000;
  font-size: 19.4px;
  line-height: 24px;
}

.fila-home-primera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #de3826;
}

.fila-home-segunda {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f7dd00;
}

.video-home {
  position: absolute;
  left: 0%;
  top: 150px;
  right: 0%;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: auto;
}

.video-home.hide {
  display: none;
}

.logo-gallo-full {
  width: 100%;
}

.body-menu-amariilo {
  background-image: url('../images/menu_amarillo.jpg');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.container-menu-amarillo {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.bloque-menu-amarillo {
  padding-top: 36px;
  background-color: #f7dd00;
}

.dropdown-menu-amariillo {
  padding-top: 38px;
  padding-bottom: 36px;
}

.container-menu-items-amarillo {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.col-a-menu-amarillo {
  width: 33.33%;
  float: left;
}

.link-dopdown-amarillo {
  display: inline-block;
  width: 33.33%;
  float: left;
  color: #000;
  font-size: 19.4px;
  line-height: 24px;
  text-decoration: none;
}

.link-dopdown-amarillo.espacio {
  padding-left: 37px;
}

.espacio-menu-amariilo {
  height: 23px;
}

.filtro-falso-dropdown {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 8px;
  float: left;
  color: #000;
  font-size: 29.5px;
  line-height: 29px;
  cursor: pointer;
}

.flecha-down {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: transparent;
}

.link-mapa {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.link-menu-idioma {
  position: relative;
  display: inline;
  margin-bottom: 0px;
  margin-left: 8px;
  float: right;
  color: rgba(0, 0, 0, 0.51);
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-menu-idioma.activo {
  text-decoration: underline;
}

.link-menu-idioma-dos {
  position: absolute;
  top: -28px;
  right: 29px;
  display: inline;
  margin-bottom: 0px;
  margin-left: 14px;
  float: left;
  color: #de3826;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.espacio-idiomas {
  display: inline-block;
  width: 25px;
  height: 1px;
}

.columns {
  clear: both;
}

.bloque-test {
  padding: 51px 40px;
  background-color: #c78989;
}

.container-bloque-test {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 5px;
  border-color: #60b4f8;
}

.columna-bloque-test {
  width: 25%;
  height: 90px;
  float: left;
  border: 1px solid #000;
}

.parrafo-bloque-test {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.bloque-test-segundo {
  padding: 51px 40px;
  background-color: #7c3b3b;
}

.bloque-test-segundo.segundo {
  background-color: #865c5c;
}

.container-bloque-test-segundo {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 5px;
  border-color: #60b4f8;
}

.columna-bloque-test-segundo {
  width: 25%;
  height: 90px;
  float: left;
  border-right: 1px solid #000;
}

.columna-bloque-test-segundo.ultimo {
  border-right-style: none;
}

.parrafo-bloque-test-segundo {
  max-width: 1000px;
  margin: 64px auto 0px;
}

.link-redes-footer {
  margin-left: 25px;
  float: right;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Social media circled', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.link-redes-footer:hover {
  color: #60b4f8;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-header {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .menu-header.menu-off {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .link-menu {
    margin-right: 43px;
    margin-left: 0px;
  }

  .link-menu.blog {
    margin-right: 0px;
  }

  .container-hero-home {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo-segunda-fila {
    width: 100%;
    font-size: 23px;
    line-height: 26px;
  }

  .titulo-tercer-fila {
    width: 100%;
    font-size: 23px;
    line-height: 26px;
  }

  .col-a-ultima-home {
    height: 260px;
  }

  .col-a-ultima-home-interna {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo-lectura-home {
    font-size: 17px;
    line-height: 18px;
  }

  .titulo-grande-lectra-home {
    font-size: 23px;
    line-height: 26px;
  }

  .col-b-ultima-home {
    height: 260px;
  }

  .col-b-ultima-home-interna {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo-lectura-home-negro {
    font-size: 17px;
    line-height: 18px;
  }

  .titulo-grande-lectra-home-negro {
    font-size: 23px;
    line-height: 26px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-a-footer {
    width: 33%;
  }

  .link-pil-header {
    float: none;
  }

  .bloque-collecciones {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloque-info-pieza {
    padding-right: 20px;
    padding-left: 20px;
  }

  .info-detalle-artista {
    padding-right: 20px;
    padding-bottom: 56px;
    padding-left: 20px;
  }

  .bloque-apoya-la-cultura {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-a-blog {
    width: 50%;
    height: 270px;
  }

  .col-a-blog-interno {
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
  }

  .titulo-blog {
    padding-top: 48px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 31px;
    line-height: 37px;
  }

  .col-b-blog {
    width: 50%;
    height: 270px;
  }

  .descr-inicial-blog {
    width: 100%;
    font-size: 23px;
    line-height: 26px;
  }

  .bloque-quote-post {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .p-quote-imagen {
    width: 50%;
  }

  .imagen-quote {
    width: 48%;
  }

  .bloque-quote-grande {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloque-fotos-dobles {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .imagen-doble-a {
    width: 48%;
  }

  .imagen-doble-b {
    width: 48%;
  }

  .quote-grande-blog {
    font-size: 31px;
    line-height: 37px;
  }

  .col-a-lista-blog {
    width: 50%;
    height: 270px;
  }

  .col-b-lista-blog {
    width: 50%;
    height: 270px;
  }

  .franja-azul {
    padding: 30px 23px;
  }

  .container-blog-posts {
    padding-right: 10px;
    padding-left: 10px;
  }

  .col-b-footer {
    width: 33%;
    float: left;
  }

  .col-a-museo-acerca {
    padding-left: 31px;
  }

  .muga-logo {
    width: 100%;
  }

  .col-b-museo-acerca {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .tituo-acerca-grande {
    width: 100%;
    font-size: 23px;
    line-height: 26px;
  }

  .fila-mapa {
    height: 440px;
  }

  .titulo-conoce {
    width: 100%;
  }

  .video-home {
    top: 120px;
  }

  .bloque-menu-amarillo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .columna-bloque-test-segundo {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
	
  .link-dopdown-amarillo{
	width: 50%;
	padding-right: 10px;
  }
	
  .header {
    overflow: hidden;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .link-logo-gallo {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
  }

  .logo {
    font-size: 30px;
  }

  .menu-header {
    position: static;
    z-index: 4;
    display: block;
    overflow: hidden;
    width: 100%;
    float: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .menu-header.menu-off {
    position: fixed;
    top: 0px;
    right: -100vw;
    bottom: 0px;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
  }

  .link-menu {
    display: block;
    margin-right: 0px;
    margin-bottom: 23px;
    margin-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-home {
    height: 440px;
  }

  .intro-hero-home {
    font-size: 24px;
    line-height: 26px;
  }

  .col-b-segunda-fila {
    width: 50%;
    height: 220px;
  }

  .imagen-primer-fila {
    width: 50%;
    height: 220px;
  }

  .col-b-tercer-fila {
    width: 50%;
    height: 220px;
  }

  .col-b-tercera-fila {
    width: 50%;
    height: 220px;
  }

  .col-a-ultima-home {
    position: relative;
    height: 280px;
  }

  .boton-lectura-home {
    position: absolute;
    left: 20px;
    top: auto;
    right: auto;
    bottom: 20px;
  }

  .col-b-ultima-home {
    position: relative;
    height: 280px;
  }

  .boton-lectura-home-negro {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }

  .footer {
    padding-top: 30px;
  }

  .col-a-footer {
    width: 100%;
    margin-bottom: 22px;
  }

  .link-pil-header {
    float: none;
  }

  .wrapper-menu-links {
    position: fixed;
    top: 0%;
    right: 0vw;
    bottom: 0%;
    z-index: 3;
    width: 70%;
    height: 100vh;
    padding: 35px;
    background-color: #60b4f8;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .wrapper-menu-links.menu-off {
    right: -100vw;
  }

  .cerrar-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: block;
    width: 30%;
    height: 100vh;
  }

  .cerrar-menu.menu-off {
    display: none;
  }

  .menu-hamb {
    position: absolute;
    top: 1px;
    right: 0%;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .header-amarillo {
    height: auto;
  }

  .col-fila-pieza {
    width: 50%;
  }

  .img-coleccion {
    width: 100%;
  }

  .next-btn {
    width: 70px;
  }

  .prev-btn {
    width: 70px;
  }

  .bloque-info-pieza {
    padding-bottom: 54px;
  }

  .col-a-pieza {
    width: 50%;
  }

  .desc-pieza {
    width: 50%;
  }

  .header-artista {
    height: auto;
  }

  .nombre-artista {
    width: 100%;
    padding-right: 24px;
    padding-bottom: 29px;
    font-size: 29.6px;
    line-height: 30px;
    text-align: center;
  }

  .fondo-artista {
    position: static;
  }

  .col-a-artista {
    padding-top: 0px;
    text-align: left;
  }

  .p-pie-de-foto-artista {
    font-size: 12px;
    line-height: 19px;
  }

  .col-b-artista {
    width: 60%;
  }

  .header-verde {
    height: auto;
  }

  .titulo-lineares {
    width: 100%;
    padding-right: 24px;
    padding-bottom: 29px;
    font-size: 23px;
    line-height: 27px;
    text-align: left;
  }

  .titulo-historia {
    width: 100%;
    padding: 35px 0px 35px 20px;
    font-size: 19.4px;
    line-height: 24px;
  }

  .col-escudo-y-pie-de-foto {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .escudo {
    width: 100%;
  }

  .titulo-gastronom-a {
    width: 100%;
    padding: 35px 0px 35px 20px;
    font-size: 19.4px;
    line-height: 24px;
  }

  .col-b-apoya {
    width: 100%;
  }

  .titulo-apoya {
    width: 100%;
    padding-right: 24px;
    padding-bottom: 29px;
    font-size: 29.6px;
    line-height: 30px;
  }

  .p-apoya {
    font-size: 19.4px;
    line-height: 24px;
  }

  .boton-apoya {
    position: static;
    left: 20px;
    bottom: 20px;
    margin-top: 30px;
  }

  .conoce-linares {
    margin-top: 35px;
  }

  .boton-apoya-top {
    position: static;
    margin-bottom: 28px;
  }

  .header-azul {
    height: auto;
  }

  .header-linares {
    height: auto;
  }

  .col-a-blog {
    width: 100%;
    height: auto;
  }

  .titulo-blog {
    width: 100%;
    padding: 35px 20% 35px 20px;
    font-size: 29.6px;
    line-height: 30px;
    text-align: left;
  }

  .col-b-blog {
    width: 100%;
    height: auto;
  }

  .descr-inicial-blog {
    max-width: 100%;
    padding-top: 40px;
    padding-right: 20%;
    padding-bottom: 0px;
  }

  .fecha-blog {
    position: static;
    padding-top: 20px;
    padding-bottom: 45px;
  }

  .quote-grande-blog {
    width: 100%;
    padding-right: 24px;
    padding-bottom: 29px;
    font-size: 29.6px;
    line-height: 30px;
    text-align: center;
  }

  .lista-de-posts.inverso {
    display: block;
  }

  .col-a-lista-blog {
    width: 100%;
    height: 300px;
  }

  .col-b-lista-blog {
    width: 100%;
    height: auto;
  }

  .col-b-lista-blog.inverso {
    max-width: 100%;
  }

  .logo-hamb {
    font-size: 24px;
  }

  .link-logo-gallo-hamb {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .franja-azul {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .col-grande-blog {
    width: 33.33%;
  }

  .col-chica-blog {
    width: 33.33%;
  }

  .imagen-thumb {
    height: 20vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-titulo-thumb {
    font-size: 19.8px;
    line-height: 21px;
  }

  .gallo-footer {
    margin-bottom: 25px;
  }

  .col-b-footer {
    width: 100%;
    margin-bottom: 22px;
  }

  .header-beige {
    height: auto;
  }

  .col-a-museo-acerca {
    position: static;
    width: 100%;
    padding-bottom: 34px;
  }

  .col-b-museo-acerca {
    width: 100%;
  }

  .fila-mapa {
    height: 350px;
  }

  .titulo-conoce {
    width: 100%;
    padding: 35px 0px 35px 20px;
    font-size: 19.4px;
    line-height: 24px;
  }

  .col-escudo-y-pie-de-foto-conoce {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .fila-museo-conoce {
    padding-bottom: 0px;
  }

  .p-apoya-conoce {
    font-size: 19.4px;
    line-height: 24px;
  }

  .video-home {
    top: 145px;
  }

  .logo-gallo-full {
    display: block;
    width: auto;
  }

  .link-menu-idioma {
    display: block;
    margin-bottom: 10px;
    margin-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-menu-idioma-dos {
    display: block;
    margin-left: 0px;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .espacio-idiomas {
    display: none;
  }

  .columna-bloque-test {
    width: 50%;
  }

  .columna-bloque-test-segundo {
    width: 50%;
  }
  
  .link-hover{
	  display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-container {
    z-index: 3;
  }

  .link-logo-gallo {
    width: auto;
    margin-bottom: 0px;
    float: left;
  }

  .logo {
    position: relative;
    padding-right: 34px;
    text-align: left;
  }

  .menu-header {
    z-index: 4;
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
  }

  .menu-header.menu-off {
    right: -100vw;
  }

  .link-menu {
    margin-bottom: 23px;
  }

  .intro-hero-home {
    font-size: 20px;
    line-height: 24px;
  }

  .titulo-segunda-fila {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-b-segunda-fila {
    width: 100%;
    height: auto;
  }

  .imagen-primer-fila {
    width: 100%;
  }

  .col-b-tercer-fila {
    width: 100%;
    height: auto;
  }

  .titulo-tercer-fila {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fila-home-tercera {
    display: block;
  }

  .col-b-tercera-fila {
    width: 100%;
    height: auto;
  }

  .col-a-ultima-home {
    width: 100%;
    height: auto;
  }

  .col-a-ultima-home-interna {
    padding-bottom: 32px;
  }

  .titulo-grande-lectra-home {
    margin-bottom: 27px;
  }

  .boton-lectura-home {
    position: static;
    bottom: 32px;
  }

  .col-b-ultima-home {
    width: 100%;
    height: auto;
  }

  .col-b-ultima-home-interna {
    padding-bottom: 32px;
  }

  .titulo-grande-lectra-home-negro {
    margin-bottom: 27px;
  }

  .boton-lectura-home-negro {
    position: static;
  }

  .menu-hamb {
    position: absolute;
    left: auto;
    top: -5px;
    right: 0%;
    bottom: auto;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .bloque-collecciones {
    padding-top: 1px;
  }

  .filtro-de-obras {
    width: 100%;
  }

  .filtro-de-obras-interno {
    width: 100%;
    padding-left: 0px;
  }

  .col-fila-pieza {
    width: 50%;
  }

  .link-hover {
    position: static;
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: transparent;
    opacity: 1;
  }

  .descripcion-colecci-n {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 0px;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
  }

  .ver-mas-coleccion {
    display: none;
    text-align: left;
  }

  .bloque-info-pieza {
    padding-top: 30px;
  }

  .col-a-pieza {
    width: 100%;
  }

  .desc-pieza {
    width: 100%;
  }

  .nombre-artista {
    padding: 20px;
    font-size: 29.5px;
    line-height: 30px;
    text-align: left;
  }

  .info-detalle-artista {
    padding-top: 30px;
  }

  .col-a-artista {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-pie-de-foto-artista {
    max-width: 200px;
    line-height: 20px;
  }

  .foto-artista {
    margin-bottom: 20px;
  }

  .col-b-artista {
    width: 100%;
  }

  .titulo-artista {
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 27px;
  }

  .p-artista-desc {
    font-size: 16px;
    line-height: 20px;
  }

  .titulo-lineares {
    padding: 20px;
    font-size: 29.5px;
    line-height: 30px;
    text-align: left;
  }

  .col-a-historia {
    width: 100%;
  }

  .col-b-historia {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo-historia {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-hirsotia {
    margin-bottom: 0px;
  }

  .foto-linares {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .col-escudo-y-pie-de-foto {
    max-width: 100%;
    padding-top: 34px;
    padding-right: 20px;
  }

  .escudo {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .titulo-gastronom-a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bloque-apoya-la-cultura {
    padding-top: 67px;
  }

  .titulo-apoya {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 27px;
    text-align: left;
  }

  .boton-apoya {
    position: static;
  }

  .conoce-linares {
    display: block;
  }

  .boton-apoya-top {
    position: static;
  }

  .titulo-blog {
    padding: 20px;
    font-size: 29px;
    line-height: 30px;
    text-align: left;
  }

  .descr-inicial-blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fecha-blog {
    padding-right: 20px;
    padding-left: 20px;
  }

  .bloque-quote-post {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-quote-imagen {
    width: 100%;
    margin-bottom: 0px;
  }

  .imagen-quote {
    width: 100%;
    margin-top: 40px;
  }

  .bloque-fotos-dobles {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .imagen-doble-a {
    width: 100%;
  }

  .imagen-doble-b {
    width: 100%;
    margin-top: 20px;
  }

  .quote-grande-blog {
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 27px;
    text-align: left;
  }

  .wrapper-header {
    position: relative;
    z-index: 3;
  }

  .col-a-lista-blog {
    height: 250px;
  }

  .logo-hamb {
    font-size: 24px;
  }

  .link-logo-gallo-hamb {
    margin-bottom: 0px;
  }

  .franja-azul {
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo-franja-azul {
    font-size: 23px;
    line-height: 26px;
  }

  .col-grande-blog {
    width: 100%;
    margin-bottom: 30px;
  }

  .col-chica-blog {
    width: 100%;
    margin-bottom: 30px;
  }

  .imagen-thumb {
    height: 60vw;
  }

  .boton-regresar-artista {
    position: static;
  }

  .col-a-museo-acerca {
    padding: 20px;
  }

  .col-b-museo-acerca {
    padding-right: 20px;
    padding-left: 20px;
  }

  .desc-acerca-museo {
    width: 100%;
  }

  .fila-mapa {
    height: 200px;
  }

  .col-a-conoce {
    width: 100%;
  }

  .titulo-conoce {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col-escudo-y-pie-de-foto-conoce {
    max-width: 100%;
    padding-top: 34px;
    padding-right: 20px;
  }

  .col-b-conoce {
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-hirsotia-conoce {
    margin-bottom: 0px;
  }

  .fila-home-primera {
    display: block;
  }

  .fila-home-segunda {
    display: block;
  }

  .video-home {
    top: 126px;
  }

  .logo-gallo-full {
    position: relative;
    width: 66%;
    float: left;
  }

  .col-a-menu-amarillo {
    width: 100%;
    margin-bottom: 23px;
  }

  .filtro-falso-dropdown {
    width: 100%;
    padding-left: 0px;
  }

  .flecha-down {
    float: right;
  }

  .link-menu-idioma {
    margin-bottom: 23px;
  }

  .link-menu-idioma-dos {
    margin-bottom: 23px;
  }

  .columna-bloque-test {
    width: 100%;
  }

  .columna-bloque-test-segundo {
    width: 100%;
  }

  .link-redes-footer {
    margin-right: 25px;
    margin-left: 0px;
    float: left;
  }
  
  
}

@font-face {
  font-family: 'Shellypalmer circular std book';
  src: url('../fonts/shellypalmer-circular-std-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shellypalmer circular std';
  src: url('../fonts/shellypalmer-circular-std-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Social media circled';
  src: url('../fonts/Social-Media-Circled.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}