:root {
    --primary: #ff69b4;
    --secondary: #ff69b4;
    --dark: #661260;
    --light: #fff;
}

.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#navbar,
#navbar .container-fluid,
.navbar-light,
.bg-light {
    background: rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(6px);
    box-shadow: none;
}


/* .navbar.bg-light {
    background: rgba(255, 255, 255, 0.4) !important;

    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    box-shadow: none;
} */

#logo-icon {
    color: var(--primary);
    width: 45px;
    margin-bottom: 5px;
}

#logo-text1 {
    color: var(--primary);
}

#logo-text2 {
    color: var(--secondary);
}

.texto-portada {
    color: var(--dark);
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.5);
}

#whatsapp {
    position: fixed;
    top: 80%;
    right: 1%;
    z-index: 80;
}

header {
    width: 100%;
    height: 100vh;
}

header div img {
    width: 100%;
    height: 94vh;
}

#btn-ver-portafolio {
    background: var(--dark);
    border: 1px solid var(--dark);
    color: var(--light);
}

#btn-ver-portafolio:hover {
    /* font-weight: bold; */
    color: var(--primary);
}

h1 {
    font-family: 'Sansita Swashed', cursive;
    overflow-y: hidden;
}

#portada img {
    object-fit: cover;
}

h2 {
    color: var(--dark);
    font-size: 60px;
}

.boton-dark {
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    background: var(--primary);
    color: var(--light);
    font-weight: bold;
    border-radius: 5px;
}


#portafolio .card a {
    background: var(--primary);
    border: var(--primary);
}

#portafolio .card a:hover {
    background: var(--dark);
}

#portafolio .card video {
    height: 280px;
}


#portafolio .card img {
    height: 280px;
    object-fit: scale-down;
}

#portafolio-texto {
    margin-top: 100px;
    margin-bottom: 40px;
}

#portafolio h3,
#portafolio h4 {
    color: var(--dark);
}


.portafolio-category:not(:first-of-type) {
    margin-top: 200px;
}

#foto {
    height: 600px;
}

#datos #contenedor-datos {
    font-size: 22px;
}

#datos .card-body {
    height: 100px;
}

#datos a {
    text-decoration: none;
}

#datos a:hover {
    background: transparent;
}

footer {
    margin-top: 100px;
}

footer a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--primary);
    border: var(--primary);
    color: var(--light);
    border-radius: 50%;
}

footer a:hover {
    background: var(--dark);
    border: var(--dark);
    color: var(--light);
}


@media (max-width: 800px) {

    #cont-logo h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 40px;
        color: var(--dark);
    }

    #whatsapp {
        position: fixed;
        top: 90%;
        right: 1%;
        z-index: 80;
    }

    header img {
        object-fit: cover;
    }

    header .lema {
        font-size: 10px;
    }

    #portafolio-texto {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #smoothies,
    #cupcakes,
    #cookies {
        margin-top: 75px;
    }
}