@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Madimi';
    src: url(MadimiOne-Regular.ttf) format('truetype');

    }
* {
    box-sizing: border-box;
    margin: 0;
}
/*esto es pa que se mueva*/
   .horizontal {
    height: 25px;
    width: 100%;
    overflow: hidden;
  }

  .horizontal h1 {
    animation: slide 32s linear infinite;
  }

  @keyframes slide {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
/*elbody*/
.catalogo{
           margin: 0;
        font-family: 'Madimi', serif;
        background-image: url(FONDO/fondo\ 1\ desktop.png);
        background-repeat: no-repeat;
        background-size: 100%;


}
.comisiones{
           margin: 0;
        font-family: 'Madimi', serif;
        background-image: url(FONDO/Shop\ \(1\).png);
        background-repeat: no-repeat;
        background-size: 100%;
        
        
}
.home{
           margin: 0;
        font-family: 'Madimi', serif;
        background-image: url(FONDO/fondo\ 1\ desktop.png);
        background-repeat: no-repeat;
        background-size: 100%;
        
        
}
.desktop {
            padding-bottom: 3800px;
            color:#782DFA;
        }
.portafolio {
        margin: 0;
        font-family: 'Madimi', serif;
        background-image: url(FONDO/fondo\ 1\ desktop.png);
        background-repeat:repeat;
        background-size: 100%;
                justify-content: center;
        align-items: center;
        text-align: center;
    }

    header {
        width: 100%;
        padding: 20px 40px;
        background: #fbd0ff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        box-sizing: border-box;
    }

    header h1 {
        font-weight: 400;
        font-size: 20px;
        color: #ff4fcf;
    }

    .logo {
        position: absolute;
        top: 50%;
        transform: translateY(100%);
    }

    .logo img {
        height: 60px;
    }

   header + nav {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content:center;
        gap: 60px;
        background-color: white;
    }

    header + nav a {
        padding-top: 130px;
        text-decoration: none;
        font-weight: 600px;
        color: #ff4fcf;
        font-size: 18px;
        transition: 0.3s;
    }

    header + nav a:hover {
        opacity: 0.7;
    }

 
    .icons {
        position: absolute;
        right: 40px;
        top: 150px;
        display: flex;
        gap: 20px;
        font-size: 22px;
        color: #ff4fcf;
        cursor: pointer;
    }

    .icons i:hover {
        opacity: .7;
    }


/*AQUI PON CADA CONTENT*/
.t1 {
    font-size: 70px;
    color: white;
    text-align: center;
    padding: 30px 20px;
}

.t2{
     font-size: 50px;
    color: white;
    text-align: center;
    padding: 30px 20px;
}
.t3 {
    font-size: 70px;
    color:#240C61;
    text-align: center;
    padding: 30px 20px;
}
.titles{
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 5px;
    font-family: "Madimi", serif;
    text-decoration: none;
    text-align: center;
}

.gallery img {
  
    width: 80%;
    height:100%;
    object-fit:scale-down;
    border-radius: 6px;

}

#ilus1 {
    grid-column: 2 / 7;
    grid-row: 1 / 2;
}
#ilus2 {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
}
#ilus3 {
    grid-column: 13 / 19;
    grid-row: 1 / 2;
}


#ilus4 {
    grid-column: 2 / 11;
    grid-row: 2 / 4;
}
#ilus5 {
    grid-column: 12 / 19;
    grid-row: 2 / 4;
}


#ilus6 {
    grid-column: 2 / 7;
    grid-row: 4 / 6;
}
#ilus7 {
    grid-column: 10 / 19;
    grid-row: 4 / 6;
}


#ilus8 {
    grid-column: 2 / 7;
    grid-row: 6 / 7;
}
#ilus9 {
    grid-column: 10 / 19;
    grid-row: 6 / 8;
}
#ilus10 {
    grid-column: 2 / 7;
    grid-row: 7 / 8;
}


#ilus11 {
    grid-column: 11 / 19;
    grid-row: 8/ 9;
}
#ilus12 {
    grid-column: 2 / 7;
    grid-row: 8 / 9
}


.productos {
    text-align: center;
    font-family: "Madimi", sans-serif;
    padding: 40px 0;
    background: #f7d4f7;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    width: 90%;
    margin: auto;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.product-card img {
    width: 100%;
    border-radius: 10px;
}

.product-card button {
    margin-top: 10px;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: #ff6ee0;
    color: white;
    font-weight: bold;
}

footer {
    width: 100%;
        padding: 20px 40px;
        background: #240C61;
        display: flex;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
        flex-direction: column;
        font-family: 'Madimi', serif;
}

    .redes {
        position: relative;
        display: flex;
        gap: 30px;
        font-size: 22px;
        color: #ff4fcf;
        cursor: pointer;
        margin-bottom: 20px;
        justify-content: center;
    }

    footer h1{
        color:#ff4fcf;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
    }
    
  .enviar {
    margin-top: 20px;
        padding: 10px;
        color:#ff4fcf;
        background-color: #d9d9d9;
    }
    .formulario {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    }

    .formulario input {
    background: #d9d9d9;
    border: none;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 3px;
    outline: none;
}

.footer-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 18px;
}

.footer-menu a {
    text-decoration: none;
    color: #ff4fcf;
    font-weight: 300;
}

.footer-menu a:hover {
    text-decoration: underline;
}
       .copyright {
        width: 100%;
        padding: 20px 40px;
        background: #000000;
        color: #6e6e6e;
        display: flex;
        justify-content: center;
        align-items: center;
        
        box-sizing: border-box;}
        
    @media (max-width: 1000px) {
    
    .comisiones{
           margin: 0;
        font-family: 'Madimi', serif;
        background-image: url(FONDO/iPhone\ 16\ -\ 3.png);
        background-repeat:no-repeat;
        background-size:100%;
}
.desktop {
            padding-bottom: 3800px;
            color:#782DFA;
        }
    .horizontal h1 {
    animation: slide 16s linear infinite;
  }

    header {
        padding: 15px 20px;
        height: 80px;
    }

    .logo img {
        height: 60px;
    }

 
    .icons {
        right: 20px;
        top: 120px;
        font-size: 18px;
        gap: 15px;
    }

   
    nav {
       
        gap: 30px;
        font-size: 14px;
    }

    nav a {
        font-size: 15px;
    }
     .footer-menu {
        flex-direction: column;
        align-items: center;
        gap: 40px;
        font-size: 18px;
        display: flex;
        padding-top: 20px;
        font-size: 20px;
}

#ilus1 {
    grid-column: 2 / 19;
    grid-row: 1 / 2;
}
#ilus2 {
    grid-column: 2 / 19;
    grid-row: 2 / 3;
}
#ilus3 {
    grid-column: 2 / 19;
    grid-row: 3 / 4;
}


#ilus4 {
    grid-column: 2 / 19;
    grid-row: 4 / 5;
}
#ilus5 {
    grid-column: 2 / 19;
    grid-row: 5 / 6;
}


#ilus6 {
    grid-column: 2 / 19;
    grid-row: 6 / 7;
}
#ilus7 {
    grid-column: 2 / 19;
    grid-row: 7 / 8;
}


#ilus8 {
    grid-column: 2 / 19;
    grid-row: 8 / 9;
}
#ilus9 {
    grid-column: 2 / 19;
    grid-row: 9 / 10;
}
#ilus10 {
    grid-column: 2 / 19;
    grid-row: 10 / 11;
}


#ilus11 {
    grid-column: 2 / 19;
    grid-row: 11 / 12;
}
#ilus12 {
    grid-column: 2 / 19;
    grid-row: 12 / 13
}

    }
    