tienda-hero {
    padding: 0;
    height: 80vh;
    background-position: center center;

}

tienda-nav-heros {
    display: none;
}

tienda-nav-heros img {
    height: 12px;
}

tienda-hero-contenido {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

tienda-hero-titulo {
    font-size: 150%;
    padding: 0;
    align-self: flex-start;
    padding-left: 1rem;
}

tienda-hero-cta {
    word-wrap: break-word;
    font-size: 200%;
    padding: 0;
    line-height: inherit;
    padding-left: 1rem;
    position: relative;
    bottom: 20%;
}

tienda-hero-contacto-boton {
    align-self: center;
    padding: 1rem;
}

tienda-hero-contacto-boton img {
    width: 16px;
    position: relative;
    top: 6px;
    left: 1rem;
}

tienda-hero-contacto-boton a {
    font-size: 120%;
    padding: 0.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

tienda-hero-contacto-social {
    display: none;
}

tienda-categorias {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: auto;
}

div.titulo {
    font-size: 200%;
    margin-top: 5vh;

}
tienda-categorias a {
    font-size: 250%;
    height: 25vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 1rem;
}

a.categoria-1 {
    background-color: black;
    grid-column: 1;
    grid-row: 1 / 3;
    background-image: url('/static/img/home/categoria-1.jpg');
}

a.categoria-2 {
    background-color: #666666;
    grid-column: 1;
    grid-row: 3 / 5;
    background-image: url('/static/img/home/categoria-2.jpg');
}

a.categoria-3 {
    background-color: #4d4d4d;
    grid-column: 2;
    grid-row: 1 / 4;
    background-image: url('/static/img/home/categoria-3.jpg');
    background-position: bottom center;
}

a.categoria-4 {
    background-color: #808080;
    grid-column: 2;
    grid-row: 4;
    background-image: url('/static/img/home/categoria-4.jpg');
    background-position: center center;
}

tienda-banner-cta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 10vh;
    height: auto;
    padding: 2rem;
}

tienda-banner-cta-boton a {
    font-size: 125%;
    padding: 0.2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

tienda-banner-cta span {
    font-size: 160%;
}

tienda-banner-cta-boton img {
    width: 16px;
    position: relative;
    top: 6px;
    left: 1rem;
}

tienda-nosotros {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: var(--aqua);
    align-items: center;
    align-content: center;
    justify-items: center;
    margin: 0;
    padding: 0;
    height: auto;
    margin-top: 6vh;
}

tienda-nosotros-imagen {
    display: block;
    height: 200px;
    width: 100%;
    background-image: url("/static/img/home/somos.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

tienda-nosotros-texto {
    display: flex;
    flex-direction: column;
    font-family: "Banners", sans-serif;
    row-gap: 1rem;
    padding-right: 0;
    align-items: center;
    justify-content: center;
    padding-top: 4vh;
    padding-bottom: 4vh;
}

tienda-nosotros-titulo {
    font-size: 250%;
    color: var(--morado);
}

tienda-nosotros-titulo img {
    height: 40px;
    padding-left: 1rem;
}

tienda-nosotros-descripcion {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

tienda-nosotros-descripcion #carita {
    height: 12vh;
}

tienda-nosotros-cta-boton a {
    font-size: 150%;
    margin-left: 2rem;
    padding: 0.3rem;
    padding-left: 3rem;
    padding-right: 3rem;

}

tienda-nosotros-cta-boton img {
    width: 12px;
    position: relative;
    top: 0.2rem;
    left: 1rem;
}
