/* 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) {
  .text_spaced {
    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;
  }
  .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% */
  }
  .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;
    cursor: pointer;
  }
  .graph_active {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .graph_number {
    color: var(--text-text-white, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .text_spaced {
    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;
  }
  .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;
    cursor: pointer;
  }
  .graph_active {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }
  .graph_number {
    color: var(--text-text-white, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .text_spaced {
    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;
  }
  .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;
    cursor: pointer;
  }
  .graph_active {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
  }
  .graph_number {
    color: var(--text-text-white, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 116.667% */
  }
}

/* fuentes end  */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  all: unset;
}
.flex {
  display: flex;
}
.flex_column {
  flex-direction: column;
}

@media screen and (min-width: 1360px) {
  .page_container {
    align-items: center;
    background: white;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .page_container {
    align-items: center;
    background: white;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .page_container {
    align-items: center;
    background: white;
    width: 100%;
    height: 100%;
  }
}

/* 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: 302px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .text_hero_container {
    gap: 22px;
    align-items: start;
  }
  .banner_hero_container {
    width: 98%;
    height: 400px;
    margin-bottom: 110px;
    border-radius: var(--radius-radius-8, 8px);
    background: url("./assets/banner_real_time_ypf.webp") no-repeat center center;
    background-size: cover;
  }
  .text_cta_hero_container {
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
  }
  .cta_hero_container {
    display: flex;
    height: 48px;
    padding: 0px var(--padding-padding-16, 16px);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-radius-8, 8px);
    background: var(--surface-surface-brand, #0451dd);
  }
  .for_mobile {
    display: none;
  }
}
@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: 298px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .text_hero_container {
    gap: 24px;
    height: 100%;
    align-items: start;
    justify-content: space-between;
  }
  .banner_hero_container {
    width: 98%;
    height: 400px;
    background: url("./assets/banner_real_time_ypf.webp") no-repeat center center;
    background-size: cover;
    border-radius: var(--radius-radius-8, 8px);
  }
  .text_cta_hero_container {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
  }
  .cta_hero_container {
    display: flex;
    height: 48px;
    padding: 0px var(--padding-padding-16, 16px);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-radius-8, 8px);
    background: var(--surface-surface-brand, #0451dd);
  }
  .for_mobile {
    display: none;
  }
}
@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: 398px;
    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_real_time_ypf.webp") no-repeat center center;
    background-size: cover;
    border-radius: var(--radius-radius-8, 8px);
  }
  .text_cta_hero_container {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
  }
  .cta_hero_container {
    display: flex;
    height: 48px;
    padding: 0px var(--padding-padding-16, 16px);
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-radius-8, 8px);
    background: var(--surface-surface-brand, #0451dd);
  }
  .for_desktop {
    display: none;
  }
}

/* home end */
/* argentina start */
@media screen and (min-width: 1360px) {
  .full_bg_argentina {
    width: 100%;
    height: 640px;
    background: #f5f5f5;
    justify-content: center;
    overflow: hidden;
  }
  .argentina_structure {
    max-width: 1296px;
    width: 100%;
    height: 640px;
    justify-content: space-between;
  }
  .text_argentina_container {
    width: 40%;
    gap: 40px;
    justify-content: center;
    align-items: start;
  }
  .img_argentina_container {
    width: 50%;
    position: relative;
  }
  .text_argentina_container h3 {
    margin-bottom: 40px;
  }
  .full_img_arg_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 968px;
    height: 640px;
    background: url("./assets/argentina_ypf.webp") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .full_bg_argentina {
    width: 100%;
    height: 608px;
    background: #f5f5f5;
    justify-content: center;
    overflow: hidden;
    margin-top: 40px;
  }
  .argentina_structure {
    padding: 48px 24px;
    width: 100%;
    height: 608px;
    flex-direction: column;
    justify-content: space-between;
  }
  .text_argentina_container {
    width: 100%;
    /* height: 268px; */
    height: auto;
    margin-bottom: 48px;
    justify-content: start;
    align-items: start;
  }
  .text_argentina_container h3 {
    margin-bottom: 60px;
  }
  .text_argentina_container h2 {
    margin-bottom: 32px;
  }
  .img_argentina_container {
    width: calc(100% + 60px);
    height: 340px;
    position: relative;
  }
  .full_img_arg_container {
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 340px;
    background: url("./assets/argentina_ypf.webp") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .full_bg_argentina {
    width: 100%;
    height: 640px;
    background: #f5f5f5;
    justify-content: center;
    overflow: hidden;
    margin-top: 40px;
  }
  .argentina_structure {
    padding: 30px 24px;
    width: 100%;
    height: 640px;
    flex-direction: column;
    justify-content: space-between;
  }
  .text_argentina_container {
    width: 100%;
    height: 412px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: start;
  }
  .text_argentina_container h3 {
    height: 30%;
  }
  .img_argentina_container {
    width: calc(100% + 60px);
    height: 340px;
    position: relative;
  }
  .full_img_arg_container {
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 340px;
    background: url("./assets/argentina_ypf.webp") no-repeat center center;
    background-size: cover;
  }
}
/* argentina end */

/* potencial start */
@media screen and (min-width: 1360px) {
  .potencial_structure {
    max-width: 1296px;
    width: 100%;
    height: 744px;
  }
  .row_potencial_1 {
    justify-content: space-between;
    width: 100%;
    height: 280px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .row_potencial_2 {
    justify-content: space-between;
    width: 100%;
    height: 140px;
    margin-top: 24px;
    margin-bottom: 100px;
  }
  .cell1 {
    width: 50%;
    height: 100%;
    justify-content: start;
    align-items: start;
  }
  .cell2 {
    width: 50%;
    height: 100%;
    align-items: start;
    justify-content: space-between;
    padding-right: 15px;
  }
  .img_potencial_container {
    width: 46%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .potencial_structure {
    padding: 30px 24px;
    width: 100%;
    height: 618px;
  }
  .row_potencial_1 {
    justify-content: space-between;
    width: 100%;
    height: 406px;
    gap: 40px;
    margin-top: 48px;
    margin-bottom: 24px;
    flex-direction: column;
    justify-content: space-between;
  }
  .row_potencial_2 {
    justify-content: space-between;
    width: 100%;
    height: 212px;
    margin-top: 24px;
    margin-bottom: 48px;
    flex-direction: column;
    justify-content: space-between;
  }
  .cell1 {
    width: 100%;
    height: auto;
    justify-content: start;
    align-items: start;
    gap: 18px;
  }
  .cell2 {
    width: 100%;
    height: auto;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
  }
  .img_potencial_container {
    display: none;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .potencial_structure {
    padding: 30px 24px;
    width: 100%;
    height: 1122px;
  }
  .row_potencial_1 {
    justify-content: space-between;
    width: 100%;
    height: 778px;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: space-between;
  }
  .row_potencial_2 {
    justify-content: space-between;
    width: 100%;
    height: 344px;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: space-between;
  }
  .cell1 {
    width: 100%;
    height: auto;
    justify-content: start;
    align-items: start;
    gap: 18px;
  }
  .cell2 {
    width: 100%;
    height: auto;
    align-items: start;
    justify-content: space-between;
    gap: 18px;
  }
  .img_potencial_container {
    display: none;
  }
}
/* potencial end */
/* graph start */
@media screen and (min-width: 1360px) {
  .graph_structure {
    max-width: 1296px;
    width: 100%;
    height: 443px;
    margin-bottom: 100px;
    gap: 48px;
  }
  .title_graph_container {
    width: 100%;
    height: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .graphs_container {
    gap: 24px;
    width: 100%;
  }
  .graph1_container {
    width: calc(50% - 24px);
    gap: 10px;
  }
  .graph1_content_container {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph2_content_container {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph1_container img {
    width: 100%;
    height: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .graph_structure {
    padding: 30px 24px;
    width: 100%;
    height: 873px;
    gap: 48px;
  }
  .title_graph_container {
    width: 100%;
    height: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .graphs_container {
    gap: 24px;
    width: 100%;
    flex-direction: column;
  }
  .graph1_container {
    width: 100%;
  }
  .graph1_content_container {
    width: 100%;
    height: 340px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph2_content_container {
    width: 100%;
    height: 340px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph1_container img {
    width: 100%;
    height: 280px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .graph_structure {
    padding: 30px 24px;
    width: 100%;
    height: 740px;
    margin-bottom: 100px;
    margin-top: 60px;
    gap: 48px;
  }
  .title_graph_container {
    width: 100%;
    height: 62px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .graphs_container {
    gap: 24px;
    width: 100%;
    flex-direction: column;
  }
  .graph1_container {
    width: 100%;
  }
  .graph1_content_container {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph2_content_container {
    width: 100%;
    height: 280px;
    border-radius: 8px;
    border-bottom: 0.946px solid var(--color-borders-dividers-lines-grey, #e1e5ec);
    padding: 40px 0px 20px 0px;
    align-items: end;
    justify-content: space-between;
  }
  .graph1_container img {
    width: 100%;
    height: 280px;
  }
}

.graph1_content_container div:nth-child(1) {
  width: calc(25% - 2px);
  height: 100%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph1_content_container div:nth-child(2) {
  width: calc(25% - 2px);
  height: 80%;
  border-top: 1px solid var(--color-primary-500, #002d57);
  background: var(--surface-surface-brand, #0451dd);
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding: 10px;
}
.graph1_content_container div:nth-child(2) p:nth-child(1) {
  align-self: start;
}
.graph1_content_container div:nth-child(3) {
  width: calc(25% - 2px);
  height: 60%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph1_content_container div:nth-child(4) {
  width: calc(25% - 2px);
  height: 40%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph2_content_container div:nth-child(1) {
  width: calc(25% - 2px);
  height: 100%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph2_content_container div:nth-child(2) {
  width: calc(25% - 2px);
  height: 80%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph2_content_container div:nth-child(3) {
  width: calc(25% - 2px);
  height: 60%;
  border-top: 1px solid var(--color-primary-700, #0451dd);
  background: var(--surface-surface-grey-primary, #f5f5f5);
  padding: 10px;
}
.graph2_content_container div:nth-child(4) {
  width: calc(25% - 2px);
  height: 40%;
  border-top: 1px solid var(--color-primary-500, #002d57);
  background: var(--surface-surface-brand, #0451dd);
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
  padding: 10px;
}
.graph2_content_container div:nth-child(4) p:nth-child(1) {
  align-self: start;
}
/* graph end */
/* infra start */
@media screen and (min-width: 1360px) {
  .infra_structure {
    max-width: 1296px;
    width: 100%;
    height: 1032px;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: space-between;
  }
  .column_infra_izq {
    height: 100%;
    width: 40%;
    gap: 32px;
    justify-content: start;
    align-items: start;
  }
  .column_infra_der {
    height: 100%;
    width: 50%;
    gap: 25px;
  }
  .section_infra_container {
    width: 100%;
    height: auto;
    border-bottom: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-grey, #e1e5ec);
    padding-bottom: 25px;
  }
  .text_infra_container .items_num {
    width: 5%;
  }
  .text_infra_container h2 {
    width: 45%;
  }
  .text_items_container {
    width: 50%;
    gap: 21px;
  }
  .space_items_text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .infra_structure {
    padding: 30px 24px;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: space-between;
    gap: 60px;
  }
  .column_infra_izq {
    height: 100%;
    width: 100%;
    gap: 32px;
    justify-content: start;
    align-items: start;
  }
  .column_infra_der {
    height: 100%;
    width: 100%;
    gap: 25px;
  }
  .section_infra_container {
    width: 100%;
    height: auto;
    border-bottom: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-grey, #e1e5ec);
    padding-bottom: 25px;
  }
  .text_infra_container .items_num {
    width: 5%;
  }
  .text_infra_container h2 {
    width: 45%;
  }
  .text_items_container {
    width: 50%;
    gap: 21px;
  }
  .space_items_text {
    width: 100%;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .infra_structure {
    padding: 30px 24px;
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    flex-direction: column;
    justify-content: space-between;
  }
  .column_infra_izq {
    height: 224px;
    width: 100%;
    gap: 32px;
    justify-content: start;
    align-items: start;
    margin-bottom: 50px;
  }
  .column_infra_der {
    height: 100%;
    width: 100%;
    gap: 25px;
  }
  .section_infra_container {
    width: 100%;
    height: auto;
    border-bottom: var(--border-border-stroke-border-1, 1px) solid var(--border-border-color-border-grey, #e1e5ec);
    padding-bottom: 40px;
  }
  .text_infra_container {
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
  }
  .text_infra_container .items_num {
    width: 100%;
  }
  .text_infra_container h2 {
    width: 100%;
  }
  .text_items_container {
    width: 100%;
    gap: 10px;
  }
  .space_items_text {
    width: 100%;
  }
}
/* infra end */
/* banner start */
@media screen and (min-width: 1360px) {
  .banner_bg {
    background: url("./assets/banner_vaca_muerta_ypf.webp") no-repeat center 75%;
    background-size: cover;
    width: 100%;
    height: 470px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .banner_structure {
    max-width: 1296px;
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: end;
    padding-bottom: 24px;
  }
  .popup_banner_container {
    display: flex;
    width: 965px;
    height: 277px;
    padding: 40px 48px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--surface-surface-white, #fff);
  }
  .title_cta_banner_container {
    width: 100%;
    height: 50%;
    justify-content: space-between;
    gap: 24px;
  }
  .title_cta_banner_container h2 {
    width: 45%;
  }
  .cta_text_banner_container {
    width: 100%;
    height: 50%;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
  }
  .cta_text_banner_container p {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .banner_bg {
    background: url("./assets/banner_vaca_muerta_ypf.webp") no-repeat center 75%;
    background-size: cover;
    padding: 30px 24px;
    width: 100%;
    height: 470px;
    justify-content: center;
    margin-bottom: 60px;
  }
  .banner_structure {
    width: 100%;
    height: 100%;
    justify-content: start;
    align-items: end;
  }
  .popup_banner_container {
    display: flex;
    width: 448px;
    height: 332px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--surface-surface-white, #fff);
    gap: 24px;
  }
  .title_cta_banner_container {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .cta_text_banner_container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (min-width: 200px) and (max-width: 767px) {
  .banner_bg {
    background: url("./assets/banner_vaca_muerta_ypf.webp") no-repeat center 75%;
    background-size: cover;
    padding: 30px 24px;
    width: 100%;
    height: 470px;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .banner_structure {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .popup_banner_container {
    display: flex;
    width: 100%;
    height: auto;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: var(--surface-surface-white, #fff);
    gap: 24px;
  }
  .title_cta_banner_container {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .cta_text_banner_container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
/* banner end */

/* popup video player */
.video_preview_container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

.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: #000000; /* 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;
}
