@media (min-width: 1800px) {
  .search-section {
    background-image: url(./../assets/images/seccion-1-big.jpg) !important;
  }

  .offer-section{
    background-image: url(./../assets/images/seccion-2-big.jpg) !important;
  }
}

@media (max-width: 1300px) {

    /* FIRST SECTION */
    .first-section-container {
      width: 70%;
    }
  
    /* SEARCH SECTION */
    .search-container div {
      padding-left: 15%;
    }
  
    /* OFFER SECTION */
    .offer-container div {
      padding-right: 15%;
    }
  
    article {
      font-size: 17px;
    }
  
  
    /* CTA FINAL SECTION */
  
    .cta {
      width: 70%;
    }
  
    .cta p {
      font-size: 18px;
    }
  
  }
  
  @media (max-width: 1200px) {
  
    body {
      font-size: 17px;
    }
  
    /* HEADER SECTION */
    .header-container {
      margin-left: 15%;
    }
  
    header {
      background-position: 30%;
    }
  
    /* FIRST SECTION */
    .first-section-container {
      width: 70%;
    }
  
    /* SEARCH SECTION */
  
    .search-section {
      background-size: contain;
    }
  
    .search-container>div {
      padding-left: 15%;
    }
  
  
    /* OFFER SECTION */
  
    .offer-container {
      background-size: contain;
    }
  
    .offer-container>div {
      padding-right: 15%;
    }
  
    /* STEPS SECTION */
    .steps-container>div {
      width: 60%;
    }
  
}


  
@media (max-width: 1000px) {
    body {
      font-size: 16px;
    }
  
    /* SEARCH SECTION */
    .search-section {
      background-size: contain;
    }
  
    .search-container p {
      margin-right: 0px;
  
    }
  
    .offer-section {
      background-size: contain;
    }
  
    /* STEPS SECTION */
  
    .steps-container>div {
      width: 70%;
    }
  
    .steps-block-1 article:first-child img {
      width: 39.2px;
    }
  
    .steps-block-1 article:last-child img {
      width: 48.8px;
    }
  
    .steps-block-2 article:first-child img {
      width: 56px;
    }
  
    .steps-block-2 article:last-child img {
      width: 56.8px;
    }
  
    article p {
      font-size: 16px;
    }
  
}
  
@media (max-width: 800px) {
  
    body {
      font-size: 15px;
    }
  
    h2 {
      font-size: 1.6em;
    }
  
    /* SEARCH SECTION */
    .search-container div {
      padding-left: 5%;
      padding-top: 50px;
      padding-bottom: 50px;
      padding-right: 20px;
    }
  
    .search-container img {
      height: 80px;
      left: 15px;
    }
  
    /* OFFER SECTION */
  
    .offer-container p {
      padding-left: 20px;
    }
  
    .offer-container div {
      padding-right: 5%;
      padding-top: 50px;
      padding-bottom: 50px;
  
    }
  
    .offer-container img {
      height: 80px;
      right: 15px;
    }
  
}
  
  
  
@media (max-width: 750px) {
  
    /* HEADER */
  
    h1 {
      font-size: 2.3em;
    }
  
    header {
      background-position: right !important

    }
  
    .header-container {
      padding-top: 50px;
    }
  
    /* FIRST SECTION */
    .first-section-container {
      width: 80%;
      padding: 60px 0;
    }
  
  
    /* FINAL SECTION */
  
    .final-section {
      min-height: 1000px;
    }
  
    .steps-container {
      height: 650px;
    }
  
    .steps-container>div {
      width: 70%;
    }
  
    article p {
      font-size: 15px;
    }
  
    .steps {
      flex-direction: column;
    }
  
    .steps-block-1 {
      margin-bottom: 32px;
    }
  
    .steps-block-2 {
      margin-bottom: 32px;
    }
  
    .steps-block-1 article:first-child img {
      width: 36.75px;
    }
  
    .steps-block-1 article:last-child img {
      width: 45.75px;
    }
  
    .steps-block-2 article:first-child img {
      width: 52.5px;
    }
  
    .steps-block-2 article:last-child img {
      width: 53.25px;
    }
  
    /* FINAL SECTION - CTA */
    .cta {
      width: 85%;
    }
  
    .cta p {
      font-size: 16px;
    }
  
    /* FOOTER */
    footer {
      min-height: 80px;
      font-size: 13px;
    }
  
    footer img {
      width: 90px;
      height: 13.85px;
    }
  
}
  
@media (max-width: 600px) {
  
    /* HEADER */
  
    header {
      justify-content: center;
    }
  
    .header-container {
      margin-left: 0%;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
  
    .header-container div {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .header-container img {
      padding-bottom: 20px;
    }
  
    h1 {
      margin-bottom: 1.3em;
      text-align: center;
    }
  
    /* FIRST SECTION */
    .first-section-container {
      padding: 30px 0;
    }
  
    /* SEARCH SECTION */
    .search-section {
      background-image: url(./../assets/images/seccion-1-mv.jpg);
      background-size: contain;
    }
  
    .search-container div {
      padding-right: 0px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .search-container img {
      height: 70px;
    }
  
    /* OFFER SECTION */
    .offer-section {
      background-image: url(./../assets/images/seccion-2-mv.jpg);
      background-size: contain;
    }
  
    .offer-container div {
      padding-left: 0px;
      padding-top: 30px;
      padding-bottom: 40px;
    }
  
    .offer-container p {
      padding-left: 0px;
    }
  
    .offer-container img {
      height: 70px;
    }
  
    .final-section {
      min-height: auto;
    }
  
    .steps-container {
      height: auto;
    }
  
    .cta {
      height: auto;
    }

    footer .info {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    footer .info a  {
      padding: 5px;
    }
  
    footer .info span {
      display: none;
    }
  
}
  
/* GALAXY FOLD */
  
@media (max-width: 280px) {
    .search-section {
      background-image: none;
    }
  
    .search-container {
      width: 100%;
    }
  
    .search-container {
      margin-right: 10px;
    }
  
    .search-section img {
      display: none;
    }
  
    .offer-section {
      background-image: none;
    }
  
    .offer-container {
      width: 100%;
    }
  
    .offer-section img {
      display: none;
    }
  
    .offer-container {
      margin-left: 10px;
    }
  
}
  
/* PANTALLAS MUY GRANDES */

@media (min-width: 1700px) {
    .steps-container>div {
      width: 50%;
  }
  
}





