@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-padding-top: 450px; 
}
body {
    background-color: rgb(20, 21, 24);
    font-family: 'Poppins', sans-serif;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.header {
    display: flex;
    align-items: center;
    min-height: 70vh;
}
.header-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}
.media {
  
}
.mediaTxt {
    color: #feffff;
    margin-bottom: 30px;
    font-size: 30px;
}
.bannerProduct-name{
    text-align: center;
    font-family: 'poppins', serif;
    font-weight: 600;
    font-size: 30px;
}
.bannerProduct-name p{
    color: rgb(154, 100, 206);
}
.bannerProduct-nameSpan {
    color: #feffff;
}   
.productBannerContent-txt {
    font-size: 22px;
    color: #feffff;
    margin-top: 30px;
    padding: 0 160px;
}
.btns-bannerContent {
    margin-top: 45px;
    text-align: center;
    text-decoration: none !important;
}
.btonMasInfo {
    color: rgb(154, 100, 206);
    padding: 20px;
    border: 4px solid rgb(154, 100, 206);
    margin-right: 50px;
    border-radius: 20px;
}
.btn-addBanner {
    color: #feffff;
    background-color: rgb(154, 100, 206);
    padding: 24px;
    margin-right: 0px;
    border-radius: 20px;
}
.swiper {
    margin-top: 45px;
}
.verTodos{
    color: #feffff;
    border-color: #6C69F9 !important;
}
.verTodos i{
    font-size: 25px ;
    position: relative;
    top: 5px;
}
.swiper-slide {
    padding: 0 80px 50px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev::after,.swiper-button-next::after {
    font-size: 22px;
}
.swiper-button-prev, .swiper-button-next {
    color: #feffff;
}
.swiper-pagination-bullet {
    background-color: #747474;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #7270EC;
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}
.logo {
    cursor: pointer;
    width: 8rem;
    padding: 10px;
}
.menu .navbar ul li {
    position: relative;
    float: left;
}
.menu .navbar ul li a {
    font-size: 19px;
    padding: 20px;
    color: #feffff;
    display: block;
}
.menu .navbar ul li a:hover {
    color: #7270EC;
}
#mi-carrito {
    position: sticky;
}
#carrito {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    backdrop-filter: blur(10px);
    top: 100%;
    z-index: 1;
    background-color: #434b5076;
    padding: 20px;
    min-width: 400px;
    border-top-left-radius: 28px; /* Borde redondeado superior izquierdo */
    border-bottom-left-radius: 28px; /* Borde redondeado inferior izquierdo */
    border-bottom-right-radius: 8px;
    height: auto;
    max-height: 600px;
    overflow: auto;

    transition: opacity 0.3s ease, transform 0.3s ease;
}
#mi-carrito {
    cursor: pointer;
}
.carritoImg {
    padding: 5px;
}
.submenu #carrito::-webkit-scrollbar {
    width: 12px;             /* Ancho de la barra de desplazamiento */
    border-radius: 38px;     /* Bordes redondeados para la barra */
}
.submenu #carrito::-webkit-scrollbar-track {
    background: #434b5076;    /* Color del fondo de la barra de desplazamiento */
    backdrop-filter: blur(10px);
    border-bottom-right-radius: 38px;     /* Bordes redondeados para el "track" */
}
.submenu #carrito::-webkit-scrollbar-thumb {
    border-radius: 28px;    /* Bordes redondeados para el "thumb" */
    background-color: #532be3; /* Fondo del contenedor */    
}
.submenu #carrito::-webkit-scrollbar-thumb:hover {
background-color: #555; /* Color de la parte que se desliza al pasar el ratón */
}
.borrar {
    background-color: #7270ec;
    border-radius: 50%;
    padding: 10px 10px;
    text-decoration: none;
    color: #feffff;
    font-weight: 800;
    text-align: center;
    margin-left: 5px;
}
.cantidades {
    min-width: 77px;
}
.sumar, .restar {
    color: #feffff;
    background-color: #7270ec;
    width: 20px;
    height: 30px;
    border-radius: 8px;
    font-size: 20px;
    border: none;
    text-align: center;
    font-weight: bold;
}
.restar {
    font-size: 22px
}
table { 
    width: 100%;
    text-align: center;
    padding: 5px;
}
.cantidad-products {
    font-size: 20px;
    margin: 0 ;
    padding: 2px;
}
th, td {
    color: #feffff;
}
.precios {
    padding: 0 7px;
}
.carrito-title-product {
    width: 100px;
    color: #feffff;
    overflow-wrap: break-word;
    text-align: center;
    text-shadow: #000;
}
.btn-whatsapp{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7270ec;
    color: #feffff;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 22px;
    margin-top: 15px;
    gap: 10px;
    border: 0px solid #7270ec;

}
.btns-carrito {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.btn-whatsapp:hover{
    background-color: #128c7e;
    color: #feffff;
}
.btn-whatsapp img {
    width: 20px;
    height: 20px;
    color: #feffff;
    margin: 0;
    padding: 0;
}
/* botones carrito */
#vaciar-carrito, #enviar-whatsapp {
    display: flex;
  }
.header-content {
    padding: 200px 0 100px 0;
}
.header-info {
    display: flex;
}
.header-txt {
    width: 50%;
}
.header-txt h1 {
    font-size: 50px;
    color: #feffff;
    text-transform: capitalize;
}
.header-img {
    width: 50%;
    text-align: center;
}
.header-img img {
    width: 500px;
}
.prices {
    display: flex;
    margin: 20px 0;
}
.price-1 {
    font-size: 30px;
    color: #747B8F;
    text-decoration-line: line-through;
    margin-right: 22px;
}
.price-2 {
    font-size: 30px;
    color: #7270EC !important;
}
.btn-1 {
    display: inline-block;
    background-color: #7270EC;
    color: #feffff;
    font-size: 16px;
    padding: 10px 22px;
    border-radius: 22px;
    margin-top: 40px;
}
.btn-1:hover {
    background-color: #6C69F9;
}
hr {
    border: 1px solid #7A7B8F16;
}
.promos {
    padding: 50px 0;
    text-align: center;
}
.promos h2 {
    font-size: 50px;
    color: #feffff;
    margin-bottom: 35px;
}
.categories {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.categorie {
    display: flex;
    align-items: center;
    padding: 35px;
}
.categorie img {
    width: 150px;
}
.categorie-1 {
    width: 50%;
}
.categorie-1 h3 {
    color: #feffff;
    font-size: 22px;
    font-weight: 600;
}
.categorie-1 p {
    color: #747B8F;
    font-size: 18px;
}
.categorie-img {
    width: 50%;
}
.products {
    text-align: center;
    padding: 50px 0;
}
.products h2 {
    font-size: 50px;
    color: #feffff;
    margin-bottom: 70px;
}
.product {
    text-align: center;
}
.product img {
    width: 150px;
    margin-bottom: 15px;
}
.product-txt h3 {
    font-size: 18px;
    color: #feffff;
    margin-bottom: 15px;
}
.product-txt p {
    color: #747B8F;
    font-size: 16px;
    margin-bottom: 15px;
}
.precio {
    color: #7270EC !important;
}
.btn-3 {
    display: inline-block;
    padding: 10px 22px;
    font-size: 14px;
    color: #feffff;
    border: 1px solid #7270EC;
    border-radius: 22px;
    margin-top: 15px;
}
.btn-3:hover {
    background-color: #7270EC;
}
.btn-4 {
    display: inline-block;
    font-size: 12px;
    background-color: #7270EC;
    padding: 10px 22px;
    border-radius: 22px;
    margin-top: 10px;
    border: 1px solid #532be3;
    color: #feffff;
}
.BackInicio {
    font-family: 'poppins', serif;
    font-size: 18px;
    color: rgb(154, 100, 206);
    border: 2px solid rgb(154, 100, 206);
    padding: 10px 15px;
    border-radius: 12px;
}
.TiendaBtn-Inicio{
    text-align: center;
}
.TiendaBtn-Inicio i{
    position: relative;
    font-size: 26px;
    top: 4px;
}
.banner-2 {
    background-color: rgb(154, 100, 206);
    text-align: center;
    padding: 70px;
    display: flex;
    flex-direction: column;
    color: #feffff;
    gap: 60px;
    
}
.banner-2Content p {
    font-size: 30px;
}
.banner-2Content span {
    font-size: 40px;
    font-weight: 700;
}
.banner-2 img {
    width: 80px;
}
.valueProposal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}
.values img {
    width: 80px;
}
.values p {
    font-size: 20px;
    padding: 20px 80px;
}
footer {
    display: flex;
    flex-direction: column;
    
}
.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100dvh;
}
.footer-txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 50%;
}
.footer-txt h3 {
    color: #feffff;
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
}
.footer-txt p {
    color: #feffff;
    padding: 0 150px 0 0;
}
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
}
.footer-links a {
    display: inline-block;
    color: rgb(154, 100, 206);
    font-weight: bold;
    padding: 10px;
}
.footer-links a:hover {
    color: #feffff;
    background-color: rgb(29, 30, 32);
    padding: 10px;
    border-radius: 20px;
}
.footer-info{
    padding-top: 100px;
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.footer-info img{
    width: 260px;
}
.footerinfo-txt p {
     color: #feffff;
     font-size: 14px;
}
.footer-social {
    background-color: rgb(154, 100, 206);
    text-align: center;
    padding: 70px;
    display: flex;
    flex-direction: column;
    color: #feffff;
    gap: 60px;
}
.redesContent{
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    font-size: 30px;
    gap: 200px;
}
.redesContent a {
    font-size: 18px;
    color: #feffff;
}
.tiktok, .facebook, .instagram{
    display: flex;
    flex-direction: column;
}

/* Estilos del modal */


.modal-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .modal {
    background: #c4bee0;
    padding: 2rem;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    max-height: 1000px;
  }

  .imagenes img {
    width: 80px;
    margin: 0.3rem;
    cursor: pointer;
    border-radius: 8px;
    border: 2px solid #eee;
  }

  .add-cart-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
  }

  .modal-swiper {
    width: 100%;
    height: auto;
    margin: 1rem 0;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img, .swiper-slide video {
    max-width: 100%;
    border-radius: 10px;
  }

  #modal-swiper-wrapper {
    align-items: center;
    margin-top: 0 !important;
  }

  #modal-descripcion {
    font-size: 12px; /* o el tamaño que tú quieras */
    line-height: 1.5;
    color: #555;
  }
  
  #modal-titulo {
    font-size: 20px;
  }
  
@media(max-width:991px) {
    .menu {
        background-color: rgb(20, 21, 24);
        justify-content: center;
        margin-top: 40px;
        padding-top: 20px;
        position: sticky;
    }
    .navbar {
        display: none;
    }
    #carrito {
        max-height: 350px;
    }
    #mi-carrito {
        margin-left:0px;
        padding-left: 216px;
    }
    .submenu {

    }
    .mySwiper-1 {
        width: 300px;
        margin-bottom: 40px;
    }
    .swiper-slide {
        padding: 0 30px 50px 30px;
    }
    .header-banner {
        margin-bottom: 0;
    }
    .header-banner .media {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }
    .header-banner .mediaTxt {
        display: flex;
        flex-direction: column;
        color: #feffff;
        align-items: center;
        margin-bottom: 40px;
    }
    .header-banner .mediaTxt span {
        font-weight: 600;
        font-size: 20px;
    }
    .header-banner .mediaTxt p {
        font-weight: 300;
        font-size: 14px;
    }
    .header-banner .productBanner {
        padding: 20px 0 0 0 ;
        text-align: center;
        color: #feffff;
        max-width: 400px;
    }
    .bannerProduct-name{
        position: relative;
        top: 20px;
    }
    .bannerProduct-nameSpan{
        position: relative;
        top: -40px;
    }
    .bannerProduct-nameSpan span{
        color: #feffff !important;
    }
    .bannerProduct-nameSpan p{
        font-weight: 500 !important;
        font-size: 15px !important;
        padding: 0 60px !important;
        color: rgb(154, 100, 206);
        font-family: "Nunito", sans-serif;
        font-weight: 900 !important;
    }
    .header-banner .productBanner img{
        min-width: 335px;
        max-width: 335px;
    }
    .bannerProduct-name p {
        font-weight: 900;
        font-size: 50px;
    }
    .header-banner .productBanner span {
        font-family: "Lobster", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 60px;
        color: rgb(154, 100, 206);
    }
    .productBannerContent-txt {
        padding: 0 67px;
    }
    .productBannerContent p, .productBannerContent span{
        font-size: 16px !important;
        font-family: "Work Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: normal;
        text-align: left;
    }
    .productBannerContent span {
        color: #feffff !important;
        font-family: "Work Sans", sans-serif !important;
        font-weight: bold !important;
    }
    .btns-bannerContent {
        display: flex;
        justify-content: center;
        gap: 50px;
        margin-top: 30px;
    }
    .btns-bannerContent a {
        background-color: #7270ec;
        color: white;
        padding: 10px 20px;
        border-radius: 15px;
    }
    .btonMasInfo {
        background-color:  rgb(20, 21, 24) !important;
        color: #7270ec !important;
        padding: 10px 10px 15px 10px;
        border-radius: 15px;
        border: 3px solid #7270ec;
    }
    .verTodos i{
        font-size: 25px ;
        position: relative;
        top: 5px;
    }
    .header-content {
        padding: 0px 0 50px 0;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .swiper-wrapper {
        margin-top: 50px;
    }
    .header-info {
        padding: 0;
        flex-direction: column;
        text-align: center;
    }
    .header-txt {
        width: 100%;
    }
    .header-txt h1 {
        font-size: 30px;
    }
    .header-img {
        width: 100%;
    }
    .header-img img {
        width: 200px;
    }
    .prices {
        flex-direction: column;
    }
    .price-1 {
        margin: 0;
    }
    .btn-1 {
        margin: 20px 0;
    }
    .btonMasInfo {
        margin-right: 0;
    }
    .promos {
        padding: 30px;
    }
    .promos h2 {
        font-size: 40px;
        margin-bottom: 0;
    }
    .categories {
        grid-template-columns: repeat(1,1fr);
    }
    .categorie {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .categorie-1 {
        width: 100%;
        margin-bottom: 22px;
        order: 1;
    }
    .categorie-img {
        width: 100%;
    }
    .products {
        padding: 30px;
    }
    .products h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
    .banner-2 {
        display: flex;
        flex-direction: column;
        padding: 70px 50px;
    }
    .banner-2Content p {
        font-size: 18px;
    }
    .banner-2Content span {
        font-size: 22px;
    }
    .valueProposal {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .values {
        padding: 20px 0;
    }
    .values p {
        padding: 40px 0px;
    }
    .footer-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 30px 0;
        margin: 50px 0;
        height: auto;
    }
    .footer-txt {
        width: 80%;
        padding: 0 0 0 50px;
    }
    .footer-txt h3 {
        font-size: 30px;
    }
    .footer-txt img{
        width: 160px;
    }
    .footer-txt p {
        padding: 20px 55px 0 0;
    }
    .footer-links {
        padding: 50px 0 ;
    }
    .footer-info {
        padding: 0 0 0 50px;
        width: 100%;
        gap: 0;
    }
    .footer-social {
        gap: 20px;
        margin-bottom: px;
        padding:  70px 0;
    }
    .redesContent {
        display: flex;
        flex-direction: row;
        gap: 65px;
        margin-top: 20px;
        margin: 0 auto;
    }

    .redesContent a {
        font-size: 12px;
    }

    /* aniamciones */

     .products, .banner-2, .categories, .productBannerContent {
        view-timeline-name: --reveal;
        animation-name: show;
        animation-fill-mode: both;

        animation-timeline: --reveal;
        animation-range: entry 25% cover 50%;
    }

    @keyframes show {
        from {
            opacity: 0; scale: 10%;
        }
        
        to {
            opacity: 1; scale: 100%;
        }
    }
    /* Tienda Estilos */
    .header-bannerTienda{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .tiendaProductos{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        padding: 0;
        justify-content: center;    
    }

    .btn-4 {
        display: inline-block;
        font-size: 12px;
        background-color: #7270EC;
        padding: 10px 22px;
        border-radius: 22px;
        margin-top: 10px;
        border: 1px solid #532be3;
        color: #feffff;
    }

    .swiper1Tienda {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .BackInicio {
        font-family: 'poppins', serif;
        font-size: 18px;
        color: rgb(154, 100, 206);
        border: 2px solid rgb(154, 100, 206);
        padding: 10px 15px;
        border-radius: 12px;
    }
    .TiendaBtn-Inicio{
        text-align: center;
    }
    .TiendaBtn-Inicio i{
        position: relative;
        font-size: 26px;
        top: 4px;
    }
    .swiper2Tienda {
        margin-bottom: 40px;
    }
   .productsTienda h2 {
    color: #feffff;
    padding-top: 20px;
    padding-left: 10px;
   }

   .swiperwrapper-Tienda .swiper-slide:nth-child(1) {
    order: 1;
  }
  .swiperwrapper-Tienda .swiper-slide:nth-child(4) {
    order: 2;
  }
  .swiperwrapper-Tienda .swiper-slide:nth-child(3) {
    order: 4;
  }
  .swiperwrapper-Tienda .swiper-slide:nth-child(2) {
    order: 3;
  }
}