@charset "UTF-8";
.mapboxgl-popup * {
  pointer-events: none;
}

.mapboxgl-popup-close-button {
  pointer-events: visible;
}

.mapboxgl-ctrl-geocoder--input {
  height: 39px;
  padding: 6px 35px;
  background: whitesmoke;
  border-radius: 10px;
}

.mapboxgl-ctrl-geocoder--icon-search {
  top: 8px;
  left: 7px;
  width: 20px;
  height: 20px;
}

.mapboxgl-ctrl-geocoder {
  background: whitesmoke;
  min-width: 100px;
  width: 100%;
}

.in__hamburger_button {
  display: none;
}

.mapboxgl-touch-pan-blocker,
.mapboxgl-scroll-zoom-blocker {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  border: none;
  font-size: 1.7em;
  font-weight: bold;
}

.premio-1 {
  border-color: #e1153b;
  border-style: solid;
  border-width: 1px;
}

.premio-2 {
  border-color: #010345;
  border-style: solid;
  border-width: 1px;
}

.premio-3 {
  border-color: #222198;
  border-style: solid;
  border-width: 1px;
}

.premio-4 {
  border-color: #6778C6;
  border-style: solid;
  border-width: 1px;
}

.premio-5 {
  border-color: #e2ebfc;
  border-style: solid;
  border-width: 1px;
}

@media screen and (max-width: 640px) {
  .in__hamburger_button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../img/burger-menu-svgrepo-com.svg?v=0.1);
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: 2px 1px;
  }
  .in__hamburger_button:after {
    content: "Filtrar por premios";
    position: absolute;
    top: 50px;
    width: 300px;
    left: 9px;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  .in__hamburger_button:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 37px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0a0909;
    clear: both;
  }
  .in__hamburger_button.active {
    background-image: url(../img/close-x-svgrepo-com.svg);
  }
}
.in_map_wrapper {
  position: relative;
  width: 100%;
  height: 76vh;
}

.in__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76vh;
}

.in_top-sidebar {
  position: relative;
  width: 31%;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 1rem;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .in_top-sidebar {
    width: 100%;
    padding: 7px 0.5rem;
  }
}
.in_top-sidebar .in_sidebar-nav {
  display: flex;
  gap: 2px;
}
.in_top-sidebar .in_sidebar-nav button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: whitesmoke;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.in_top-sidebar .in_sidebar-nav .icon-map-peninsula {
  background-image: url(../img/peninsula.svg);
}
.in_top-sidebar .in_sidebar-nav .icon-map-canarias {
  background-image: url(../img/canarias.svg);
}

.in_sidebar {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100% - 91px);
  padding: 7px 1rem;
}
@media screen and (max-width: 640px) {
  .in_sidebar {
    position: absolute;
    bottom: 3rem;
    box-sizing: border-box;
    transform: translate(-186px, 0);
    transition: all 500ms ease-in-out;
    align-items: flex-start;
    z-index: 10;
  }
  .in_sidebar.active {
    transform: translate(0, 0);
    transition: all 500ms ease;
  }
}
.in_sidebar .button {
  width: 17.3rem;
  border: none;
  padding: 10px;
  color: white;
  margin: 2px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
}
.in_sidebar .button span:last-child {
  font-size: 1.2rem;
}
.in_sidebar .button span {
  font-size: 1.5rem;
  font-weight: 400;
}
.in_sidebar .button:hover {
  opacity: 0.8;
  background: #fff;
  border: 2px solid transparent;
  color: #333;
}
.in_sidebar .button span {
  color: white;
}
.in_sidebar .premio-1 {
  background-color: #e1153b;
}
.in_sidebar .premio-2 {
  background-color: #010345;
}
.in_sidebar .premio-3 {
  background-color: #222198;
}
.in_sidebar .premio-4 {
  background-color: #6778C6;
}
.in_sidebar .premio-5 {
  background-color: #e2ebfc;
}
.in_sidebar .premio-5 span {
  color: #5d5e7b;
}
.in_sidebar .premio-todos {
  background-color: #5d5e7b;
}
.in_sidebar .icon-todos {
  background-image: url(../img/bombo.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: relative;
  display: inline-block;
}
.in_sidebar .premio-1:hover {
  border-color: #e1153b;
  background-color: white;
}
.in_sidebar .premio-1:hover span {
  color: black;
}
.in_sidebar .premio-2:hover {
  border-color: #010345;
  background-color: white;
}
.in_sidebar .premio-2:hover span {
  color: black;
}
.in_sidebar .premio-3:hover {
  border-color: #222198;
  background-color: white;
}
.in_sidebar .premio-3:hover span {
  color: black;
}
.in_sidebar .premio-4:hover {
  border-color: #6778C6;
  background-color: white;
}
.in_sidebar .premio-4:hover span {
  color: black;
}
.in_sidebar .premio-5:hover {
  border-color: #e2ebfc;
  background-color: white;
}
.in_sidebar .premio-5:hover span {
  color: black;
}
.in_sidebar .premio-todos:hover {
  border-color: #5d5e7b;
}
.in_sidebar .premio-todos:hover span {
  color: #5d5e7b;
}
.in_sidebar .premio-todos:hover span:last-child {
  filter: brightness(0.5);
}

.in_list {
  position: relative;
  padding: 0;
  list-style: none;
  z-index: 1;
}

.tooltip {
  position: absolute;
  right: 10px;
  top: 37vh;
  height: auto;
  display: none;
  box-shadow: 2px 3px 5px 0px #c5c5c5;
  border-radius: 13px;
  pointer-events: none;
}

.in_popup {
  position: relative;
  max-width: 400px;
  background: white;
  padding: 7px 12px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 10px;
  border: 3px solid #ceac46;
  color: #646464;
}
.in_popup .in__close-popup {
  display: none;
}
.in_popup:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  width: 25px;
  height: 95%;
  background-image: url(../img/border-popup.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.in_popup .in_popup-main {
  display: flex;
  gap: 16px;
}
.in_popup .in_popup-footer .in__text {
  padding-top: 5px;
}
.in_popup .in_popup-footer .in__text span:nth-child(2) {
  font-weight: bold;
}
.in_popup .in_popup-footer .in__text:last-child {
  display: flex;
  width: 94%;
}
.in_popup .in_popup-footer .in__text:last-child span {
  width: auto;
  flex-grow: 1;
}
.in_popup .in_popup-footer .in__text:last-child span:first-child {
  width: 131px;
  flex-grow: 0;
}
.in_popup .in_popup-footer .in__text:last-child span:last-child {
  background-image: url(../img/coponieve.jpg);
  background-repeat: repeat-x;
  flex-grow: 10;
}
.in_popup .in_popup-footer .in__potencial {
  width: 100%;
}
.in_popup .in_premio {
  width: 96px;
  padding: 6px 7px 4px;
  border-radius: 5px;
  box-sizing: border-box;
}
.in_popup .in_premio img {
  width: 100%;
  position: relative;
}
.in_popup .in_premio.unopremio {
  border: 1px solid #e1153b;
}
.in_popup .in_premios_serie {
  width: 242px;
}
.in_popup .in_address {
  width: 90%;
  padding-top: 0.8rem;
  line-height: 2rem;
}
.in_popup .in_numero {
  position: relative;
  height: 8rem;
  font-size: 76px;
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-color: #CEAC47;
  padding-top: 7px;
}
.in_popup .in_numero span {
  line-height: 7.6rem;
  display: block;
  font-weight: 500;
  color: #CEAC47;
  font-size: 6rem;
  letter-spacing: 0.9rem;
}
@media screen and (max-width: 350px) {
  .in_popup .in_numero span {
    letter-spacing: 0.2rem;
  }
}
.in_popup .in_numero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/coponieve.jpg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  .in_popup .in_numero {
    font-size: 68px;
  }
}
@media screen and (max-width: 640px) {
  .in_popup .in__close-popup {
    display: none;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 2;
    background: #ceac46;
    border: 0;
    border-radius: 100%;
    color: white;
    font-size: 17px;
    width: 32px;
    height: 32px;
  }
}

/* Estilos para dispositivos móviles */
@media (max-width: 400px) {
  .tooltip {
    position: absolute;
    width: 100%;
    bottom: 3vh;
    right: 0;
    top: auto;
    transform: scale(0.98);
    z-index: 3;
  }
}
.toggleContainer {
  display: none;
}

.nav-mapa {
  position: absolute;
  top: 10px;
  left: 75%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

@media screen and (min-width: 978px) {
  .inf-rtve-fullwidth {
    left: calc(-1 * (100vw + 2rem - 108rem) / 2);
    width: 100vw;
    position: relative;
    margin-right: calc(-1 * (100vw + 2rem - 108rem) / 2);
    margin-bottom: 2rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 977px) {
  .artBody {
    padding: 0 0;
  }
  .artBody p {
    padding: 0 2rem;
  }
  .artBody .readtime {
    padding: 0 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
