@media only screen and (max-width: 1200px) {
  .prev-btn {
    left: 2%;
  }

  .next-btn {
    right: 2%;
  }

  .blue-img-section p,
  .blue-img-section h2 {
    text-align: center;
  }

  .blue-img-section .img-section__text-container {
    padding: 70px 15%;
  }

  .img-section__img-container {
    display: none;
    position: relative;
  }

  .img-section__img-container img {
    position: relative;
    left: 30px;
  }

  .img-section__text-container {
    padding: 0 10% 0 10%;

  }

  .img-section__img-container.img-movil {
    display: block;
    margin-top: 60px;
    padding-right: 0;
  }

  .img-section>div {
    flex: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .img-section__img-container div::before {
    right: -60px;
    top: -29px;
  }
}

@media only screen and (max-width: 1024px) {
  .coordenadas-container {
    flex-direction: column;
  }

  .carousel-container {
    align-items: flex-start;
  }

  .carousel-item {
    flex-direction: column;
    align-items: center;

  }

  .carousel-img-container {
    width: 250px;
    position: relative;
    left: 24px;
    height: 250px;
    margin-bottom: 16px;
    border-radius: 50%;
    left: 0;
  }

  h1 {
    font-size: 24px;
    line-height: 1.5;
    width: auto;
  }

  .block-round-corner {
    width: 75%;
  }
}

@media only screen and (max-width: 1024px) and (min-width:576px) {
  footer {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 800px) {

  :root {
    --padding-horizontal-section: 7%;
    --padding-vertical-section: 50px;
    --font-size-general: 16px;
  }

  .blue-img-section .img-section__text-container {
    padding: 50px 7%;
  }

  header div {
    padding-left: 10%;
  }

  header img {
    width: 200px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 0;
  }

  .video {
    width: 100%;
    height: 350px;
  }

  .second-img-section {
    flex-direction: column;
  }

  .second-img-section h2 {
    text-align: center;
    margin-top: 24px;
  }

  .second-img-section div:first-of-type {
    width: 70%;
    margin: 0 auto;
  }


  .second-img-section div:last-of-type {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }

  .carousel-container {
    gap: 2px;
  }

  .carousel-img-container {
    width: 150px;
    height: 150px;
  }

  .carousel-title {
    font-size: 18px;
  }

  .carousel-text {
    font-size: 16px;
  }

  .carousel-text-container {
    width: 75%;
  }

}

@media screen and (max-width:674px) {
  .destinos-container {
    gap: 0;
  }
}

@media screen and (max-width:520px) {
  .beneficio {
    width: 100%;
    max-width: 100%;
  }

  .cta-buttons:not(.first-buttons) {
    justify-content: center;
  }
}

@media only screen and (max-width:576px) {
  footer {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width:500px) {

  .prev-btn,
  .next-btn {
    top: 160px;
  }
}


@media only screen and (max-width:300px) {

  .coordenadas-container div {
    width: 150px;
  }
}

@media only screen and (min-width: 1700px) {
  .prev-btn {
    left: 25%;
  }

  .next-btn {
    right: 25%;
  }
}