@charset "UTF-8";
.modal {
  z-index: 4000;
  background-color: rgba(38, 38, 38, 0.8);
}

.modal-body img {
  width: 100%;
  border-radius: 1rem;
}
.modal-body .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border-radius: 10rem;
  padding: 0.5rem;
  background-color: rgba(20, 20, 20, 0.231372549);
}

.modal-content {
  background-color: rgba(18, 18, 18, 0.2);
  border-radius: 1rem;
}

.mid-ms {
  margin-top: 0rem;
  font-size: 0.8rem;
  line-height: 1rem;
  opacity: 0.8;
  padding: 1rem;
}

html, body {
  margin: 0px !important;
  padding: 0px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: #2167AE;
}

.header {
  position: absolute;
  width: 100%;
  padding: 1rem;
  z-index: 4000;
  background-color: transparent;
}
.header .container {
  justify-content: space-between;
  position: relative;
}
.header .logo {
  width: 170px;
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .menu-wrapper {
  position: relative;
  z-index: 5000;
  cursor: pointer;
  top: 2rem;
  min-height: 3rem;
  min-width: 3rem;
  overflow: hidden;
}
.header .menu-wrapper a {
  text-decoration: none;
  color: #242424;
}
.header .menu-wrapper a:hover {
  color: #2167AE;
}
.header .menu-wrapper .ico-menu {
  position: relative;
  position: absolute;
  right: 0rem;
}
.header .menu-wrapper .ico-menu div {
  height: 4px;
  width: 2rem;
  margin-bottom: 4px;
  background-color: #242424;
}
.header .menu-wrapper .ico-menu div:hover {
  color: #2167AE;
}
.header .menu-wrapper .content {
  display: flex;
  width: max-content;
  flex-direction: column;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 2rem;
  position: absolute;
  top: 1rem;
  right: 0;
  opacity: 0;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  z-index: 4000;
}
.header .menu-wrapper .content .city-wrapper {
  margin-bottom: 0.5rem;
}
.header .menu-wrapper .content div:not(.city, .city-wrapper, .communities) {
  padding: 0.5rem;
  font-weight: 500;
  border-bottom: 2px solid;
  transition: all 0.2s ease;
}
.header .menu-wrapper .content div.city {
  font-weight: 500;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 2px solid;
}
.header .menu-wrapper .content .communities div {
  padding: 0.5rem;
  margin: 0rem 0.5rem;
  font-weight: 400;
  border-bottom: 1.8px solid rgba(0, 0, 0, 0.1);
  opacity: 0.9;
  opacity: 0.7;
}
.header .menu-wrapper:hover {
  min-height: 15rem;
  min-width: 20rem;
}
.header .menu-wrapper:hover .content {
  top: 2rem;
  opacity: 1;
}

.hero {
  background-color: #B58D3E;
  height: 100vh;
  width: 100vw;
  position: absolute;
}
.hero .container {
  position: relative;
  height: 100%;
  opacity: 0;
  padding-top: 5%;
  transition: all 0.2s ease;
}
.hero img.clip-me {
  width: 100%;
  clip-path: inset(28% 8% 28% 68% round 2rem);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: clip-path, transform, opacity;
  backface-visibility: hidden;
}
.hero .sub-title {
  position: relative;
  font-size: 1.75rem;
  line-height: 2rem;
  width: 60%;
  opacity: 1;
  padding-top: 34%;
  font-weight: 400;
  transition: all 0.2s ease;
}
.hero .sub-title span {
  font-weight: 500;
}
.hero .bottom {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  opacity: 1;
  padding-right: 2rem;
  font-size: 1.2rem;
}
.hero .bottom img {
  height: 1.25rem;
}

.hero-title {
  height: 200vh;
}

.hero-title .title-wrapper, .final-title .title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  padding-top: 12%;
  padding-bottom: 5%;
}
.hero-title .title-wrapper .big-title, .final-title .title-wrapper .big-title {
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  opacity: 0;
  top: -2rem;
  transition: all 0.5s ease-in;
}
.hero-title .title-wrapper .big-title-md, .final-title .title-wrapper .big-title-md {
  padding: 0.5rem 1rem;
  background-color: #B58D3E;
  border-radius: 2rem;
  border: 0.4rem solid;
  position: relative;
  left: -20%;
  z-index: 0;
  transform: rotate(-6deg);
  top: 2.5rem;
  opacity: 0;
  font-size: 4rem;
  line-height: 4rem;
  color: #DEDDD1;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}
.hero-title .title-wrapper .sub-title, .final-title .title-wrapper .sub-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 2rem;
  opacity: 1;
  font-weight: 400;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  z-index: 2;
}
.hero-title .title-wrapper .sub-title img, .final-title .title-wrapper .sub-title img {
  height: 1.25rem;
}
.hero-title.final-title .title-wrapper, .final-title.final-title .title-wrapper {
  align-items: start;
  flex-direction: column;
}
.hero-title.final-title .title-wrapper .big-title, .final-title.final-title .title-wrapper .big-title {
  opacity: 1;
}

.map-section {
  position: sticky;
  top: 0;
  z-index: 2000;
}
.map-section .top-wrapper {
  background-color: #2167AE;
  position: sticky;
  top: 0;
  height: 50vh;
}
.map-section .top {
  padding: 5rem 0rem;
  background-color: #DEDDD1;
  font-size: 1.5rem;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.map-section .top .text {
  position: relative;
  top: 60%;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.map-section .top .text b {
  font-weight: 600;
}
.map-section .top .big-city {
  font-weight: 800;
  font-size: 15rem;
  position: absolute;
  bottom: -12rem;
  left: 50%;
  transform: translate(-50%);
  color: #242424;
  opacity: 0;
  transition: all 0s ease-in;
}
.map-section .map-wrapper {
  height: 50vh;
  width: 100%;
  background-color: #2167AE;
  z-index: 1;
  position: sticky;
  top: 50vh;
}

.info-blocks {
  padding-top: 0vh;
  position: relative;
  z-index: 4000;
  will-change: clip-path, transform;
}

.cleaner {
  background-color: black;
}

.photos-wrapper {
  will-change: clip-path, transform;
  position: sticky;
  top: 0;
  display: flex;
  z-index: 3000;
  transition: background-color 0s ease;
  margin-top: 25vh;
  margin-bottom: 25vh;
  pointer-events: none;
}
.photos-wrapper .ph {
  will-change: clip-path, transform;
  pointer-events: none;
  overflow: hidden;
  text-align: center;
  height: 50vh;
  will-change: height;
  backface-visibility: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
  border-radius: 2rem;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.photos-wrapper .ph img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  will-change: clip-path, transform;
}
.photos-wrapper .ph:nth-of-type(1) {
  margin-top: 20vh;
  transition-delay: 0s;
}
.photos-wrapper .ph:nth-of-type(2) {
  margin-top: 50vh;
  transition-delay: 0.1s;
}
.photos-wrapper .ph:nth-of-type(3) {
  margin-top: 0vh;
  transition-delay: 0.2s;
}
.photos-wrapper .ph:nth-of-type(4) {
  margin-top: 40vh;
  transition-delay: 0.3s;
}

.half-right, .half-left {
  display: flex;
  position: relative;
  margin-top: 0;
  will-change: clip-path, transform;
}
.half-right .content, .half-left .content {
  height: 100vh;
  background-color: #2167AE;
  color: #ffffff;
  border-radius: 2rem;
  padding: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  top: 0rem;
  margin-top: 0vh;
  z-index: 3000;
  will-change: clip-path, transform;
  /*position: sticky;
  top: 0;*/
}
.half-right .content h1, .half-left .content h1 {
  font-weight: 700;
  line-height: 2.8rem;
  font-size: 2.8rem;
  opacity: 0.5;
}
.half-right .content .text, .half-left .content .text {
  color: #DEDDD1;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.half-right .content .btn, .half-left .content .btn {
  color: white;
  border: 2px solid;
  border-radius: 5rem;
}
.half-right .content .btn:hover, .half-left .content .btn:hover {
  background-color: #EAEAEA;
  color: #2167AE;
}
.half-right.half-left .content, .half-left.half-left .content {
  will-change: background-color;
  backface-visibility: hidden;
  background-color: #16995A;
  top: 0rem;
}
.half-right.half-left .content .btn:hover, .half-left.half-left .content .btn:hover {
  background-color: #EAEAEA;
  color: #16995A;
}

.final-wrapper {
  background-color: transparent;
  position: relative;
  z-index: 200;
}

.final {
  will-change: clip-path, transform;
  position: relative;
  z-index: 5;
  background-color: #242424;
  color: white;
  overflow: hidden;
  border-radius: 2rem;
}
.final .more-res {
  opacity: 0.25 !important;
  left: -7rem !important;
  position: absolute !important;
  top: 2.5rem !important;
  font-size: 18rem !important;
}
.final .cities-wrapper {
  width: 100%;
  display: flex;
  padding-bottom: 8rem;
  position: relative;
  right: 0;
  justify-content: end;
}
.final .cities-wrapper .item {
  width: 25%;
  position: relative;
}
.final .cities-wrapper .item .wrapper {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.final .cities-wrapper .item .bg-text {
  position: absolute;
  top: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  background: #000000;
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.final .cities-wrapper .item .name {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
  position: absolute;
  width: 100%;
  padding: 2rem;
  bottom: 0;
}
.final .cities-wrapper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final .site-link {
  position: absolute;
  width: 100%;
  bottom: 4rem;
}
.final .site-link a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 1rem;
  font-weight: 300;
}

.mi-marker {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mi-marker .punto {
  border: 4px solid #DEDDD1;
  background-color: #2167AE;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #DEDDD1;
  padding: 1rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: rotate(5deg);
  transition: all 0s ease-in 0s;
}

.mi-marker-alief, .mi-marker-thg {
  text-align: center;
  padding-top: 1.5rem;
  transition: all 0.25s ease 0.5s;
  font-size: 0.8rem;
  color: #DEDDD1;
  font-weight: 500;
  line-height: 0.8rem;
}
.mi-marker-alief .c-marker, .mi-marker-thg .c-marker {
  width: max-content;
  display: flex;
  justify-self: center;
  margin: 0rem auto;
}
.mi-marker-alief a, .mi-marker-thg a {
  font-size: 0.8rem;
  color: #DEDDD1;
  font-weight: 500;
  line-height: 0.8rem;
  text-decoration: none;
}
.mi-marker-alief .photo-w, .mi-marker-thg .photo-w {
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  overflow: hidden;
  border: 0.25rem solid #16995A;
  color: #DEDDD1;
  display: flex;
  justify-self: center;
  margin-bottom: 0.25rem;
  opacity: 0;
  transition: all 0.25s ease 0s;
}
.mi-marker-alief .photo-w img, .mi-marker-thg .photo-w img {
  width: 100%;
}
.mi-marker-alief .photo-w::before, .mi-marker-thg .photo-w::before {
  content: url(../img/star.svg);
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  scale: 0.5;
  opacity: 0;
  transition: all 0.5s ease;
}
.mi-marker-alief .photo-w:hover::before, .mi-marker-thg .photo-w:hover::before {
  opacity: 1;
}
.mi-marker-alief.mi-marker-alief .photo-w, .mi-marker-thg.mi-marker-alief .photo-w {
  transition: all 0.25s ease 0.25s;
}
.mi-marker-alief.mi-marker-alief .photo-w::before, .mi-marker-thg.mi-marker-alief .photo-w::before {
  top: -1rem;
  left: -1.5rem;
}

.maplibregl-popup {
  max-width: none !important;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #242424;
}

.mi-popup {
  width: 600px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin-top: 1.5rem;
}

.mini-popup {
  width: 300px;
  border-radius: 1rem;
  color: #242424;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
.mini-popup span {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #16995A;
}

.mi-popup a {
  font-weight: 500;
  font-size: 1.2rem;
  color: #242424;
}
.mi-popup a:hover {
  color: #16995A;
}

.mi-popup a:focus-visible {
  outline: none;
}

.maplibregl-popup-content {
  width: 100%; /* asegurás que el contenido ocupe todo */
  padding: 1rem 1rem 1rem 1rem !important;
  border-radius: 1rem !important;
  background: rgba(255, 255, 255, 0.5) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.maplibregl-popup-close-button {
  background-color: white !important;
  color: #242424;
  opacity: 0.5;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-radius: 20rem !important;
  font-size: 1.3rem !important;
  line-height: 1.3rem !important;
  opacity: 0.6;
  top: 0.5rem !important;
  padding-bottom: 0.25rem;
  right: 0.5rem !important;
  height: 2rem !important;
  width: 2rem !important;
}
.maplibregl-popup-close-button:focus-visible {
  outline: none;
}

.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  border-top-color: #96b5d8 !important;
}

#map {
  overflow: visible;
}

.community-page {
  background-color: #99992E;
  position: relative;
  transition: none;
}
.community-page .content-intro {
  position: relative;
  margin-top: -70vh;
}
.community-page .big-title {
  font-size: 6rem;
  line-height: 5.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: none;
  color: #DEDDD1;
  padding-left: 5rem;
}
.community-page .big-title .more-res {
  position: absolute;
  font-size: 20rem;
  opacity: 0.5;
  top: 3rem;
  left: -1rem;
}
.community-page .big-title-md {
  position: sticky;
  top: 2rem;
  font-size: 3rem;
  line-height: 3rem;
  color: #EAEAEA;
  padding-left: 5rem;
  margin-top: 1rem;
  font-weight: 600;
  transition: none;
}
.community-page .bg-photos {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.community-page .bg-photos .intro-ph {
  width: 50vw;
  height: 55vh;
  overflow: hidden;
  border-radius: 0rem 2rem 2rem 0rem;
}
.community-page .bg-photos .intro-ph:nth-of-type(2) {
  align-self: end;
  border-radius: 2rem 0rem 0rem 2rem;
}
.community-page .bg-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.community-page .mid-right {
  justify-self: end;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #EAEAEA;
  padding: 0rem 5rem 0rem 2rem;
  margin: 0rem 0 0rem auto;
}
.community-page .mid-right b {
  font-weight: 600;
}
.community-page .folders-section .sticker {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-5deg);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
}
.community-page .folders-section .sticker .wrapper {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2167AE;
  color: #DEDDD1;
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid;
}
.community-page .folders-section .sticker::after {
  content: "";
  position: absolute;
  bottom: -40%;
  right: -14%;
  width: 80%;
  height: 80%;
  background-color: #DEDDD1;
  border-bottom-right-radius: 100%;
  transform: rotate(-180deg);
}
.community-page .folders-section .sticker::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0rem;
  right: -0.5rem;
  bottom: -1rem;
  right: -3rem;
  width: 6rem;
  height: 3rem;
  background-color: #404040;
  transform: rotate(-215deg);
  box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 20rem 20rem 0rem 0rem;
}
.community-page .folders-section .folders-intro {
  opacity: 0;
}
.community-page .folders-section .folder-top-text {
  position: sticky;
  top: 3rem;
  margin-bottom: 2rem;
}
.community-page .folders-section .folders-wrapper .folder {
  position: sticky;
  top: 10rem;
  pointer-events: none;
}
.community-page .folders-section .folders-wrapper .folder .tab {
  font-size: 1.2rem;
  font-weight: 400;
  background-color: #2167AE;
  color: #DEDDD1;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 1rem 1rem 0rem 0rem;
  position: sticky;
  left: 12rem;
  pointer-events: all;
}
.community-page .folders-section .folders-wrapper .folder .tab a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.community-page .folders-section .folders-wrapper .folder.transparent {
  height: 65vh;
  pointer-events: none;
}
.community-page .folders-section .folders-wrapper .folder .btns {
  gap: 1rem;
  display: flex;
}
.community-page .folders-section .folders-wrapper .folder .btn {
  pointer-events: all;
  border: 2px solid;
  border-radius: 10rem;
  color: beige;
  margin-top: 0.25rem;
  transition: all 0.2s ease;
}
.community-page .folders-section .folders-wrapper .folder .btn:hover {
  background-color: #EAEAEA;
  color: #2167AE;
}
.community-page .folders-section .folders-wrapper .folder .btn-white {
  color: #2167AE;
  background-color: #DEDDD1;
}
.community-page .folders-section .folders-wrapper .folder .btn-white:hover {
  background-color: #242424;
  color: #DEDDD1;
  border: 2px solid #242424;
}
.community-page .folders-section .folders-wrapper .folder:nth-of-type(1) .tab {
  background-color: #80a2be;
  color: #DEDDD1;
}
.community-page .folders-section .folders-wrapper .folder:nth-of-type(2) .tab {
  left: 22.05rem;
  background-color: #5f8ab6;
  color: #DEDDD1;
}
.community-page .folders-section .folders-wrapper .folder:nth-of-type(3) .tab {
  left: 34.3rem;
  background-color: #2167AE;
}
.community-page .folders-section .folders-wrapper .folder .content {
  background-color: #2167AE;
  color: #DEDDD1;
  height: 75vh;
  padding: 3rem;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  position: relative;
  font-weight: 300;
  align-items: center;
}
.community-page .folders-section .folders-wrapper .folder .content .title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
}
.community-page .folders-section .folders-wrapper .folder .content .title b {
  font-weight: 500;
}
.community-page .folders-section .folders-wrapper .folder .content b, .community-page .folders-section .folders-wrapper .folder .content strong {
  font-weight: 500;
}
.community-page .folders-section .folders-wrapper .folder .content .fol-img {
  width: 35%;
  height: 50vh;
  border-radius: 2rem;
  overflow: hidden;
}
.community-page .folders-section .folders-wrapper .folder .content .fol-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community-page .folders-section .folders-wrapper .folder .content .fol-txt {
  width: 60%;
}
.community-page .video-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #242424;
  color: #DEDDD1;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 0rem 0rem 4rem;
  font-size: 1.7rem;
  height: 400px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.community-page .video-wrapper iframe {
  margin-top: 13px;
}
.community-page .video-wrapper .big-text {
  font-size: 3rem;
  font-weight: 600;
}
.community-page .video-wrapper .op {
  opacity: 0;
}
.community-page .video-wrapper .vid {
  position: absolute;
  right: 0;
  width: 50%;
  scale: 1.2;
}
.community-page .network-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #DEDDD1;
  overflow: hidden;
}
.community-page .network-section .keepscrolling {
  font-size: 1.2rem;
  margin-top: 1rem;
  opacity: 1;
  color: #99992E;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
.community-page .network-section.active .keepscrolling {
  opacity: 1;
}
.community-page .network-section .text-wrapper {
  padding: 0rem 9rem;
  text-align: center;
  color: #242424;
  align-items: center;
  position: absolute;
  font-size: 2rem;
  line-height: 2.5rem;
  transform: translateY(-50%);
  z-index: 0;
  font-weight: 400;
  opacity: 1;
  top: 60%;
  transition: all 0.5 ease;
}
.community-page .network-section .text-wrapper b {
  font-weight: 600;
}
.community-page .network {
  position: absolute;
  width: 75%;
  height: 75%;
  overflow: visible;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.community-page .org {
  position: absolute;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background-color: #16995A;
  color: #DEDDD1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.1rem;
  cursor: pointer;
  transition: all 0.5 ease;
  opacity: 0;
  z-index: 2;
}
.community-page .org .desc {
  position: absolute;
  opacity: 0;
  background-color: #EAEAEA;
  color: #16995A;
  border: 2px solid;
  border-radius: 1rem;
  padding: 1rem;
  height: auto;
  width: 16rem;
  text-align: left;
  left: 50%;
  top: 60%;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 400;
  transition: all 0.2s ease;
  transform: translate(-50%, -50%) scale(0.8);
  transform-origin: center;
}
.community-page .org:hover {
  z-index: 5;
}
.community-page .org:hover .desc {
  color: #242424;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.community-page .org .subt {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}
.community-page svg.lines {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}
.community-page svg.lines line {
  stroke: #EAEAEA;
  opacity: 0.5;
  stroke-width: 19rem;
  stroke-linecap: round;
}
.community-page svg.lines path {
  stroke: #99992E;
  stroke-width: 3;
  fill: none;
  opacity: 1;
  stroke-linecap: round;
}
@keyframes float1 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -15px);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-18px, 14px);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 16px);
  }
}
@keyframes float4 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-20px, -13px);
  }
}
@keyframes float5 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(16px, -16px);
  }
}
@keyframes float6 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-14px, 15px);
  }
}
@keyframes float7 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -14px);
  }
}
@keyframes float8 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-16px, 17px);
  }
}
@keyframes float9 {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(12px, -18px);
  }
}
.community-page .float1 {
  animation: float1 6s ease-in-out infinite alternate;
}
.community-page .float2 {
  animation: float2 7s ease-in-out infinite alternate;
}
.community-page .float3 {
  animation: float3 5.5s ease-in-out infinite alternate;
}
.community-page .float4 {
  animation: float4 6.2s ease-in-out infinite alternate;
}
.community-page .float5 {
  animation: float5 6.8s ease-in-out infinite alternate;
}
.community-page .float6 {
  animation: float6 7.5s ease-in-out infinite alternate;
}
.community-page .float7 {
  animation: float7 5.8s ease-in-out infinite alternate;
}
.community-page .float8 {
  animation: float8 6.4s ease-in-out infinite alternate;
}
.community-page .float9 {
  animation: float9 7s ease-in-out infinite alternate;
}
.community-page .final-wrapper.final-wrapper {
  padding-top: 0rem;
  background-color: #DEDDD1;
  margin-top: 0rem;
}
.community-page .final-title .title-wrapper .big-title {
  padding-left: 0;
}
.community-page .footer-wrapper {
  padding-top: 2rem;
  margin-top: 0;
  background-color: #DEDDD1;
}
.community-page .footer-wrapper .footer {
  margin: 0rem;
}
.community-page .final-title .title-wrapper {
  padding-bottom: 6%;
}
.community-page .final .cities-wrapper {
  width: 100%;
  padding-bottom: 8rem;
}
.community-page .final .cities-wrapper .item .name {
  padding: 1rem;
}
.community-page .final .cities-wrapper .item .name {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3rem;
}
.community-page .hero-title .title-wrapper .sub-title, .community-page .final-title .title-wrapper .sub-title {
  margin-top: 0;
}
.community-page .final-wrapper .squares {
  display: flex;
  background-color: #DEDDD1;
}

.footer {
  will-change: clip-path, transform;
  background-color: #EAEAEA;
  color: #242424;
  padding: 1.5rem;
  margin: 0rem 0rem 0rem 0rem;
  border-radius: 2rem 2rem 0rem 0rem;
  z-index: 5000;
}
.footer .wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.footer .wrapper .logos {
  display: flex;
  gap: 1rem;
  width: auto;
  align-items: center;
  justify-content: end;
}
.footer .wrapper .logos div {
  font-size: 0.5rem;
  line-height: 0.7rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .wrapper .logos div:nth-of-type(1) img {
  height: 3rem;
}
.footer .wrapper .logos div img {
  height: 1.5rem;
}
.footer .wrapper .logos div div {
  opacity: 0.5;
  width: auto;
}
.footer .wrapper div.text {
  width: 50%;
  font-size: 0.7rem;
  line-height: 0.8rem;
}

.footer-wrapper, .final-wrapper {
  position: relative;
  background-color: transparent;
  z-index: 2000;
  overflow: visible;
  will-change: clip-path, transform;
  padding-top: 4rem;
  margin-top: -2rem;
  background-color: #2167AE;
}
.footer-wrapper .squares, .final-wrapper .squares {
  will-change: clip-path, transform;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -3rem;
  width: 100%;
  display: none;
}
.footer-wrapper .squares div, .final-wrapper .squares div {
  height: 3rem;
  width: 3rem;
  background-color: #99992E;
}
.footer-wrapper .squares div div, .final-wrapper .squares div div {
  background-color: #242424;
  border-radius: 0rem 0rem 0rem 10rem;
}
.footer-wrapper .squares div:nth-of-type(2) div, .final-wrapper .squares div:nth-of-type(2) div {
  rotate: -90deg;
}
.footer-wrapper.final-wrapper, .final-wrapper.final-wrapper {
  z-index: 3000;
  padding-top: 0;
  background-color: transparent;
  padding-top: 2rem;
}
.footer-wrapper.final-wrapper .squares, .final-wrapper.final-wrapper .squares {
  rotate: -180deg;
  top: 0rem;
}
.footer-wrapper.final-wrapper .squares div, .final-wrapper.final-wrapper .squares div {
  background-color: #DEDDD1;
}

.dashboard {
  background-color: #242424;
  color: #EAEAEA;
}
.dashboard .photos-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard .header {
  position: sticky;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: 0;
  padding: 0rem;
}
.dashboard .header .container {
  padding: 1rem 0rem;
  overflow: visible;
  height: 7rem;
}
.dashboard .header .menu-wrapper:hover .content {
  top: 2rem;
  opacity: 1;
  background-color: rgb(221, 221, 221);
}
.dashboard .header .menu-wrapper:hover .content div:hover {
  color: #2167AE;
}
.dashboard .header .menu-wrapper .ico-menu div {
  background-color: #DEDDD1;
}
.dashboard .header .menu-wrapper {
  top: 2rem;
  position: absolute;
  right: 0rem;
}
.dashboard .content {
  padding: 1rem 0rem;
  padding-bottom: 7rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}
.dashboard .content .subtitle {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #DEDDD1;
}
.dashboard .content .subtitle span {
  font-weight: 200;
}
.dashboard .content .left {
  width: 30%;
  padding-right: 2rem;
}
.dashboard .content .left .sticky {
  top: 9rem;
  position: sticky;
}
.dashboard .content .left .sticky .photos-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  height: 14rem;
  margin-bottom: 1.5rem;
}
.dashboard .content .left .sticky .photos-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard .content .left .sticky .main-title {
  font-size: 1.7rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  color: #DEDDD1;
}
.dashboard .content .left .subtitle {
  margin-bottom: 1rem;
}
.dashboard .content .right {
  width: 70%;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  padding-bottom: 4rem;
  padding-top: 2rem;
  padding-left: 2rem;
}
.dashboard .content .right .intro {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.dashboard .content .right .items-wrapper {
  margin: 1rem 0rem;
}
.dashboard .content .right .items-wrapper div {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  opacity: 0.8;
  border-radius: 1rem;
  position: relative;
}
.dashboard .content .right .items-wrapper div .bullet {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 15rem;
  background-color: #474747;
  left: -0.5rem;
  padding: 0;
}
.dashboard .content .right section {
  margin: 3rem 0rem 0rem 0rem;
}
.dashboard .content .right .multipliers .wrapper {
  margin: 2rem 0rem;
  display: flex;
  gap: 1rem;
}
.dashboard .content .right .multipliers .wrapper .item {
  position: relative;
  padding: 1rem;
  /*background-color: rgba(255,255,255,0.05);
  color: $beige;*/
  background-color: #DEDDD1;
  color: #242424;
  width: 25%;
  height: 12rem;
  cursor: pointer;
}
.dashboard .content .right .multipliers .wrapper .item .title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 1rem;
  transition: all 0.2s ease;
}
.dashboard .content .right .multipliers .wrapper .item .desc {
  position: absolute;
  width: calc(100% - 2rem);
  bottom: 0;
  opacity: 0;
  font-size: 0.8rem;
  padding: 0rem;
  line-height: 1rem;
  transition: all 0.2s ease;
  font-weight: 400;
}
.dashboard .content .right .multipliers .wrapper .item:hover .title {
  opacity: 0;
  bottom: 0;
}
.dashboard .content .right .multipliers .wrapper .item:hover .desc {
  padding: 0rem;
  opacity: 1;
  bottom: 1rem;
}
.dashboard .content .right .building-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.dashboard .content .right .building-wrapper .content {
  align-items: center;
  padding: 2rem;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.02);
}
.dashboard .content .right .building-wrapper .building-resilience {
  width: 40%;
}
.dashboard .content .right .building-wrapper .building-resilience .item {
  background-color: rgba(234, 234, 234, 0.1);
  border-radius: 10rem;
  margin-bottom: 1rem;
  position: relative;
  height: 3rem;
  cursor: pointer;
  box-shadow: inset 2px 2px 5px #1e1e1e;
}
.dashboard .content .right .building-wrapper .building-resilience .item .tit {
  color: white;
  position: absolute;
  left: 1rem;
  top: 0rem;
  line-height: 3rem;
  font-weight: 300;
}
.dashboard .content .right .building-wrapper .building-resilience .item .color {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background-color: rgba(234, 234, 234, 0.1);
  border-radius: 10rem;
  padding: 0.25rem;
  height: 100%;
}
.dashboard .content .right .building-wrapper .building-resilience .item .color .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  height: 2.5rem;
  background-color: blue;
  width: 2.5rem;
  left: 0.5rem;
  transition: all 0.2s ease;
}
.dashboard .content .right .building-wrapper .building-resilience .item:hover .icon, .dashboard .content .right .building-wrapper .building-resilience .item.active .icon {
  left: 0.75rem;
}
.dashboard .content .right .building-wrapper .building-resilience .item.active .icon {
  left: calc(100% - 3rem);
}
.dashboard .content .right .building-wrapper .building-resilience .item.inactive {
  opacity: 0.25;
  cursor: none;
}
.dashboard .content .right .building-wrapper .building-resilience .item.inactive .icon {
  background-color: gray;
}
.dashboard .content .right .building-wrapper .building-resilience .item.inactive:hover .icon {
  left: 0.5rem;
}
.dashboard .content .right .building-wrapper .building-resilience .item.blue .icon {
  background-color: #2167AE;
}
.dashboard .content .right .building-wrapper .building-resilience .item.blue.active .color {
  background-color: #2167AE;
}
.dashboard .content .right .building-wrapper .building-resilience .item.blue.active .color svg, .dashboard .content .right .building-wrapper .building-resilience .item.blue.active .color svg path {
  fill: #2167AE !important;
}
.dashboard .content .right .building-wrapper .building-resilience .item.blue.active .icon {
  background-color: #242424;
}
.dashboard .content .right .building-wrapper .building-resilience .item.yellow .icon {
  background-color: #B58D3E;
}
.dashboard .content .right .building-wrapper .building-resilience .item.yellow.active .color {
  background-color: #B58D3E;
}
.dashboard .content .right .building-wrapper .building-resilience .item.yellow.active .color svg, .dashboard .content .right .building-wrapper .building-resilience .item.yellow.active .color svg path {
  fill: #B58D3E !important;
}
.dashboard .content .right .building-wrapper .building-resilience .item.yellow.active .icon {
  background-color: #242424;
}
.dashboard .content .right .building-wrapper .building-resilience .item.l-green .icon {
  background-color: #99992E;
}
.dashboard .content .right .building-wrapper .building-resilience .item.l-green.active .color {
  background-color: #99992E;
}
.dashboard .content .right .building-wrapper .building-resilience .item.l-green.active .color svg, .dashboard .content .right .building-wrapper .building-resilience .item.l-green.active .color svg path {
  fill: #99992E !important;
}
.dashboard .content .right .building-wrapper .building-resilience .item.l-green.active .icon {
  background-color: #242424;
}
.dashboard .content .right .building-wrapper .building-resilience .item.green .icon {
  background-color: #16995A;
}
.dashboard .content .right .building-wrapper .building-resilience .item.green.active .color {
  background-color: #16995A;
}
.dashboard .content .right .building-wrapper .building-resilience .item.green.active .color svg, .dashboard .content .right .building-wrapper .building-resilience .item.green.active .color svg path {
  fill: #16995A !important;
}
.dashboard .content .right .building-wrapper .building-resilience .item.green.active .icon {
  background-color: #242424;
}
.dashboard .content .right .building-wrapper .building-resilience .item.red .icon {
  background-color: #BC5863;
}
.dashboard .content .right .building-wrapper .building-resilience .item.red.active .color {
  background-color: #BC5863;
}
.dashboard .content .right .building-wrapper .building-resilience .item.red.active .icon {
  background-color: #242424;
}
.dashboard .content .right .building-wrapper .building-resilience .item.red.active .icon svg, .dashboard .content .right .building-wrapper .building-resilience .item.red.active .icon svg path {
  fill: #BC5863 !important;
}
.dashboard .content .right .building-wrapper .desc {
  width: 60%;
}
.dashboard .content .right .building-wrapper .desc {
  font-weight: 200;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 0rem 1rem 1rem 1rem;
  position: relative;
  opacity: 0.8;
  padding: 0rem 1rem;
}
.dashboard .content .right .building-wrapper .desc div {
  opacity: 0;
  transition: all 0.3s ease;
  max-height: 0;
  padding-top: 0.25rem;
}
.dashboard .content .right .building-wrapper .desc div.active {
  opacity: 1;
  max-height: 10rem;
  padding-top: 0rem;
}
.dashboard .content .right .links .wrapper {
  margin: 0rem 0rem;
}
.dashboard .content .right .links .wrapper a > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dashboard .content .right .links .wrapper a > div span {
  width: 100%;
}
.dashboard .content .right .links .wrapper a > div img {
  height: 1rem;
  rotate: -90deg;
  transition: all 0.2s ease;
}
.dashboard .content .right .links .wrapper a > div:hover img {
  rotate: -135deg;
}
.dashboard .content .right .links a {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: white;
  width: 100%;
  padding: 1rem 0rem;
  text-decoration: none;
  border-bottom: 2px solid;
}
.dashboard .content .right .shocks .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.025);
  height: 20rem;
}
.dashboard .content .right .shocks .info {
  width: 65%;
  font-size: 0.8rem;
  position: relative;
  height: 100%;
}
.dashboard .content .right .shocks .info .top {
  width: max-content;
  display: flex;
  gap: 1rem;
}
.dashboard .content .right .shocks .info .top div {
  cursor: pointer;
  opacity: 0.5;
  border-bottom: 2px solid transparent;
}
.dashboard .content .right .shocks .info .top div.active {
  opacity: 1;
  color: #B58D3E;
  border-bottom: 2px solid #B58D3E;
}
.dashboard .content .right .shocks .info .bottom {
  position: absolute;
  bottom: 0rem;
  width: calc(100% - 1rem);
  opacity: 0;
}
.dashboard .content .right .shocks .info .bottom .title {
  font-size: 1rem;
  margin: 0.5rem 0rem;
}
.dashboard .content .right .shocks .info .bottom.active {
  opacity: 1;
}
.dashboard .content .right .shocks .mapa {
  width: 35%;
}
.dashboard .content .right .shocks .mapa .image {
  height: 14rem;
  background-color: #242424;
  position: relative;
  cursor: pointer;
}
.dashboard .content .right .shocks .mapa .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.dashboard .content .right .shocks .mapa .image .expand-icon {
  opacity: 0.1;
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-color: white;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard .content .right .shocks .mapa .image .expand-icon img {
  width: 50%;
  position: relative;
  top: unset;
  transform: none;
}
.dashboard .content .right .shocks .mapa .image:hover .expand-icon {
  opacity: 0.4;
}
.dashboard .content .right .shocks .mapa .cap, .dashboard .content .right .shocks .mapa .capt, .dashboard .content .right .shocks .mapa .caption {
  font-size: 0.6rem;
  line-height: 0.8rem;
  margin-top: 0.5rem;
  opacity: 0.8;
  position: relative;
}

.tooltip-inner {
  background-color: #1e1e1e; /* verde */
  color: white; /* texto blanco */
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: left;
}

.tooltip.show {
  opacity: 1;
}

/* Flechas según dirección real (NO .bs-tooltip-auto) */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #1e1e1e !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #1e1e1e !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #1e1e1e !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #1e1e1e !important;
}

.tag {
  position: absolute;
  background-color: #EAEAEA;
  color: black;
  border-radius: 2rem;
  padding: 0rem 0.5rem;
  border: 2px solid;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.2rem;
  rotate: -2deg;
}

.pin-sticker {
  position: absolute;
  width: 2rem;
  top: -1rem;
  rotate: -20deg;
  z-index: 1;
}

@media (min-width: 1400px) {
  .hero-title .title-wrapper .big-title, .final-title .title-wrapper .big-title {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (min-height: 560px) and (max-height: 650px) {
  .community-page .folders-section .folders-wrapper .folder {
    position: sticky;
    top: 8rem;
  }
  .footer .wrapper .logos {
    scale: 0.8;
  }
  .hero .sub-title {
    position: relative;
    font-size: 1.75rem;
    line-height: 2rem;
    width: 60%;
    opacity: 1;
  }
  .map-section {
    padding-top: 0;
  }
  .map-section .top .text {
    opacity: 1;
    top: 0;
    transform: none;
  }
  .map-section .top-wrapper {
    height: auto;
  }
  .hero .bottom {
    display: none;
  }
  .hero .sub-title {
    padding-bottom: 34%;
  }
  .community-page .big-title-md {
    top: 1.5rem;
  }
  .community-page .folders-section .folder-top-text {
    position: sticky;
    top: 2rem;
  }
  .community-page .folders-section .folders-wrapper .folder .content {
    padding: 2rem;
  }
  .community-page .folders-section .folders-wrapper .folder .content .fol-img {
    width: 35%;
    height: 55vh;
  }
  .community-page .folders-section .folders-wrapper .folder .content .fol-txt {
    width: 65%;
  }
}
@media (max-width: 820px) and (max-height: 1200px) {
  .dashboard .header .menu-wrapper {
    right: 1rem;
  }
  .mi-popup {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .maplibregl-popup-content {
    width: 80vw;
  }
  .map-section {
    overflow: visible;
  }
  .maplibregl-popup {
    padding-top: 1.2rem;
  }
  .mini-popup {
    width: 100%;
  }
  .mi-popup a {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .dashboard .content .right .building-wrapper .building-resilience, .dashboard .content .right .building-wrapper .desc {
    width: 100%;
    padding: 0;
  }
  .dashboard .content .right .building-wrapper .desc div.active {
    max-height: none;
  }
  .dashboard .content .left .sticky .photos-wrapper {
    display: block;
    margin-bottom: 0.75rem;
    position: relative;
  }
  .dashboard .header .container {
    padding: 1rem 1rem;
  }
  .dashboard .content .right .building-wrapper .content {
    padding: 1rem;
    gap: 0.5rem;
  }
  .dashboard .content .right .building-wrapper {
    margin-top: 1rem;
  }
  .float4 {
    top: 25% !important;
  }
  .float8 {
    top: 50% !important;
    left: -8% !important;
  }
  .float3 {
    top: 38% !important;
  }
  .float2 {
    top: 0% !important;
    left: -10% !important;
  }
  .float5 {
    top: 15% !important;
    left: 40% !important;
  }
  .float1 {
    top: 0% !important;
    left: 75% !important;
  }
  .float7 {
    top: 72% !important;
    left: 8% !important;
  }
  .float9 {
    top: 40% !important;
  }
  .header .logo {
    width: 120px;
  }
  .header .menu-wrapper {
    top: 2rem;
    right: 1rem;
    position: absolute;
  }
  .header .container {
    padding: 0;
  }
  .hero .sub-title {
    width: 100%;
    padding-top: 145%;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .hero .bottom {
    margin-bottom: 1rem;
    font-size: 0.8rem !important;
  }
  .hero .bottom img {
    height: 1rem;
  }
  .hero img.clip-me {
    clip-path: inset(34% 5% 30% round 36px);
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .map-section {
    position: sticky;
    top: 0;
  }
  .map-section .top {
    padding: 1rem;
    font-size: 1rem !important;
  }
  .mi-marker-alief .photo-w, .mi-marker-thg .photo-w {
    width: 4rem !important;
    height: 4rem !important;
  }
  .mi-marker .punto {
    border-radius: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem;
    border: 2px solid;
  }
  .mi-marker-thg {
    top: -2.5rem !important;
  }
  .hero-title .title-wrapper .big-title-md, .final-title .title-wrapper .big-title-md {
    padding: 0.5rem 1rem;
    position: absolute;
    left: 1rem;
    top: 9.5rem !important;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0.25rem 0.5rem;
    border: 4px solid;
    border-radius: 1rem;
  }
  .footer .wrapper {
    flex-direction: column;
  }
  .hero-title .title-wrapper, .final-title .title-wrapper {
    padding-top: 30%;
  }
  .hero-title .title-wrapper .big-title {
    font-size: 2.3rem;
    line-height: 2.3rem;
  }
  .community-page .big-title {
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding-left: 3rem;
    margin-top: -4.5rem !important;
  }
  .footer .wrapper .logos div img {
    height: 0.8rem;
  }
  .footer .wrapper .logos div:nth-of-type(1) img {
    height: 2rem;
  }
  .footer .wrapper div.text {
    width: 100%;
  }
  .half-right, .half-left {
    z-index: 3;
    display: flex;
    position: relative;
    flex-direction: column;
  }
  .final-title .title-wrapper .big-title {
    font-size: 2rem;
    line-height: 2rem;
    padding: 1rem 5rem 0rem 1rem;
  }
  .final .more-res {
    left: -1rem !important;
    top: 2.5rem !important;
    font-size: 5rem !important;
  }
  .final-title .title-wrapper .sub-title {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1rem;
    padding-left: 1rem;
  }
  .hero-title .title-wrapper .sub-title img, .final-title .title-wrapper .sub-title img {
    height: 1rem;
  }
  .final .site-link {
    bottom: 1rem;
  }
  .final .cities-wrapper .item {
    width: 100%;
    height: 7rem;
  }
  .half-right.half-left .content, .half-left.half-left .content {
    width: 100%;
  }
  .half-right .content, .half-left .content {
    width: 100%;
  }
  .half-right .content, .half-left .content {
    height: auto;
    padding: 2rem;
  }
  .footer-wrapper {
    background-color: #DEDDD1;
    padding-top: 4rem;
    margin-top: -2rem;
    position: relative;
    z-index: 3000;
  }
  .footer-wrapper .footer {
    margin: 0rem;
  }
  .footer-wrapper.final-wrapper, .final-wrapper.final-wrapper {
    z-index: 4000;
  }
  .community-page .footer-wrapper {
    margin-top: -3rem;
    top: 0;
  }
  .photos-wrapper {
    flex-direction: column;
    display: none;
  }
  .community-page .folders-section .folders-wrapper .folder:nth-of-type(3) .tab {
    left: 9rem;
  }
  .final .site-link a {
    font-size: 0.8rem;
    font-weight: 400;
    padding-left: 0.5rem;
    text-decoration-thickness: 1px;
  }
  .photos-wrapper .ph {
    flex-direction: column;
    height: 25vh !important;
    width: 100% !important;
  }
  .photos-wrapper .ph img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .final .cities-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .hero {
    overflow: hidden;
  }
  .community-page .bg-photos .intro-ph {
    width: 80vw;
    height: 40vh;
  }
  .community-page .big-title .more-res {
    font-size: 14rem;
    opacity: 0.5;
    left: -1rem;
  }
  .community-page .bg-photos {
    gap: 10rem;
  }
  .community-page .big-title-md {
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
    padding-left: 2rem !important;
  }
  .community-page .folders-section .folders-wrapper .folder .content {
    height: auto;
    flex-direction: column;
    padding: 1rem;
    gap: 0.75rem;
    padding-bottom: 4rem;
  }
  .community-page .folders-section .folders-wrapper .folder .content .fol-img {
    width: 100%;
    height: 25vh;
    display: none;
  }
  .community-page .folders-section .folders-wrapper .folder .content .fol-txt {
    width: 100%;
    padding-top: 1rem;
  }
  .community-page .final .cities-wrapper {
    width: 100%;
    padding-bottom: 6rem;
  }
  .community-page .folders-section .folder-top-text, .community-page .big-title-md {
    position: relative;
    top: 0;
    margin-bottom: 1rem;
  }
  .community-page .folders-section .folders-wrapper .folder {
    margin-top: 0rem;
    position: sticky;
    top: 0rem;
  }
  .community-page .folders-section .folders-wrapper .folder .btns {
    flex-direction: column;
    gap: 0rem;
  }
  .community-page .folders-section .folders-wrapper .folder .btns .btn {
    width: 100%;
  }
  .community-page .folders-section .folders-wrapper .folder .content .title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .community-page .mid-right {
    padding: 0 2rem;
  }
  .community-page .folders-section .folders-wrapper .folder .tab {
    font-size: 0.8rem;
    left: 0;
  }
  .community-page .folders-section .folders-wrapper .folder:nth-of-type(2) .tab {
    left: 3rem;
  }
  .community-page .network-section .text-wrapper {
    padding: 0rem 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .community-page .network {
    position: absolute;
    width: 60%;
    height: 80%;
    top: 5%;
    left: 0%;
    transform: none;
  }
  .community-page .org {
    scale: 0.5;
  }
  .community-page .final {
    padding-top: 4rem;
  }
  .community-page .footer-wrapper {
    background-color: #DEDDD1;
    padding-top: 5rem;
  }
  .community-page .video-wrapper {
    flex-direction: column;
    height: auto;
    padding: 2rem 1rem;
    margin-top: -2rem;
  }
  .community-page .video-wrappe .big-text {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
  }
  .community-page .video-wrapper .vid {
    position: relative;
    width: 100%;
  }
  .community-page .folders-section .sticker {
    scale: 0.5;
    position: absolute;
    top: -3rem;
    right: -1rem;
    left: unset;
  }
  .dashboard .content {
    flex-direction: column;
    padding-top: 0rem;
  }
  .dashboard .content .right .multipliers .wrapper {
    flex-direction: column;
  }
  .dashboard .content .right .multipliers .wrapper .item {
    width: 100%;
  }
  .dashboard .content .left {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .dashboard .content .right {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  .dashboard .content .right .shocks .wrapper {
    flex-direction: column;
    height: auto;
    gap: 1rem;
  }
  .dashboard .content .right .shocks .info .top {
    margin-bottom: 1rem;
    width: auto;
  }
  .dashboard .content .right .shocks .mapa, .dashboard .content .right .shocks .info {
    width: 100%;
  }
  .dashboard .content .right .shocks .info .bottom {
    position: relative;
    display: none;
  }
  .dashboard .content .right .shocks .info .bottom.active {
    display: block;
  }
}
@media (max-width: 800px) and (min-height: 800px) {
  .hero .sub-title {
    padding-top: 170%;
  }
  .hero-title .title-wrapper .big-title-md {
    top: 12rem !important;
    scale: 1.2;
    left: 2rem;
  }
  .hero-title .title-wrapper .big-title {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 800px) and (min-height: 700px) and (max-height: 798px) {
  .hero-title .title-wrapper .big-title-md {
    top: 11.5rem !important;
  }
}
@media (max-width: 800px) and (max-height: 500px) {
  .hero .sub-title {
    padding-top: 170%;
  }
  .hero-title .title-wrapper .big-title {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .hero .sub-title {
    padding-top: 120%;
    font-size: 1rem;
    line-height: 1rem;
  }
  .map-section .top {
    padding: 0.5rem;
    font-size: 0.8rem !important;
    line-height: 1rem;
  }
  .half-right .content, .half-left .content {
    padding: 1.5rem;
  }
  .half-right .content .text, .half-left .content .text {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .half-right .content, .half-left .content {
    height: auto;
  }
  .half-right .content h1, .half-left .content h1 {
    line-height: 1.8rem;
    font-size: 1.8rem;
  }
  .hero-title .title-wrapper .big-title-md, .final-title .title-wrapper .big-title-md {
    left: -0.5rem;
    top: 8.5rem !important;
    scale: 0.8;
  }
  .footer .wrapper .logos {
    scale: 0.8;
  }
}
@media (max-width: 800px) and (min-height: 1000px) {
  .hero-title .title-wrapper .big-title {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }
  .hero-title .title-wrapper .big-title-md {
    top: 19rem !important;
    scale: 1.5;
    left: 5rem;
  }
  .hero .sub-title {
    padding-top: 110%;
    font-size: 1.7rem;
    line-height: 2rem;
  }
  .hero .bottom {
    margin-bottom: 2rem;
    font-size: 1.2rem !important;
  }
}
@media (min-width: 1100px) and (max-height: 800px) {
  .hero-title {
    height: 190vh;
  }
  .hero .sub-title {
    padding-top: 40%;
  }
}
@media (min-width: 1380px) and (max-width: 1400px) and (max-height: 1100px) {
  .hero-title {
    height: 170vh;
  }
  .hero .sub-title {
    padding-top: 40%;
  }
  .hero .sub-title {
    padding-top: 70%;
  }
  .hero-title .title-wrapper {
    padding-top: 20%;
  }
  .hero-title .title-wrapper .big-title {
    font-size: 7rem;
    line-height: 7rem;
  }
  .hero-title .title-wrapper .big-title-md {
    top: 5rem;
    left: -33%;
  }
}
@media (min-width: 820px) and (max-width: 840px) {
  .hero-title .title-wrapper, .final-title .title-wrapper {
    padding-top: 30%;
  }
  .hero-title .title-wrapper .big-title {
    font-size: 4.3rem;
    line-height: 4.3rem;
  }
  .map-section .top .text {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .hero-title .title-wrapper .big-title-md {
    scale: 2;
    left: 18% !important;
    top: 21rem !important;
  }
}
@media (min-width: 1700px) {
  html, body {
    font-size: 24px;
  }
  .hero img.clip-me {
    clip-path: inset(28% 10% 28% 65% round 48px);
  }
  .container {
    padding: 0;
  }
  .hero .sub-title {
    width: 62%;
    padding-top: 40%;
  }
  .hero .bottom {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1500px;
  }
  .mi-marker .punto {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .dashboard .content .right .shocks .mapa {
    width: 35%;
    padding-left: 1rem;
  }
  .dashboard .content .right .multipliers .wrapper .item .title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 70vw;
  }
}
@media (min-width: 1150px) and (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1100px;
  }
}

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