@charset "UTF-8";
/* COLORS */
#cabecera-gm .cabecera-superior {
  min-height: 700px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  #cabecera-gm .cabecera-superior .covid-term {
    width: 100%;
    background-color: #FFF;
    background-color: #FFFFFFE6;
    border-radius: 5px;
    border-left: 10px solid #e31d1b;
    position: relative;
    top: 50px; }
    #cabecera-gm .cabecera-superior .covid-term .inner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      position: relative; }
      #cabecera-gm .cabecera-superior .covid-term .inner .left-side {
        white-space: nowrap;
        padding: 0 20px;
        margin: 0; }
      #cabecera-gm .cabecera-superior .covid-term .inner .right-side {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 40px;
        margin: 0; }
      #cabecera-gm .cabecera-superior .covid-term .inner .close-covid {
        color: #e31d1b;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        cursor: pointer;
        opacity: 1;
        font-weight: bold;
        transition: all 0.4s ease; }
        #cabecera-gm .cabecera-superior .covid-term .inner .close-covid:after {
          content: ' \2573'; }
        #cabecera-gm .cabecera-superior .covid-term .inner .close-covid:hover {
          opacity: 0.5; }
  #cabecera-gm .cabecera-superior .text-hero {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 400px;
    width: 100%;
    display: flex;
    align-items: stretch; }
    #cabecera-gm .cabecera-superior .text-hero:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 50%;
      background-color: #000000ad; }
    #cabecera-gm .cabecera-superior .text-hero > .container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: space-evenly;
      position: relative; }
      #cabecera-gm .cabecera-superior .text-hero > .container h1 {
        max-width: 450px;
        margin: 0;
        margin-top: 10px; }
      #cabecera-gm .cabecera-superior .text-hero > .container .button-book-now {
        margin-top: 20px;
        opacity: 0.75; }
        #cabecera-gm .cabecera-superior .text-hero > .container .button-book-now a {
          background-color: #e31d1b;
          color: #FFF;
          padding: 8px 20px;
          border-radius: 6px; }
      #cabecera-gm .cabecera-superior .text-hero > .container p {
        max-width: 450px;
        margin: 0; }

#elements-under-hero {
  padding: 60px 0; }
  #elements-under-hero > .container {
    position: relative; }
    #elements-under-hero > .container .wp-block-columns .element-banner {
      max-width: 550px;
      margin: 0 auto; }
    #elements-under-hero > .container .wp-block-columns .wp-block-button a {
      padding: 15px 20px; }
    #elements-under-hero > .container .image-under-hero {
      position: absolute;
      right: 0;
      margin: 0;
      max-width: 150px; }
      #elements-under-hero > .container .image-under-hero img {
        width: 100%; }

.bloque-inside-slider {
  padding-top: 80px;
  padding-bottom: 30px; }

#bloque-top-events {
  padding-top: 20px; }
  #bloque-top-events .container-top-events {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #bloque-top-events .container-top-events .single-loop-event {
      flex: 0 0 25%; }

.single-loop-event .inner {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 2px #0000001f;
  margin-right: 20px;
  background-color: #FFF; }
  .single-loop-event .inner:hover .event-down .title {
    color: #e31d1b; }
  .single-loop-event .inner .event-up {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .single-loop-event .inner .event-up .price {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: #FFF;
      border-radius: 5px;
      padding: 2px 5px;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .single-loop-event .inner .event-down {
    flex-grow: 1;
    position: relative;
    padding: 20px;
    padding-top: 42px; }
    .single-loop-event .inner .event-down .date {
      position: absolute;
      top: 0;
      left: 20px;
      color: #FFF;
      background-color: #000;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      padding: 5px 10px;
      font-size: 14px; }
    .single-loop-event .inner .event-down .title {
      font-size: 18px;
      font-weight: 500;
      color: #000;
      transition: all 0.4s ease; }
    .single-loop-event .inner .event-down .location {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 15px; }
    .single-loop-event .inner .event-down .content {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 15px;
      height: 60px;
      overflow: hidden;
      transition: all 0.4s ease; }
    .single-loop-event .inner .event-down .view-menu {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 65px;
      cursor: pointer; }
      .single-loop-event .inner .event-down .view-menu:after {
        content: ' \2197';
        font-size: 16px;
        font-weight: 500; }
    .single-loop-event .inner .event-down .buy-button {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e31d1b;
      color: #FFF;
      text-transform: uppercase;
      padding: 15px 0; }
      .single-loop-event .inner .event-down .buy-button.buy-button-disabled {
        background-color: #a5a5a5 !important;
        pointer-events: none !important; }
    .single-loop-event .inner .event-down .town-city {
      font-size: 14px;
      margin-bottom: 15px; }
    .single-loop-event .inner .event-down .special-offer {
      font-size: 16px; }
      .single-loop-event .inner .event-down .special-offer span {
        font-size: 16px;
        font-weight: 600; }
.single-loop-event.sold-out .inner {
  position: relative; }
  .single-loop-event.sold-out .inner .sold-out-advice {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000a6;
    color: #FFF;
    width: 120px;
    height: 120px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .single-loop-event.sold-out .inner .sold-out-advice > div {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 500;
      width: 85%;
      height: 85%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid #FFF;
      border-radius: 5px; }
.single-loop-event.active .inner .event-down .content, .single-loop-event.tns-slide-active:first-child .inner .event-down .content {
  height: unset; }

body.modal-open {
  overflow: auto !important; }

.slider-category-event {
  padding-bottom: 20px;
  position: relative; }
  .slider-category-event .texts-up {
    position: relative;
    top: 30px;
    z-index: 2; }
    .slider-category-event .texts-up .title {
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px; }
    .slider-category-event .texts-up .description {
      font-size: 16px;
      line-height: 22px;
      max-width: 600px;
      padding-right: 100px; }
  .slider-category-event .container-slider-category-event {
    position: relative;
    padding-top: 40px; }
    .slider-category-event .container-slider-category-event:before {
      content: "";
      display: block;
      width: 100%;
      height: 105%;
      position: absolute;
      top: 0;
      left: -100.5%;
      background-color: #F8F8F8;
      z-index: 1; }
    .slider-category-event .container-slider-category-event .tns-ovh {
      overflow: visible; }
    .slider-category-event .container-slider-category-event .tns-controls button {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 40px;
      height: 40px;
      top: -5px;
      z-index: 2; }
      .slider-category-event .container-slider-category-event .tns-controls button:first-of-type {
        background-image: url(../images/gm/arrow-left.png);
        left: unset;
        right: 50px; }
      .slider-category-event .container-slider-category-event .tns-controls button:last-of-type {
        background-image: url(../images/gm/arrow-right.png);
        right: 0; }

.wrapper-slider-events {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 400px !important;
  overflow: hidden; }

.wrapper-bg-black-50 {
  position: relative;
  margin-bottom: 80px; }
  .wrapper-bg-black-50:before {
    content: "";
    display: block;
    width: 100%;
    height: 75%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    z-index: -1; }
  .wrapper-bg-black-50 .bg-1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
    margin: 0;
    z-index: -1; }
  .wrapper-bg-black-50 .bg-2 {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
    margin: 0; }
  .wrapper-bg-black-50 .bg-3 {
    position: absolute;
    top: 90px;
    left: 50%;
    max-width: 100px;
    margin: 0; }
  .wrapper-bg-black-50 .wp-block-button a {
    padding: 15px 20px; }

#myModal_events .modal-dialog {
  max-width: 600px; }
#myModal_events .modal-header {
  border-bottom: unset; }
  #myModal_events .modal-header > span {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300; }
  #myModal_events .modal-header button {
    outline: none; }

#back-to-events {
  padding: 30px 0; }
  #back-to-events .back-to {
    position: relative;
    padding-left: 30px; }
    #back-to-events .back-to:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 20px;
      height: 15px;
      background-image: url(../images/gm/arrow-left-black.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    #back-to-events .back-to a {
      color: #000;
      text-decoration: none; }

#bloque-mapa-selector {
  position: relative;
  padding: 50px 0;
  margin-bottom: 80px; }
  #bloque-mapa-selector .bg-1 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0; }
  #bloque-mapa-selector .bg-2 {
    margin: 0;
    position: absolute;
    bottom: -60px;
    left: 70%;
    max-width: 120px; }

#bloque-selector-location {
  padding: 15px 0; }
  #bloque-selector-location .container-selector-location {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #bloque-selector-location .container-selector-location .location-item {
      flex: 0 0 50%;
      color: #FFF;
      font-size: 16px;
      text-transform: uppercase;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      cursor: pointer;
      white-space: nowrap; }
      #bloque-selector-location .container-selector-location .location-item:hover img {
        margin-left: 15px; }
      #bloque-selector-location .container-selector-location .location-item img {
        margin-left: 10px;
        transition: all 0.4s ease; }

#bloque-top-restaurants {
  padding: 50px 0; }
  #bloque-top-restaurants .container-top-restaurants {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #bloque-top-restaurants .container-top-restaurants .single-loop-event {
      flex: 0 0 25%; }
      #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner .event-down {
        padding-top: 20px;
        padding-bottom: 75px; }
        #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner .event-down .town-city {
          font-size: 14px;
          margin-bottom: 15px; }
        #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner .event-down .special-offer {
          font-size: 16px; }
          #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner .event-down .special-offer span {
            font-size: 16px;
            font-weight: 600; }

.anchor-locations {
  position: relative;
  top: -100px; }

section[class*=slider-location-restaurant_] .single-loop-event {
  flex: 0 0 25%; }
  section[class*=slider-location-restaurant_] .single-loop-event .inner .event-down {
    padding-top: 20px;
    padding-bottom: 75px; }
    section[class*=slider-location-restaurant_] .single-loop-event .inner .event-down .town-city {
      font-size: 14px;
      margin-bottom: 15px; }
    section[class*=slider-location-restaurant_] .single-loop-event .inner .event-down .special-offer {
      font-size: 16px; }
      section[class*=slider-location-restaurant_] .single-loop-event .inner .event-down .special-offer span {
        font-size: 16px;
        font-weight: 600; }

#sliders-locations {
  position: relative;
  overflow: hidden; }
  #sliders-locations .slider-category-event .texts-up .title {
    margin-bottom: 20px; }
  #sliders-locations .bg-2 {
    position: absolute;
    top: 50%;
    left: -30px;
    max-width: 100px;
    margin: 0;
    z-index: 1; }

.wrapper-bg-black-50-2 {
  margin: 0;
  margin-bottom: 0 !important; }
  .wrapper-bg-black-50-2 .wp-block-columns {
    margin: 0;
    margin-bottom: 0 !important; }

#line-links {
  background-color: #000;
  margin-bottom: 25px; }
  #line-links .container-links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0; }
    #line-links .container-links .location-item {
      flex: 0 0 25%;
      color: #FFF;
      font-size: 20px;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: nowrap; }
      #line-links .container-links .location-item:hover img {
        left: 15px; }
      #line-links .container-links .location-item img {
        position: relative;
        left: 10px;
        transition: all 0.4s ease; }

.single-event-content {
  padding: 25px 0;
  margin-bottom: 40px; }
  .single-event-content .col-imagen {
    display: flex;
    align-items: center;
    justify-content: center; }
  .single-event-content .col-texto {
    display: flex;
    align-items: center;
    justify-content: center; }
    .single-event-content .col-texto .button-book-now {
      margin-top: 30px; }
      .single-event-content .col-texto .button-book-now.disabled {
        opacity: 0.4;
        pointer-events: none; }
      .single-event-content .col-texto .button-book-now a {
        background-color: #e31d1b;
        color: #FFF;
        padding: 8px 20px;
        border-radius: 6px; }

#prefooter {
  background-color: #e3e5ea;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #prefooter .left-side {
    display: flex;
    align-items: center;
    justify-content: center; }
    #prefooter .left-side .image-ig {
      max-width: 50px; }
      #prefooter .left-side .image-ig img {
        width: 100%; }
    #prefooter .left-side .texts {
      margin-left: 15px; }
      #prefooter .left-side .texts > a {
        font-weight: 600; }
      #prefooter .left-side .texts > p {
        margin: 0; }
  #prefooter .right-side > a {
    font-weight: 500;
    display: flex;
    white-space: nowrap; }

.wrapper-our-top-picks {
  position: relative; }
  .wrapper-our-top-picks .bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 400px;
    margin: 0;
    z-index: -1; }

.wrapper-covid-advice-terms-and-conditions .cabecera-superior {
  min-height: unset !important; }

.wp-block-button > a {
  transition: all 0.4s ease; }
  .wp-block-button > a:hover {
    box-shadow: 3px 3px 12px #0000004d; }

@media (max-width: 425px) {
  #bloque-selector-location .container-selector-location {
    flex-direction: column; } }
@media (max-width: 575px) {
  #bloque-top-events .container-top-events .single-loop-event {
    flex: 0 0 100% !important; }
    #bloque-top-events .container-top-events .single-loop-event .inner {
      margin-right: 0; }

  #bloque-top-restaurants .container-top-restaurants .single-loop-event {
    flex: 0 0 100% !important; }
    #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner {
      margin-right: 0; }

  #sliders-locations .slider-category-event .texts-up .title {
    font-size: 15px; }

  #bloque-mapa-selector .bg-1 {
    display: none; } }
@media (max-width: 599px) {
  #elements-under-hero > .container .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 50px; } }
@media (max-width: 767px) {
  #cabecera-gm .cabecera-superior .covid-term .inner {
    flex-direction: column; }
    #cabecera-gm .cabecera-superior .covid-term .inner .right-side {
      padding-right: 20px;
      margin-top: 8px; }
    #cabecera-gm .cabecera-superior .covid-term .inner .close-covid {
      top: 15px;
      right: 15px;
      transform: unset; }

  #elements-under-hero > .container .image-under-hero {
    max-width: 75px; }

  .wrapper-bg-black-50 {
    padding: 40px 0;
    margin-bottom: 40px;
    overflow: hidden; }
    .wrapper-bg-black-50:before {
      height: 100%; }
    .wrapper-bg-black-50 .wp-block-columns {
      margin: 0; }
      .wrapper-bg-black-50 .wp-block-columns .wp-block-column:first-child {
        flex-basis: 100% !important; }
        .wrapper-bg-black-50 .wp-block-columns .wp-block-column:first-child .wp-block-hacce-wrapper {
          margin: 0 !important;
          padding: 0 !important; }
      .wrapper-bg-black-50 .wp-block-columns .wp-block-column:last-child {
        display: none !important; }
    .wrapper-bg-black-50 .bg-1 {
      top: unset;
      bottom: -125px;
      max-width: 250px; }
    .wrapper-bg-black-50 .bg-2,
    .wrapper-bg-black-50 .bg-3 {
      display: none; }

  .wrapper-slider-events,
  #sliders-locations {
    overflow: hidden !important; }
    .wrapper-slider-events .tns-ovh,
    #sliders-locations .tns-ovh {
      overflow: visible !important; }

  .single-event-content .col-imagen {
    order: 1;
    margin-bottom: 15px; }
  .single-event-content .col-texto {
    margin-bottom: 40px; }

  #colophon .footer-friends {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #colophon .footer-friends a {
      white-space: nowrap;
      width: auto !important; }
  #colophon .links_internacionales {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; }

  #prefooter {
    flex-direction: column; }
    #prefooter .left-side {
      margin-bottom: 20px; }

  .slider-category-event .container-slider-category-event:before {
    display: none; }

  .bloque-inside-slider {
    padding-top: 50px; } }
@media (max-width: 991px) {
  #cabecera-gm .cabecera-superior .text-hero:before {
    width: 100%; }
  #cabecera-gm .cabecera-superior .text-hero .container h1, #cabecera-gm .cabecera-superior .text-hero .container p {
    max-width: 100%; }

  #bloque-top-events .container-top-events .single-loop-event {
    flex: 0 0 50%;
    margin-bottom: 30px; }
    #bloque-top-events .container-top-events .single-loop-event .inner .event-down .content {
      height: unset !important; }

  #bloque-top-restaurants .container-top-restaurants .single-loop-event {
    flex: 0 0 50%;
    margin-bottom: 30px; }
    #bloque-top-restaurants .container-top-restaurants .single-loop-event .inner .event-down .content {
      height: unset !important; }

  #line-links .container-links {
    flex-direction: column; }
    #line-links .container-links .location-item {
      flex: 0 0 100%;
      margin-bottom: 15px; } }
@media (max-width: 1440px) {
  #sliders-locations .bg-2 {
    display: none; } }
/* Página find-us-in */
body.page-id-41716 article.post-41716 {
  position: relative;
  background-color: #FFF; }
  body.page-id-41716 article.post-41716:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 600px;
    height: 100%;
    background-image: url(../images/find-us-in-left.jpg);
    background-position: left;
    background-size: 100%;
    background-repeat: no-repeat; }
  body.page-id-41716 article.post-41716:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 600px;
    height: 100%;
    background-image: url(../images/find-us-in-right.jpg);
    background-position: right;
    background-size: 100%;
    background-repeat: no-repeat; }
body.page-id-41716 header {
  position: relative;
  z-index: 1;
  padding-bottom: 30px; }
  body.page-id-41716 header h1 {
    color: #000000 !important;
    font-size: 75px !important;
    margin: 0; }
body.page-id-41716 p.entradilla {
  position: relative;
  z-index: 1; }
body.page-id-41716 .wrapper-single-market {
  position: relative;
  z-index: 1;
  height: 300px;
  border: 1px solid #70707026;
  background-color: #FFFFFF7d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s ease; }
  body.page-id-41716 .wrapper-single-market figure {
    transform: scale(0.98);
    transition: all 0.4s ease; }
  body.page-id-41716 .wrapper-single-market .wp-block-buttons {
    position: relative;
    top: 35px; }
    body.page-id-41716 .wrapper-single-market .wp-block-buttons .wp-block-button {
      margin-bottom: 0; }
      body.page-id-41716 .wrapper-single-market .wp-block-buttons .wp-block-button a {
        padding: 12px 25px;
        font-size: 18px; }
  body.page-id-41716 .wrapper-single-market:hover {
    background-color: #FFFFFFad; }
    body.page-id-41716 .wrapper-single-market:hover figure {
      transform: scale(1); }

@media (max-width: 1200px) {
  body.page-id-41716 article.post-41716:before {
    width: 350px; }
  body.page-id-41716 article.post-41716:after {
    width: 350px; } }
@media (max-width: 767px) {
  body.page-id-41716 article.post-41716:before {
    width: 100%;
    height: 50%; }
  body.page-id-41716 article.post-41716:after {
    width: 100%;
    height: 50%;
    top: unset;
    bottom: 0; }
  body.page-id-41716 .wp-block-columns {
    flex-direction: column; }
    body.page-id-41716 .wp-block-columns .wp-block-column {
      margin-left: 0; }
      body.page-id-41716 .wp-block-columns .wp-block-column:first-child {
        margin-bottom: 1.75em; } }
.wrapper-under-icons-hover {
  border: 1px solid #70707026;
  position: relative;
  z-index: 1; }
  .wrapper-under-icons-hover .wp-block-columns {
    margin-bottom: 0; }
    .wrapper-under-icons-hover .wp-block-columns .wp-block-column {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .wrapper-under-icons-hover .wp-block-columns .wp-block-column figure {
        margin: 0; }

@media (max-width: 767px) {
  .wrapper-under-icons-hover .wp-block-columns .wp-block-column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; } }
/*body.page-id-42656,*/
body.page-id-42855 .espaciado-cabecera,
body.page-id-42918 .espaciado-cabecera {
  display: none; }

#wrapper-hero-gm2022 {
  height: auto; }
  #wrapper-hero-gm2022 > figure {
    margin-bottom: 0; }
    #wrapper-hero-gm2022 > figure img {
      width: 100%; }

#hero-video-gastronomymonth {
  position: relative; }
  #hero-video-gastronomymonth.parent-playing .contenido-hero-video {
    opacity: 0; }
  #hero-video-gastronomymonth > .bloque-video {
    height: 90vh; }
  #hero-video-gastronomymonth .bloque-plyr .plyr__poster {
    background-size: 101%; }
  #hero-video-gastronomymonth .plyr__control--overlaid {
    top: 70%; }
  #hero-video-gastronomymonth .plyr--video .plyr__controls {
    display: none; }
  #hero-video-gastronomymonth .contenido-hero-video {
    padding: 0 15px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease; }
    #hero-video-gastronomymonth .contenido-hero-video .wp-block-hacce-wrapper {
      display: flex;
      align-items: flex-end; }
      #hero-video-gastronomymonth .contenido-hero-video .wp-block-hacce-wrapper p {
        color: #FFF;
        margin: 0;
        margin-right: 20px;
        white-space: nowrap; }
      #hero-video-gastronomymonth .contenido-hero-video .wp-block-hacce-wrapper figure {
        margin: 0; }

#elements-under-hero .textdiv {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px; }

#wrapper-pseudomenu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  position: sticky;
  z-index: 99;
  top: 88px; }
  #wrapper-pseudomenu .item-pseudomenu {
    margin-bottom: 0;
    margin-right: 20px;
    white-space: nowrap; }
    #wrapper-pseudomenu .item-pseudomenu.active a {
      color: #e31d1b;
      pointer-events: none; }
    #wrapper-pseudomenu .item-pseudomenu:last-child {
      margin-right: 0; }
    #wrapper-pseudomenu .item-pseudomenu a {
      color: #FFF; }

#cabecera-gm.cabecera-gm-2022 .cabecera-superior {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center top;
  min-height: 590px; }
  #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero {
      position: unset;
      min-height: unset;
      align-items: unset; }
      #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero:before {
        content: none !important; }
      #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero > .container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; }
        #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero > .container .titleh1 {
          margin-bottom: 18px;
          color: #000; }
          #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero > .container .titleh1 h1 {
            font-size: 4rem;
            color: #000 !important; }
        #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero > .container .textocorrido {
          font-size: 16px;
          font-weight: 700;
          max-width: 900px;
          text-align: center;
          color: #000 !important;
          margin-bottom: 15px; }
          #cabecera-gm.cabecera-gm-2022 .cabecera-superior > .container .text-hero > .container .textocorrido:last-child {
            margin-bottom: 0; }
#cabecera-gm.cabecera-gm-responsive-2022 .cabecera-superior {
  min-height: 90vh; }

#wrapper-gastronomymonth-news {
  padding: 50px 0; }
  #wrapper-gastronomymonth-news .titulo {
    font-family: 'fbh', 'Jost';
    font-size: 40px;
    margin-bottom: 40px;
    padding: 0 15px; }
  #wrapper-gastronomymonth-news .row-posts .item-post {
    margin-bottom: 30px;
    background-color: #FFF; }
    #wrapper-gastronomymonth-news .row-posts .item-post .outer .imagen {
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    #wrapper-gastronomymonth-news .row-posts .item-post .outer .down1 {
      padding: 20px 15px;
      border: 2px solid #0000000d; }
      #wrapper-gastronomymonth-news .row-posts .item-post .outer .down1 .date {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px; }
      #wrapper-gastronomymonth-news .row-posts .item-post .outer .down1 .title {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        min-height: 68px; }
    #wrapper-gastronomymonth-news .row-posts .item-post .outer .down2 {
      padding: 24px 15px;
      border-left: 2px solid #0000000d;
      border-right: 2px solid #0000000d;
      border-bottom: 2px solid #0000000d; }
      #wrapper-gastronomymonth-news .row-posts .item-post .outer .down2 a {
        color: #000;
        text-transform: uppercase;
        font-weight: 600; }
  #wrapper-gastronomymonth-news .rowviewall .wp-block-button {
    margin-bottom: 0; }
    #wrapper-gastronomymonth-news .rowviewall .wp-block-button a {
      border-radius: 0;
      font-size: 16px;
      padding: 12px 50px; }

#wrapper-gastronomymonth-followourjourney {
  padding-top: 50px; }
  #wrapper-gastronomymonth-followourjourney .titulo {
    font-family: 'fbh', 'Jost';
    font-size: 40px;
    margin-bottom: 10px;
    padding: 0 15px; }
  #wrapper-gastronomymonth-followourjourney .hashtag {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 40px;
    padding: 0 15px; }
  #wrapper-gastronomymonth-followourjourney .container-feed-ig {
    position: relative;
    padding: 0 15px; }
    #wrapper-gastronomymonth-followourjourney .container-feed-ig:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 50%;
      background-color: #8f8f8f; }

#wrapper-gastronomymonth-highlights {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 275px;
  padding-top: 50px;
  padding-bottom: 80px; }
  #wrapper-gastronomymonth-highlights .titulo {
    font-family: 'fbh', 'Jost';
    font-size: 40px;
    margin-bottom: 10px;
    color: #FFF;
    position: relative;
    padding: 0 15px; }
  #wrapper-gastronomymonth-highlights .hashtag {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 40px;
    position: relative;
    padding: 0 15px; }
  #wrapper-gastronomymonth-highlights .wrapper-3imgs-linea > .container {
    display: flex; }
    #wrapper-gastronomymonth-highlights .wrapper-3imgs-linea > .container > figure {
      margin: 0.5rem 0.5rem; }

.wrapper-te-about {
  background-color: #9F9F9F;
  padding: 0px 15px;
  padding-bottom: 50px;
  padding-top: 40px; }
  .wrapper-te-about .titulo {
    font-family: 'fbh', 'Jost';
    color: #FFF;
    font-size: 40px; }
  .wrapper-te-about .descripcion {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 600; }

#wrapper-te-pseudomenu #menu-anclas > .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px; }
  #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu {
    margin-right: 20px;
    padding-bottom: 5px; }
    #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu:last-child {
      margin-right: 0; }
    #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu.active {
      border-bottom: 2px solid #000; }
      #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu.active a {
        color: #000; }
    #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu a {
      color: #FFF;
      text-transform: uppercase;
      transition: all 0.4s ease; }

.slider-category-event-2022 {
  overflow: hidden;
  padding: 60px 0; }
  .slider-category-event-2022 .anchor {
    position: relative;
    top: -100px; }
  .slider-category-event-2022 .colizq {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    top: 5px;
    z-index: 1; }
    .slider-category-event-2022 .colizq .texts-up {
      max-width: 350px; }
      .slider-category-event-2022 .colizq .texts-up .title {
        font-size: 40px; }
      .slider-category-event-2022 .colizq .texts-up .description {
        padding-right: 0;
        max-width: 350px; }
    .slider-category-event-2022 .colizq .container-flechas {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-right: 50px; }
      .slider-category-event-2022 .colizq .container-flechas .arrow {
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        cursor: pointer; }
        .slider-category-event-2022 .colizq .container-flechas .arrow.prev {
          background-image: url(../images/gm/arrow-left.png);
          margin-right: 15px; }
        .slider-category-event-2022 .colizq .container-flechas .arrow.next {
          background-image: url(../images/gm/arrow-right.png); }
  .slider-category-event-2022 .colder .container-slider-category-event:before {
    content: none !important; }
  .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner {
    border-radius: 0; }
    .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-up .price {
      color: #EC282C;
      font-weight: 600; }
    .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down {
      background-color: #000;
      padding-top: 20px;
      padding-bottom: 60px;
      /*
      .view-menu{
          color: #FFF;
      }
      */ }
      .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down a .title {
        color: #FFF; }
      .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down .price-date {
        display: flex;
        margin-bottom: 10px;
        align-items: center; }
        .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down .price-date .price-event {
          color: #EC282C;
          font-weight: 600;
          margin-right: 15px; }
        .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down .price-date .date-event {
          color: #FFF;
          font-weight: 400;
          font-size: 14px; }
      .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down .content {
        color: #FFF !important;
        font-size: 15px; }
      .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down a.buy-button {
        width: 50%; }
      .slider-category-event-2022 .colder .container-slider-category-event .single-loop-event .inner .event-down .findoutmore {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #363636;
        color: #FFF;
        text-transform: uppercase;
        padding: 15px 0;
        cursor: pointer; }

#wrapper-bb-map {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 250px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px; }
  #wrapper-bb-map > .container .wp-block-columns {
    margin-bottom: 0; }
    #wrapper-bb-map > .container .wp-block-columns .colizq {
      display: flex;
      align-items: center;
      justify-content: center; }
      #wrapper-bb-map > .container .wp-block-columns .colizq figure {
        margin: 0; }
    #wrapper-bb-map > .container .wp-block-columns .colder {
      display: flex;
      align-items: center;
      justify-content: center; }
      #wrapper-bb-map > .container .wp-block-columns .colder .titulo {
        font-family: 'fbh', 'Jost';
        font-size: 40px;
        color: #FFF;
        margin-bottom: 30px; }
      #wrapper-bb-map > .container .wp-block-columns .colder .container-selector-location .location-item {
        flex: 0 0 100%;
        transition: all 0.4s ease; }
        #wrapper-bb-map > .container .wp-block-columns .colder .container-selector-location .location-item:hover {
          color: #EC282C; }
        #wrapper-bb-map > .container .wp-block-columns .colder .container-selector-location .location-item img {
          display: none; }
  #wrapper-bb-map .imglogo-bb {
    margin: 0;
    width: 150px;
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%); }

#wrapper-bb-locations {
  background-color: #8F8F8F;
  overflow: hidden; }
  #wrapper-bb-locations .slider-category-event-2022 {
    overflow: visible; }
    #wrapper-bb-locations .slider-category-event-2022 .texts-up .title {
      font-size: 40px; }
    #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner {
      margin-right: 26px;
      padding: 30px 20px;
      background-color: #FFF;
      border-radius: 4px;
      background-image: url(../images/gm/bg-card.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 90%; }
      #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner .event-down .title {
        font-weight: 600; }
      #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner .event-down .address {
        font-size: 15px;
        font-weight: 500; }
      #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner .event-down .instagram {
        display: flex;
        align-items: center; }
        #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner .event-down .instagram > img {
          margin-right: 10px;
          width: 17px;
          height: 17px; }
        #wrapper-bb-locations .slider-category-event-2022 .single-loop-event-2022 .inner .event-down .instagram .username {
          font-size: 15px; }

@media (max-width: 375px) {
  #wrapper-pseudomenu .item-pseudomenu {
    font-size: 13px !important; } }
@media (max-width: 425px) {
  #wrapper-pseudomenu .item-pseudomenu {
    font-size: 15px; } }
@media (max-width: 575px) {
  #cabecera-gm.cabecera-gm-responsive-2022 .cabecera-superior {
    min-height: 50vh; }
    #cabecera-gm.cabecera-gm-responsive-2022 .cabecera-superior .text-hero {
      min-height: 200px; }

  #wrapper-pseudomenu {
    overflow-x: scroll;
    height: auto;
    min-height: auto;
    padding: 20px 0;
    width: 100%; }
    #wrapper-pseudomenu .item-pseudomenu {
      margin-right: 10px;
      margin-bottom: 0; }
      #wrapper-pseudomenu .item-pseudomenu:last-child {
        margin-right: 0; }

  #wrapper-gastronomymonth-highlights {
    background-position: right 15%;
    background-size: 80px; }
    #wrapper-gastronomymonth-highlights .wrapper-3imgs-linea > .container {
      flex-direction: column;
      align-items: center; }
      #wrapper-gastronomymonth-highlights .wrapper-3imgs-linea > .container > figure {
        margin: 0.5rem 0;
        max-width: 300px; }

  #wrapper-bb-map {
    background-position: right 15%;
    background-size: 100px; } }
@media (max-width: 767px) {
  #prefooter .center-side {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center; }
    #prefooter .center-side br {
      display: none; }
  #prefooter .right-side {
    display: flex;
    align-items: center;
    justify-content: center !important; }

  #wrapper-te-pseudomenu #menu-anclas > .container {
    flex-direction: column; }
    #wrapper-te-pseudomenu #menu-anclas > .container .item-pseudomenu {
      margin-right: 0; }

  .slider-category-event-2022 .colizq {
    justify-content: flex-start;
    margin-bottom: 30px; }
    .slider-category-event-2022 .colizq .texts-up {
      max-width: 100%; }
      .slider-category-event-2022 .colizq .texts-up .description {
        max-width: 100%; } }
@media (max-width: 768px) {
  #cabecera-gm.cabecera-gm-2022 .cabecera-superior {
    min-height: unset;
    padding: 50px 0; }

  /*#wrapper-hero-gm2022{
      height: 50vh;
  }*/
  #hero-video-gastronomymonth > .bloque-video {
    height: auto !important; }
  #hero-video-gastronomymonth .bloque-plyr .plyr__poster {
    background-size: cover; }
  #hero-video-gastronomymonth .plyr__control--overlaid {
    top: 70%;
    margin-left: 0 !important; }
  #hero-video-gastronomymonth .contenido-hero-video .wp-block-hacce-wrapper {
    flex-direction: column;
    align-items: center; } }
@media (max-width: 800px) {
  #wrapper-gastronomymonth-followourjourney .container-feed-ig:before {
    top: 30%;
    height: 80%; } }
@media (max-width: 1024px) {
  body.page-id-42656 .espaciado-cabecera {
    height: 88px !important; }

  #wrapper-hero-gm2022 {
    height: auto; } }
#masthead .navbar-brand img {
  height: 70px;
  width: auto; }

a.nav-link.dropdown-toggle:hover {
  color: #FFF !important;
  cursor: default; }

body #page #masthead .menu_hamburguesa .menu-item.active a {
  color: #e31d1b !important; }

@media (max-width: 767px) {
  .home #masthead .navbar:not(.top-nav-collapse) .navbar-brand img {
    height: 70px !important;
    max-height: 70px !important; } }
