html {
    scroll-behavior: smooth;
}




* {
    font-family: 'Poiret One', sans-serif;
}

.primer {
    /* width: 100%; */
    height: 100vh;
    background-image:
        linear-gradient(rgb(0, 0, 0, 1.6), rgb(0, 0, 0, 0.0)), url(fotos-de-boudoir-01.webp);
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
}



.column {
    box-shadow: yellowgreen;
}

.card-content:hover {
    bottom: 10px;
}



.btn-wtsp {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: rgb(0, 255, 106);
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    transition-duration: 500ms;
    z-index: 999;

}

.btn-wtsp:hover {
    bottom: 30px;

}

.i-w {
    width: 40px;

}


.opacidad {
    opacity: 20%;
}



section.redes-sociales {
    background-color: #ffcccc;
    padding: 50px;
}

.redes {
    text-align: center;
}

.redes a {
    color: black;
    font-size: 24px;
    margin: 0 10px;
}

img {
    width: 100%;
    height: auto;
}


body {
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    /* text-align: center; */
    color: #333;
}

.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: auto;
    gap: 20px;
}

.product {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

h3 {
    color: #333;
    font-size: 1.2rem;
}

p {
    color: #777;
    font-size: 1rem;
}





@media (max-width:700px) {


    iframe {
        width: 100%;
        height: 90%;
    }

    .primer {
        padding: 10%;

        background-image:
            linear-gradient(rgb(0, 0, 0, 1.6), rgb(0, 0, 0, 0.0)), url(fotos-de-boudoir-01.webp);
        background-size: cover;
        background-position: -250px -150px;
        background-attachment: fixed;

    }

    footer {
        height: 950px;
    }

    .card-footer {

        height: 40%;
    }
}