@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');
@import url('https://fonts.googleapis.com/css2?family=Kavoon&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
        list-style: none;
        scroll-padding-top: 450px; 
    }
    body {
        background: #060d5d;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 100px;
    }
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }


    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white; /* o el color de fondo que quieras */
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
      }
      
    #preloader img {
        width: 100px; /* ajusta el tamaño si quieres */
    }

    .bottom-nav {
        position: fixed;
        bottom: -1.5px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #060d5d;
        padding: 10px 0 14px 0;
        z-index: 5000;
        transition: transform 0.3s ease;
        transform: translateY(100%); /* Oculta fuera de la pantalla */
    }
    #btn-inicio{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: baseline;
        border-bottom: 5px solid #ffffff;
        align-items: center;
    }
    .btnInicio{
        width: 40px;
    }
    #btn-products{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .btnMenu{
        width: 40px;
    }
    .bottom-nav--visible {
        transform: translateY(0); /* Muestra la barra */ 
    }
    .bottom-nav--hidden {
    transform: translateY(100%);
    }

    .buttons--nav {
        display: flex;
        gap: 120px;
    }

    .bottom-nav button , .bottom-nav a {
        color: #f5f5f5;
        border: none;
        font-size: .7rem;
        cursor: pointer;
        background: none;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
    }

    .header {
        display: flex;
        align-items: center;
        background-color: #fff;
    }
    .header-banner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #000;
        align-items: center;
        max-width: 360px;
        margin: 0 auto;
        position: relative;
        left: 0;
        right: 0;
        gap: 100px;
    }
    .mediaTxt{
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .header-banner  span {
        font-family: 'Poppins',serif;
        font-weight: 600;
        font-size: 1.2rem;
        color: #3d3f3f;
    }
    .header-banner  h2 {
        font-family: "Poppins", serif;
        font-weight: 300;
        font-size: 1.3rem;
        line-height: 1.5rem;
        color: #414141;
        padding: 1rem;
        text-align: center;
    }
    .mediaImgs{
        position: relative;
        width: 80%;
        display: inline-block;
    }
    .modelobanner1{
        height: 350px;
    }
    .textobanner-right, .textobanner-left{
        position: absolute;
        opacity: 0; /* Las flechas comienzan invisibles */
        transition: opacity 2s ease-in-out; /* Animación de aparición */
        
        font-family: 'poppins',serif;
        font-weight: 600;
        color: #fff;
        background-color: #060d5d;
        text-align: center;
        border-radius: 10px;
        padding: 6px 0;
    }
    .flechabanner-left, .flechabanner-right{
        position: absolute;
    }
    .flechabanner-left{
        width: 20rem;
        top: 20px;
        left: 0px;
    }
    .textobanner-left{
        width: 180px;
        top: -50px;
        left: -20px;
    }
    .flechabanner-right{
        width: 7rem;
        top: 20px;
        right: 60px;
    }
    .textobanner-right{
        width: 180px;
        top: 230px;
        right: -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 {
        position: relative;
        text-align: left;
    }
    .mySwiper-1 {
        margin-bottom: 40px;
    }
    .swiper h2 {
        padding-left: 20px;
        color: #060d5d;
    }
    .swiper-wrapper {
        margin-top: 80px;
    }
    .swiper-slide {
        padding: 0 30px 0px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .swiper-button-prev::after,.swiper-button-next::after {
        font-size: 22px;
        color: #060d5d;
    }
    .swiper-button-prev, .swiper-button-next {
        color: #feffff;
    }
    .swiper-pagination-bullet {
        background-color: #b6c5c4;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background-color: #060d5d;
    }
    .menuContent{
        position: sticky; 
        top: 0;
        z-index: 1000;
        background-color: transparent;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background-color: #ffffff;
    }
    .logo {
        cursor: pointer;
        width: 10rem;
        padding: 15px;
    }
    .header-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .header-info {
        display: flex;
        padding: 0;
        gap: 30px;
        flex-direction: column;
        text-align: center;
    }
    .header-txt {
        width: 100%;
    }
    .header-txt h1 {
        font-size: 30px;
    }
    .header-img {
        width: 100%;
        margin-bottom: 40px;
    }
    .header-img img {
        width: 17rem;
    }
    .prices {
        flex-direction: column;
    }
    .price-1 {
        margin: 0;
    }
    .btn-1 {
        margin: 0 20%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #060d5d;
        color: #feffff;
        font-size: 16px;
        padding: 10px 22px;
        border-radius: 22px;
    }
    .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;
        min-height: 105px;
        margin-bottom: 15px;
    }
    .product-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 205px;
        min-width: 195px;
        max-width: 195px;;
    }
    .product-txt h3 {
        font-size: 15px;
        padding: 0 10px;
        color: #feffff;
        margin-bottom: 15px;
    }
    .product-txt p {
        color: #747B8F;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .precio {
        color: #ffffff !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;
        border-radius: 22px;
        margin-top: 10px;
        border: 1px solid #532be3;
        color: #feffff;
    }

    .banner-2 {
        gap: 60px;
        border: 0;
        position: relative;
        top: -1px;
        background-color: #fff;
    }
    .wave1{
        position: relative;
        bottom: -20px;
    }
    .wave-top {
        position: relative;
        bottom: 16px;
        border: none;
        z-index: -1;
    }
    .wave-nav {
        position: absolute;
        top: -60px;
        z-index: -1;

    }
    .banner-2Content {
        background-color: #060d5d;
        text-align: center;
        color: #feffff;
        padding: 80px 0;
    }
    .banner-2 img {
        width: 80px;
    }
    .valueProposal {
        display: flex;
        justify-content: baseline;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .values{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }

    .values img {
        width: 80px;
    }
    .values p {
        font-family: 'Rubik', serif;
        font-weight: 600;
        font-size: .8rem;
    }
    .values span {
        font-size: 22px;
        font-weight: 700;
    }
    .wave2 {
        position: relative;
        top: -2px;
        /* transform: rotate(-180deg); */
        
        margin-bottom: -90px;
    }

    .wave3 {
        position: relative;
        top: -20px;
        transform: rotate(-180deg);
        margin-bottom: -10px;
    }


    /* PRODUCTOS */

    .slideProductos{
        background-color: #fff;
    }
    .productsTienda {
        margin-bottom: 40px;
        margin-top: 80px;
        position: relative;
        top: 0px;
    }
    .wave3{
        position: relative;
        top: -2px;
    }
    .productsTienda h2 {
    color: #feffff;
    padding-top: 20px;
    padding-left: 10px;
    }
    .tiendaProductos{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-items: center
    }

    .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;
    }

    /* swip de ña tienda */

    .swiperTienda {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
        background-color: #060d5d;
    }
    .swiper-slideTienda {
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        max-width: 200px;
        border-radius: 10px;
    }

    /* Ubicacion 3 */

    .ubicacion {
        gap: 60px;
        border: 0;
        position: relative;
        top: -1px;
    }
    .ubicacionContent {
        background-color:;
        text-align: center;
        color: #000;
        padding: 20px 0;
        display: flex;
        justify-content: baseline;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .ubiacionContent p {
        font-family: 'Rubik', serif;
        font-weight: 600;
        font-size: 18px;
    }
    .ubiacionContent span {
        font-size: 22px;
        font-weight: 700;
    }

    footer {
        margin-bottom: 20px;
        background-color: #fff;
    }
    .footerContent{
        background-color: #060d5d;
    }
    .footer-social{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 30px 0;
        height: auto;
    }
    .footer-txt {
        width: 80%;
        padding: 0 0 0 50px;
    }
    .footer-txt h3 {
        font-size: 30px;
        color: #feffff;
    }
    .footer-txt img{
        width: 160px;
    }
    .footer-txt p {
        padding: 20px 55px 0 0;
        color: #feffff;
    }
    .footer-links {
        padding: 50px 0 ;
        color: #feffff;
    }
    .footer-links a{
        color: #feffff;
    }
    .footer-info {
        padding: 0 0 0 50px;
        width: 100%;
        gap: 0;
        color: #feffff;
    }
    .footerinfo-img img{
        width: 210px;
    }
    .footer-social {
        gap: 20px;
        margin-bottom: px;
        padding:  70px 0;
        color: #feffff;
    }
    .redesContent {
        display: flex;
        flex-direction: row;
        gap: 65px;
        margin-top: 20px;
        margin: 0 auto;
        font-size: 20px;
       
    }
    .redesContent a,.redesContent i {
        text-decoration: none;
        font-size: 25px;
        color: #feffff;
    }
    

    /* 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: #ffffff;
        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 img, .swiper-slide video {
        max-width: 100%;
        border-radius: 10px;
    }
    .swiper-slide img{
        max-height: 320px;
    }
    #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;
    }


    /* aniamciones */

     .products, .valueProposal, .ubicacionContent, .categories {
        view-timeline-name: --reveal;
        animation-name: show;
        animation-fill-mode: both;

        animation-timeline: --reveal;
        animation-range: entry 5% cover 70%;
    }

    @keyframes show {
        from {
            opacity: 0; scale: 1%;
        }
        
        to {
            opacity: 1; scale: 100%;
        }
    }
   