/* fuentes start */
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "DIN";
  src: url("./fonts/DIN/DIN-RegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
/* Condensed variantes */
@font-face {
  font-family: "DINCond";
  src: url("./fonts/DIN/DINCond-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DINCond";
  src: url("./fonts/DIN/DINCond-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "DINCond";
  src: url("./fonts/DIN/DINCond-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINCond";
  src: url("./fonts/DIN/DINCond-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINCond";
  src: url("./fonts/DIN/DINCond-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.font_normal {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_italic {
  font-family: "DIN", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.font_bold {
  font-family: "DIN", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 1360px) {
  .tag_text {
    color: var(--Primary-Brand-Colour-700, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .hero_title {
    font-size: 88px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px; /* 100% */
    letter-spacing: -4px;
    color: var(--text-text-brand, #0451dd);
  }
  .hero_subtitle {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
  }
  .title_section {
    color: var(--text-text-brand, #0451dd);
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px; /* 100% */
    letter-spacing: -2px;
  }
  .subtitle_section {
    color: var(--text-text-primary, #212121);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .text_section {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .title_cell {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .number_items {
    color: var(--text-text-brand, #0451dd);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .titles_items {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .text_items {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .button_text {
    color: var(--text-text-white, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .text_cell {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .number_funciona {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .number_anim {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .number_pag {
    color: var(--text-text-primary, #212121);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .number_total_pag {
    color: var(--color-grey-scale-400, #bdbdbd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .tag_text {
    color: var(--Primary-Brand-Colour-700, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .hero_title {
    color: var(--text-text-brand, #0451dd);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 100% */
    letter-spacing: -2px;
  }
  .hero_subtitle {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
  }
  .title_section {
    color: var(--text-text-brand, #0451dd);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 105% */
    letter-spacing: -2px;
  }
  .subtitle_section {
    color: var(--text-text-primary, #212121);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .text_section {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .title_cell {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .number_items {
    color: var(--text-text-brand, #0451dd);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .titles_items {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .text_items {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .button_text {
    color: var(--text-text-white, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .text_cell {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .number_anim {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .number_pag {
    color: var(--color-primary-700, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .number_total_pag {
    color: var(--color-grey-scale-400, #bdbdbd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .tag_text {
    color: var(--Primary-Brand-Colour-700, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .hero_title {
    color: var(--text-text-brand, #0451dd);
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px; /* 100% */
    letter-spacing: -2px;
  }
  .hero_subtitle {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
  }
  .title_section {
    color: var(--text-text-brand, #0451dd);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px; /* 105% */
    letter-spacing: -2px;
  }
  .subtitle_section {
    color: var(--text-text-primary, #212121);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .text_section {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .title_cell {
    color: var(--text-text-primary, #212121);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
  }
  .number_items {
    color: var(--text-text-brand, #0451dd);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .titles_items {
    color: var(--text-text-primary, #212121);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
  }
  .text_items {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .button_text {
    color: var(--text-text-white, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .text_cell {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .text_link {
    color: var(--text-text-brand, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .number_anim {
    color: var(--text-text-grey-secondary, #616161);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 166.667% */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .number_pag {
    color: var(--color-primary-700, #0451dd);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 128.571% */
  }
  .number_total_pag {
    color: var(--color-grey-scale-400, #bdbdbd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }
}

/* fuentes end  */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.flex {
  display: flex;
}
.flex_column {
  flex-direction: column;
}
.page_container {
  align-items: center;
  background: white;
  width: 100%;
  height: 100%;
}
.color-blue {
  color: #0451dd;
}
.border-8 {
  border-radius: 8px;
}
.video-container {
  transform-origin: center;
  width: 100%;
  height: auto;
}
.video-container-anim {
  transform-origin: center;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.button_up {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: var(--radius-radius-8, 8px);
  border: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-brand, #bdbdbd);
}
.button_down {
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: var(--radius-radius-8, 8px);
  border: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-brand, #0451dd);
}
.btn_inactive {
  border: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-brand, #bdbdbd) !important;
}
.btn_active {
  border: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-brand, #0451dd) !important;
}

/* home start */
@media screen and (min-width: 1360px) {
  .tag {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    width: auto;
    gap: 4px;
    border-radius: 100px;
    background: var(--Grey-Scale-50, #fafafa);
  }
  .home_structure {
    max-width: 1296px;
    width: 100%;
    height: 146px;
    margin-top: 110px;
    margin-bottom: 60px;
  }
  .text_hero_container {
    gap: 22px;
    align-items: start;
  }
  .banner_hero_container {
    width: 98%;
    height: 400px;
    background: url("./assets/banner_proceso_extraccion.webp") no-repeat center 65%;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .tag {
    width: auto;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: var(--Grey-Scale-50, #fafafa);
  }
  .home_structure {
    width: 100%;
    padding: 0px 24px;
    height: 102px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text_hero_container {
    /* gap: 22px; */
    height: 100%;
    align-items: start;
    justify-content: space-between;
  }
  .banner_hero_container {
    width: 98%;
    height: 400px;
    background: url("./assets/banner_proceso_extraccion.webp") no-repeat center center;
    background-size: cover;
    border-radius: var(--radius-radius-8, 8px);
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .tag {
    width: auto;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: var(--Grey-Scale-50, #fafafa);
  }
  .home_structure {
    width: 100%;
    padding: 0px 24px;
    height: 138px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text_hero_container {
    /* gap: 22px; */
    height: 100%;
    align-items: start;
    justify-content: space-between;
  }
  .banner_hero_container {
    width: 98%;
    height: 400px;
    background: url("./assets/banner_proceso_extraccion.webp") no-repeat center center;
    background-size: cover;
    border-radius: var(--radius-radius-8, 8px);
  }
}
/* home end */

/* geo start */
@media screen and (min-width: 1360px) {
  .potencial_structure {
    max-width: 1296px;
    width: 100%;
    height: auto;
  }
  .row_potencial_1 {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 200px;
    margin-bottom: 100px;
  }
  .cell1 {
    width: 50%;
    height: 100%;
    justify-content: start;
    align-items: start;
  }
  .cell2 {
    width: 50%;
    height: auto;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    padding-right: 15px;
  }
  .banner_geo_container {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
  }
  .scroll-container {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .potencial_structure {
    padding: 0px 24px;
    width: 100%;
  }
  .row_potencial_1 {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .cell1 {
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: start;
  }
  .cell2 {
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: space-between;
    padding-right: 15px;
    gap: 20px;
  }
  .banner_geo_container {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
  }
  .scroll-container {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .potencial_structure {
    padding: 0px 24px;
    width: 100%;
  }
  .row_potencial_1 {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .cell1 {
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: start;
  }
  .cell2 {
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: space-between;
    padding-right: 15px;
    gap: 20px;
  }
  .banner_geo_container {
    display: none;
  }

  .scroll-wrapper {
    width: 100%;
    position: relative;
  }

  .scroll-container {
    overflow-x: auto;
    width: 100%;
    height: auto;
    scrollbar-width: none;
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }

  .scroll-content {
    width: 720px;
    /* overflow: hidden; */
  }
  .scroll-progress-bar {
    width: 100%;
    height: 4px;
    background-color: #ccc;
    position: relative; /* ahora no se mueve con el scroll */
    margin-top: 30px; /* opcional, separación con la imagen */
  }
  .scroll-progress-fill {
    height: 100%;
    width: 0%;
    background-color: #007bff;
    transition: width 0.2s ease;
  }
}
/* geo end */

/* funciona start */
@media screen and (min-width: 1360px) {
  .funciona_structure {
    max-width: 1296px;
    width: 100%;
    height: auto;
    padding-top: 200px;
    padding-bottom: 100px;
    gap: 60px;
    justify-content: space-between;
  }
  .sections_funciona_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 60px;
  }
  .section_funciona_container {
    width: 416px;
    height: 494px;
    gap: 24px;
  }
  .img_funciona_container {
    width: 100%;
    height: 300px;
    /* overflow: hidden; */
  }
  .text_funciona_container {
    gap: 10px;
  }
  .slider_container {
    display: none;
  }
  .indicator {
    display: none;
  }
  .slider_paginator {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .funciona_structure {
    padding: 60px 24px;
    width: 100%;
    justify-content: space-between;
  }
  .sections_funciona_container {
    display: none;
  }
  .section_funciona_container {
    width: 347px;
    height: 486px;
    gap: 24px;
    scroll-snap-align: start;
  }
  .img_funciona_container {
    width: 100%;
    height: 300px;
    /* overflow: hidden; */
  }
  .text_funciona_container {
    gap: 10px;
  }
  .slider_container {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 24px;
    margin-top: 60px;
    width: 100%;
  }
  .slides_container {
    width: calc((347px * 3) + 48px);
    gap: 24px;
  }
  .slider_container::-webkit-scrollbar {
    display: none;
  }
  .slider_paginator {
    width: 100%;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  .active_state_pag {
    width: 100%;
    align-items: center;
    justify-content: start;
    gap: 4px;
  }
  .barra_state {
    width: 20px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-grey-scale-400, #bdbdbd);
  }
  .barra_state_active {
    width: 54px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-primary-700, #0451dd);
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .funciona_structure {
    padding: 100px 24px;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
  .sections_funciona_container {
    display: none;
  }
  .section_funciona_container {
    width: 300px;
    height: 486px;
    gap: 24px;
    scroll-snap-align: start;
  }
  .img_funciona_container {
    width: 100%;
    height: 250px;
    overflow: hidden;
  }
  .text_funciona_container {
    gap: 10px;
  }
  .slider_container {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 24px;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 100%;
  }
  .slider_container::-webkit-scrollbar {
    display: none;
  }
  .slides_container {
    width: calc((347px * 3) + 48px);
    gap: 24px;
  }
  .slider_paginator {
    width: 100%;
    justify-content: center;
    align-items: start;
    gap: 10px;
  }
  .active_state_pag {
    width: 100%;
    align-items: center;
    justify-content: start;
    gap: 4px;
  }
  .barra_state {
    width: 20px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-grey-scale-400, #bdbdbd);
  }
  .barra_state_active {
    width: 54px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-primary-700, #0451dd);
  }
}
/* funciona end */

/* util start */
@media screen and (min-width: 1360px) {
  .row_potencial_1_util {
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .banner_util_container {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .row_potencial_1_util {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .banner_util_container {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .row_potencial_1_util {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 40px;
  }
  .banner_util_container {
    /* width: 100%;
    height: 300px;
    background: #999999; */
    display: none;
  }
}
/* util end */

/* hidro start */
@media screen and (min-width: 1360px) {
  .hidro_structure {
    max-width: 1296px;
    padding-top: 200px;
    padding-bottom: 100px;
    height: auto;
    justify-content: space-between;
    width: 100%;
    gap: 80px;
  }
  .titulo_hidro_container {
    width: 35%;
  }
  .video_hidro_container {
    width: 100%;
    height: 730px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .hidro_structure {
    padding: 60px 24px;
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
    justify-content: space-between;
    width: 100%;
    gap: 60px;
  }
  .titulo_hidro_container {
    width: 50%;
  }
  .video_hidro_container {
    width: 100%;
    height: 405px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .hidro_structure {
    padding: 0 24px;
    margin-top: 100px;
    margin-bottom: 60px;
    height: auto;
    justify-content: space-between;
    width: 100%;
    gap: 60px;
  }
  .titulo_hidro_container {
    width: 100%;
  }
  .video_hidro_container {
    width: 100%;
    height: 175px;
    border-radius: 8px;
  }
}
/* hidro end */

/* animacion start */
@media screen and (min-width: 1360px) {
  .animacion_structure {
    max-width: 1296px;
    width: 100%;
    height: 762px;
    padding-top: 100px;
    padding-bottom: 100px;
    justify-content: space-between;
  }
  .column_anim_izq {
    width: 45%;
    height: 494px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .column_anim_der {
    width: 50%;
    height: 100%;
  }
  .content_anim {
    border: solid 2px rgb(255, 255, 255);
    display: flex;
    align-items: end;
    width: 100%;
    height: 494px;
    border-radius: var(--radius-radius-8, 8px);
  }
  .paginator_anim {
    margin-top: 24px;
    gap: 44px;
    align-items: center;
  }
  .controlador_container {
    gap: 12px;
  }
  .animacion_structure_tablet {
    display: none;
  }
  .content_dynamic {
    gap: 40px;
  }
  .text_dynamic_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  /* .animacion_structure {
    display: none;
  } */
  .animacion_structure_tablet {
    /* padding: 60px 24px;
    width: 100%;
    height: calc(1000px * 6);
    margin-top: 48px;
    margin-bottom: 48px; */
    display: none;
  }
  .animacion_structure {
    padding: 60px 24px;
    width: 100%;
    /* height: calc(1000px * 6); */
    min-height: 1024px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  /* .container_tabs {
    width: 100%;
    height: 1000px;
    gap: 32px;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: -140px;
    z-index: 10;
  } */
  .column_anim_izq {
    width: 100%;
    /* height: auto; */
    height: 328px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
  }
  .column_anim_der {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content_anim {
    border: solid 2px white;
    display: flex;
    align-items: end;
    width: 100%;
    /* min-height: 500px; */
    height: auto;
    border-radius: var(--radius-radius-8, 8px);
  }
  .paginator_anim {
    gap: 24px;
    align-items: center;
  }
  .controlador_container {
    gap: 12px;
  }
  /* .paginator_anim {
    display: none;
  }
  .button_up {
    display: none;
  }
  .button_down {
    display: none;
  } */
  .content_dynamic {
    gap: 40px;
  }
  .text_dynamic_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .barra_tablet {
    width: 20px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-grey-scale-400, #bdbdbd);
  }
  .barra_tablet_active {
    width: 54px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-primary-700, #0451dd);
  }
  .paginador_container_tablet {
    height: 100%;
    width: 100%;
    margin-top: 15px;
    align-items: start;
    justify-content: start;
    gap: 15px;
  }
  .barras_tablet {
    align-items: start;
    gap: 5px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  /* .animacion_structure {
    display: none;
  } */
  .animacion_structure_tablet {
    /* padding: 60px 24px;
    width: 100%;
    height: calc(852px * 6);
    margin-top: 48px;
    margin-bottom: 48px; */
    display: none;
  }
  /* .animacion_structure {
    padding: 60px 24px;
    width: 100%;
    height: calc(852px * 6);
    height: auto;
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
  } */
  .animacion_structure {
    padding: 60px 24px;
    width: 100%;
    /* height: calc(1000px * 6); */
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  /* .container_tabs {
    width: 100%;
    height: 852px;
    gap: 32px;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 30px;
    z-index: 10;
  } */
  .column_anim_izq {
    width: 100%;
    height: auto;
    /* height: 402px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
  }
  .column_anim_der {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .content_anim {
    border: solid 2px white;
    display: flex;
    align-items: end;
    width: 100%;
    height: auto;
    border-radius: var(--radius-radius-8, 8px);
  }
  .paginator_anim {
    gap: 24px;
    align-items: center;
  }
  .controlador_container {
    gap: 12px;
  }
  /* .paginator_anim {
    display: none;
  }
  .button_up {
    display: none;
  }
  .button_down {
    display: none;
  } */
  .content_dynamic {
    gap: 40px;
  }
  .text_dynamic_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .barra_tablet {
    width: 20px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-grey-scale-400, #bdbdbd);
  }
  .barra_tablet_active {
    width: 54px;
    height: 4px;
    border-radius: 20px;
    background: var(--color-primary-700, #0451dd);
  }
  .paginador_container_tablet {
    height: 100%;
    width: 100%;
    margin-top: 15px;
    align-items: start;
    justify-content: start;
    gap: 15px;
  }
  .barras_tablet {
    align-items: start;
    gap: 5px;
  }
}
/* animacion end */

/* popup video player */
.video_preview_container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

.video_preview_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button_play {
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border-radius: 80px;
  transform: translate(-50%, -50%);
  background-size: contain;
  border: none;
  cursor: pointer;
}

/* Popup */

.video_popup_overlay {
  position: fixed;
  inset: 0;
  background-color: #000; /* fondo completamente negro */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.iframe_wrapper {
  width: 100%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-radius-8, 8px);
  overflow: hidden;
}

.iframe_wrapper iframe {
  width: 100%;
  height: 100%;
}

.close_popup_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  background: none;
  color: #0451dd;
  border: none;
  cursor: pointer;
  background: white;
}

.hidden {
  display: none;
}

.content_anim {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.video-fallback {
  transition: opacity 0.3s ease;
  opacity: 1;
}

.video-container-anim {
  width: 100%;
  height: auto;
}
