*,
*::before,
*::after{
    box-sizing:border-box;
}
p{
    font-family: "Inter", sans-serif;
}
h1, h2, h3, h4{
    font-family: "Montserrat", sans-serif;
}
body{
    margin-top: 9rem;
}
.wrappertop{
    position: fixed;
    top:0;
    left:0;
    right:0;
    z-index:9999;
}

.container{
    width:min(90%,1200px);
    margin:auto;
}

.menu-toggle{
    display:none;
    background:none;
    border:none;
    font-size:2.6rem;
    cursor:pointer;
    color:#141319;
}

.navbarmio{

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    height: 6rem;
    padding: 0 40px;
    background-color: #FAF8F8;
}

.logo{
    justify-self: start;
}

.logo img{
    height: clamp(15px, 6vw, 40px);
}

.nav-links{
    display: flex;
    gap: 40px;
    text-transform: uppercase;
    list-style: none;
    margin: 0;
    padding: 0;

    justify-self: center;
}

.nav-links a{
    text-decoration: none;
    color: black;
}
.nav-links a.active{
    font-weight: 800;
} 

li:hover{
    font-weight: 500;
}

.top-bar{
    background: white;
    border-bottom: 1px solid #ddd;
    height: 3rem;

    display: flex;
    justify-content: center;
}

.top-bar-content{
    width: min(95%, 1200px);
 
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
}

.social{
    display: flex;
    gap: .8rem;
}

.social a,
.contact-item{
    color: #777;
    text-decoration: none;
    font-size: 1.2rem;

    display: flex;
    align-items: center;
    gap: .4rem;

    transition: .2s;
}

.social a:hover,
.contact-item:hover{
    color: #000;
}
/*--------BREADCRUMB-----------*/
.breadcrumb{
    width: min(90%, 1200px);
    margin: 2rem auto;
    background-color: #FFF;
    display: flex;
    align-items: center;
    gap: .6rem;

    font-family: "Inter", sans-serif;
    font-size: 1.5rem;
}

.breadcrumb a{
    color: #777;
    text-decoration: none;
    transition: .2s;
}

.breadcrumb a:hover{
    color: #4A88D9;
}

.breadcrumb .separator{
    color: #bbb;
}

.breadcrumb .current{
    color: #141319;
    font-weight: 600;
}
/*---------------*/
.detalle-producto{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:4rem;

    align-items:start;

}
/*----imagen principal-------*/
.galeria-principal{
    margin-bottom:15px;
    width:100%;
    height:500px;
    overflow:hidden;
}
.galeria-principal img{
    height:100%;
    width:100%;
    object-fit:cover;

    border:1px solid #ddd;

}
/*----miniaturas-------*/
.miniaturas{
    height:90px;
    margin-top:15px;

}

.miniaturas .swiper-slide{
    height:90px;
    opacity:.5;
    cursor:pointer;
}
.miniaturas img{
    height:100%;
    width:100%;

    aspect-ratio:1;

    object-fit:cover;

    cursor:pointer;

    border:2px solid transparent;

}
.miniaturas .swiper-slide{

    height:100%;

    cursor:pointer;

    opacity:.6;

}
.miniaturas .swiper-slide-thumb-active{
    opacity:1;

}
.galeria-principal .swiper-slide{
    height:500px;
}
.swiper{
    width:100%;
    overflow:hidden;
}

/*.swiper-wrapper{
    display:flex;
}

.swiper-slide{
    flex-shrink:0;
}*/
.galeria-producto{
    width:100%;
    min-width:0;
}
.detalle-producto > *{
    min-width:0;
}
.miniaturas{
    width:80%;
    margin:20px auto 0;
    height:90px;
}
/*-------flechas------*/
.galeria-principal{
    position:relative;
}
.swiper-button-prev,
.swiper-button-next{

    width:46px;
    height:46px;

    background:rgba(255,255,255,.9);

    border-radius:50%;

    box-shadow:0 4px 12px rgba(0,0,0,.15);

    transition:.25s;
}
.swiper-button-prev::after,
.swiper-button-next::after{

    font-size:18px;

    font-weight:bold;

    color:#141319;

}
.swiper-button-prev:hover,
.swiper-button-next:hover{

    background:#4A88D9;

}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{

    color:white;

}
.swiper-button-prev{

    left:18px;

}

.swiper-button-next{

    right:18px;

}
.swiper-button-prev,
.swiper-button-next{

    opacity:0;

    transition:.25s;

}
.galeria-principal:hover .swiper-button-prev,
.galeria-principal:hover .swiper-button-next{

    opacity:1;

}

/*--------------estilos texto----------*/
h1{
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
}
p{font-family:"Inter", sans-serif;}
p.precio{
    font-size: 2.6rem;
    font-weight: 200;
}
p.material{
    font-weight: 400;
    font-size: 1.4rem;
    padding-bottom: 2.8rem;
}
p.aviso{
    font-weight: 700;
    padding-bottom: 2rem;
}
/*--------estilos de tabla--------*/
.tabla-especificaciones{
    width:100%;
    border-collapse:collapse;
    margin:2rem 0;
    font-family:"Inter", sans-serif;
}

.tabla-especificaciones tr{
    border-bottom:1px solid #e5e5e5;
}

.tabla-especificaciones td{
    padding:.8rem 0;
    vertical-align:top;
}

.tabla-especificaciones td:first-child{
    width:60%;
    color:#555;
}

.tabla-especificaciones td:last-child{
    width:40%;
    text-align:right;
    font-weight:600;
    color:#141319;
}
/*------boton cotiza -------*/
a.btn-cot{
    background: #FF6F59;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0px;
    padding: 1.2rem 3rem;
    transition: .3s;
    text-transform: uppercase;

}
a.btn-cot:hover{
    background: #f75941;
}
/*-------DIV INFO PRODUCTOS*/
.esp{
    display: flex;
    padding-bottom: 5%;
}
.info-producto{
    display: inline-block;
}
.wrap-cot{
    display:flex;
    justify-content: center;
    align-items: center;
}
/*-------div accesorios---------*/
.accesorios{
    background-color: #FAF8F8;
    display: flex;
    margin-top: 3rem;
}
.ac{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 4rem;
    padding-bottom: 2rem;
}
ul.lista-accesorios{
    padding: 0;

}
li.a{
    padding: 1rem;
    border-bottom:  1px solid #000;
    list-style-position: inside;
}
li.a:hover{
    font-weight: 400;
}
/*--------------FOOTER----------------*/
.footer{
    background: #2B2B2B;
    color: white;
    padding: 5rem 0;
}
.footer-content{
    width:min(90%,1200px);

    margin:auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;

    align-items: start;
}
.footer-links h3{
    font-size: 2rem;
    margin-bottom: 2rem;
}

.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li{
    margin-bottom: .8rem;
}

.footer-links a{
    color: white;
    text-decoration: none;
    transition: .2s;
}

.footer-links a:hover{
    color: #4A88D9;
}
/* */
.footer-contact{
    text-align: right;
}

.footer-contact h3{
    font-size: 2rem;
    margin-bottom: 2rem;
}

.footer-contact p{
    margin-bottom: 1rem;
    line-height: 1.6;
}

.footer-contact a{
    color: white;
    text-decoration: none;
}

.footer-contact a:hover{
    color: #4A88D9;
}
@media (max-width: 768px){

    .footer-content{
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-contact{
        text-align: center;
    }

}
/*----------------------------------------*/
/*--------------WSP FLOTANTE-----------------*/
.whatsapp-float{
    position: fixed;
    bottom: 30px;
    right: 30px;

    width: 64px;
    height: 64px;

    display: flex;
    justify-content: center;
    align-items: center;

    background: #25D366;
    color: white;

    border-radius: 50%;
    text-decoration: none;

    font-size: 34px;

    box-shadow: 0 8px 25px rgba(0,0,0,.25);

    z-index: 9999;

    transition: .25s ease;
}

.whatsapp-float:hover{
    background: #20ba5a;
    color: white;
    transform: scale(1.08);
    text-decoration: none;
}
.whatsapp-float{
    animation: pulse 2.5s infinite;
}

@keyframes pulse{

    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,.5);
    }

    70%{
        box-shadow: 0 0 0 16px rgba(37,211,102,0);
    }

    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }

}
.whatsapp-float{
    overflow: visible;
}

.whatsapp-float span{

    position: absolute;
    right: 78px;

    white-space: nowrap;

    background: white;
    color: #141319;

    padding: .8rem 1.2rem;

    border-radius: 30px;

    font-family: "Inter", sans-serif;
    font-size: 1.4rem;

    opacity: 0;
    transform: translateX(10px);

    transition: .25s;

    pointer-events: none;

    box-shadow: 0 5px 18px rgba(0,0,0,.15);
}

.whatsapp-float:hover span{
    opacity: 1;
    transform: translateX(0);
}
/*-----------------------------------------------------*/
@media (max-width:768px){

    .navbarmio{

        display:flex;
        justify-content:space-between;
        align-items:center;

        position:relative;

        padding:0 20px;

    }

    .menu-toggle{
        display:block;
    }

    .nav-links{

        position:absolute;

        top:100%;
        left:0;
        width:100%;

        display:flex;
        flex-direction:column;

        background:#FAF8F8;

        gap:0;

        max-height:0;
        overflow:hidden;

        transition:.3s;

        box-shadow:0 8px 20px rgba(0,0,0,.08);

    }

    .nav-links li{
        width:100%;
    }

    .nav-links a{

        display:block;

        padding:18px 25px;

    }

    .nav-links.open{
        max-height:400px;
    }
    .detalle-producto{

    display:block;

}

}