:root {
  --outlook-white: #fff;
  --outlook-sand-3: #d8cfc7;
  --outlook-green: #00a443;
  --outlook-green-1: #007f33;
  --outlook-green-3: #26bf64;
  --outlook-forest: #00402a;
  --outlook-forest-1: #dcebe1;
  --outlook-sand-7: #3a3735;
  --outlook-sand-1: #fffeff;
  --outlook-sand: #fff5ec;
  --outlook-sunset: #ff9c1a;
  --outlook-sunset-light: #fff2d4;
}

#outlook {
  width: 100%;
  max-width: 980px;
  padding: 24px 16px;
  margin: 20px auto;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid var(--outlook-sand-3);
  background: var(--outlook-white);
}

#outlook * {
  font-family: "IberPangeaText" !important;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#outlook strong {
  font-family: "IberPangeaText Bold" !important;
  font-weight: normal;
}

#outlook h2,
#outlook h3,
#outlook h4 {
  margin-top: 0 !important;
}

#outlook ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#outlook ul li:before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#outlook img,
#outlook svg {
  display: block;
  width: 100%;
}

#outlook .outlook_title {
  color: var(--outlook-green-1) !important;
  font-size: 32px;
  line-height: 1.125;
  text-align: left;
  font-family: "IberPangea" !important;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 24px;
}

#outlook .outlook_title strong {
  font-family: "IberPangea Bold" !important;
  font-weight: normal;
  font-style: normal;
}

#outlook .outlook_info {
  border-radius: 16px;
  background: var(--outlook-forest-1);
  padding: 16px;
  margin-bottom: 16px;
}

#outlook .outlook_info-2 {
  margin-bottom: 24px;
}

#outlook .outlook_info_text {
  color: var(--outlook-forest) !important;
  font-family: "IberPangea" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
}

#outlook .outlook_info-2 .outlook_info_text {
  text-align: center;
}

#outlook .outlook_info_text strong {
  font-family: "IberPangea Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.125;
}

#outlook .outlook_info_text strong em {
  font-family: "IberPangea Bold" !important;
  font-style: italic;
  font-weight: normal;
}

#outlook .outlook_info_text em {
  font-family: "IberPangea" !important;
  font-style: italic;
  font-weight: normal;
}

#outlook .outlook_content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 258px;
  margin: 0 auto;
}

#outlook .outlook_graph {
  display: flex;
  flex-direction: column;
  position: relative;
}

#outlook .outlook_graph-1 {
  width: 50%;
}

#outlook .outlook_graph-1:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/wcorp/gc/prod/es_ES/estaticos/perspectivas-2025/images/flecha-m.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  bottom: 207px;
  left: calc(100% - 23px);
}

#outlook .outlook_graph-2 {
  order: -1;
  width: 100%;
}

#outlook .outlook_graph-3 {
  width: 50%;
  transform: translateX(8px);
}

#outlook .outlook_legend {
  color: var(--outlook-sand-7) !important;
  font-family: "IberPangeaText" !important;
  font-size: 16px;
  line-height: 1.25;
  font-style: italic;
  font-weight: normal;
  text-align: left;
  display: block;
  margin-right: auto;
  margin-bottom: auto;
}

#outlook .outlook_graph_label {
  display: block;
  color: var(--outlook-forest) !important;
  font-family: "IberPangeaText Bold" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 16px;
}

#outlook .outlook_graph_label-2,
#outlook .outlook_graph_label-4 {
  margin-bottom: 8px;
}

#outlook .outlook_graph_label em {
  font-family: "IberPangeaText Bold" !important;
  font-style: italic;
  font-weight: normal;
}

#outlook .outlook_graph_bar {
  width: 100%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#outlook .outlook_graph_bar p {
  color: var(--outlook-forest) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-wrap: balance;
  text-align: center;
}

#outlook .outlook_graph_bar p em {
  font-family: "IberPangeaText" !important;
  font-style: italic;
  font-weight: normal;
}

#outlook .outlook_graph_bar-1 {
  border-radius: 10px;
  border: 1px solid var(--outlook-forest);
  background: var(--outlook-sand);
  height: 108px;
  max-width: 70px;
}

#outlook .outlook_graph_bar-2 {
  border-radius: 16px;
  border: 2px solid var(--outlook-sunset);
  background: var(--outlook-sunset-light);
  padding: 16px;
  max-width: 209px;
  height: 72px;
}

#outlook .outlook_graph_bar-3 {
  border-radius: 10px;
  border: 1px solid var(--outlook-green-1);
  background: var(--outlook-sand);
  height: 40px;
  max-width: 70px;
  margin-bottom: 8px;
}

#outlook .outlook_graph_bar-4 {
  border-radius: 10px;
  border: 1px solid var(--outlook-green-3);
  background: var(--outlook-green-1);
  height: 167px;
  max-width: 70px;
}

#outlook .outlook_graph_text {
  color: var(--outlook-forest) !important;
  font-family: "IberPangeaText" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
  margin-bottom: 16px;
}

#outlook .outlook_footer {
  display: flex;
  flex-direction: column;
}

#outlook .outlook_footer_logo {
  max-width: 55px;
  margin-left: auto;
}

#outlook .outlook_footer_text {
  order: -1;
  color: var(--outlook-sand-7) !important;
  font-family: "IberPangea Text" !important;
  font-size: 14px;
  line-height: 1.28;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

#outlook .outlook_graph-1 .outlook_graph_text {
  width: 140px;
  transform: translateX(-10px);
}

@media (min-width: 700px) {
  #outlook {
    padding: 40px 32px;
  }

  #outlook .outlook_content {
    max-width: 501px;
    gap: 16px;
  }

  #outlook .outlook_info_text,
  #outlook .outlook_info_text strong {
    font-size: 20px;
    line-height: 1.25;
  }

  #outlook .outlook_graph-1 {
    width: 28%;
    order: -1;
  }

  #outlook .outlook_graph-1:before {
    width: 248px;
    height: 92px;
    background-image: url("/wcorp/gc/prod/es_ES/estaticos/perspectivas-2025/images/flecha.svg");
    bottom: 194px;
    left: 127px;
  }

  #outlook .outlook_graph-2 {
    margin-top: auto;
    margin-bottom: auto;
    width: calc(44% - 32px);
  }

  #outlook .outlook_graph-3 {
    width: 28%;
  }

  #outlook .outlook_footer {
    flex-direction: row;
    gap: 24px;
  }

  #outlook .outlook_footer_logo {
    max-width: 80px;
    margin-top: auto;
    order: -1;
  }

  #outlook .outlook_graph_bar-1 {
    max-width: 100px;
    height: 84px;
  }

  #outlook .outlook_graph_bar-2 {
    max-width: 189px;
    height: 84px;
  }

  #outlook .outlook_graph_bar-3 {
    max-width: 100px;
    height: 40px;
  }

  #outlook .outlook_graph_bar-4 {
    max-width: 100px;
    height: 193px;
  }

  #outlook .outlook_graph-1 .outlook_graph_text {
    width: auto;
    transform: none;
  }
}
