* {
    transition: all ease-in 0.15s;
}

.quitarPantalla {
    left: -100%;
}

.devolverPantalla {
    left: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat';
    color: var(--fuente1);
    background-color: var(--fondoPrincipal);
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}

#numerito {
    background-color: yellow;
    color: var(--fuente2);
    padding: 3px;
    text-align: center;
    min-width: 24px;
    border-radius: 15px;
}

a {
    text-decoration: none;
}

.superCenter {
    justify-content: center;
    align-items: center;
    align-content: center;
}

.center {
    justify-content: center;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

#portada {
    width: calc(100%);
    padding: 15px;
    height: calc(auto);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

a {
    text-decoration: none;
}

#viendo {
    width: 100%;
    color: var(--fuente2);
    text-align: center;
}

.hamburger {
    padding: 0px;
    width: 32px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hamburger span {
    height: 4px;
    background: #0188CC;
    border-radius: 2px;
    transition: 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(9px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px);
}

#menu {
    width: 100%;
    max-height: 300px;
    transition: all ease-in 0.2s;
    overflow: hidden;
    background-color: var(--fondoPrincipal);
}

#menu.hidden {
    max-height: 0px;
    width: 0px;

}

#search-box {
    display: flex;
    background-color: white;
    width: 100%;
}

input[type="text"]:focus {
    border: none;
}


#search-box input,
#search-box button {
    padding: 0;
    border: none;
    color: var(--fuente2);
    background-color: white;
}

#search-box input {
    padding: 5px 10px;
    width: 100%;
}


#menu ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

#menu li {
    margin: 10px 0;
    width: 100%;
}

#menu li a {
    width: 100%;
}

#menu ul ul {
    padding-left: 20px;
    background-color: var(--fondoPrincipal);
}

#menu ul ul li {
    width: auto;
}

#menu ul ul li a {
    color: var(--fuente1);
    padding: 15px;

    width: auto;
}

#main {
    width: calc(100%);
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 5px;
    column-gap: 10px;
    row-gap: 10px;
}

.link-search {
    display: block;
    width: 100%;
    background-color: var(--fondoPrincipal);
    padding: 5px;
    font-size: 9pt;
}

.link-search:hover {
    background-color: var(--fondoSecundario);
    color: var(--fuente1);
}



:root {
    --color1: white;
    --fuente1: white;
    --fuente2: #0188CC;
    --fuente3: #333;
    --fondoScr: black;
    --fondoEspecial: #aed9ee;
    --fondoItem: rgba(255, 255, 255, 0.75);
    --fondoPrincipal: white;
    --fondoSecundario: #0188CC;
    --secondary: rgb(247, 205, 201);
}



.boton {
    width: 180px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    border-radius: 4px;
}

.accion {
    background: var(--fondoSecundario);
    color: var(--fuente1);
}


.accion2 {
    color: var(--fondoSecundario);
    background-color: var(--fuente2);
}

.accion:hover,
.accion2:hover {
    background-color: var(--fondoEspecial);
    color: green;
}

.navFast.activo {
    background-color: #198754;
    color: white;
    font-weight: bold;
}

.navFast {
    background-color: var(--fondoPrincipal);
    color: var(--fuente2);
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--fuente2) !important;
    text-transform: uppercase;
}

.navFast:hover {
    background-color: var(--fondoSecundario);
    color: var(--fuente1)
}

#main-nav {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    row-gap: 10px;
    overflow: auto;
    width: 100%
}

.botonImagen {
    width: 180px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    border-radius: 4px;
    display: flex;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}

.botonImagen:disabled {
    background-color: grey;
}



.botonImagenS {
    width: 120px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    border-radius: 4px;
    display: flex;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}

.botonIcon {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}

#cambiarMoneda {
    position: fixed;
    left: 0px;
    top: 10%;
}

h4 {
    font-size: 12pt;
}

h2 {
    font-size: 16pt;
}

p {
    font-size: 12pt;
}

.botonImagenXS {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    border: none;
    border-radius: 4px;
    display: flex;
    column-gap: 10px;
    align-content: center;
    align-items: center;
}

.icon {
    width: 32px;
}

.invertIcon .icon {
    filter: invert(100%);
}

.colorear .icon,
.color-directo {
    filter: brightness(0) saturate(100%) invert(55%) sepia(100%) saturate(1000%) hue-rotate(180deg);

}


.flotante {
    position: sticky;
    bottom: 0px;
    z-index: 3000;
}



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.inputNumber {
    display: flex;
    width: 90px;
    height: 32px;
}

.inputNumber input {
    width: 38% !important;
    padding: 0px !important;
}

.inputNumber .more,
.inputNumber .less {
    width: 30%;
    text-align: center;
    background-color: var(--fondoSecundario);
    border: none;
    color: var(--color1)
}

.cartel {
    max-width: 100%;
    left: 0px;
    top: 0px;
    padding: 10px;
    color: var(--fondoPrincipal);
    background-color: var(--fuente2);
}


.resaltar2 {
    top: 48px;
    z-index: 10000;
    animation-name: colores;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

#mas-categorias {
    width: 100%;
    color: var(--fuente2);
    text-align: right;
    font-weight: bold;
    font-size: 9pt;
}

footer {
    margin-top: 40px;
    min-height: 400px;
    padding: 40px;
    width: 100%;
    row-gap: 10px;
    display: flex;
    background-color: var(--fondoSecundario);
    flex-wrap: wrap;
    justify-content: space-between;
}

#contacto {
    display: flex;
    flex-wrap: wrap-reverse;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    row-gap: 10px;
    align-content: flex-start;
}

#contacto span {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1079px) {

    #contacto .element {
        width: 100%;
    }

}

@media only screen and (min-width: 1080px) {
    body {

        background-size: cover;
        background-attachment: local;
    }

    #contacto {
        display: flex;
        width: calc(50% + 100px);
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: flex-start;

    }


    footer {
        flex-wrap: nowrap;
    }

    #main-nav {
        justify-content: center;
    }

    #mas-categorias {
        display: none;
    }
}