/*--------------------------------SECTION-INTRODUCTION-START----------------------------------*/
main section#introduction .description-box .description-text a {
  color: red;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

main section#introduction .examples-box .boxes-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

main section#introduction .examples-box .boxes-box .box .main-box a,
main section#introduction .examples-box .boxes-box .box .sub-box a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}

main section#introduction .examples-box .boxes-box .box .main-box a:hover,
main section#introduction .examples-box .boxes-box .box .sub-box a:hover {
  transform: scale(1.05);
}

main
  section#introduction
  .examples-box
  .boxes-box
  .box
  .main-box
  a
  .img-box
  img {
  width: 100%;
}

main
  section#introduction
  .examples-box
  .boxes-box
  .box
  .main-box
  a
  .description-box
  .description-text {
  width: 100%;
}

main
  section#introduction
  .examples-box
  .boxes-box
  .box
  .sub-box
  a
  .img-box
  img {
  width: 100%;
}

main
  section#introduction
  .examples-box
  .boxes-box
  .box
  .sub-box
  a
  .description-box
  .description-text {
  width: 100%;
}
/*---------------------------------SECTION-INTRODUCTION-END-----------------------------------*/

/*--------------------------------SECTION-OFFER-START----------------------------------*/
main section#offer .offer-box .single-offer .title-box .img-box img {
  width: 100%;
}

main section#offer .offer-box .single-offer .title-box,
main section#offer .offer-box .single-offer .title-box h1 {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

main section#offer .offer-box .single-offer .title-box h1 {
  margin-left: 0.5em;
}

/*
main
  section#offer
  .offer-box
  .single-offer
  .title-box
  h1
  .spanish-first-title-letter {
  color: black;
}

main section#offer .offer-box .single-offer .title-box h1 .spanish-rest-title {
  color: rgb(143, 143, 143);
}

main
  section#offer
  .offer-box
  .single-offer
  .title-box
  h1
  .english-first-title-letter {
  color: red;
}

main section#offer .offer-box .single-offer .title-box h1 .english-rest-title {
  color: rgb(255, 139, 139);
}
*/

main section#offer .offer-box .single-offer .title-box h1 span {
  margin: 0 0.25em;
}

main section#offer .offer-box .single-offer .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

main section#offer .offer-box .single-offer .swiper-wrapper .swiper-slide .box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15em;
  height: 15em;
  border: 1px solid black;
  border-radius: 1em;
  transition: 0.25s;
  cursor: pointer;
}

main
  section#offer
  .offer-box
  .single-offer
  .swiper-wrapper
  .swiper-slide
  .box:hover {
  transform: scale(1.05);
}

main section#offer .offer-box .single-offer .swiper .swiper-button-next,
main section#offer .offer-box .single-offer .swiper .swiper-button-prev {
  color: black;
}

main section#offer .offer-box .single-offer .swiper .swiper-pagination-bullet {
  background-color: black;
}

main
  section#offer
  .offer-box
  .single-offer
  .swiper-wrapper
  .swiper-slide
  .box
  .more-soon {
  font-weight: 400;
}
/*---------------------------------SECTION-OFFER-END-----------------------------------*/

@media (min-width: 1026px) {
  /*--------------------------------SECTION-INTRODUCTION-START----------------------------------*/
  main section#introduction .description-box {
    width: 75%;
    margin-left: 12.5%;
  }

  main section#introduction .examples-box {
    margin-top: 5em;
    width: 60%;
    margin-left: 20%;
  }

  main section#introduction .examples-box .boxes-box .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2em;
  }

  main section#introduction .examples-box .boxes-box .box .main-box a {
    flex-direction: row;
  }

  main section#introduction .examples-box .boxes-box .box .sub-box a {
    flex-direction: row-reverse;
  }

  main section#introduction .examples-box .boxes-box .box .main-box a .img-box {
    width: 5em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .main-box
    a
    .description-box {
    width: 20em;
    margin-left: 1.5em;
  }

  main section#introduction .examples-box .boxes-box .box .sub-box a .img-box {
    width: 2em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .sub-box
    a
    .description-box {
    width: 14em;
  }
  /*---------------------------------SECTION-INTRODUCTION-END-----------------------------------*/

  /*--------------------------------SECTION-OFFER-START----------------------------------*/
  main section#offer {
    padding-top: 1em;
  }

  main section#offer .offer-box {
    width: 80%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  main section#offer .offer-box .single-offer {
    margin-bottom: 5em;
  }

  main section#offer .offer-box .single-offer .swiper-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  main section#offer .offer-box .single-offer .title-box .img-box {
    width: 3em;
  }

  main
    section#offer
    .offer-box
    .single-offer
    .swiper-wrapper
    .swiper-slide
    .box
    .more-soon {
    font-size: 1.125em;
  }
  /*---------------------------------SECTION-OFFER-END-----------------------------------*/
}

@media (max-width: 1025px) {
  /*--------------------------------SECTION-INTRODUCTION-START----------------------------------*/
  main section#introduction .description-box {
    width: 90%;
    margin-left: 5%;
  }

  main section#introduction .examples-box {
    margin-top: 4em;
    width: 80%;
    margin-left: 10%;
  }

  main section#introduction .examples-box .boxes-box .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-bottom: 3em;
  }

  main section#introduction .examples-box .boxes-box .box .main-box a,
  main section#introduction .examples-box .boxes-box .box .sub-box a {
    flex-direction: row;
  }

  main section#introduction .examples-box .boxes-box .box .main-box a .img-box {
    width: 3.5em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .main-box
    a
    .description-box {
    width: 20em;
    margin-left: 1em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .main-box
    a
    .description-box
    .description-text {
    font-size: 1.125em;
  }

  main section#introduction .examples-box .boxes-box .box .sub-box a .img-box {
    width: 2em;
  }

  main section#introduction .examples-box .boxes-box .box .sub-box {
    margin-top: 0.5em;
    margin-left: 0.75em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .sub-box
    a
    .description-box {
    width: 14em;
  }

  main
    section#introduction
    .examples-box
    .boxes-box
    .box
    .sub-box
    a
    .description-box
    .description-text {
    font-size: 1.125em;
  }
  /*---------------------------------SECTION-INTRODUCTION-END-----------------------------------*/

  /*---------------------------------SECTION-OFFER-START-----------------------------------*/
  main section#offer .offer-box {
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  main section#offer .offer-box .single-offer {
    margin-bottom: 5em;
  }

  main section#offer .offer-box .single-offer:nth-last-child(1) {
    margin-bottom: 0;
  }
  main section#offer .offer-box .single-offer .title-box h1 {
    word-wrap: break-word;
    word-break: break-word;
  }

  main section#offer .offer-box .single-offer .title-box .img-box {
    width: 3.5em !important;
  }

  main section#offer .offer-box .single-offer .title-box .img-box img {
    width: 100% !important;
  }

  main section#offer .offer-box .single-offer .swiper-wrapper {
    padding-top: 1em;
    padding-bottom: 3em;
  }

  main
    section#offer
    .offer-box
    .single-offer
    .swiper-wrapper
    .swiper-slide
    .box
    .more-soon {
    font-size: 1.25em;
  }
  /*---------------------------------SECTION-OFFER-END-----------------------------------*/
}
