.bod {
  font-family: DM-Sans, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}
.mobile {
  display: none;
}
.desktop {
  display: block;
}
.titular-VI {
  color: #b9704f;
  font-size: clamp(56px, 12vw, 165px);
  font-weight: 700;
  letter-spacing: -5%;
  text-align: center;
}

.titular_VI-1 {
  color: #b9704f;
  font-weight: 500;
  font-size: clamp(16px, 2.2vw, 26px);
  margin-bottom: 50px;
  margin-top: 0px;
}

.titular-block {
  color: #6d6c71;
  font-size: clamp(56px, 12vw, 165px);
  font-weight: 700;
  letter-spacing: -5%;
  text-align: center;
}
.titular-block-span {
  color: #d3c2b2;
  font-size: clamp(56px, 12vw, 165px);
  font-weight: 700;
  letter-spacing: -5%;
  text-align: center;
}
.titular-azul {
  color: #388fd8;
  font-weight: 500;
  font-size: clamp(36px, 8vw, 80px);
  margin-top: 80px;
}
.vigo-w3w-img-01 {
  width: 95%;
  margin-left: 5%;
  margin-right: 5%;
}

.swiper {
  width: 100%;
  max-width: 1700px;
  margin: 20px auto;
}
.swiper-slide img {
  width: 100%;
  cursor: pointer;
}
.swiper-button-next,
.swiper-button-prev {
  color: #e1261d !important;
}
.swiper-pagination-bullet-active {
  background-color: #e1261d;
}
.mb-50px {
  margin-bottom: 50px;
}
#openPopup {
  margin-bottom: 0;
}

/*Bloque Par Imagenes*/

.bloque-par-imagenes {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.bloque-par-imagenes .par-imagenes-slide img {
  width: 100%;
}

.par-imagenes-slide {
  width: 48%;
}

/*Four-Images*/

.four-images {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.four-images-wrapper {
  display: flex;
  flex-direction: row;
}

.four-images-slide {
  width: 24.58%;
}

.four-images-slide img {
  width: -webkit-fill-available;
}

.two-images-mobile {
  display: flex;
  width: 100%;
}

/* Popup Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lightbox-content img {
  max-width: 90%;
  max-height: 90vh;
}
.close-lightbox {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: clamp(20px, 3.5vw, 30px);
  cursor: pointer;
}
h1 {
  font-size: clamp(19px, 5vw, 50px);
  font-weight: 500;
  color: #e1261d;
  margin: 15px;
}
h2 {
  font-size: clamp(19px, 5vw, 50px);
  font-weight: 500;
  color: #e1261d;
  margin: 15px;
  /*margin-bottom: 40px;*/
  margin-bottom: 0px;
  margin-top: 60px;
  margin-right: 180px;
  margin-left: 180px;
  /* max-width:1500px;*/
}
.container_NW {
  width: 100%;
  /*max-width: 1800px;*/
  margin: 0 auto;
}
.titular_NW {
  margin-top: 50px;
}
.titular2_NW {
  text-align: center;
  display: flex;
  justify-content: center;
}
.titular3_NW {
  text-align: center;
  display: flex;
  justify-content: center;
}
.p_NW {
  font-family: DM-Sans, sans-serif;
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 400;
  line-height: 30px;
  color: #353332;
  margin: 50px;
}
.button-container-NW {
  display: flex;
  justify-content: center;
  gap: 150px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.btn_NW {
  display: inline-block;
  background-color: #e1261d;
  color: white;
  padding: 8px 20px;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 26px);
  border: none;
  cursor: pointer;
  width: 380px;
  margin-bottom: 30px;
}
a.btn_NW:hover {
  color: white !important;
}
/*a:hover {
    color: #e20026 !important;
    text-decoration: none;
}*/
.img1 {
  margin-bottom: 50px;
}
.desktop_NW {
  display: block;
}
.mobile_NW {
  display: none;
}

/* Estilos del popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1000;
  text-align: left;
}

.popup img {
  width: 100%;
  margin-bottom: 10px;
}
.popup p {
  font-size: clamp(14px, 2vw, 18px);
  color: #333;
  margin: 10px 0;
  text-align: center;
}
.popup .close {
  display: block;
  text-align: right;
  font-size: clamp(18px, 3vw, 24px);
  cursor: pointer;
  color: #e1261d;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
p.capital,
span.capital {
  font-size: clamp(20px, 2.5vw, 25px);
  font-weight: 900;
}
span.lower {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 400;
}
.mySwiper2 .swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiper2 img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
}
.categoria-link {
  display: inline-block;
  color: #e1261d;
  text-decoration: underline;
  font-weight: normal;
  margin-top: 30px;
}
.under-menu {
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 40px;
  color: #ba945e !important ;
}

.container-info {
  position: relative;
  display: inline-block;
}
.image {
  max-width: 100%;
  height: auto;
}
.container-info {
  position: relative;
}

.hotspot-NW {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #e1261d;
}

/* Estilos generales */
.tooltip-NW {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  font-size: clamp(10px, 1.8vw, 14px);
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
}

/* Cuando están activos */
.tooltip-NW.active {
  display: block;
}

/* Personalización de cada tooltip */
.tooltip-cordones {
  top: 0px;
  left: -175px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: normal;
}

.tooltip-flexibilidad {
  top: 0px;
  left: -120px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: normal;
}

.tooltip-horma {
  top: 0px;
  left: -165px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
}

.tooltip-piel {
  top: 0px;
  left: -135px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
}

.tooltip-plantilla {
  top: 0px;
  left: 35px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
}

.tooltip-suela {
  top: 0px;
  left: 35px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
}

.tooltip-drop {
  top: 0px;
  left: 35px;
  background: transparent;
  color: black;
  font-size: clamp(13px, 2vw, 18px);
}

/* Media queries */
@media (max-width: 768px) {
  .hotspot-NW.desktop {
    display: none;
  }
  .hotspot-NW.mobile {
    display: block;
    width: 15px;
    height: 15px;
  }

  .four-images-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .four-images-slide {
    width: 100%;
    margin-right: 5%;
    display: flex;
    margin-bottom: 10px;
  }

  .four-images-slide img {
    width: 100%;
  }

  .two-images-mobile {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #columna-izquierda-two-images {
    width: 50%;
    margin-right: 10px;
  }

  #bloque-cuatro-desk {
    display: none;
  }
  #bloque-cuatro-mobile {
    display: flex;
  }
  .bloque-par-imagenes {
    flex-direction: column;
  }
  .par-imagenes-slide {
    width: 100%;
  }
  .titular-block {
    margin-top: 50px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 22px !important;
  }
  .img-top {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .hotspot-NW.desktop {
    display: block;
  }
  .hotspot-NW.mobile {
    display: none;
  }

  #bloque-cuatro-mobile {
    display: none;
  }
  #bloque-cuatro-desk {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1130px;
    margin: 20px auto;
  }
  #video-barefoot {
    margin-bottom: 50px;
  }

  .mySwiper3 {
    max-width: 1800px;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .titular_NW {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .titular2_NW {
    margin-top: 27px;
    margin-bottom: 29px;
  }

  .categoria-link {
    margin-top: 10px;
  }

  #video-barefoot {
    margin-bottom: 40px;
  }

  h2 {
    margin-top: 0;
    margin-left: 24px;
    margin-right: 24px;
  }

  .swiper {
    margin-bottom: 0px;
  }

  .under-menu {
    margin-bottom: 0;
  }

  .desktop_NW {
    display: none;
  }
  .mobile_NW {
    display: block;
  }
  .container_NW {
    width: 100%;
    margin: 0 auto;
  }
  .p_NW {
    font-size: clamp(13px, 3.5vw, 16px);
    line-height: 19px;
    margin: 25px;
  }
  .btn_NW {
    max-width: 200px;
    font-size: clamp(14px, 4vw, 26px);
    padding: 8px 20px;
  }
  p.capital,
  span.capital {
    font-size: clamp(20px, 4.5vw, 25px);
    font-weight: 900;
  }

  span.lower {
    font-size: clamp(14px, 3.5vw, 16px);
    font-weight: 400;
  }
  .under-menu {
    font-size: clamp(16px, 4.5vw, 26px);
    font-weight: 400;
    line-height: 28px;
    color: #ba945e !important;
  }
  h1,
  h2 {
    font-size: clamp(19px, 5vw, 50px);
  }

  /* Personalización de cada tooltip en mobile */
  .tooltip-cordones-mobile {
    top: -6px;
    left: -145px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-flexibilidad-mobile {
    top: -6px;
    left: -95px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-horma-mobile {
    top: 18px;
    left: -80px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-piel-mobile {
    top: -5px;
    left: -110px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-plantilla-mobile {
    top: -3px;
    left: 18px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-suela-mobile {
    top: -3px;
    left: 20px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }

  .tooltip-drop-mobile {
    top: -5px;
    left: 20px;
    background: transparent;
    color: black;
    font-size: clamp(12px, 3.5vw, 15px);
  }
  .button-container-NW {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 30px 0;
  }
}
