body {
    font-family: 'Raleway', sans-serif;
    background: #000;
}

@media (max-width: 991px) {
    body {}
}

/** HEADER **/

header {
    position: fixed;
    background: #000000;
    z-index: 9999999999999;
}

header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
}

header .header-content form {
    display: flex;
    background: #00000040;
    border-radius: 4px;
    padding: 4px 4px 4px 8px;
}

header .header-content .select-box {
    color: #000 !important;
    display: flex;
    align-items: center;
    border: 1px solid #383838;
    border-radius: 15px;
    padding: 3px 6px;
    margin-right: 16px;
    background: #fff !important;
}

header .header-content .select-box select option {
    color: #000 !important;
}

header .header-content .select-box.filme {
    width: 150px;
}

header .header-content .select-box select {
    width: 100%;
    font: normal normal bold 14px/16px Novecento DemiBold;
    color: #000;
    font-weight: bold;
    background: none;
    border: 0;
}

header .header-content .horarios {
    border-radius: 4px;
    border: 0;
    height: 33px;
    width: 93px;
    background: url(../images/icon-search-b.png) #fff;
    background-position: 6% center;
    text-transform: uppercase;
    font: normal normal bold 14px/16px Novecento DemiBold;
    padding: 5px 12px 4px 26px;
    border-radius: 4px;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
}

header .header-content .horarios:hover {
    opacity: 0.8;
}

.selcine {
    margin: 8px 12px !important;
    color: #fff !important;
    font: normal normal bold 14px / 16px Novecento DemiBold !important;
    text-transform: uppercase;
}

.azularcortea {
    height: 38px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .azularcortea {
        width: 100px !important;
        margin-top: -4px !important;
    }
}
@media (max-width: 991px) {
 

    header.container {
        max-width: 100%;
    }

    header .header-content {
        flex-direction: column;
        padding-bottom: 0;
    }

    header .header-content form {
        width: 100%;
        margin: 15px 0;
        flex-direction: column;
    }

    header .header-content .select-box {
        width: 100%;
        border-radius: 15px;
    }

    header .header-content .horarios-box {
        width: 100%;
    }

    header .header-content .horarios {
        width: 100%;
        background: #fff;
    }

}

/** NAV **/

nav.main {
    font-family: 'Novecento Bold';
}

nav.main::before {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
}

nav.main::after {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
}

nav.main .navbar-nav .nav-item .nav-link {
    color: #fff;
    font: normal normal bold 14px/17px Novecento DemiBold;
}

@media (max-width: 991px) {
    nav.main {
        position: absolute;
        top: 20px;
        left: 0;
        background: none !important;
        box-shadow: none;
        border: 0;
        z-index: 999;
    }

    nav.main::before {
        content: '';
        background: none;
    }

    nav.main::after {
        content: '';
        background: none;
    }

    nav.main .content-navbar {
        background: #fff;
        padding: 0 15px;
    }

    nav.main .navbar-nav {
        align-items: initial;
    }

    nav.main .navbar-nav .nav-item .nav-link {
        color: #00446B;
    }

    nav.main .navbar-nav .nav-item .nav-link:hover {
        color: #00446B;
    }

    .navbar-nav .dropdown-menu {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 0;
        opacity: 0.9;
        border: 0;
        padding: 0;
        font-size: 12px;
    }

    .dropdown-item {
        padding: 10px 0;
    }

    .navbar-toggler {
        background: #fff;
    }
}

/** CONTENT **/

.site-content {
    padding-top: 147px;
}

.site-content article.tematizado {
    background: #000000;
    padding: 16px;
    max-width: 1320px;
    margin: 0 auto;
    border-radius: 8px 8px 0 0;
}

@media (max-width: 991px) {
    .site-content {
        padding-top: 240px;
    }

    .estaaquilocalizacao {
        display: none;

    }

    .veraprogramacao {
        width: 60% !important;
        text-align: center;
        margin: 0 20% !important;
        border-radius: 30px;
        background: #fff;
        border: none;
        text-transform: uppercase;
        font-weight: bold !important;
        color: #090909;
        font: normal normal bold 14px/16px Novecento DemiBold;
    }
}

.veraprogramacao {
    width: 100%;
    text-align: center;
    margin: 0 55%;
    border-radius: 30px;
    background: #fff;
    border: none;
    padding: 7px 31px;
    text-transform: uppercase;
    font-weight: bold;
    color: #090909;
    z-index: 9999999999999999;
    position: relative;
    font: normal normal bold 14px/16px Novecento DemiBold;
}

.main-banner.tematizado {
    max-width: 1320px;
    margin: 0 auto;
}

.tematizacao {
    height: 280px;
}

@media (max-width: 991px) {
    .tematizacao {
        height: 0;
    }
}

.nav-tabs {
    border: 0;
    justify-content: center;
    margin: 30px 0;
}

.nav-tabs .nav-link.active {
    background: none;
    border: 0;
    color: #fff;
    font: normal normal bold 20px/24px Novecento Bold;
    position: relative;
}

.nav-tabs .nav-link.active::after {
    content: '';
    height: 2px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nav-tabs .nav-link {
    color: #FFF;
    font-size: 20px;
    line-height: 27px;
    padding: 8px 32px;
    border: 0;
    text-align: center;
    font: normal normal normal 18px/24px Novecento Normal;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.tab-content .tab-pane {
    margin-bottom: 32px;
}

.car-cartaz .item,
.car-breve .item {
    position: relative;
}

.car-cartaz .item img,
.car-breve .item img {
    border-radius: 8px;
}

.car-cartaz .item .CTA-ticket,
.car-breve .item .CTA-ticket {
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    width: 90%;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    bottom: 16px;
    left: 5%;
    font: normal normal bold 14px / 17px Novecento DemiBold;
    background: #fff;
    opacity: 0;
    transition-duration: 0.4s;
}

.car-cartaz .item:hover .CTA-ticket,
.car-breve .item:hover .CTA-ticket {
    opacity: 1;
}

.car-cartaz .item .tag,
.car-breve .item .tag,
.poster-side .tag {
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.tag-breve {
    background: #C7AC22;
    color: #fff;
    padding: 4px;
    border-radius: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.car-cartaz .item .tag.estreia,
.car-breve .item .tag.estreia,
.poster-side .tag.estreia {
    background: #C7AC22;
    opacity: 0.9;
}

.car-cartaz .item .tag.pre-estreia,
.car-breve .item .tag.pre-estreia,
.poster-side .tag.pre-estreia {
    background: #3559A0;
    opacity: 0.9;
}

.car-cartaz .item .tag.pre-venda,
.car-breve .item .tag.pre-venda,
.poster-side .tag.pre-venda {
    background: #6DA852;
    opacity: 0.9;
}

.mv-page {
    display: flex;
    flex-wrap: wrap;
}

.mv-page .item {
    width: calc(100%/6);
    padding: 10px;
}

.mv-page .item .tag {
    top: 14px;
    left: 14px;
}

@media (max-width: 991px) {
    .mv-page .item {
        width: 50%;
    }
}

.mv-page .item img {
    width: 100%;
}

.pp-home {
    margin: 0;
}

.pp-home h3 {
    font: normal normal bold 20px/24px Novecento Bold;
    color: #FFF;
    text-align: center;
}

/* PAGES */
ol.breadcrumb {
    padding-top: 180px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    ol.breadcrumb {
        padding-top: 230px;
    }
}

ol.breadcrumb li.breadcrumb-item {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
}

ol.breadcrumb li.breadcrumb-item a {
    color: #fff;
}

ol.breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

h2.page-title {
    font: normal normal bold 24px/29px Novecento DemiBold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}

h2.page-title.wcity {
    margin-bottom: 0;
}

h2.page-title span {
    background: #FFFFFF;
    color: #000;
    padding: 4px;
    border-radius: 4px;
    font: normal normal bold 14px/17px Novecento DemiBold;
    margin-left: 22px;
    cursor: pointer;
}

@media (max-width: 991px) {
    h2.page-title span {
        display: table;
        width: auto;
        margin: 10px 0;
    }

    .bg-movie {
        display: none !important;
    }
}

p.page-city {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-bottom: 0;
}

.bg-movie {
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-top: -34px;
    margin-bottom: -90px;
}

.bg-movie .shadow {
    width: 100%;
    height: 150px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49763655462184875) 100%);
}

@media (max-width: 991px) {
    .poster-mv {
        position: relative;
        margin-top: 161px !important;
    }
}

.poster-mv {
    position: relative;
}

.poster-mv .poster {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.poster-mv .trailer {
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background: #BA2929;
    color: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    z-index: 9;
}

.team {
    padding: 20px;
    background: #FFFFFF10;
    color: #fff;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

.team b {
    font: normal normal bold 12px/14px Novecento DemiBold;
}

.movie-name h2 {
    font: normal normal bold 24px/29px Novecento DemiBold;
    color: #fff;
    margin-bottom: 0;
}

.movie-name small {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

h4.cinema-title {
    font-size: 22px;
    line-height: 30px;
    color: #D8076B;
    font-weight: 500;
}

.sinopse p {
    font: normal normal medium 14px/16px Raleway;
    color: #fff;
    margin-top: 20px;
}

/* aqui */
.programacao {
    color: #fff;
}

.content-programacao {
    padding: 8px 16px;
    margin-bottom: 30px;
}

.content-programacao .filme {
    margin: 16px 0;
    display: flex;
    justify-content: center;
}

.content-programacao .filme img.poster {
    width: 100%;
    border-radius: 4px;
}

.content-programacao .filme h5 {
    color: #fff;
    font: normal normal bold 16px/19px Novecento DemiBold;
    margin-bottom: 0;
}

.content-programacao .filme h6 {
    color: #fff;
    font: normal normal medium 12px/14px Raleway;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .content-programacao .filme h5 {
        margin-bottom: 10px;
    }
}

.content-programacao .poster-side {
    width: 20%;
    padding-right: 2%;
    position: relative;
    border-bottom: 1px solid #FFFFFF20;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .content-programacao .poster-side {
        width: 40%;
    }
}

.content-programacao .filme img.poster {
    width: 100%;
    border-radius: 4px;
}

.content-programacao .data-side {
    width: 65%;
    border-bottom: 1px solid #FFFFFF20;
    padding-bottom: 16px;
}

.content-programacao .data-side .name-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

@media (max-width: 991px) {
    .content-programacao .data-side .name-data {
        flex-direction: column;
        align-items: start;
    }
}

.data-filme {
    color: #fff;
    font: normal normal bold 12px/14px Raleway;
    padding: 8px;
    background: #FFFFFF10;
    border-radius: 4px;
}

.data-filme i {
    margin-left: 10px;
}

.data-filme span {
    background: #000;
    border-radius: 2px;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

.data-filme span.claL {
    background: #00A85A;
}

.data-filme span.cla10 {
    background: #01AFF0;
}

.data-filme span.cla12 {
    background: #FFCC29;
}

.data-filme span.cla14 {
    background: #F58633;
}

.data-filme span.cla16 {
    background: #EC3237;
}

.data-filme span.cla18 {
    background: #000;
}

.content-programacao .filme .sala-filme {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF20;
}

.content-programacao .filme .sala-filme:last-child {
    border-bottom: 1px solid #FFFFFF20;
}

@media (max-width: 991px) {
    .content-programacao .filme .sala-filme {
        display: block;
    }
}

.content-programacao .filme .sala-filme .hor-list {
    display: flex;
    flex-wrap: wrap;
}

.content-programacao .filme .sala-filme .hor {
    padding: 18px 35px;
    background: #253D68;
    color: #fff;
    font: normal normal bold 22px/26px Novecento DemiBold;
    border-radius: 8px;
    margin-left: 16px;
    position: relative;
    transition-duration: 0.2s;
}

.dubleg {
    font-size: 25px !important;
}

@media (max-width: 991px) {
    .content-programacao .filme .sala-filme .hor {
        margin-left: 0;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .content-programacao .filme .sala-filme .hor {
        padding: 8px 16px;
        background: #253D68;
        color: #fff;
        font: normal normal bold 14px/17px Novecento DemiBold;
        border-radius: 8px;
        margin-left: 16px;
        position: relative;
        transition-duration: 0.2s;
    }
}

.content-programacao .filme .sala-filme .hor::before {
    content: 'comprar';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 40px;
    color: #ffffff00;
    transition-duration: 0.2s;
}

.content-programacao .filme .sala-filme .hor:hover {
    color: #ffffff00;
}

.content-programacao .filme .sala-filme .hor:hover::before {
    color: #ffffff;
}

/** SLIDERS **/
.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 40%;
    font-size: 0;
    padding: 16px;
    box-shadow: 0px 0px 8px #00000029;
    border-radius: 8px;
    opacity: 0.8;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
    left: -50px;
    transition-duration: 0.2s;
}

.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
    right: -50px;
    transition-duration: 0.2s;
}

@media (max-width: 991px) {

    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-prev:hover {
        left: 0;

    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-next:hover {
        right: 0;
    }
}

.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.owl-theme .owl-dots {
    margin: 8px auto 0;
    z-index: 999;
    position: relative;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 8px;
    border-radius: 50%;
    background: #ffffff40;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.owl-carousel.main-banner .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel.main-banner .owl-nav .owl-next {
    right: 0;
}

.owl-theme.car-cartaz .owl-dots {
    margin: 0 auto;
}

.owl-theme.car-breve .owl-dots {
    margin: 0 auto;
}

.pp-home .owl-theme .owl-dots {
    margin: 0 auto;
}

.pp-home .owl-carousel .owl-nav .owl-prev,
.pp-home .owl-carousel .owl-nav .owl-prev:hover {
    background: url(../images/navigation-arrow-left.svg) no-repeat center center #ffffff;
    left: -40px;
    transition-duration: 0.2s;
}

.pp-home .owl-carousel .owl-nav .owl-next,
.pp-home .owl-carousel .owl-nav .owl-next:hover {
    background: url(../images/navigation-arrow-right.svg) no-repeat center center #ffffff;
    right: -40px;
    transition-duration: 0.2s;
}

@media (max-width: 991px) {

    .pp-home .owl-carousel .owl-nav .owl-prev,
    .pp-home .owl-carousel .owl-nav .owl-prev:hover {
        left: 0;
    }

    .pp-home .owl-carousel .owl-nav .owl-next,
    .pp-home .owl-carousel .owl-nav .owl-next:hover {
        right: 0;
    }
}

.tabs-dias-horarios {
    margin-top: 180px;
}

@media (max-width: 991px) {
    .tabs-dias-horarios {
        margin-top: 10px;
    }
}

.tabs-dias-horarios.dont {
    margin-top: 10px;
}

.tabs-dias-horarios .owl-item .item {
    text-align: center;
    color: #000;
    font: normal normal bold 34px/30px Novecento DemiBold;
    padding: 8px;
    cursor: pointer;
    border-radius: 8px;
    background: #FFFFFF50;
    text-transform: uppercase;
}

.tabs-dias-horarios .owl-item .item b {
    font: normal normal bold 12px/14px Novecento DemiBold;
    margin-bottom: 4px;
}

.tabs-dias-horarios .owl-item .item span {
    font: normal normal 10px/11px Raleway;
    margin-top: 4px;
}

.tabs-dias-horarios .owl-item .item.select {
    color: #000;
    background: #fff;
}

.tabs-dias-horarios .owl-dots,
.tabs-dias-horarios .owl-dots.disabled {
    display: none;
}

.tabs-dias-horarios .owl-nav .owl-prev,
.tabs-dias-horarios .owl-nav .owl-prev:hover,
.tabs-dias-horarios .owl-nav .owl-next,
.tabs-dias-horarios .owl-nav .owl-next:hover {
    box-shadow: none;
    top: 22%;
}

.promos-produtos {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.promos-produtos li {
    width: 50%;
    padding: 10px;
    position: relative;
}

@media (max-width: 991px) {
    .promos-produtos li {
        width: 100%;
    }
}

.promos-produtos li img {
    width: 100%;
}

.promos-produtos li .data-proj {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    margin: 10px;
    background: #D8076B30;
    border-radius: 8px;
    height: calc(100% - 20px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0px 3px 6px #00000080;
}

.promos-produtos li .data-proj h6 {
    font-size: 20px;
    line-height: 27px;
}

img.img-promo-prod {
    width: 100%;
    margin-bottom: 20px;
}

.sec-tt {
    font: normal normal bold 20px/22px Novecento DemiBold;
}

form.contato input[type="text"],
form.contato input[type="email"],
form.contato input[type="tel"],
form.contato select {
    display: block;
    border: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 56px;
    font-size: 1rem;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
    background: none;
    font-weight: 400;
}

form.contato .custom-file {
    position: relative;
    margin-bottom: 20px;
}

form.contato .custom-file .add-cv {
    background: #0090DF;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 131px;
    position: absolute;
    top: 0;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

form.contato textarea {
    display: block;
    border: 1px solid #fff;
    background: none;
    width: 100%;
    height: 231px;
    font-size: 1rem;
    padding: 8px;
    outline: none;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 8px;
}

form.contato input[type="submit"] {
    background: #253D68;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}

.sec-tt.sucess {
    color: #07d84d;
    text-align: center;
    margin: 10px 0;
}

.sec-tt.erro {
    color: #d80731;
    text-align: center;
    margin: 10px 0;
}

.gogcaptcha {
    margin-left: 32%;
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    form.contato input[type="submit"] {
        background: #fff;
        color: #253D68;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        width: 100%;
        height: 30px;
        border-radius: 5px;
        cursor: pointer;
        border: 0;
    }
}

ul.bomboniere {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

ul.bomboniere li {
    width: 15%;
    background: #FFFFFF10;
    box-shadow: 0px 0px 6px #00000029;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
}

ul.bomboniere li h6 {
    color: #fff;
    font: normal normal bold 14px/17px Novecento DemiBold;
    margin: 10px 0;
}

ul.bomboniere li p {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}

ul.bomboniere li small {
    color: #606060;
    font-size: 10px;
    line-height: 12px;
}

ul.cinemas-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

ul.cinemas-list li {
    width: 24%;
    background: #FFFFFF10;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
    padding: 16px;
}

@media (max-width: 991px) {
    ul.bomboniere li {
        width: 48%;
    }

    ul.cinemas-list {
        display: block;
    }

    ul.cinemas-list li {
        width: 100%;
    }
}

ul.cinemas-list li img {
    width: 160px;
}

ul.cinemas-list li p {
    color: #fff;
    text-transform: uppercase;
    font: normal normal medium 12px/14px;
    margin: 4px 0 0;
}

img.clube {
    width: 100%;
}

.pp-728 {
    width: 100%;
    padding: 8px 0 16px;
    text-align: center;
}

.pp-728 p {
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.pp-728 .arte {
    width: 728px;
    max-width: 100%;
    margin: 0 auto;
}

.pp-728 .arte img {
    width: 100%;
}

/** FOOTER **/

footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    height: 4px;
    width: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #932836 25%, #C7AC22 48%, #6DA852 64%, #3559A0 83%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    font-size: 14px;
    line-height: 20px;
}

footer ul li:first-child {
    font: normal normal bold 16px/19px Novecento DemiBold;
    margin-bottom: 8px;
}

footer ul li.store {
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .copyright {
    text-align: center;
    padding: 20px 15px;

    text-align: center;
}

footer .copyright p {
    font: normal normal bold 9px/10px Novecento DemiBold;
    margin: 20px 0;
}

@media (max-width: 767px) {

    footer .container .row {
        flex-direction: column;
    }

    footer ul {
        display: none;
    }

    footer .copyright {
        border: 0;
        padding: 0;
    }

    footer .copyright p {
        margin: 25px 0 0;
    }

    footer .copyright .gaia {
        display: none;
    }

    .selcine {
        margin: 8px 12px;
        color: #fff;
        font: normal normal bold 14px / 16px Novecento DemiBold;
        display: flex;
        justify-content: center;
        text-transform: uppercase;

    }

    .centralizanomecombo {
        text-align: center !important;
        margin: 0 auto;
    }

    .comprarbomboniere {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }

    .btcomprarbomboniere {
        padding: 18px 35px;
        background: #253D68;
        color: #fff;
        font: normal normal bold 22px/26px Novecento DemiBold;
        border-radius: 8px;
        margin-left: 16px;
        position: relative;
        transition-duration: 0.2s;
    }
}

#ingdata h4 {
    color: #ffffff !important;
    font-size: 1.2rem;
}