/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */
.teaser {
  position: relative; /* Anchor after pseudo-element. */
  padding-block-end: var(--sp1-5);
}
.teaser::after {
  position: absolute;
  inset-block-end: 0;
  width: var(--sp3);
  height: 0;
  content: "";
  /* Intentionally not using CSS logical properties. */
  border-top: solid 2px var(--color--gray-95);
}
@media (min-width: 62.5rem) {
  .teaser {
    padding-block-end: var(--sp3);
  }
}
.teaser__content {
  display: grid;
  grid-auto-rows: max-content;
  gap: var(--sp);
}
.teaser__content .field:not(:last-child) {
  margin-block-end: 0;
}
@media (min-width: 62.5rem) {
  .teaser__content {
    gap: var(--sp2);
  }
}
.teaser__image {
  flex-shrink: 0;
  margin: 0;
}
.teaser__image:empty {
  display: none;
}
.teaser__image:empty + .teaser__title {
  flex-basis: auto;
}
.teaser__image a {
  display: block;
}
.teaser__image img {
  width: var(--sp3-5);
  height: var(--sp3-5);
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 62.5rem) {
  .teaser__image img {
    width: var(--grid-col-width);
    height: var(--grid-col-width);
  }
}
@media (min-width: 62.5rem) {
  .teaser__image {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: calc(-1 * ((var(--grid-col-width) + var(--grid-gap))));
    margin: 0;
  }
}
.teaser__meta {
  margin-block-end: var(--sp);
}
.teaser__title {
  margin-block: 0;
  flex-basis: calc(100% - var(--sp4-5));
  color: var(--color-text-neutral-loud);
  font-size: 1.5rem;
  line-height: var(--line-height-base);
}
@media (min-width: 62.5rem) {
  .teaser__title {
    flex-basis: auto;
    font-size: var(--sp2);
    line-height: var(--sp3);
  }
}
.teaser__top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
  gap: var(--sp1);
  margin-block-end: var(--sp1);
}
@media (min-width: 62.5rem) {
  .teaser__top {
    position: relative; /* Anchor the image */
  }
}

.menu-item--expanded {
  position: relative;
}

#navbar-main {
  padding: 14px 0;

  .navbar-collapse {
    justify-content: flex-start !important;
  }

  a {
    color: #1F2A31;
    font-weight: 400;
    font-size: 1.28rem;
    padding: 0 18px;
    font-family: 'Inter', sans-serif;
  }

  .dropdown-toggle::after {
    content: url(/themes/custom/turismoenrincon/img/arrow-gray.svg);
    border: none;
    margin-left: .5em;
    bottom: .1em;
    position: relative;
    vertical-align: 0;
  }

  .dropdown-menu.show {
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.1rem;
    max-width: 1320px;
    margin: 16px auto 22px auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .dropdown-menu {
    position: static;
  }
  .cerrar-menu-fila {
    grid-column: span 4;
    text-align: center;
    margin-top: 1rem;
  }

  .menu-custom-container {
    background-color: white;
    position: absolute;
    width: 100vw;
    z-index: 99;
    top: 42px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.3);
  }
  .cerrar-menu-wrapper{
    margin-bottom: 20px;
  }
  a {
    text-decoration: none;
  }
  a.cerrar-menu{
    text-align: center;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #00629B;
  }
  .dropdown-item:hover {
    color: #1F2A31;
    background-color: #CCEDFF;
    border-radius: 8px;
  }
  a.cerrar-menu:hover{
    text-decoration: underline;
  }
  a.cerrar-menu::before{
    content: url(/themes/custom/turismoenrincon/img/close.svg);
    margin-right: 4px;
  }
}


.navbar-nav {
  a.show {
    color: #00629B !important;
    font-weight: 700 !important;
  }

  .dropdown-toggle::after {
    content: url(/themes/custom/turismoenrincon/img/arrow-gray.svg);
    border: none;
    margin-left: .5em;
    bottom: .1em;
    position: relative;
    vertical-align: 0;
  }

  .dropdown-toggle.show::after {
    content: url(/themes/custom/turismoenrincon/img/arrow-blue.svg) !important;
  }

  .dropdown-menu .dropdown-item {
    padding: 10px 16px;
    top: 4px;
    position: relative;
  }
}