:root {
    --aqua: #1dd3bb;
    --morado: #56396f;
    --rosado: #ff4775;
    --verde: #98e331;
    --blanco: #ffffff;
}
@font-face {
    font-family: 'General';
    src: url('/static/fonts/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Titulos';
    src: url('/static/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Small';
    src: url('/static/fonts/Outfit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Banners';
    src: url('/static/fonts/edigo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@view-transition {
  navigation: auto;
}

body {
    min-height: 100vh;
    height: 100%;
    margin: 0;
    width: 100%;
    font-family: "General", sans-serif;
    color: var(--morado);
}
tienda-whatsapp-flotante {
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    z-index: 999;
}
tienda-whatsapp-flotante img {
    width: 90px;
}

tienda-banners {
    display: flex;
    align-items: center;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%;
    scroll-snap-type: x mandatory;
    background-color: var(--rosado);
}
tienda-banner {
    display: block;
    height: 48px;
    text-align: center;
    align-content: center;
    min-width: 100%;
    transition: transform 0.3s;
    flex: 0 0 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-color: var(--rosado);
    color: var(--blanco);
}
tienda-banner img {
    height: 40%;
    position: relative;
    top: 5px;
    left: 20%;
}
tienda-banner a {
    text-decoration: none;
    color: var(--blanco);
}

tienda-menu-movil, tienda-submenu-movil {
    display: none;
}
tienda-menu {
    padding-left: 10vw;
    padding-right: 10vw;
    height: 100px;
    background-color: var(--morado);
    color: var(--blanco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 48px;
}
tienda-menu-items-texto {
    display: flex;
    column-gap: 48px;
    font-size: large;
}
tienda-menu-items-icons {
    display: flex;
    column-gap: 18px;
}
#logo-menu {
    justify-self: flex-end;
}
#logo-menu img {
    height: 40px;
}
tienda-menu-item {
    white-space: nowrap;
}
tienda-menu-item img {
    height: 24px;
}
tienda-menu-item a, tienda-menu-item label {
    cursor: pointer;
    text-decoration: none;
    color: var(--blanco);
}
tienda-menu-item:hover, tienda-submenu-item:hover {
    text-decoration: underline;
}
tienda-submenu {
    display: none;
    background-color: var(--morado);
    color: var(--blanco);
}
tienda-submenu-item {
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
tienda-submenu label {
    cursor: pointer;
}
#flecha-combo {
    height: 0.7rem;
}
tienda-menu-item>label:hover + tienda-submenu, tienda-submenu:hover {
    display: flex;
    flex-direction: column;
    position: absolute;
}
#telefono, #comunicate-wa {
    background-color: var(--blanco);
    color: var(--morado);
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 8px;
}
#comunicate-wa {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
#comunicate-wa img {
    width: 20px;
}


tienda-separador {
    display: block;
    text-align: center;
    margin-top: 10vh;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px solid var(--rosado);
    width: 60vw;
}

tienda-separador img {
    width: 80px;
    height: auto;
    position: relative;
    bottom: 40px;
}


tienda-pie {
    font-family: "General", sans-serif;
    margin-top: 5vh;
    background-color: var(--morado);
    color: var(--blanco);
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 10vw;
    padding-right: 10vw;
}
tienda-pie-logo img {
    width: 200px;
    position: relative;
    top: 2rem;
}
tienda-pie-datos {
    display: grid;
    grid-template-rows: 1fr 1px 1fr;
    row-gap: 36px;
}
tienda-pie-borde {
    background-color: white;
}
tienda-pie-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: start;
    justify-items: center;
}
tienda-pie-col {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    row-gap: 0.5rem;
    max-width: 90%;
}
tienda-pie-col-titulo {
    font-size: large;
    color: var(--verde);
    font-weight: bold;
}
tienda-pie-cols.abajo tienda-pie-col-titulo {
    color: var(--rosado);
}
tienda-pie-col-subtitulo {
    font-size: medium;
    color: var(--blanco);
}
tienda-pie-col-subtitulo::before {
    content: "\00a0 \00a0 ";
}
tienda-pie-col span.subtitulo::before {
    content: "\00a0 \00a0 \00a0 \00a0 ";
}
tienda-pie-cols a, tienda-pie-cols span {
    font-size: medium;
    text-decoration: none;
    color: white;
}
tienda-pie-cols.abajo a:not(:last-child) {
    border-bottom: thin solid var(--blanco);

}
tienda-pie-col img {
    width: 32px;
}
tienda-copyright {
    font-family: "Small", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--aqua);
    color: var(--morado);
    width: 100%;
    font-size: large;
    height: 5vh;
}
tienda-pie-social img{
    margin-right: 4px;
}
