@import url('https://fonts.googleapis.com/css2?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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&family=Sigmar&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Sigmar&family=Staatliches&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Playwrite+AU+NSW:wght@100..400&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&family=Sigmar&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Coiny&family=Staatliches&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap');



* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-transform: capitalize;
    text-decoration: none;
}    


body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/fondotienda.jpg);
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

header {
    margin-top: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transition: 0.7s;
    padding: 30px 20px;
    z-index: 10;
}

.Header.abajo {
    background: #c36bdd;
    padding: 15px 20px;
}

.menu-icon {
    display: none;
}

.menu-icon i {
    color: white;
    font-size: 30px;
}

.Header .logo {
    width: 100px;
    height: 100px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 2px;
    transition: 1.5s;
    text-decoration: none;
}

.announcement {
    background-color: rgb(16, 26, 51); 
    color: #fff; 
    text-align: center;
    padding: 10px;
    font-weight: bold;
   
}
.Header .logo img {
    width: 100px; 
    height: 100px;
    object-fit: contain; 
}

.Header .carrito img {
    width: 60px; 
    height: 70px;
    object-fit: contain; 
    left: 1050px;
}

.navbar {
    padding: 10px 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    height: 70px;
}

.Header .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header .menu .item {
    list-style-type: none;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}

.Header .menu .item .link {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #f8f4f2;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.7s;
    font-size: 20px;
}

.menu .item .link:hover {
    padding: 5px 10px;
    color: rgb(247, 247, 247);
    border-radius: 15px;
    border: 2px solid transparent;
    cursor: pointer;
}

.Header.hidden {
    transform: translateY(-200%);
  
}

.slideshow {
    background-color: rgb(16, 26, 51); 
    height: 50px; 
    color: #fff; 
    text-align: center;
    padding: 2px;
    overflow: visible;
    font-weight: bold;
}
.slide {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 15;
    line-height: 1.5;
    padding: 15px;
    white-space: normal; 
    opacity: 0;
    animation: slideShow 6s infinite;
}
.slide:nth-child(1) {
    animation-delay: 0s;
}
.slide:nth-child(2) {
    animation-delay: 3s;
}
@keyframes slideShow {
    0% { opacity: 0; }
    10% { opacity: 1; }
    45% { opacity: 1; }
    55% { opacity: 0; }
    100% { opacity: 0; }
}

.zona1 {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/banertienda.gif);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-text {
    color: #9bf380;
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.header-text h1 {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: rgb(29, 13, 182);
    font-size: 55px;
}

.header-text p {
    margin-top: 35px;
    color: aliceblue;
}

.image-container {
    width: 100%; 
    padding: 20px 0; 
    min-height: calc(100vh - 160px); 
    position: static; 
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.image-text-dandy {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
    transform: translateX(0px); 
    cursor: pointer;
    transition: transform 1s ease-in-out; 
    margin-bottom: 20px;
    padding: 40px;
    width: 100%; 
    border-radius: 5px; 
    border: 6px solid #c5bebe;
    width: 100%;
}

.image-text-pair {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
    transform: translateX(0px); 
    cursor: pointer;
    transition: transform 1s ease-in-out; 
    margin-bottom: 20px; 
    padding: 40px; 
    width: 100%; 
    border-radius: 5px; 
    border: 6px solid #c5bebe; 
    width: 100%; 
}

.image-text-pair:nth-child(1) {
    background-color: #ffcccc;
}

.image-text-pair:nth-child(2) {
    background-color: #ccffcc;
}

.image-text-pair:nth-child(3) {
    background-color: #cceeff;
}

.slideImage {
    width: 300px; 
    height: 300px;
    margin-right: 40px; 
}

.slideTitle {
    color: #000000;
    font-size: 102px; 
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 20px;
}

@font-face {
    font-family: 'magic';
    src: url('../fonts/magic.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'romans';
    src: url('../fonts/ROMANS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'sprayerz';
    src: url('../fonts/sprayerz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cristone';
    src: url('../fonts/Cristone.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'street';
    src: url('../fonts/Street.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'romans';
    src: url('../fonts/ROMANS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ft-container {
    max-width: 12000px;

  }
  
  .footer {    margin-bottom: 0px;

      margin-top: 190px;
    background-color: #000000;
    padding: 100px 0 0;
  }
  
  .ft-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .ft-link {
    width: 25%;
    padding: 0 270px;
  }
  
  .ft-link h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 500;
    border-bottom: 2px solid rgb(23, 55, 143);
    display: inline-block;
    padding-bottom: 10px;
  }
  
  .ft-link ul li a {
    font-size: 18px;
    text-decoration: none;
    color: rgb(252, 252, 252);
    display: block;
    margin-bottom: 15px;
    transition: all 0.3s ease;
  }
  
  .ft-link ul li a:hover {
    color: #ffffff;
    padding-left: 6px;
  }
  
  .social-link a {
    display: inline-block;
    min-height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0px 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  
  .social-link a:hover {
    background-color: rgb(23, 55, 143);
  }
  

  
.derechos {
   margin-top: 80px;
    color: #3c3a3d;
    position: relative; 
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%); 
    text-align: center; 
    width: 100%; 
  }



@media screen and (max-width: 991px) {
    body, html {
        overflow-x: hidden;
    }
  
    body {
        font-size: 14px;
    }
  
    header {
        padding: 20px;
    }
  
    .navbar .menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: rgb(16, 23, 43);
        gap: 0;
        overflow: hidden;
        border: 2px solid;
        border-radius: 10px;
        margin: 0 20px;
    }
  
    .navbar .menu .item {
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
  
    .navbar .menu .item:last-child {
        border-bottom: none;
    }
  
    .menu-icon {
      display: block; 
      position: absolute;
      right: 40px; 
      top: 50%;
      transform: translateY(-50%);
    }
  
    #menu {
        transition: all 0.5s;
    }
  
    #menu:checked ~ .navbar {
        display: initial;
    }
  
    .Header .logo {
        font-size: 1.5em;
    }
  
    
    .ft-row {
        flex-direction: column;
        align-items: center;
    }
  
    .ft-link {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 30px;
    }
  
    .footer {
        margin-top: 300px;
    }
  }

@media (max-width: 768px) {
    
    .image-text-pair {
        flex-direction: column;
        align-items: center;
        text-align: center;
        transform: translateX(0px);
        transition: transform 1s ease-in-out; 
        padding: 40px;
        border-radius: 20px; 
        width: calc(100% - 40px); 
        margin-left: 20px; 
        margin-right: 20px; 
    }
    .image-text-pair.active {
        transform: translateX(calc(100vw - 300px)); 
    }
    .slideImage {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .slideTitle {
        font-size: 42px;
    }
}

@media screen and (max-width: 801px) {
.ft-row {
    text-align: center;
}

.ft-links {
    width: 100%;
    margin-bottom: 30px;
}

.footer {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}