/*! Big Images*/
.special-message {
  color: var(--rojo) !important;
}
.big-images-component {
  width: 100%;
  background-color: var(--verde);
}
.big-images-info-row {
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.big-images-info-row p {
  color: var(--amarillo);
  max-width: 900px;
  font-size: var(--fs-6);
  font-weight: 300;
}
.img-row {
  position: relative;
  width: 100%;
  display: block;
}
.img-row img {
  width: 100%;
}
.img-row p {
  font-size: var(--fs-4);
  color: white;
  position: absolute;
  left: 2.5%;
  bottom: 2.5%;
  font-weight: 300;
}

/*! Big Message Section*/
.big-message_section {
  background-color: var(--rojo);
}
.big-message-component {
  text-align: center;
}
.big-message-component h2 {
  color: var(--amarillo);
  text-transform: uppercase;
  font-size: var(--fs-12);
  font-weight: normal;
  font-weight: 800;
}

/*! Big Message Section*/
.last-message_section {
  background-color: var(--verde);
  position: relative;
}
.last-message-component {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
  padding: 5rem 0px;
}
.last-message-component h2 {
  color: var(--amarillo);
  font-size: var(--fs-8);
  font-weight: 500;
  max-width: 460px;
}
.last-message-component h3 {
  color: white;
  font-size: var(--fs-9);
  font-weight: 500;
}
.last-message_section img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.last-message_section .container-medium {
  max-width: 40rem !important;
}
@media (max-width: 768px) {
  .last-message-component {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
    padding: 2.5rem 0px;
  }
}
