@media screen and (max-width: 1660px) {
  .container-mapa-interactivo {
    width: 90%;
    margin: auto;
  }
  .header {
    height: 60vw;
  }
  .info-depto {
    min-width: 350px;
    width: 100%;
    max-width: 350px;
  }
  .button-info {
    width: 65%;
    margin: 10px auto;
  }
  .text-header {
    width: 90%;
    font-size: 15px;
  }
}

@media screen and (max-width: 1500px) {
  .share {
    margin-top: 10px;
    margin-left: -30px;
  }
  .años {
    right: 80px;
    top: 100px;
    width: 100px;
  }
  .title-carmencita {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    color: var(--blanco);
  }
  .text-carmencita {
    font-size: 12px;
  }
  .map-1 {
    width: 70%;
  }
  .moto-int {
    width: 40%;
    padding-bottom: 70px;
    margin-left: -30px;
  }
  .pueblo-lugar {
    font-size: 13px;
  }
  .lugar {
    font-size: 12px;
  }
  .b-x {
    border-left: 2px solid #0061ff;
    border-right: 2px solid #0061ff;
    padding: 0 2px;
  }
  .caract {
    font-size: 7px !important;
  }

  .val-caract {
    font-size: 8px !important;
  }
}

@media screen and (max-width: 1400px) {
  .detalles-ruta {
    width: 35%;
  }
  .details > h6 {
    color: var(--texto);
    font-weight: 600;
    font-size: 14px;
  }

  .details > p {
    color: #0061ff;
    font-size: 12px;
  }
  .swiper-horizontal {
    height: 300px;
  }
  .pueblo-lugar {
    margin-top: 14px;
    font-size: 12px;
  }
  .lugar {
    font-size: 10px;
  }
  #tooltip , .tooltip {
    min-width: 200px;
    min-height: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .justify-items {
    margin: 50px auto;
  }
  .text-header {
    font-size: 14px;
  }
  .img-carmencita {
    margin: 0px auto;
  }
  .años {
    right: 60px;
    top: 80px;
    width: 80px;
  }
  .moto-int {
    padding-bottom: 60px;
  }
  .map-1 {
    width: 75%;
  }
  .moto-int {
    width: 40%;
    padding-bottom: 70px;
    margin-left: -50px;
  }
  .mapa-interactive {
    padding-top: 80px;
  }
  .copy {
    bottom: 40px;
    left: 20px;
  }
  .title-modal {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .content-map {
    padding-top: 80px;
  }
  .mapa-interactive {
    padding-top: 50px;
  }
  .copy {
    width: 60%;
    bottom: 30px;
    left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .datos-publi {
    width: 100%;
    margin: 20px auto;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .datos-modal {
    width: 100%;
  }
  .button-info {
    width: 200px;
    margin: 0 0;
    padding: 10px 20px;
    text-align: center;
  }
  .swiper-horizontal {
    width: 100%;
    height: 150px;
    padding: 20px 0;
  }
  .swip-video {
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    width: 100%;
    background-image: url("../assets/backgrounds/bg-header.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
  }
  .justify-items {
    width: 85%;
    margin: 20px auto;
    gap: 10px;
  }
  .share {
    margin-top: 0px;
    margin-left: -20px;
  }
  .text-header {
    font-size: 12px;
  }
  .años {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 60px;
  }
  .map-int {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .linea {
    display: none;
  }
  .ver-mas {
    bottom: 10px;
    right: 45%;
  }
  .container-mapa-interactivo {
    padding-bottom: 110px;
  }
  .copy {
    width: 70%;
  }
  .bg-video {
    padding: 20px;
  }
  .title-video {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .updown {
    display: none;
  }
  .prev-left,
  .next-right {
    display: block;
  }
  .container-portada {
    padding: 10px 0 0 0;
  }
  .container-mapa-interactivo {
    width: 100%;
    margin: auto;
    padding: 0 0 100px 0;
  }
  .map-client {
    background: var(--bg-gris2);
    background-image: url("../assets/backgrounds/background.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg-dark {
    display: block;
  }
  .map-container {
    flex-direction: column;
    align-items: center;
  }
  .map-1 {
    width: 90%;
    margin: auto;
  }
  .moto-int {
    width: 50%;
    margin: auto;
    padding: 0;
  }
  .justify-items {
    gap: 5px;
  }
  .container-mapa-interactivo h2 {
    font-size: 20px;
    width: 90%;
    margin: auto;
  }
  .container-mapa-interactivo p {
    font-size: 14px;
    margin: auto;
  }
  .reseña {
    width: 70%;
    max-width: 500px;
  }
  .text-container {
    width: 50%;
  }
  .text-header {
    font-size: 10px;
  }
  .content-map {
    padding-top: 50px;
  }
  .mapa-interactive {
    padding-top: 30px;
  }
  .column-1,
  .column-2,
  .column-3 {
    width: 100%;
  }
  .footer-up {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    flex-direction: column;
    gap: 50px;
    align-items: left;
  }
  .copy {
    width: 80%;
  }
  .content-ruta {
    flex-direction: column;
  }
  .cont-mapa-static {
    width: 100%;
    padding: 20px 0;
  }
  .mapa-static {
    width: 100%;
  }
  .cont-bloques {
    width: 100%;
  }
  .detalles-ruta {
    width: 100%;
  }
  .cont-galery {
    flex-direction: column-reverse;
    height: 100%;
  }
  .portada-galery {
    width: 100%;
  }
  .swiper-vertical {
    width: 100%;
    height: 150px;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: row !important;
  }
  .pueblo-lugar {
    font-size: 10px !important;
    margin-top: 20px !important;
  }
  .lugar {
    font-size: 8px !important;
  }
  .swip-video {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    width: 100%;
    height: 170vw;
    /* background-image: url("../assets/responsive/bg-header-rsp.png"); */
  }
  .bg-dark {
    height: 60%;
  }
  .text-container {
    width: 100%;
  }
  .info-depto {
    min-width: 95%;
    width: 95%;
  }
  .ver-mas {
    bottom: 10px;
    right: 42%;
    left: 40%;
  }
  .map-client {
    width: 100%;
    height: 620px;
    background-image: url("../assets/backgrounds/background.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .mapa-interactive {
    width: 90%;
    height: 420px;
  }
  .copy {
    width: 90%;
  }
  .footer-down {
    height: 320px;
  }
  .cont-bloques {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  .bl-r {
    border-left: 2px solid #0061ff;
    border-bottom: 2px solid #0061ff;
    border-right: none;
  }
  .bl-3 {
    border-left: none;
  }
  .container-mapa-interactivo p {
    width: 90%;
    margin: auto;
  }
  .modal {
    width: 95%;
  }
}

@media screen and (max-width: 400px) {
  .submit-comment {
    width: max-content !important;
    padding: 10px;
  }
}

@media screen and (max-width: 356px) {
  .button-suscribe {
    width: 100%;
    padding: 20px;
  }
  .cont-links {
    flex-wrap: wrap;
  }
}
