@charset "UTF-8";
/* styles.scss */
html {
  scroll-behavior: smooth;
  pointer-events: none;
  font-size: 16px !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Raleway", serif;
  background-color: #f2f2f2;
}
body figure {
  margin: 0;
}
body figure figcaption {
  line-height: 1.25;
}

h1 {
  font-size: 3.217rem;
}

h2 {
  font-size: 2.648rem;
}

h3 {
  font-size: 2.179rem;
}

h4 {
  font-size: 1.794rem;
}

h5 {
  font-size: 1.476rem;
}

h6 {
  font-size: 1.215rem;
  line-height: 1.25rem;
}

p {
  font-size: 1rem;
}

small {
  font-size: 0.823rem;
}

a,
span {
  font-family: "Raleway", serif;
}

a {
  text-decoration: none;
}

.main-cases {
  max-width: none;
  padding: 0;
}

main {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  pointer-events: none;
}
main h1 {
  color: #374d70;
}
main h6 {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: left;
  color: #f2f2f2;
  font-family: "Raleway";
}
main .custom-divider {
  border: 0;
  height: 2px;
  background-color: #d1d1d1;
  margin: 25px 16px 55px 16px;
}
main #custom-divider-2, main #custom-divider-1 {
  display: none;
}

.cases-hr {
  width: 87.4084vw;
  border-top: 1px solid #384D70;
  opacity: 0.2;
}

#beat-hr-1 {
  margin: 150px 6.2958vw 70px 6.2958vw;
}

#beat-hr-2 {
  margin: 60px 6.2958vw 60px 6.2958vw;
  display: none;
}

#beat-hr-3 {
  margin: 30px 6.2958vw 40px 6.2958vw;
}

@media (min-width: 1024px) {
  body #custom-divider-1 {
    display: block;
    border: 0;
    height: 1px;
    background-color: #d1d1d1;
    margin: 100px 0 100px 0;
  }
  body #custom-divider-2 {
    display: block;
    border: 0;
    height: 1px;
    background-color: #d1d1d1;
    margin: 5% 0 100px 0;
  }
  .hr-mobile {
    display: none;
  }
  #beat-hr-2 {
    margin: 100px 6.2958vw 100px 6.2958vw;
  }
  #beat-hr-3 {
    margin: 100px 6.2958vw 50px 6.2958vw;
  }
  main {
    padding: 0 16px;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 18px !important;
  }
}
@media (min-width: 1632px) {
  html {
    font-size: 22px !important;
  }
}
@media (min-width: 1920px) {
  body #custom-divider-2 {
    margin: 15% 0 100px 0;
  }
}
@media (min-width: 2560px) {
  html {
    font-size: 26px !important;
  }
  body #custom-divider-2 {
    margin: 30% 0 150px 0;
  }
}
@media only screen and (max-width: 1024px) {
  html .custom-divider {
    display: none;
  }
  html .hr-mobile {
    width: calc(100% - 32px);
    margin: 0 auto 10px auto;
    border: none;
    height: 1px;
    background-color: #384D70;
    opacity: 0.2;
  }
  html .hr-mobile:last-of-type {
    margin-bottom: 30px;
  }
}
a,
button,
.dropdown,
.dropdown-menu,
#icons,
.info,
.collapsed,
p,
.indicatorInteractiveMap,
.mapboxgl-map,
span,
figure,
img,
.nav-item,
iframe,
.play-button {
  pointer-events: auto;
}

#footer-cases {
  width: 87.4084vw;
  margin: clamp(16px, 2.5622vw, 40px) 6.2958vw;
}

footer {
  background-color: #374d70;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border-radius: 20px;
  padding: 16px 0px;
  margin: 0 16px 35px 16px;
  height: auto;
  position: relative;
  z-index: 10;
}
footer a,
footer small {
  font-family: "Raleway", sans-serif;
  font-size: 0.823rem;
  color: #ffffff;
  font-weight: 100;
}
footer #logo {
  display: flex;
  align-items: center;
}
footer #logo img {
  margin: 0 16px;
}
footer #logo img:nth-of-type(1) {
  width: 120px; /* tamaño más pequeño que 152px */
  height: auto; /* el navegador calcula la altura */
}
footer #logo img:nth-of-type(2) {
  width: 60px; /* más pequeño que 76px */
  height: auto;
}
footer #logo img:nth-of-type(3) {
  width: 60px; /* más pequeño que 78px */
  height: auto;
}
footer #main-nav #nav-menu {
  display: inline-flex;
  list-style: none;
  align-items: center;
  padding-left: 0;
  margin: 0 0 0 16px;
}
footer #main-nav #nav-menu li {
  display: inline-flex;
  align-items: center;
}
footer #main-nav #nav-menu li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 100;
  vertical-align: middle;
  display: inline-flex;
  opacity: 0.64;
}
footer #funding-notice {
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: calc(100% - 32px);
  margin: 0 16px 16px auto;
  line-height: 1.23;
}
footer #funding-notice p {
  opacity: 0.64;
  font-weight: 100;
  font-size: 0.823rem;
  color: #ffffff;
  margin: 0;
}
footer #funding-notice #euLogo {
  width: 56px;
  height: 36px;
  margin: 0;
}

/* Estilos para pantallas de escritorio */
@media (min-width: 1024px) {
  #footer-cases {
    width: 87.4084vw;
    margin: clamp(16px, 2.5622vw, 40px) 6.2958vw;
    max-width: none;
  }
  footer {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1600px;
    height: 69px;
    margin-top: 41px;
    margin-bottom: 170px;
  }
  footer a,
  footer p {
    font-family: "Raleway", sans-serif;
    font-size: 0.5606rem;
    font-weight: 200;
    color: #f2f2f2;
  }
  footer #logo {
    display: flex;
    align-items: center;
  }
  footer #logo img {
    margin: 0 0 0 40px;
  }
  footer #logo img:nth-of-type(1) {
    width: 152px;
    height: 40px;
  }
  footer #logo img:nth-of-type(2) {
    width: 76px;
    height: 15px;
  }
  footer #logo img:nth-of-type(3) {
    width: 78px;
    height: 43px;
  }
  footer #main-nav #nav-menu {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0;
  }
  footer #funding-notice {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: 416px;
    margin: 0 40px 0 0;
  }
  footer #funding-notice p {
    opacity: 0.64;
    font-weight: 100;
    font-size: 0.5606rem;
  }
  footer #funding-notice #euLogo {
    margin: 0;
    width: 56px;
    height: 36px;
  }
}
@media (min-width: 1632px) {
  #footer-cases {
    width: 87.4084vw;
    margin: clamp(16px, 2.5622vw, 40px) 6.2958vw;
    max-width: none;
  }
  footer {
    /* Se omiten las propiedades repetidas:
       background-color, display, border-radius, position, z-index */
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 1600px;
    height: 69px;
    width: 100%;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
  }
}
#fixed-map-bg {
  position: absolute;
  width: 100%;
  height: 1300px;
  background-image: url("../../assets/images/images-home/home_map.png");
  background-attachment: fixed;
  background-size: 350%;
  background-position: calc(50% - 150px) top;
  background-repeat: no-repeat;
  background-color: #323d54;
  z-index: -1;
  top: 0px;
}

#map-container {
  position: relative;
  width: calc(100% - 32px);
  height: 1200px;
  overflow: hidden;
  margin: 0 auto 0 auto;
  color: white;
  z-index: -1;
}
#map-container #map-content {
  bottom: 450px;
}
#map-container #map-content p {
  opacity: 0.6;
  margin: 0;
  max-width: 100%;
  font-weight: 200;
  line-height: 1.25;
}
#map-container #map-content hr {
  width: 100%;
  border: none;
  border-top: 1px solid #f2f2f2;
  margin: 30px 0;
  opacity: 0.2;
}
#map-container #map-content h3 {
  font-weight: 500;
  margin: 0 0 40px 0;
  line-height: 1.25;
}
#map-container #map-content,
#map-container #new-content {
  position: absolute;
  pointer-events: none;
}
#map-container #map-content h6,
#map-container #new-content h6 {
  margin: 0;
  line-height: 1.23;
  max-width: 620px;
  font-weight: 200;
}
#map-container #map-content h6:first-of-type,
#map-container #new-content h6:first-of-type {
  margin-bottom: 20px;
}
#map-container #map-content strong,
#map-container #new-content strong {
  font-weight: 500;
}
#map-container #map-content h5,
#map-container #new-content h5 {
  margin-top: 20px;
  font-weight: 400;
}
#map-container #new-content {
  top: 750px;
  z-index: 10;
  position: relative;
}
#map-container #new-content #resilient-cities-article {
  opacity: 1;
  transform: none;
}
#map-container #new-content #resilient-cities-article .arrow-down {
  margin-left: 30px;
  display: none;
}
#map-container #new-content .cta-buttons {
  display: flex;
  gap: 10px;
}
#map-container #new-content .cta-buttons a {
  background: rgba(63, 74, 97, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(19px);
  border-radius: 10px;
  font-size: 0.823rem;
  color: white;
  font-weight: 500;
  padding: 10px;
}
#map-container #new-content .content-blocks #top-block {
  display: none;
}
#map-container #new-content .content-blocks #bottom-block {
  display: none;
}

@media (min-width: 1024px) and (max-height: 720px) {
  #map-container #map-content {
    top: 40vh !important;
  }
  #map-container #new-content {
    top: 95vh !important;
  }
}
@media (min-width: 1024px) {
  #fixed-map-bg {
    background-position: calc(50% + 170px) center;
    background-size: cover;
    height: 135vh !important;
    min-height: 925px;
  }
  #map-container {
    height: 150vh !important;
    min-height: 1000px;
  }
  #map-container #map-content {
    bottom: 70vh;
  }
  #map-container #map-content hr {
    width: 100%;
    max-width: 34%;
  }
  #map-container #map-content #map-content-hr2 {
    display: none;
  }
  #map-container #map-content .text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #map-container #map-content .text-container p {
    max-width: 35%;
  }
  #map-container #new-content {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    top: 90vh;
  }
  #map-container #new-content #resilient-cities-article {
    opacity: 0;
    transform: translateX(-100%);
    flex: 1 1 calc(55% - 20px);
  }
  #map-container #new-content #resilient-cities-article .arrow-down {
    vertical-align: middle;
    margin-right: 8px;
    display: inline;
  }
  #map-container #new-content figure {
    margin: 0;
  }
  #map-container #new-content figure figcaption {
    font-size: 0.823rem;
  }
  #map-container #new-content .content-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0;
    transform: translateX(100%);
  }
  #map-container #new-content .content-blocks #top-block,
  #map-container #new-content .content-blocks #bottom-block {
    display: flex;
  }
  #map-container #new-content .content-blocks article figure {
    background: rgba(63, 74, 97, 0.7);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    will-change: transform, opacity;
    transform: translateZ(0);
  }
  #map-container #new-content .content-blocks article:nth-of-type(1) figure {
    display: flex;
    align-items: flex-start;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    height: auto;
    max-height: 252px;
    aspect-ratio: 2.758;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
  #map-container #new-content .content-blocks article:nth-of-type(1) figure img {
    height: auto;
    aspect-ratio: 1.153;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 100%;
  }
  #map-container #new-content .content-blocks article:nth-of-type(1) figure figcaption {
    font-size: 0.823rem;
    color: #ccc;
    margin: 0 12px 10px 12px;
  }
  #map-container #new-content .content-blocks article:nth-of-type(1) figure figcaption .highlight {
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
  }
  #map-container #new-content .content-blocks article:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  #map-container #new-content .content-blocks article:nth-of-type(2) div figure {
    font-size: 0.5rem;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
  #map-container #new-content .content-blocks article:nth-of-type(2) div figure figcaption {
    margin-bottom: 10px;
  }
  #map-container #new-content .content-blocks article:nth-of-type(2) div figure img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.669;
    max-width: 350px;
    border-radius: 10px;
  }
  #map-container #new-content #home-blocks {
    display: flex;
    opacity: 1;
    transform: none;
  }
  .carousel-figure {
    display: flex;
    align-items: center;
  }
  .carousel-figure .carousel-image {
    width: 40%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .carousel-figure .carousel-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    height: 100%;
  }
  .heat-item {
    display: none;
  }
  .heat-item:first-of-type {
    display: block;
  }
  .indicators {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    cursor: pointer;
  }
  .indicators .indicator {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
    border: 1px solid #d1d1d1;
  }
  .indicators .indicator.active {
    background-color: #d1d1d1;
  }
}
@media (min-width: 1920px) {
  #fixed-map-bg {
    height: 133vh !important;
  }
  #map-container {
    height: 140vh !important;
  }
  #map-container #map-content {
    bottom: 55vh;
  }
  #map-container #new-content {
    top: 97vh;
  }
}
@media (min-width: 1920px) and (max-height: 1000px) {
  #fixed-map-bg {
    height: 141vh !important;
  }
  #map-container {
    height: 150vh !important;
  }
  #map-container #map-content {
    bottom: 65vh;
  }
  #map-container #new-content {
    top: 95vh;
  }
}
@media (min-width: 2560px) {
  #map-container #map-content {
    bottom: 55vh;
  }
}
#find-right-solutions {
  display: flex;
  justify-content: center;
  margin: 140px auto 10px;
}
#find-right-solutions .content {
  width: calc(100% - 32px);
  margin: 0 auto;
}
#find-right-solutions h3 {
  color: #374d70;
  font-weight: 500;
  margin: 0 0 30px 0;
  line-height: 1.18;
}
#find-right-solutions h6 {
  margin: 0;
  font-weight: 300;
  color: #54595f;
  text-align: left;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 20px;
}
#find-right-solutions h6.highlight {
  font-weight: normal;
}

#findings-section {
  background-color: #f2f2f2;
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
}
#findings-section #icons {
  display: none;
}
#findings-section .content {
  position: relative;
  top: 100px;
  left: 40px;
  width: 740px;
  text-align: justify;
}
#findings-section .content h3 {
  color: #24344d;
  font-weight: 600;
}
#findings-section .content h6 {
  color: #54595f;
  font-weight: 300;
}
#findings-section .content p {
  color: #54595f;
}
#findings-section .content-wrapper {
  display: flex;
}
#findings-section .content-wrapper .mobile-color-line {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  display: block;
}
#findings-section .content-wrapper .number {
  display: none;
}
#findings-section .content-wrapper .number-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 1.215rem;
}
#findings-section .content-wrapper .number-mobile .svg-container-mobile {
  display: contents;
}
#findings-section .content-wrapper .number-mobile .circle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#findings-section .content-wrapper .number-mobile .circle svg {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
  margin: 0;
}
#findings-section .content-wrapper .number-mobile.active .circle img {
  filter: none;
}
#findings-section .content-wrapper .text-content h6 {
  font-weight: 500;
  color: #374d70;
  line-height: 1.28;
}
#findings-section .content-wrapper .text-content p {
  color: #54595f;
  line-height: 1.25;
  font-weight: 300;
}
#findings-section .content-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#findings-section #content2 {
  opacity: 0;
  transform: translateY(50px);
}
#findings-section #content2 .info {
  display: flex;
  gap: 50px;
}
#findings-section #content2 .section-header .title {
  position: relative;
  top: 25px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #7a7a7a;
}
#findings-section #content2 .section-header .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #7a7a7a;
  margin-top: 5px;
  opacity: 0.2;
  margin-bottom: 50px;
}

.content-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.content-wrapper img {
  width: 22.11vw;
  height: auto;
  aspect-ratio: 2;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.content-wrapper .text-content {
  display: flex;
  flex-direction: column;
}
.content-wrapper .text-content .see-how-button {
  display: inline-block;
  color: #374d70;
  border: 2px solid #374d70;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 58px;
  cursor: pointer;
  margin-top: 25px;
  border-radius: 40px;
  display: inline-block;
  font-size: 0.923rem;
  font-weight: 600;
}
.content-wrapper .text-content h6 {
  margin: 0;
  padding: 0;
}
.content-wrapper .text-content p {
  margin: 20px 0 0 0;
  padding: 0;
}

@media (min-width: 1024px) and (max-height: 719px) {
  #findings-section #content2 .icons-container {
    margin-bottom: 30px !important;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper .text-content {
    margin: 0 6.7% 0 2.5% !important;
    flex: 0 0 43.6% !important;
    padding-top: 20px !important;
  }
  #findings-section #content2 .icons-container #icons-wrapper {
    width: 41.6% !important;
  }
}
@media (min-width: 1024px) {
  #pin-container-insights {
    height: 700px;
    position: relative;
    max-height: 700px;
  }
  #find-right-solutions {
    display: block;
    margin: 0 auto 130px;
  }
  #find-right-solutions .content {
    margin: 0;
  }
  #find-right-solutions .content h6 {
    width: 60%;
  }
  #findings-section {
    width: 100%;
    max-width: 1600px;
    align-items: normal;
    margin: 0 auto 300px;
  }
  #findings-section #content2 .section-header .title::after {
    display: none;
  }
  #findings-section #content2 .icons-container {
    display: flex;
    position: relative;
    margin-bottom: 51px;
    justify-content: flex-end;
    width: 100%;
  }
  #findings-section #content2 .icons-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d1d1d1;
    z-index: 0;
    width: 100%;
  }
  #findings-section #content2 .icons-container #icons-wrapper {
    display: flex;
    gap: 12.5px;
    margin-left: auto;
    width: 50.6%;
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon {
    position: relative;
    z-index: 1;
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(56px, 4.54vw, 71px);
    height: clamp(56px, 4.54vw, 71px);
    background-color: #f2f2f2;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle .svg-container {
    display: contents;
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle .svg-container img {
    width: clamp(36px, 2.93vw, 46px);
    height: auto;
    aspect-ratio: 1;
    transition: filter 0.3s ease;
    margin: 0 auto;
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle .icon-img {
    /* Lighter gray for inactive state */
    filter: brightness(0) saturate(100%) invert(80%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle:hover {
    background-color: #f0f0f0;
    transform: scale(1.1);
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon .circle.active .icon-img {
    filter: none;
    /* Remove filters to keep original white color */
  }
  #findings-section #content2 .icons-container #icons-wrapper .icon.active .circle img {
    filter: none;
  }
  #findings-section #content2 .info-wrapper .info {
    background-color: #f2f2f2;
    pointer-events: none;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper {
    flex-direction: row;
    align-items: normal;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper .mobile-color-line {
    display: none;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper .number-mobile {
    display: none;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper .number {
    display: block;
    font-size: 1.215rem;
    flex: 0 0 7%;
    padding-top: 20px;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper .text-content {
    margin: 0 8.7% 0 2.5%;
    flex: 0 0 31.6%;
    padding-top: 20px;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper #findings-image {
    flex: 0 0 50.6%;
  }
  #findings-section #content2 .info-wrapper .info .content-wrapper #findings-image img {
    width: 60%;
    height: auto;
    aspect-ratio: 1.224;
  }
}
@media (max-width: 1023px) {
  .info,
  .info .content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    transition: margin 0.4s ease;
  }
  .number-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .info .text-content {
    overflow: hidden;
    max-height: 1000px;
    opacity: 1;
    transform: translateY(0);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.4s ease;
  }
  .info.collapsed .text-content {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, transform 0.4s ease;
    padding: 0;
    margin: 0;
  }
  #findings-image {
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
    overflow: hidden;
  }
  .info.collapsed #findings-image {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
  }
  .info.collapsed .text-content h6,
  .info.collapsed .text-content p,
  .info.collapsed .text-content .see-how-button {
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  .mobile-color-line {
    display: block;
    width: 100%;
    margin: 5px 0;
    height: 1px;
    margin-top: 25px;
    transition: margin 0.3s ease;
  }
  .info.collapsed .mobile-color-line {
    margin-top: 0;
  }
  .info.collapsed {
    margin-bottom: 10px;
    transition: margin 0.4s ease;
  }
}
.hr-mobile {
  width: calc(100% - 32px);
  margin: 0 auto 10px auto;
  border: none;
  height: 2px;
  background-color: #f2f2f2;
}

#seven-urban-realities {
  margin-bottom: 30px;
}
#seven-urban-realities h3 {
  font-weight: 400;
  margin: 0 0 0 16px;
  display: block;
  color: #374d70;
}
#seven-urban-realities .custom-marker {
  width: 16px;
  height: 16px;
  background-color: #009898;
  border-radius: 50%;
}
#seven-urban-realities #map-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#seven-urban-realities #map-wrapper #interactiveMap {
  height: 246px;
  border-radius: 20px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
#seven-urban-realities #map-wrapper #interactiveMap .mapboxgl-ctrl-attrib,
#seven-urban-realities #map-wrapper #interactiveMap .mapboxgl-ctrl-bottom-left {
  display: none;
}
#seven-urban-realities #country-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  border: none;
  background-color: #f8f8f8;
  width: calc(100% - 32px);
  margin: 30px auto 0 auto;
}
#seven-urban-realities #country-info h3,
#seven-urban-realities #country-info h4 {
  display: none;
}
#seven-urban-realities #country-info #headquarters {
  display: flex;
  background-color: #f8f8f8;
  border-radius: 20px;
  width: calc(100% - 32px);
  margin: 0 auto;
  align-items: center;
  height: 80px;
}
#seven-urban-realities #country-info #headquarters img {
  height: 60px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#seven-urban-realities #country-info #headquarters div {
  display: flex;
  flex-direction: column;
}
#seven-urban-realities #country-info #headquarters h3 {
  display: none;
}
#seven-urban-realities #country-info #headquarters h6,
#seven-urban-realities #country-info #headquarters p {
  margin: 0 0 10px 20px;
  display: inline-block;
  color: #374d70;
  font-weight: 500;
}
#seven-urban-realities #country-info #areasToolsContainer {
  display: contents;
  margin-bottom: 10px;
}
#seven-urban-realities #country-info #areasToolsContainer h6 {
  display: none;
}
#seven-urban-realities #country-info #areasToolsContainer small {
  font-weight: 500;
}
#seven-urban-realities #country-info #areasToolsContainer a {
  color: #03939a;
  margin: 0px 0 10px 0;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools {
  background-color: #f8f8f8;
  border-radius: 20px;
  width: calc(100% - 32px);
  margin: 0 auto;
  min-height: 120px;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools .tiny-span {
  color: #374D70;
  font-size: 0.694rem;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #tools-container {
  display: flex;
  padding-bottom: 4px;
  flex-direction: row;
  justify-content: space-between;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #tools-container .tool-category {
  font-size: 0.694rem;
  color: #03939a;
  border: 1px solid #03939A;
  border-radius: 10px;
  padding: 2px 7px;
  max-width: 65%;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools .focustool-counter {
  font-size: 0.823rem;
  opacity: 0.3;
  font-weight: 200;
  margin-bottom: 10px;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #focus-counter,
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #tool-counter {
  display: none;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools h6 {
  margin: 0;
  font-weight: 500;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools p {
  margin: 0;
  font-weight: 500;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools:nth-child(2) {
  display: flex;
  justify-content: space-between;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools:nth-child(2) div:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools:nth-child(4) div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-bottom: 6px;
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools:nth-child(4) div:nth-child(2) a {
  position: relative;
  color: #AAA9A9;
  margin: 0;
  font-weight: 300;
  display: block;
  padding: 4px 0px;
  border-bottom: 1px solid rgba(170, 169, 169, 0.2);
}
#seven-urban-realities #country-info #areasToolsContainer .focusAreasTools:nth-child(4) div:nth-child(2) small:last-child a {
  border-bottom: none;
  /* El primer enlace no lleva borde */
}

.carousel {
  display: flex;
  position: relative;
  min-height: 73px;
  flex-direction: column;
  justify-content: space-evenly;
}
.carousel h6 {
  margin: 0;
  font-weight: 500;
}

.focus-item,
.tool-item {
  display: none;
}

.indicatorsInteractiveMap {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 10px;
}

.indicatorInteractiveMap {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d1d1d1;
  cursor: pointer;
  transition: background-color 0.3s;
}
.indicatorInteractiveMap.active {
  background-color: #666;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  .hr-mobile {
    display: none;
  }
  #seven-urban-realities {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: center;
    gap: 25px;
    margin: 0 auto 0 auto;
  }
  #seven-urban-realities h3 {
    display: none;
  }
  #seven-urban-realities #map-wrapper {
    flex: 3;
  }
  #seven-urban-realities #map-wrapper #interactiveMap {
    width: 100%;
    height: 550px;
  }
  #seven-urban-realities #country-info {
    gap: 16px;
    flex: 2;
    background-color: transparent;
    align-items: normal;
  }
  #seven-urban-realities #country-info h3 {
    font-weight: 100;
    margin: 0;
    display: block;
    color: #374d70;
  }
  #seven-urban-realities #country-info #headquarters {
    width: 100%;
    gap: 16px;
    height: 178px;
    align-items: normal;
    padding: 10px;
  }
  #seven-urban-realities #country-info #headquarters img {
    height: 156px;
    width: 197px;
  }
  #seven-urban-realities #country-info #headquarters h3,
  #seven-urban-realities #country-info #headquarters h4 {
    margin: 0 0 0 20px;
    display: inline-block;
    font-weight: 500;
    color: #334867;
  }
  #seven-urban-realities #country-info #headquarters h6,
  #seven-urban-realities #country-info #headquarters p {
    display: none;
  }
  #seven-urban-realities #country-info #areasToolsContainer {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 100%;
  }
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools {
    width: 50%;
    min-height: 178px;
    height: auto;
    padding: 10px;
  }
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #focus-counter-mobile,
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #tool-counter-mobile {
    display: none;
  }
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #focus-counter,
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools #tool-counter {
    display: block;
  }
  #seven-urban-realities #country-info #areasToolsContainer .focusAreasTools h6 {
    display: block;
  }
  #seven-urban-realities #country-info .focusAreasTools:nth-of-type(1) small {
    display: none;
  }
  #seven-urban-realities #country-info .focusAreasTools:nth-of-type(2) small a {
    color: #aaa9a9;
  }
  #seven-urban-realities .carousel {
    justify-content: flex-end;
  }
  .indicatorsInteractiveMap {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }
}/*# sourceMappingURL=styles.css.map */