* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Abhaya Libre;
}

html {
    scroll-behavior: smooth;
}

[v-cloak] {
    display: none;
}

.logo-barra-nav{
    transition: transform 0.5s ease;
}
.logo-barra-nav:hover{
    transform: scale(1.1);
}

.barraDeNavegacion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    height: max-content;
}

.contenedorLinksBarraDeNavegacion {
    width: 50%;
    display: flex;
    justify-content: space-around;
}

.linkNav {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 0.5rem;
    border-radius: 20px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.linkNav:hover{
    background-color: #A16F72;
    color: #FFFFFF;
}

.linkNavActual{
    font-weight: 800;
    font-size: 22px;
    color: #A16F72;
}

.navbar {
    display: none !important;
}

.a-navbar {
    text-decoration: none;
    color: #000000;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 10px;
}

.contenedorBanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0));
    mask-size: 100% 100%;
}

.banner-inicio {
    width: 100%;
    height: 120vh;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.4);
}

.contenedorAConTextos {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 50%;

}

.contenedorTextosBanner {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(137, 92, 95, 0.83);
    border-radius: 39px;
    padding: 1rem;
    width: 100%;
}

.A-banner {
    width: 45%;
}

.almaPorcelana {
    width: 100%;
}

.hechoAMano {
    width: 45%;
}

.contenedorFraseInicial {
    display: flex;
    justify-content: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.frase-inicial {
    width: 75%;
    font-style: normal;
    font-weight: 400;
    font-size: 6vh;
    line-height: 110%;
    text-align: center;
    color: #A16F72;
    opacity: 0.8;
}

.contenedorSobreMi {
    display: flex;
    gap: 6rem;
    align-items: center;
}

.h3SobreMi {
    font-weight: 800;
    font-size: 45px;
    line-height: 53px;
    text-transform: capitalize;
    color: #895C5F;
    margin-bottom: 1.5rem;
}

.imgSobreMi {
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.pSobreMi {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 180%;
    color: #895C5F;
    opacity: 0.8;
    width: 85%;
    text-align: justify;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.footer {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E2E2E2;
    height: 50vh;
}

.footerOtros {
    height: max-content;
    margin-top: 0;
}

.h5-contacto {
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 35px;
    text-transform: capitalize;
    color: #565050;
}

.contenedorRedesSociales {
    display: flex;
    flex-direction: column;
    padding-left: 5rem;
}

.logo-footer {
    width: 80%;
}

.contenedorRedSocial {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
}

.linkRedSocial {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 185%;
    color: #565050;
    opacity: 0.8;
    text-decoration: none;
    transition: text-shadow 0.3s ease;
}

.linkRedSocial:hover{
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.imgFooter {
    margin: 3rem;
}

.h1MisProductos {
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
    background: #906366;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
}

.pMisProductos {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 185%;
    color: #895C5F;
    opacity: 0.8;
    padding: 3.5rem;
}

.contenedorMisProductos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8rem;
    margin-bottom: 4rem;
}

.producto {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.imgMisProductos {
    max-width: 100%;
    max-height: 100%;
    width: 317px;
    height: 314px;
    object-fit: cover;
    box-shadow: 16px 14px 20px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.h3MisProductos {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: capitalize;
    color: #895C5F;
    width: 90%;
}

.contenedorColumnas {
    display: flex;
    width: 100%;
}

.columna {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.img-columnas {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 1650px) {
    .imgMisProductos {
        width: 450px;
        height: 447px;
    }

    .pMisProductos {
        font-size: 40px;
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

@media screen and (max-width: 1300px) {
    .contenedorSobreMi {
        flex-direction: column;
    }

    .contenedor-h3-p-sobreMi {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imgSobreMi {
        border-radius: 5%;
        width: 75%;
    }

    .h3SobreMi {
        font-size: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .imgFooter {
        width: 150px;
    }

    .contenedorLinksBarraDeNavegacion {
        display: none;
    }

    .navbar {
        display: grid !important;
    }

    .banner-inicio {
        height: 70vh;
        object-position: right;
    }

    .pMisProductos {
        text-align: center;
        line-height: 135%;
    }
}

@media screen and (max-width: 700px) {
    .footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: max-content;
        padding: 2rem;
        gap: 2rem;
    }

    .logo-footer {
        width: 100%;
    }

    .contenedorRedesSociales {
        padding-left: 0;
    }

    .imgFooter {
        margin: 0;
    }

    .especial {
        width: 250px;
    }

    .contenedorMisProductos{
        gap: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .footerOtros {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-barra-nav {
        width: 200px;
    }

    .h1MisProductos {
        text-align: center;
        padding-left: 0.5rem;
        font-size: 30px;
    }
}

@media screen and (max-width: 350px) {
    .imgMisProductos {
        width: 280px;
        height: 276px;
    }

    .pMisProductos {
        padding: 2rem;
    }

    .h3MisProductos{
        font-size: 30px;
    }

}