
:root {
    --rojo-mareabrava: #E24839;
    --azul-mareabrava: #1F3C84;
    --amarillo-mareabrava: #F8B133;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    /*background: var(--azul-mareabrava);*/
    color: #FFFFFF;
    text-align: center;
    border: 0;
    margin: 0;
}
main{
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
}

ul li::marker {
    color: var(--rojo-mareabrava);
}

.lilita-one-h1-shadow {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    text-shadow: -4px 4px var(--rojo-mareabrava);
}
.lilita-one-h1-blue-shadow{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: var(--azul-mareabrava);
    text-shadow: -4px 4px #FFFFFF;
}
.lilita-one-h1-blue-shadow-red{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: var(--azul-mareabrava);
    text-shadow: -4px 4px var(--rojo-mareabrava);
}
.lilita-one-h1-yellow-shadow-red{
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: var(--amarillo-mareabrava);
    text-shadow: -4px 4px var(--rojo-mareabrava);
}
.leckerli-one-h1-shadow {
    font-family: "Leckerli One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    text-shadow: -4px 4px var(--rojo-mareabrava);
}

.leckerli-one-h1-shadow-blue {
    font-family: "Leckerli One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    text-shadow: -4px 4px var(--azul-mareabrava);
}
.leckerli-one-h1-shadow-red {
    font-family: "Leckerli One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: var(--amarillo-mareabrava);
    text-shadow: -4px 4px var(--rojo-mareabrava);
}
.leckerli-one-h1-white{
    font-family: "Leckerli One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #FFFFFF;
}
.leckerli-one-h1-border {
    font-family: "Leckerli One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: var(--azul-mareabrava);
    text-shadow:
        -5px -5px 0 #FFFFFF,
         5px -5px 0 #FFFFFF,
        -5px  5px 0 #FFFFFF,
         5px  5px 0 #FFFFFF;
}

.bebas-neue-sub {
    font-family: "Bebas neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 1px;
}
.bebas-neue-sub-blue{
    font-family: "Bebas neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: var(--azul-mareabrava);
    letter-spacing: 1px;
}

.bebas-neue-li {
    font-family: "Bebas neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    letter-spacing: 1px;
}

.nombre-normal {
    font-family: "Leckerli One";
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    text-shadow: -4px 4px 1px var(--rojo-mareabrava);
    background: linear-gradient(to bottom, #FFFFFF, var(--amarillo-mareabrava));
    -webkit-background-clip: text;
    background-clip: text;
}

.nombre-peque���o {
    font-family: "Lilita One";
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 1px;
}

.contorno {
    text-shadow:
        -1px -1px 0 black,
         1px -1px 0 black,
        -1px  1px 0 black,
         1px  1px 0 black;
}
.fondo-azul{
    background: var(--azul-mareabrava);
}
.fondo-amarillo {
    background: var(--amarillo-mareabrava);
}
.fondo-rojo {
    background: var(--rojo-mareabrava);
}
.platillo-fondo {
    width: 100%;
    height: 20rem;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.platillo-fondo-largo {
    width: 100%;
    height: auto;
    min-height: 20rem;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.platillo-fondo-auto {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.full-size {
    width: 100%;
    height: 100vh;
}

.wrapper {
    width: 90%;
    height: 90%;
    margin: 0;
}

section div{
    width: 100%;
}

section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow-y: hidden;
}

.logo {
    width: 50%;
}

.columna-media {
    width: 50%;
}

.platillo-modular {
    width: 20rem;
}

.descripcion,
.descripcion-right {
    width: 25rem;
    text-align: left;
    margin: .5rem;
}

.descripcion-right {
    text-align: right;
}

.descripcion p,
.descripcion-right p {
    line-height: 1.5rem;
}

.sub-opcion {
    width: 14rem;
    justify-content: center;
    align-items: start;
}

.sub-opcion p {
    margin: 0;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.doble-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
    align-items: center;
}

.justify-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.justify-evenly {
    justify-content: space-evenly;
    align-items: center;
}

.justify-end-start {
    justify-content: end;
    align-items: start;
}

.justify-end-end {
    justify-content: end;
    align-items: end;
}

.justify-center-center {
    justify-content: center;
    align-items: center;
}

.justify-start-start {
    justify-content: start;
    align-items: start;
}

.justify-start-end {
    justify-content: start;
    align-items: end;
}
.flex-wrap{
    flex-wrap: wrap;
    gap: 1rem;
}

.no-list-style {
    list-style: none;
}

.border-normal {
    border: 2px solid #FFFFFF;
    padding: 1rem;
}

.right-blanco {
    border-right: 2px solid #FFFFFF;
}

.right-blanco-punteado {
    border-right: 2px solid #FFFFFF;
    border-right-style: dotted;
}

.delinedo-punteado {
    padding-top: 1rem;
    border-top-style: dotted;
}
.delinedo-punteado-bajo {
    padding-bottom: 1rem;
    border-bottom-style: dotted;
}

.normal-price-blue,
.normal-price-red,
.normal-price-yellow,
.big-price-yellow,
.big-price-blue,
.big-price-red {
    padding: .2rem;
    border-radius: .2rem;
    font-family: "Lilita One";
    font-weight: 400;
    margin-bottom: .5rem;
    text-align: center;
}

.normal-price-blue {
    background: var(--azul-mareabrava);
    font-size: 1rem;
    width: 6rem;
}

.normal-price-red {
    background: var(--rojo-mareabrava);
    font-size: 1rem;
    width: 6rem;
}

.normal-price-yellow {
    background: var(--amarillo-mareabrava);
    font-size: 1rem;
    width: 6rem;
    color: var(--azul-mareabrava);
}

.big-price-yellow {
    background: var(--amarillo-mareabrava);
    font-size: 2rem;
    width: 5rem;
}

.big-price-blue {
    background: var(--azul-mareabrava);
    font-size: 2rem;
}

.big-price-red {
    background: var(--rojo-mareabrava);
    font-size: 2rem;
}

.sparkle {
    margin: 1rem;
}
@media(max-width:769px){
    .logo{
        width: 100%;
    }
    .sparkle{
        width: 40px;
    }
    .bebas-neue-sub{
        margin-top: .5rem;
        font-size: 1.3rem;
    }
    .lilita-one-h1-shadow {
        font-size: 3rem;
        margin: .2rem;
    }
    .lilita-one-h1-blue-shadow{
        font-size: 2rem;
        margin: .2rem;
        text-shadow: -2px 2px #FFFFFF;
    }
    .lilita-one-h1-blue-shadow-red{
        font-size: 2rem;
        margin: .2rem;
        text-shadow: -2px 2px var(--rojo-mareabrava);
    }
    .lilita-one-h1-yellow-shadow-red{
        font-size: 3rem;
        margin: 0;
    }
    .leckerli-one-h1-shadow {
        font-size: 3rem;
        margin: .2rem;
    }
    .leckerli-one-h1-white{
        font-size: 1rem;
        margin: .2rem;
    }
    .leckerli-one-h1-shadow-blue {
        font-size: 2rem;
        margin: .2rem;
        text-shadow: -2px 2px var(--azul-mareabrava);
    }
    .leckerli-one-h1-shadow-red {
        font-size: 3rem;
        margin: 0;
    }
    .leckerli-one-h1-border {
        font-size: 3rem;
        margin: .2rem;
    }
    .descripcion, .descripcion-right{
        width: 10rem;
    }
    .bebas-neue-sub-blue{
        font-size: 1rem;
        margin: .2rem;
    }
    p{
        font-size: .8rem;
    }
    li{
        font-size: .8rem;
    }
    .nombre-normal {
        font-size: 1rem;
    }
    .nombre-pequeño {
        font-size: .7rem;
    }
    .normal-price-blue {
        font-size: .7rem;
        width: 2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .normal-price-red {
        font-size: .7rem;
        width: 2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .normal-price-yellow {
        font-size: .7rem;
        width: 2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .big-price-yellow {
        font-size: 1rem;
        width: 2rem;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .big-price-red {
        font-size: 1rem;
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .big-price-blue {
        font-size: 1rem;
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .platillo-modular{
        width: 10rem;
        height: 100%;
    }
    .border-normal{
        padding: .5rem;
    }
    .justify-between{
        flex-direction: column;
    }
    .flex-reverse{
        flex-direction: column;
    }
    .columna-media{
        width: 90%;
    }
}
@media(min-width: 769px) and (max-width: 1440px){

}
