body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}
.swiper { 
    width: 100%; 
    max-width: 1800px; 
    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;
}

/* 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: 30px;
    cursor: pointer;
}
h1{
    font-size: 40px;
    font-weight: 500;
    color:#E1261D;
    margin:15px;
}
h2{
    font-size: 40px;
    font-weight: 500;
    color:#E1261D;
    margin:15px;
    margin-bottom: 40px;
    width: 90%;
   /* 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-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color:#212529;
    margin:50px;
}
.button-container-NW {
    display: flex;
    justify-content: center;
    gap: 150px; 
    margin-bottom: 30px;
}
.btn_NW {
    display: inline-block;
    background-color: #E1261D;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 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: 18px;
    color: #333;
    margin: 10px 0;
    text-align: center;
}
.popup .close {
    display: block;
    text-align: right;
    font-size: 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: 25px;
     font-weight: 900;
}
span.lower {
    font-size: 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: 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: 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: 18px;
    font-weight: normal;
}

.tooltip-flexibilidad {
    top: 0px;
    left: -120px;
    background: transparent;
    color: black;
    font-size: 18px;
    font-weight: normal;
}

.tooltip-horma {
    top: 0px;
    left: -165px;
    background: transparent;
    color: black;
    font-size: 18px;
}

.tooltip-piel {
    top: 0px;
    left: -135px;
    background: transparent;
    color: black;
    font-size: 18px;
}

.tooltip-plantilla {
    top: 0px;
    left: 35px;
    background: transparent;
    color: black;
    font-size: 18px;
}

.tooltip-suela {
    top: 0px;
    left: 35px;
    background: transparent;
    color: black;
    font-size: 18px;
}

.tooltip-drop {
    top: 0px;
    left: 35px;
    background: transparent;
    color: black;
    font-size: 18px;
}


/* Media queries */
@media (max-width: 768px) {
    .hotspot-NW.desktop { display: none; }
    .hotspot-NW.mobile { 
        display: block; 
        width: 15px;
        height: 15px;
    }
    .tooltip-NW { font-size: 10px; }  
}

@media (min-width: 769px) {
    .hotspot-NW.desktop { display: block; }
    .hotspot-NW.mobile { display: none; }
}

@media (max-width: 768px) {
    .desktop_NW { display: none; }
    .mobile_NW { display: block; }
    .container_NW {
        width: 100%;
        margin: 0 auto;
        }
    .p_NW {
        font-size: 16px;
        line-height: 26px;
        margin: 25px;
        }
    .btn_NW {
        max-width: 200px;
        font-size: 14px;
        padding: 8px 20px;
    } 
    p.capital, span.capital {
    font-size: 20px;
     font-weight: 900;
}
span.lower {
    font-size: 14px;
    font-weight: 400;
}
.under-menu{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px ;
    color: #BA945E !important;
}
h1, h2{
    font-size: 30px;
}
.tooltip-NW {
        font-size: 12px;
        padding: 4px 8px;
    }

    /* Personalización de cada tooltip en mobile */
    .tooltip-cordones-mobile {
        top: -6px;
        left: -145px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-flexibilidad-mobile {
        top: -6px;
        left: -95px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-horma-mobile {
        top: 18px;
        left: -80px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-piel-mobile {
        top: -5px;
        left: -110px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-plantilla-mobile {
        top: -3px;
        left: 18px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-suela-mobile {
        top: -3px;
        left: 20px;
        background: transparent;
        color: black;
        font-size: 15px;
    }

    .tooltip-drop-mobile {
        top: -5px;
        left: 20px;
        background: transparent;
        color: black;
        font-size: 15px;
    }
    .button-container-NW {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 30px 0;
}
}