.banner-text {
  background-color: var(--rojo);
}

/* ! Methdology Title section*/
.special-message {
  color: var(--rojo) !important;
}
.methodology-list {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
  width: 100%;
}
.meth-item {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.meth-title {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
  align-items: flex-end;
}
.meth-body {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  grid-template-rows: auto;
  column-gap: 3rem;
  position: relative;
  right: 0%;
}
.icon-meth-col {
  width: 100%;
}
.icon-meth-col img {
  padding-top: 10%;
  width: 100%;
}
.body-meth-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.meth-title h3 {
  font-weight: 300;
  font-size: var(--fs-10) !important;
  padding-left: 15%;
}
.meth-body h4 {
  font-size: var(--fs-6);
  font-weight: 300;
  text-transform: uppercase;
}
.meth-body p {
  color: var(--verde);
  font-size: var(--fs-4);
}

@media (max-width: 550px) {
  .methodology-list {
    padding-left: 0%;
    row-gap: 4rem;
  }
  .meth-title {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
  .meth-title h3 {
    padding-left: 0%;
  }
  .meth-body {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    position: relative;
    padding-top: 2rem;
  }
  .icon-meth-col {
    height: 100px;
    position: absolute;
    right: 0%;
    top: -100px;
    display: flex;
    justify-content: flex-end;
  }
  .icon-meth-col img {
    padding-top: 0% !important;
    height: 100%;
    width: auto;
  }
}

/*! Colors*/
#history .meth-title h3,
#history .meth-body h4 {
  color: var(--turquesa);
}
#culture .meth-title h3,
#culture .meth-body h4 {
  color: var(--amarillo);
}
#biodiversity .meth-title h3,
#biodiversity .meth-body h4 {
  color: var(--palido);
}
#ecosystemic .meth-title h3,
#ecosystemic .meth-body h4 {
  color: var(--rojo);
}

/*!3.1 History Time line*/
.history-time-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
  justify-content: center;
  column-gap: 4rem;
}
.col-time {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}
.hist-time-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.hist-time-item h3 {
  color: var(--turquesa);
  font-size: var(--fs-6);
}
.hist-time-item p {
  color: var(--verde);
  font-size: var(--fs-3);
}
@media (max-width: 800px) {
  .history-time-line {
    display: flex !important;
    flex-direction: column;
    row-gap: 2rem;
  }
}
@media (max-width: 550px) {
  .history-time-line,
  .col-time {
    row-gap: 1.5rem !important;
  }
}

.hist-p {
  color: var(--turquesa);
  padding-left: 5%;
  font-weight: 500;
  font-size: var(--fs-6);
}

/*! Aviso history*/
.aviso-component h2,
.aviso-component span {
  text-align: center;
  font-weight: 800 !important;
  font-size: var(--fs-10);
  font-weight: normal;
  text-transform: uppercase;
}
.aviso-component span {
  color: var(--amarillo) !important;
}
.aviso-component h2 {
  color: var(--turquesa);
}

/*! swiepr slider*/
.history_slider p {
  color: var(--turquesa);
  font-size: var(--fs-6);
  font-weight: 500;
}
.history_slider .swiper-wrapper {
  height: 70vh;
  width: 100%;
}
.history_slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-color: #f0ebe3 !important;
}
.history_slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--turquesa) !important;
}

@media (max-width: 768px) {
  .history_slider .swiper-wrapper {
    height: 45vh;
    width: 100%;
  }
}

/*!4.1 Bio Grid*/
.bio-grid-component {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bio-grid-item-row {
  display: flex;
  gap: 0px;
  justify-content: stretch;
}
.bio-grid-info-col {
  width: 60%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1rem;
}
.bio-grid-img-col {
  width: 40%;
  background-color: var(--amarillo);
}
.bio-grid-img-col img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.bio-grid-item-row:nth-child(odd) {
  background-color: var(--palido);
}
.bio-grid-item-row:nth-child(odd) > * {
  color: var(--verde);
}
.bio-grid-item-row:nth-child(even) {
  background-color: var(--verde);
}
.bio-grid-item-row:nth-child(even) > * {
  color: var(--palido);
}

.credito {
  font-weight: 300;
  font-size: var(--fs-3);
}

@media (min-width: 768px) {
  .bio-grid-item-row:nth-child(even) .bio-grid-img-col {
    order: 2;
  }
}

.bio-grid-info-col h2 {
  font-size: var(--fs-8);
  line-height: 1;
  font-weight: 800;
}
.bio-grid-info-col h3 {
  font-size: var(--fs-7);
  font-weight: 300;
}
.bio-grid-info-col p {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .bio-grid-item-row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .bio-grid-info-col,
  .bio-grid-img-col {
    width: 100%;
    row-gap: 0rem;
  }
  .bio-grid-info-col {
    padding: 2.5rem 5%;
  }
  .bio-grid-img-col {
    height: auto;
  }
}

/*! 5.1 Economic items*/
.economic-grid {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: 100%;
}
.ecnomic-grid-item {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.economic-info-col {
  width: 53%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.economic-img-col {
  width: 47%;
}
.economic-img-col img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .ecnomic-grid-item:nth-child(even) .economic-img-col {
    order: 1;
  }
  .ecnomic-grid-item:nth-child(even) .economic-info-col {
    order: 2;
  }
}
.economic-info-col h2 {
  color: var(--rojo);
  font-size: var(--fs-8);
  font-weight: 800;
}
.economic-info-col p {
  color: var(--verde);
}
@media (max-width: 768px) {
  .economic-grid {
    row-gap: 3rem;
  }
  .ecnomic-grid-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 1rem;
  }
  .economic-img-col,
  .economic-info-col {
    width: 100%;
  }
  .economic-info-col {
    padding: 0px;
  }
}

/*! Culture Slider*/
.culture_slider {
  padding-left: 25%;
  padding-right: 10%;
}
.culture-slider p {
  color: var(--amarillo);
  font-weight: 500;
  font-size: var(--fs-6);
  margin-top: 1rem;
}
.culture_slider .swiper-button-prev,
.culture_slider .swiper-button-next {
  color: var(--amarillo) !important;
}
@media (max-width: 768px) {
  .culture_slider {
    padding-left: 0%;
    padding-right: 0%;
  }
}

/*subir*/
.culture_slider {
  position: relative;
}
.subir {
  position: absolute;
  right: 5%;
  bottom: 18%;
  width: 10%;
  max-width: 2.5rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .subir {
    bottom: 0%;
  }
}
