body {
    background-color: #000;
    margin-top: 20px;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

header {
    position: relative;
    height: 100px;
}

header .container-xl,
header .row {
    height: 100%;
}

.mainlogo {
    height: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-20%);
    z-index: 100;
}

header.active .mainlogo {
    height: 130px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.socials li {
    display: inline-block;
}

.socials {
    list-style: none;
    width: fit-content;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.submenu ul li,
.navbarmenu ul li {
    text-align: center;
    flex-grow: 1;
}

.submenu ul {
    list-style: none;
    width: 100%;
    margin: 7px 0 10px;
    display: flex;
}

.navbarmenu ul {
    list-style: none;
    width: 100%;
    margin: 7px 0 10px;
    display: flex;
}

.submenu a {
    font-family: 'cera_promedium';
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}

.navbarmenu a {
    font-family: 'cera_promedium';
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}

.submenu a:hover,
.navbarmenu a:hover,
.navbarmenu a.active {
    font-family: 'cera_promedium';
    color: #f3aa31 !important;
    text-decoration: none;
}

.submenu {

    padding: 0px 0;
    display: none;
    width: 100%;
    position: fixed;
    z-index: 120;
    background-color: #000;
}

.navbarmenu {
    padding: 0px 0;
    display: none;
    width: 100%;
    position: relative;
    z-index: 120;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #000;
}

.submenu.active,
#submarcas.active,
#subsabores.active,
.navbarmenu.active {
    display: block;
}

#submarcas,
#subsabores {
    display: none;
}

#mainsection h1 {
    color: #f3aa31;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    padding-left: 15px;
    margin: 1rem 0;
}

#mainsection ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#mainsection ul li a {
    text-decoration: none;
}

#mainsection ul li {
    padding: 0px 15px;
    width: 100%;
    cursor: pointer;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    position: relative;
    overflow: hidden;
}

#mainsection ul li:hover .overlay {
    transform: translateX(0%);
    display: block;
}

@keyframes tickerh {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-51%);
    }
}

#mainsection ul li a {
    position: relative;
    z-index: 1;
    color: #fff;
}

#mainsection ul li .overlay a {
    color: #000;
    display: inline-block;
    white-space: nowrap;
    animation: tickerh linear 1.5s infinite;
}

#mainsection ul li .overlay {
    background-color: #f3aa31;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    transition: transform 1s;
    display: none;
}

footer p {
    font-family: 'cera_proregular';
}

footer h5,
footer h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
}

footer .container-xl{
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, #f3aa31 50%);
}
footer {
    width: 100%;
    border-top: 1px solid #000;
    color: #fff;
}

.footerright {
    color: #000;
}

.fotos img {
    height: 100%;
}

.fotos {
    width: 100%;
    height: 100%;
    float: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.foto1 {
    float: left;
    transform: translateY(-100%);
    transition: all 0.6s;
}

.foto2 {
    float: left;
    transform: translateY(100%);
    transition: all 0.6s;
}

.foto3 {
    float: left;
    transform: translateY(-100%);
    transition: all 0.6s;
}

.foto4 {
    float: left;
    transform: translateY(100%);
    transition: all 0.6s;
}

.foto5 {
    float: left;
    transform: translateY(-100%);
    transition: all 0.6s;
}

.foto6 {
    float: left;
    transform: translateY(100%);
    transition: all 0.6s;
}

.fotos.active .foto1,
.fotos.active .foto2,
.fotos.active .foto3,
.fotos.active .foto4,
.fotos.active .foto5,
.fotos.active .foto6 {
    transform: translateY(0%);
}

.iconsleft p {
    padding-left: 35px;
    position: relative;
}

.iconsleft svg {
    position: absolute;
    left: 6px;
    top: 6px;
}

#cine,
#marcas {
    background-image: url(assets/img/bgmarcas.png);
}

.filtros a.active {
    color: #000;
    text-decoration: none;
}

.filtros.black a.active {
    color: #f3aa31;
    text-decoration: none;
}

.filtros p,
.filtros a {
    display: block;
    font-family: 'cera_promedium';
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0.75rem;
    text-decoration: none;
}

.filtros h4 {
    font-family: 'cera_promedium';
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.5rem;
}

.filtros input:focus,
.filtros input {
    border-color: #fff;
    margin-bottom: 1.8rem;
    background-color: #f3aa31;
    color: #fff;
}

.filtros {
    padding: 20px;
    background-color: #f3aa31;
    color: #fff;
    overflow-y: scroll;
}

.filtros.black {
    padding: 20px;
    background-color: #000;
    color: #fff;
}

.plusbt {
    text-align: center;
    position: absolute;
    bottom: 10%;
    right: 10%;
    display: block;
    background-color: #f3aa31;
    border: 0;
    color: #000;
    font-weight: bold;
    line-height: 2em;
    width: 35px;
    text-decoration: none;
}

.saboresdesc p b {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 0.8rem;
}

.conocedesc.yellow {
    background-color: #f3aa31 !important;
}

.conocedesc p b {
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
}

.conocedesc .pretitulo {
    background-color: #000;
    font-family: 'cera_proregular';
    font-size: 0.9em;
    color: #fff;
    padding: 8px;
    width: fit-content;
}

.conocedesc .fecha {
    color: #000;
    width: fit-content;
    font-family: 'cera_proregular';
    font-size: 0.9em;
}

.conocedesc.yellow .titulo {
    color: #fff;
}

.conocedesc .titulo {
    color: #f3aa31;
    font-family: 'cera_problack';
    font-size: 1.5em;
    line-height: 0.9em;
}

.horarios {
    display: block;
    line-height: 2.3em;
    font-size: 0.8em;
    font-weight: 900;
    text-align: center;
    width: 100%;
    border: 0;
    background-color: #f3aa31;
    margin-top: 3px;
    margin-bottom: 30px;
}

.cartelerahead h2 {
    text-align: center;
    width: fit-content;
    background-color: #f3aa31;
    padding: 10px;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 1em;
    margin: 5px auto;
}

.contenidoalto,
.saboresdesc {
    min-height: 45vh;
}

.destacadocentro h2 {
    color: #000;
    background-color: #f3aa31;
    width: fit-content;
    margin: 30px auto;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 1.3em;
    padding: 10px;
}

.cinemodal h5,
.cinemodal h4 {
    color: #f3aa31;
}

.cinemodal h4 {
    margin: 30px 0;
}

.cinemodal p {
    color: #fff;
}

.cinemodal p span {
    color: #f3aa31;
}

.cinemodal .close {
    text-align: center;
    width: fit-content;
    background-color: #f3aa31;
    padding: 10px;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 1em;
    float: right;
    clear: both;
    border: 0;
}

.comprar {
    text-align: center;
    width: fit-content;
    background-color: #f3aa31;
    padding: 10px;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 900;
    font-size: 1em;
    margin-top: 50px;
    text-decoration: none;
}

.comprar:hover {
    text-decoration: none;
    color: #f3aa31 !important;
    background-color: #fff;
}

.inputform {
    border: 0;
    border-bottom: 1px solid black;
    font-family: 'cera_promedium';
    color: #000;
    padding: 4px 0;
    width: 100%;
}

label {
    font-family: 'cera_promedium';
    color: #000;
}

textarea {
    font-family: 'cera_promedium';
    color: #000;
    width: 100%;
}

.declaro {
    font-family: 'cera_promedium';
    color: #000;
    font-size: 0.8em;
    font-style: italic;
}

form button {
    display: block;
    line-height: 2.3em;
    font-size: 0.8em;
    font-weight: 900;
    text-align: center;
    width: 100%;
    border: 0;
    background-color: #f3aa31;
    width: fit-content;
    margin: 3px auto;
    color: #fff;
}

@media (max-width: 768px) {
    .mainlogo {
        height: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    header.active .mainlogo {
        height: 50px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }

    footer {
        width: 100%;
        border-top: 1px solid #000;
        background: #000;
        color: #fff;
    }

    .menuon {
        display: none !important;
    }

    .navbarmenu {
        display: none !important;
    }

    .submenu ul li,
    .navbarmenu ul li {
        text-align: center;
        flex-grow: 1;
    }

    .submenu ul {
        list-style: none;
        width: 100%;
        margin: 7px 0 10px;
        display: block;
    }

    .navbarmenu ul {
        list-style: none;
        width: 100%;
        margin: 7px 0 10px;
        display: block;
    }

    .hamb {
        top: 20px;
        left: 20px;
    }

    .socials {
        list-style: none;
        width: fit-content;
        position: relative;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 0;
        margin: 0;
    }

    .menumobile.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        color: #fff;
        z-index: 100;
    }

    .menumobile.active a {
        display: block;
        font-family: 'Work Sans', sans-serif;
        font-weight: 900;
        font-size: 1.5rem;
        color: #fff;
        text-decoration: none;
        text-align: center;
        line-height: 2em;
    }
    footer .container-xl{
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 60%, #f3aa31 40%);
    }
    .footerright{
        margin-top:50px;
    }
}

.menumobile ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menumobile {
    display: none;
}