﻿/* *, ::before, ::after{
    box-sizing: border-box;
} */


a[href^="tel"],
span[href^="tel"],
p[href^="tel"] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.article-mob-sep {
    display: none;
    height: 1px;
    background-color: #d3d3d3;
    width: 100%;
    margin: 0
}

html {
    height: 100%
}

body {
    margin: 0;
    line-height: 1.38;
    color: white
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    display: inline-block
}

p {
    margin: 0
}

p.has-border,
span.has-border {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    height: 34px;
    line-height: 34px;
    padding: 0 10px
}

.has-margin-bottom {
    margin-bottom: 15px;
}

.smartphone {
    display: none
}

.mobile {
    display: none
}

.bold {
    font-weight: bold
}

.link {
    color: #3799FF;
    text-decoration: underline
}

.linkPDF {
    color: black;
}

.linkPDF:hover {
    text-decoration: underline;
}

.show {
    display: block !important
}

.smalltext {
    font-size: 0.9em
}

.container-body {
    display: block
}

.hide {
    display: none !important;
}

.upper {
    text-transform: uppercase
}

.error h1 {
    font-size: 50px;
    font-stretch: condensed;
    color: #000000
}

.error p {
    font-size: 16px;
    color: #000000
}

.error .container {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 120px;
}

.actions-header {
    padding-top: 20px;
    width: 100%;
    background-color: #0a1727
}

.actions-header.bilheteira {
    padding-top: 0
}

.actions-header img {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 210px;
    width: 100%
}

.actions-header .col4,
.actions-header .col8 {
    display: inline-block;
    vertical-align: top
}

.actions-header .col4 {
    width: 30%
}

.actions-header .col8 {
    width: 65%;
    margin-left: 4%
}

.header-container {
    height: 120px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    text-align: center;
    top: 0;
    width: 100%
}

.gradient {
    position: fixed!important;
    top: 0;
    left: 0;

    /* background-image: linear-gradient(96deg, #00fac1, #c500e2); */
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); 
    width: 100%;
    height: 120px;
    z-index: -1;
}

.subdropdown-content{
    display: none;
    position: absolute;
    right:0;
    top: 70px;
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    width: max-content;
    z-index: 1;
    font-size: 14px;
    height: fit-content;
    
}

.subdropdown{
    display: flex;
    align-items: center;
    margin: auto 20px;
    position: relative;
}

.subdropdown-content .rider-tecnico, .subdropdown-content .ficha-tecnica, .subdropdown-content .contactos{
    margin: 20px!important;
}

#checkBtn{
    position: absolute;
    display: flex;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    border: none;
}

.subdropdown label{
    cursor: pointer;
}

.subdropdown{
    transition: all 0.2s ease-in-out;
}

.subdropdown:hover path, #checkBtn:checked ~ .subdropdown path{
    stroke: #ff3386!important;
}

#checkBtn:focus svg{
    transform: rotate(90deg);
    transform: scale(1.1);
}

.subdropdown-content a{
    border: 3px solid black;
}

.subdropdown .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    text-transform: capitalize;
    border: 1px solid #fff;
    background-color: inherit;
    font-family: inherit;
    margin-left: 20px;
}

#checkBtn:focus ~ .subdropdown-content{
    display: flex;
}

.subdropdown-content:focus-within, .subdropdown-content:focus,.subdropdown-content:active, .subdropdown-content:hover, .subdropdown-content a:hover ~ .subdropdown-content, .subdropdown-content a:focus ~ .subsearch-content, #checkBtn:hover ~ .subdropdown-content{
    display: flex;
}


.subnavbtn:hover{
    background-color: #fff;
    color: #000;
}

.subsearch-content{
    display: none;
    /* visibility: hidden;
    opacity: 0; */
    position: absolute;
    right:0;
    top: 84px;
    background-color: black;
    border-radius: 0px 0px 10px 10px;
    z-index: 1;
    font-size: 14px;
    height: 80px;
    width: 400px;
    border: none;
}

.subsearch-content input{
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: white;
    font-weight: 300;
    line-height: 24px;
    max-width: none;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #050505;
}

.subsearch-content input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }

.subsearch{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 20px;
}

#searchBtn{
    position: absolute;
    transition: all 0.2s ease-in-out;
    border: none;
    padding: 25px;
}

.subsearch label{
    cursor: pointer;
}

.subsearch:hover path, #searchBtn:hover ~ .subsearch path, #searchBtn:focus ~ .subsearch label svg path{
    stroke: #ff3386!important;
}

#searchBtn:checked svg{
    transform: rotate(90deg);
    transform: scale(1.1);
}

.subsearch-content:focus-within, .subsearch-content:focus,.subsearch-content:active, #searchBtn:focus ~ .subsearch-content{
    display: flex;
}

  
/* .header-container.gradient .home-header-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: block;
    z-index: 1
} */

.header-container.gradient .home-header-btn img {
    width: 25px
}

.header-container .logo {
    /* height: 132px; */
    position: relative
}

.logo img {
    max-height: 50%;
    
}

.header-container .logo img {
    max-height: 50%
}

/* .header-container nav {
    position: relative
} */

.header-container #menu-inline {
    height: 40px;
    display: none
}

.header-container #menu-inline li {
    color: #fff;
    line-height: 37px;
    font-size: 20px;
    margin: 0px 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
}

.header-container #menu-inline li a {
    color: #fff;
    transition: all 0.2s ease-in-out;

}

.header-container #menu-inline li:hover,
.header-container #menu-inline li.active {
    cursor: pointer;
    border-bottom: 3px solid #ff3386;
    transition: all 0.2s ease-in-out;

}

.header-container #menu-inline li:hover a,
.header-container #menu-inline li.active a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;

}

/* .header-container .lang {
    display: none;
    position: absolute;
    top: 71px;
    right: calc((100% - 95%) / 2)
} */

/* ball */
/* .header-container .lang .item-inline {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    border: solid 1px transparent
} */

/* text only */
.header-container .lang .item-inline {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.header-container .lang .item-inline:hover,
.header-container .lang .item-inline.active {
    color: #ff3484;
}

.header-container .hamburguer {
    background-image: url(./img/menu-light.png);
    position: absolute;
    right: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: transparent;
    border: 0px;
    cursor: pointer
}

.header-container .hamburguer.active {
    background-image: url(./img/menu-close-light.png)
}

.header-container #menu-dropdown {
    display: none
}

.header-container #menu-dropdown.active {
    display: block
}

.header-container #menu-dropdown .flyover {
    position: absolute;
    top: 120px;
    right: 0;
    background-color: #ffffff;
    color: #000000;
    z-index: 3;
    padding: 0 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 20px 0 rgba(10, 23, 39, 0.3);
    width: 322px;
    transition: all 0.3s ease-in-out;
}

.header-container #menu-dropdown .flyover li {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #cccccc;
    text-align: right;
    /* padding-right: 10px */
}

.header-container #menu-dropdown .flyover li a {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px
}

.header-container #menu-dropdown .flyover li.active a {
    color: #ff3386
}

.header-container #menu-dropdown .flyover li.search {
    height: 100%;
    padding: 10px 0
}

.header-container #menu-dropdown .flyover li .row {
    height: 44px;
    position: relative
}

.header-container #menu-dropdown .flyover li .row .lang {
    display: block;
    width: 100%;
    right: 0;
    top: 0
}

.header-container #menu-dropdown .flyover li .row .lang .item-inline {
    background-color: #9da2a9;
    color: #fff;
    text-align: center
}

.header-container #menu-dropdown .flyover li .row .lang .item-inline.active {
    background-color: #ff3386
}

.header-container #menu-dropdown .flyover li .row input {
    color: #4a4a4a;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 4px 10px;
    /* max-width: 100%; */
    width: 100%;
    background-image: url(./img/icon-dropdown-4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.header-container #menu-dropdown .flyover li .row input::-webkit-input-placeholder {
    font-size: 16px;
    color: #4a4a4a
}

.header-container #menu-dropdown .flyover li .row input::-moz-placeholder {
    font-size: 16px;
    color: #4a4a4a
}

.header-container #menu-dropdown .flyover li .row input:-ms-input-placeholder {
    font-size: 16px;
    color: #4a4a4a
}

.header-container #menu-dropdown .flyover li .row input:-moz-placeholder {
    font-size: 16px;
    color: #4a4a4a
}

.header-container #menu-dropdown .flyover li:last-child {
    border-bottom: 0
}

.header-container #menu-dropdown .flyover li:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4)
}

.home-btn {
    width: 30px;
    height: auto
}

.item-ticket-text{
    color: white;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
}

input,
.select-box {
    color: #0a1727;
    /* border: solid 1px #6c737d; */
    width: 100%;
    /* padding: 6px 10px; */
    max-width: 274px;
    border-radius: 4px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

/* input {
    -webkit-appearance: none;
    background-color: #0a1727
} */

.select-box {
    /* background-image: url(./img/icon-dropdown-2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
}

#datepicker{
    border: none;
}

#datepicker::placeholder {
    color: #0a1727;
    opacity: 1; /* Firefox */
  }

/* .select-box.active {
    background-image: url(./img/icon-dropdown-3.png)
} */

.img-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    margin: auto;
    object-fit: cover;
}

.container-box {
    width: 95%;
    margin: 0 auto;
}

.item-inline {
    display: inline-block;
}

.no-border {
    border: none !important;
}

.fl-l {
    float: left;
    width: 100%;
}

.fl-r {
    float: right;
}

.search-filters {
    padding: 50px 0px !important;
}

.search-filters label{
    font-weight: 400;
}

.search-filters input::-webkit-input-placeholder {
    color: white
}

.search-filters input::-moz-placeholder {
    color: white
}

.search-filters input:-ms-input-placeholder {
    color: white
}

.search-filters input:-moz-placeholder {
    color: white
}

.search-filters .filter-label {
    font-family: 'Lato', sans-serif;
    font-size: 1.17em;
    font-weight: bold;
    margin-bottom: 25px;
    width: 100%;
    text-transform: uppercase;
    line-height: 38px
}

.search-filters .filter-calendar .select-box {
    /* background-image: url(./img/icon-dropdown-2.png); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    display: inline-block;
    background-color: white;
    color: black;
    text-align: left;
    /* max-width: 75px; */
    max-width: 107px;
    width: 100%;
    font-weight: 400;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
}

.filter-apply{
    display: flex;
    align-items: center;
    border-radius: 100px;
    padding: 0px, 8px, 0px, 16px;
    border: 1px solid #078BE2;
    /* margin-left: auto; */
    width: 149px;
    height: 32px;
}

.filter-apply path{
    transition: 0.2s all ease-in-out;
}

.filter-apply:hover path{
    stroke: white;
}

.filter-apply:hover{
    background-color: #078BE2;
}

#filterApply{
    background-color: unset!important;
    border: none!important;
    color: #078BE2!important;
    text-transform: unset!important;
    font-size: 16px!important;
    font-family: Lato!important;
    padding: 0px 10px!important;
    transition: 0.2s all ease-in-out;
}

#filterApply:hover{
    color: white!important;
}


/* .search-filters .filter-calendar .select-box.active {
    background-image: url(./img/icon-dropdown-3.png)
} */

.search-filters .filter-category .select-box {
    /* height: 38px; */
    /* background-color: #0a1727; */
    box-sizing: border-box;
    /* padding: 6px 10px; */
    text-align: left;
    user-select: none;
}

.filter-boxes{
    display: flex;
    align-items: center;
}

.filter-boxes input{
    display: block!important;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid black;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

.filter-boxes input:checked{
    background-color: black;
    border: 1px solid blue;
}

.filter-boxes input:last-of-type{
    margin-left: 10px;
}

.filter-boxes label{
    margin-left: 5px;
    margin-bottom: 0px;
    user-select: none;
}

.filter-boxes label:hover{
    cursor: pointer;
}

.search-filters .filter-search {
    position: relative
}

.filter-search input{
    background-color: white;
    color: #0a1727;
    border: none;
}

.filter-search input:focus{
    border-bottom: 2px solid #cccccc;
}

.filter-search input::placeholder{
    color: #0a1727;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}


.search-filters .filter-search .search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 43px;
    margin: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background: url(./img/icon-dropdown-4.png) no-repeat;
    background-size: 30px 30px;
    background-position: 50% 50%
}

/* .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    right: 0;
    width: 100%;
    max-width: 291px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 2;
    text-align: left;
} */


.dropdown{
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 200px;
    height: fit-content;
    /* padding: 40px 20px 20px 20px; */
    padding: 20px 10px 10px 10px;
    box-shadow: 0px 0px 16px 0px #00000029;
    background-color: white;
    border-radius: 8px;
    top: -10px;
    left: 0;
    z-index: 1000;
}

.bilheteira .dropdown {
    width: 100% !important;
}

.dropdown.active {
    display: block;
}

.select-box {
    position: relative;
}

/* #dropdown-rooms{
    width: 100% !important;
} */

#dropdown-rooms{
    width: 260px !important;
}

.dropdown input{
    width: 20px;
    height: 20px;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

.dropdown li label{
    margin-left: 5px;
    margin-bottom: 0px;
}

.dropdown.active {
    display: block
}

.dropdown li {
    height: 33px;
    line-height: 33px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}

.dropdown li.selected label,
.dropdown li:hover label{
    cursor: pointer;
    color: #ff3386
}

.dropdown li.selected>div:last-child {
    background-color: #ff3386
}

.dropdown li div {
    display: inline-block;
    vertical-align: text-bottom
}

.dropdown li>div:last-child {
    padding: 5px;
    border-radius: 100%;
    margin: 10px
}

footer {
    background-color: #050505;
    text-align: center
}

footer .footer-white {
    background-color: #fff;
    color: #050505;
}

footer hr {
    margin: 0;
    height: 1px;
    opacity: 0.3;
    background-color: #ffffff;
    width: 100%
}

footer .footer-white hr {
    background-color: #ccc
}

footer span {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff
}

footer>.container-box {
    width: 100%
}

footer>.container-box>div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

footer .newsletter {
    padding: 64px 0;
}

footer .newsletter p {
    font-size: 30px;
    font-weight: 300;
    /* font-stretch: condensed; */
    color: #050505;
    text-align: left;
    line-height: 36px;
}

footer .newsletter>div span {
    display: none
}

footer .newsletter>div input {
    display: inline-block;
    /* height: 44px; */
    height: 50px;
}

footer .newsletter>div input::-webkit-input-placeholder {
    color: white
}

footer .newsletter>div input::-moz-placeholder {
    color: white
}

footer .newsletter>div input:-ms-input-placeholder {
    color: white
}

footer .newsletter>div input:-moz-placeholder {
    color: white
}

footer .newsletter>div button {
    float: right;
    /* height: 44px; */
    height: 50px;
    /* width: 200px;
    max-width: 200px; */
    width: fit-content;
    max-width: 100%;
    vertical-align: top;
    background-color: transparent;
    color: #ff3386;
    border-radius: 4px; 
    text-transform: uppercase;
    border: none;
    justify-content: center;
    align-items: center;
}

.four-columns .email-input {
    border-radius: 0; 
    background: transparent;
    border: none;
    border-right: 1px solid #000000;
    padding: 17px 0 17px 24px;
    color: #747474;
    min-width: 100%;
}

.four-columns .email-input::placeholder {
    color: #747474; 
    font-weight: 400; 
    line-height: 21.6px;
}

footer .newsletter>div:first-child {
    font-size: 30px
}

footer .newsletter>div:first-child span {
    display: block;
    line-height: 40px
}

footer .passou{
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    max-width: 520px;
    user-select: none
}

footer .passou h1{
    color: #FFF;
    font-family: Lato;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
}

footer .passou h2{
    color: rgba(255, 255, 255, 0.56);
    font-family: Lato;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media screen and (max-width: 650px) {
    .footer .passou {
        flex-direction: row;
        gap: 30px;
        justify-content: flex-start;

    }

    footer .passou h1 {
        font-family: Lato;
        font-size: 28px;
    }

    footer .passou h2 {
        font-size: 23px;
    }

    footer .footer-links {
        margin-top: 66px !important;
    }
}

@media screen and (max-width: 380px) {
    .footer .passou {
        gap: 20px;
        
    }

    footer .passou h1 {
        font-size: 26px;
    }
    
    .passou div {
        gap: 10px !important;
    }

    footer .passou h2 {
        font-size: 18px !important;
    }

}

/* footer .passou h2:last-of-type{
    margin-left: 24px;
} */


/* PASSOU SWIPER */

.footer-links  ul {
    padding: 0 0 32px 0;
}



footer .support {
    padding: 22px 0 10px 0
}

footer .support>div:first-child {
    margin-bottom: 10px
}

footer .footer-links {
    margin-top: 96px;
}

footer .footer-links ul li{
    /* margin: 13px; */
    margin: 2px 13px;
}

footer .footer-links ul li a{
    color: white;
    font-size: 16px;
    border-bottom: 2px solid #050505 ;
    transition: all 0.2s ease-in-out;
    font-family: Roboto Condensed;
    font-weight: 700;
}

footer .footer-links ul li a:hover{
    padding-bottom: 3px;
    border-bottom: 2px solid #ff3386;
}

footer .apoios{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
}

footer .apoios .apoios-div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

footer .apoios span{
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

footer .apoios .support-items>div {
    height: 60px;
    width: 100%;
    max-width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 30px
}

footer .apoios .apoios-items>div img {
    height: auto;
    max-height: 60px;
    max-width: 100%
}

footer .support .support-items>div:last-child {
    margin-bottom: 0
}

footer .agenda {
    padding: 64px 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

footer .agenda>div {
    display: inline-block;
    vertical-align: bottom;
    width: 100%
}

footer .pink {
    color: #FF3386;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

footer .agenda-label{
    color: #747474;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    text-transform: lowercase;
}

footer .agenda-title{
    color: #050505;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

footer .agenda a {
    margin-left: 20px;
    margin-right: 20px
}

footer .agenda a .agenda-icon {
    width: 112px;
    height: auto;
}

footer .agenda .agenda-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

footer .tmg-footer {
    padding: 35px 0
}

footer .tmg-footer .tmg-footer-img>div {
    /* height: 60px;
    margin-bottom: 30px;
    width: 100%; */
    display: inline-block;
    float: left
}

footer .tmg-footer .tmg-footer-img>div img {
    width: calc(50% - 30px);
    max-height: 100%;
    width: auto;
    max-width: 50%
}

footer .tmg-footer .tmg-footer-img>div a {
    /* margin-left: 60px */
}

footer .public-logos{
    width: 50%;
}

footer .share-logos{
    width: 20%;
}

footer .share-logos img{
    margin: 10px 0;
}



footer .tmg-footer .tmg-footer-img .public-logos,
footer .tmg-footer .tmg-footer-img .share-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

footer .tmg-footer .tmg-footer-img .apoios a {
    display: inline-block;
    width: auto;
    text-align: center;
}

footer .tmg-footer .tmg-footer-img .apoios a:first-child {
    margin-left: 0;
}

footer .tmg-footer .tmg-footer-img .apoios img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
}

footer .tmg-footer .tmg-footer-img .apoios a {
    display: inline-block;
    width: auto;
    text-align: center;
}

footer .tmg-footer .tmg-footer-img .public-logos a:first-child {
    margin-left: 0;
}

footer .tmg-footer .tmg-footer-img .public-logos img {
    height: 50px;
    width: auto;
    margin: 10px 0;
    max-width: 100%;
}

footer .tmg-footer .tmg-footer-img .public-logos span {
    color: white;
    display: block;
    line-height: normal;
    padding-bottom: 10px;
}

footer .tmg-footer .tmg-footer-img .share-logos a {
    display: inline-block;
    width: auto;
    text-align: center
}

footer .tmg-footer .tmg-footer-img .share-logos a:first-child {
    margin-left: 0
}

footer .tmg-footer .tmg-footer-img .share-logos img {
    height: 66px;
    width: auto;
    max-width: 100%;
}

footer .tmg-footer .tmg-footer-img .share-logos span {
    color: white;
    display: block;
    line-height: normal
}

footer .tmg-footer .tmg-footer-desc {
    font-size: 14px;
    text-align: center;
    color: #73808e
}

footer .tmg-footer .tmg-footer-desc a {
    color: #73808e
}

footer .tmg-footer-bar {
    display: none
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6)
}

.overlay.dark {
    background-color: #0a1727
}

.overlay .share-popup {
    display: none;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 2222;
    background-color: white
}

.overlay .share-popup .share-container {
    top: 40%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: block;
    left: 0;
    right: 0
}

.overlay .share-popup .share-container p {
    color: black;
    margin-bottom: 26px
}

.overlay .share-popup .share-container span:first-of-type {
    margin-right: 20px
}

.overlay .share-popup #close-share-popup {
    position: absolute;
    top: 20px;
    right: 10px
}

.overlay .share-popup #close-share-popup .x-btn {
    display: block
}

.overlay .share-popup .share-btn {
    width: auto;
    height: 50px;
}

.overlay .popup {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    max-width: 580px;
    width: 100%;
    height: auto;
    max-height: 610px;
    margin: auto;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 20px 0 rgba(10, 23, 39, 0.1);
    z-index: 4
}

.overlay .lightbox {
    height: 100%;
    max-height: 500px
}

.overlay .lightbox .item-photo {
    height: 475px
}

/* .item {
    max-width: 370px
} */

.item-photo {
    height: 210px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* margin-bottom: 10px; */
    border-radius: 6px 6px 0px 0px;
}

.item-photo img {
    min-width: 100%;
    transition: all 0.3s ease-in-out;
}

.item .item-photo img:hover{
    transition: all 0.3s ease-in-out;
}

.item .item-photo img:hover{
    transform: scale(1.3);
}

.item-photo .item-photo-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #F2F4F6;
    padding: 0 10px 0px 24px;
    line-height: 23px;
    font-weight: lighter;
    /* border-bottom: 1px solid #F2F4F6;
    border-left: 1px solid #F2F4F6; */
    border: 1px solid #F2f4f6;
}

.item-photo-label {
    display: flex;
    gap: 6px;
}

.item-photo .item-photo-label span {
    font-size: 16px;
    color: #4A90E2
}

.item-desc-index{
    /* margin-bottom: 32px;  até ter o botão*/
    padding: 24px;
    background-color: #F2F4F6;
    border-radius: 0px 0px 6px 6px;
}

.item-desc-index{
    /* margin-bottom: 32px;  até ter o botão*/
    padding: 24px;
    background-color: #F2F4F6;
    border-radius: 0px 0px 6px 6px;
}

.buy-btn-header{
    border: solid 2px #FF3386;
}

.buy-btn-header:hover{
    border: solid 2px white;
}


.buy-btn{
    border-radius: 6px;
    height: initial;
    background-color: #ff3386;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.buy-btn-header, .buy-btn-index {
    border-radius: 4px;
    background: #FF3386;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min-content;
    padding: 12px 24px 14px;
    gap: 10px;
    margin-top: 32px;
    color: white;
    transition: all 0.3s ease-in-out;
}

.buy-btn-index.indexGrid{
    width: 135px;
}

.buy-btn:hover, .buy-btn-header:hover, .buy-btn-index:hover {
    background-color: #080404;
}


.buy-btn svg, .buy-btn-header svg{
    color: white;
    transition: all 0.3s ease-in-out;
}

.buy-btn:hover svg, .buy-btn-header:hover svg{
    transform: rotate(180deg);
}

.header-counter{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    padding-left: 10px;
    color: #078BE2;
}

.item-desc-index .item-desc-index-title {
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}

.item-desc-index .item-desc-index-details {
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
    line-height: normal;
    color: #000
}

.item-desc-index .item-desc-index-details-sub {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #747474;
    text-transform: uppercase;
}

.item-desc-index .item-desc-index-details ul li {
    margin: 0;
    padding-right: 5px
}

.see-more {
    color: #000000;
    border-radius: 6px;
    border: solid 1px #000000;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    width: 190px;
    max-width: 100%;
    margin: 40px auto 100px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.icon.small {
    width: 22px;
    height: 22px
}

.icon.md {
    width: 35px;
    height: 35px
}

.icon.xl {
    width: 48px;
    height: 48px;
    border-radius: 4px;
}

.btn {
    cursor: pointer
}

.btn a {
    color: black
}

.btn-white {
    padding: 0px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    color: white;
    background-color: transparent;
    min-width: 40px;
    min-height: 40px;
    cursor: pointer
}

.btn-pink {
    height: 34px;
    border-radius: 6px;
    background-color: #ff3386;
    color: white;
    border: none;
    cursor: pointer;
    line-height: 15px
}

.options-btn {
    height: 34px;
    border-radius: 6px;
    border: solid 1px #47515d;
    background-color: transparent;
    color: white;
    line-height: 17px;
    padding: 5px;
    width: 100%;
    max-width: 125px
}

/* .transparent-btn {
    color: white;
    border: solid 1px #6c737d;
    display: block;
    width: 100%;
    max-width: 120px;
    text-align: center;
    height: 33px;
    border-radius: 6px;
    cursor: pointer
} */

.transparent-btn {
    color: white;
    border: solid 1px #078BE2;
    display: block;
    max-width: 98px;
    text-align: center;
    height: 33px;
    border-radius: 30px;
    padding: 0px, 16px, 0px, 8px;
    cursor: pointer
}


/* .transparent-btn a,
.transparent-btn span {
    text-decoration: none;
    color: white;
    display: block;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold
} */

.transparent-btn a,
.transparent-btn span {
    text-decoration: none;
    color: #078BE2;
    display: block;
    font-size: 16px;
    font-weight: 400 !important;
}

.x-btn {
    background-image: url("./img/menu-close.png") !important
}

.share-btn {
    /* background-image: url("./img/share.png"); */
    background-image: url("./img/share-socialmedia.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 18px;
    display: inline-block;
}

.w-100 {
    width: 100% !important
}

.w-50 {
    width: 49% !important;
    display: inline-block
}

.check {
    background-image: url("./img/check-icon.png")
}

.download-icon {
    background-image: url("./img/download@3x.png")
}

.print-icon {
    background-image: url("./img/print@3x.png")
}

.email-icon {
    background-image: url("./img/email@3x.png")
}

.email2-icon {
    background-image: url("./img/mail-2@3x.png")
}

#ui-datepicker-div {
    width: auto;
    max-width: 362px;
    max-height: 468px;
    border-radius: 8px;
    padding: 5px;
    background-color: #fff;
    color: #0a1727;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    padding-bottom: 20px;
    display: none;
    z-index: 4 !important;
    box-shadow: 0px 0px 16px 0px #00000029;
}

.ui-icon{
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header,
#ui-datepicker-div .ui-datepicker-calendar {
    max-width: 252px;
    margin: auto;
    border-spacing: 0
}

#ui-datepicker-div .ui-datepicker-header {
    line-height: 40px;
    margin-top: 35px;
}

#ui-datepicker-div .ui-datepicker-prev {
    float: left;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
    position: absolute;
    right: 120px;
}

#ui-datepicker-div .ui-datepicker-prev span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 12px solid black;
    border-bottom: 6px solid transparent;
    font-size: 0px
}

#ui-datepicker-div .ui-datepicker-next {
    float: right;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

#ui-datepicker-div .ui-datepicker-next span {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid black;
    border-bottom: 6px solid transparent;
    font-size: 0px
}

#ui-datepicker-div .ui-datepicker-calendar thead tr th {
    font-weight: lighter
}

#ui-datepicker-div .ui-datepicker-calendar tbody td {
    color: #0a1727;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 40px;
    padding: 7px;
    border-radius: 3px;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    color: #C2CAD5;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today a {
    color: #fff !important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-today{
    background-color: #078be2!important;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day {
    background-color: #ff3386
}
#ui-datepicker-div .ui-datepicker-calendar tbody td.ui-datepicker-current-day:hover {
    background-color: #ff3386;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td a.ui-state-default {
    color: #0a1727
}

#ui-datepicker-div .ui-datepicker-calendar tbody td:hover {
    cursor: pointer;
    background-color: #eff1f4;
}

#ui-datepicker-div .ui-datepicker-calendar tbody td:hover a {
    color: black
}

.seats-layout table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.seats-layout table tr td {
    cursor: pointer;
    min-width: 35px;
    max-width: 35px;
    height: 30px;
    max-height: 30px;
    border: 1px solid white;
    padding: 0px;
    box-sizing: border-box;
    text-align: center
}

.seats-layout table tr td span {
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    display: block
}

.seats-layout table tr td.empty {
    cursor: pointer;
    border: none;
    cursor: inherit
}

.seats-layout table tr td.stairs {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
    border: none;
    cursor: inherit
}

.seats-layout table tr td.line {
    text-transform: uppercase;
    cursor: inherit
}

.seats-layout table tr td.Deficiente {
    background-image: url(./img/icon-especial@3x.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50%
}

.seats-layout .busy {
    cursor: inherit
}

.seats-layout .row{
    --bs-gutter-x: unset;
}

#popupmobilezones h2 {
    max-width: 163px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    color: white;
    margin: 10% auto !important
}

#popupmobilezones .btn-white {
    width: 40px;
    padding: 0;
    line-height: 20px
}

.zones-layout {
    margin: 20% auto;
    text-align: center
}

.zones-layout h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #9b9b9b
}

.zones-layout table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zones-layout table td {
    width: 10px;
    height: 9px
}

.zones-layout .Azul {
    background-color: #4955e2
}

.zones-layout .azul-marinho {
    background-color: #64bebe
}

.zones-layout .Roxo {
    background-color: #7b539f
}

.zones-layout .Vermelho {
    background-color: #ed174b
}

.zones-layout .Verde {
    background-color: #37c0b0
}

.zones-layout .castanho-claro {
    background-color: #98a786
}

.zones-layout .space {
    width: 100%;
    height: 15px;
    background-color: #0a1727
}

.zones-layout .seat {
    cursor: pointer
}

.logos-unicre {
    text-align: center;
    background-color: #fff;
    padding: 30px 0 10px
}

.logos-unicre p {
    margin-bottom: 20px
}

.logos-unicre .unicrelogo {
    width: calc(33% - 20px);
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block
}

.logos-unicre .unicrelogo a {
    display: inline-block
}

.logos-unicre .unicrelogo img {
    max-width: 100%;
    max-height: 109px;
    height: auto;
    width: auto
}

.unicre-msg {
    padding: 20px;
    border-radius: 4px;
}

.unicre-msg.msg-insucesso {
    border: 1px solid #ad2121;
    background: #f1b8b8
}

.unicre-msg.msg-sucesso {
    border: 2px solid #73AD21;
    background: #b4dc7a
}

.bilhete .wrapper>.container {
    color: #000
}

.bilhete .list-item {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.bilhete .list-item .item {
    width: 100%;
    display: inline-table;
    padding: 0px;
    max-width: 380px;
    margin-bottom: 20px;
    margin-top: 20px;
    cursor: pointer;
    margin-left: 0 !important
}

.bilhete .list-item .item .img-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    margin: auto
}

.bilhete .list-item .item:hover {
    box-shadow: none;
    cursor: inherit
}

.bilhete .container-title {
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    line-height: normal;
    font-size: 50px
}

.bilhete .container-body {
    margin-bottom: 40px;
    text-align: center
}

.bilhete .container-body .thanks {
    display: inline-table;
    color: #ff3386;
    line-height: 40px;
    padding: 4px 24px;
    border: 1px solid #ff3386;
    border-radius: 4px;
}

.bilhete .container-body .thanks>div {
    vertical-align: middle
}

.bilhete .container-body .thanks>div.thanks-label {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 700;
}

.bilhete .container-body .download-area {
    position: relative;
    padding: 32px 119px;
    height: 60px;
    border-bottom: 1px solid #C8C8C8;
}

.bilhete .container-body .download-area .download-area-label {
    vertical-align: middle;
    max-width: calc(100% - 150px);
    float: left
}

.bilhete .container-body .download-area .download-area-label>div:first-child {
    font-size: 16px
}

.bilhete .container-body .download-area .download-btns {
    float: right
}

.bilhete .container-body .download-area .download-area-icon {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #000
}

/* .bilhete .container-body .item {
    margin: 0 auto 20px auto
} */

.bilhete .container-body .item .tmg-logo {
    position: absolute;
    height: 60px;
    width: 223px;
    margin-top: 30px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}

.bilhete .container-body .item .tmg-logo img {
    height: 100%;
    min-width: auto
}

.bilhete .container-body .item .item-photo {
    width: 380px;
    height: 700px;
    margin-bottom: 0;
    overflow: initial
}

.bilhete .container-body .item .item-photo .ticket-show {
    font-size: 34px;
    line-height: 40.8px;
    font-weight: 900;
    color: white
}

@media screen and (max-width: 600px) {
    .bilhete .container-body .item .item-photo .ticket-show {
        font-size: 22px;
        line-height: 27px;
    }
}

.bilhete .container-body .item .item-photo .ticket-day .formatted-date {
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    color: white;
}


.bilhete .container-body .item .item-photo .ticket-hour {
    font-size: 21px;
    font-stretch: condensed;
    color: #ffffff
}

.bilhete .container-body .item .item-photo .bk-blur {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.19) 1%, rgba(0, 0, 0, 0.8)) */
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.19) 1%, rgb(0 0 0 / 80%));
}

.bilhete .container-body .item .item-photo .img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.bilhete .container-body .item .item-photo .img-container img {
    min-height: 100%;
    min-width: 100%
}

.bilhete .container-body .item .item-photo .item-photo-label {
    bottom: 237px;
    background-color: transparent;
    color: white;
    text-align: left;
    font-size: 21px;
    line-height: 24px;
    z-index: 3;
    box-sizing: border-box;
    border: none;
}

.bilhete .container-body .item .item-photo .item-photo-label>div:first-child {
    font-size: 32px;
    line-height: 38px
}

.bilhete .container-body .item .item-photo .item-photo-label>div:last-child {
    font-size: 34px;
    line-height: 41px
}

.bilhete .container-body .item .item-photo .barcode {
    color: white;
    /* background-color: black; */
    position: absolute;
    bottom: 0;
    height: 192px;
    /* max-width: 380px; */
    width: 100%;
    padding: 15px;
    z-index: 3;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}

.bilhete .container-body .item .item-photo .barcode .barcode-label {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
}

/* .bilhete .container-body .item .item-photo .barcode .barcode-label>div>div {
    width: 50%
} */

.bilhete .container-body .item .item-photo .barcode .barcode-label .green-label {
    color: #b8e986
}

.bilhete .container-body .item .item-photo .barcode .barcode-area {
    margin: auto;
    width: 65%
}

.bilhete .container-body .item .item-photo .barcode .barcode-area img {
    width: 160px;
    height: 160px;
}

.bilhete .container-body .item .item-desc {
    display: none;
    background-color: #f6f6f6;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    height: calc(100% - 380px);
}

.bilhete .container-body .item .item-desc hr {
    margin: 20px 0
}

.bilhete .container-body .item .item-desc .item-desc-details {
    color: #000;
    font-weight: lighter;
    height: 100%;
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-body {
    display: inline-block;
    line-height: normal;
    font-size: 10px
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer {
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 180px;
    float: left;
    margin-right: 20px;
    height: 100%;
    color: #4a4a4a;
    text-align: center
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div {
    word-break: break-word;
    width: 100%
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div:first-child {
    text-align: center
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div:first-child>img {
    max-width: calc(100% - 20px);
    max-height: 85px
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div:first-child>img:first-child {
    margin-bottom: 10px
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div:last-child {
    text-align: center;
    position: absolute;
    bottom: 0
}

.bilhete .container-body .item .item-desc .item-desc-details .item-desc-footer>div:last-child>div:first-child {
    margin-bottom: 25px
}

.bilhete .container-body .see-more {
    margin-top: 40px
}

.bilhete .overlay {
    text-align: center
}

.bilhete .overlay .container-body {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.bilhete .overlay .container-body .close-bilhete {
    display: block;
    margin: 30px auto 0 auto
}

.bilhete .overlay .container-body .item {
    display: block;
    width: 100% !important;
    margin: 20px auto !important
}

.bilheteira .overlay .LivreOnline {
    background-color: #37c0b0
}

.bilheteira .overlay .LivrePresencial {
    background-color: #078BE2;
}

.bilheteira .overlay .Vendido {
    background-color: #ff3386;
}

.bilheteira .overlay .Usado {
    background-color: #ff3386;
}

.bilheteira .overlay .Pre-reserva {
    background-color: #ff3386;
}

.bilheteira .overlay .Reservado {
    background-color: #ff3386;
}

.bilheteira .overlay .Indisponível {
    background-color: #ff3386;
}

.bilheteira .overlay .LivrePresencial{
    background-color: #078BE2;
}

.bilheteira .overlay .selected {
    background-color: #f69f1c;
}

.bilheteira .overlay .line {
    background-color: #F0F0F0;
    color: #000000;
}

.bilheteira .overlay .popup-header {
    position: relative;
    padding-bottom: 10px;
    display: block;
    height: 75px;
    /* margin-bottom: 12px; */
}

.bilheteira .overlay .popup-header .close-popZone {
    position: absolute;
    right: 0;
    top: 20px
}

.bilheteira .overlay .popup-header .seats-state,
.bilheteira .overlay .popup-header h1,
.bilheteira .overlay .popup-header button {
    position: absolute;
    top: 27px
}

.bilheteira .overlay .popup-header .seats-state {
    list-style: none;
    /* left: 22px; */
    line-height: 40px
}

.bilheteira .overlay .popup-header .seats-state li {
    display: inline;
    margin-left: 10px !important;
}

@media screen and (max-width: 650px) {
    .bilheteira .overlay .popup-header .seats-state li {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .bilheteira .overlay .seats-layout {
        height: unset !important;
    }

    #force-mobile-show {
        display: block !important;
    }

    .seats-layout .space {
        height: 1px !important;
    }
    
}

.bilheteira .overlay .popup-header .seats-state li:first-child {
    margin-left: 0px
}

.bilheteira .overlay .popup-header .seats-state li img {
    width: 20px
}

.bilheteira .overlay .popup-header button {
    right: 22px;
    cursor: pointer
}

.bilheteira .overlay .popup-header h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: 0 auto 10px;
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}

.bilheteira .overlay .seats-layout h3 {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #050505;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}


.bilheteira .overlay .seats-layout .scroll-blur {
    position: absolute;
    height: 100%;
    width: 30px;
    z-index: 100;
    top: 0
}

.bilheteira .overlay .seats-layout .scroll-blur.scroll-blur-left {
    background-image: linear-gradient(to left, rgba(10, 23, 39, 0), #FFF);
    left: 0;
    display: none
}

.bilheteira .overlay .seats-layout .scroll-blur.scroll-blur-right {
    background-image: linear-gradient(to right, rgba(10, 23, 39, 0), #FFF);
    right: 0
}

.bilheteira .container-body {
    margin-bottom: 40px;
}

.bilheteira .container-body p,
.bilheteira .container-body span {
    font-weight: lighter;
    font-size: 14px;
}

.bilheteira .container-body .container-title {
    /* padding-top: 40px;
    padding-bottom: 30px; */
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    line-height: normal
}

.bilheteira .container-body>.c-left {
    color: #fff;
    text-align: center
}

.bilheteira .container-body>.c-left>span>.row>div,
.bilheteira .container-body>.c-left .item {
    text-align: left;
    margin: auto;
    max-width: 380px;
    margin-bottom: 20px;
    width: calc(100% - 10px);
    display: inline-table;
    padding: 10px 5px
}

.bilheteira .container-body>.c-left>span>.row>div>div,
.bilheteira .container-body>.c-left .item>div {
    display: table-cell;
    vertical-align: middle;
    line-height: normal
}

.bilheteira .container-body>.c-left>span>.row>div.c-left,
.bilheteira .container-body>.c-left .item.c-left {
    width: 64%
}

.bilheteira .container-body>.c-left>span>.row>div.c-right,
.bilheteira .container-body>.c-left .item.c-right {
    width: 35%
}

.bilheteira .container-body>.c-left .item {
    display: block;
    padding: 0
}

.bilheteira .container-body>.c-left .item .item-desc-title {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    padding: 18px 24px 3px;
}

.bilheteira .container-body>.c-left .item .item-photo {
    display: block
}

.bilheteira .container-body>.c-left .container-title {
    color: #000;
    font-size: 50px
}

.bilheteira .container-body .select-seats {
    cursor: pointer;
    background-color: #ff3386
}

.bilheteira .container-body .select-seats span {
    font-size: 14px
}

/* .bilheteira .container-body .select-seats span.bigger {
    font-size: 16px
} */

.bilheteira .container-body .select-seats>div {
    display: inline-table;
    width: 100%;
    padding: 8px;
}

.bilheteira .container-body .select-seats>div>div {
    display: table-cell;
    vertical-align: middle;
    line-height: normal
}

/* .bilheteira .container-body .select-seats>div.c-left {
    width: 64%
} */

/* .bilheteira .container-body .select-seats>div.c-left>div:last-child {
    width: calc(100% - 41px)
} */

.bilheteira .container-body .select-seats>div.c-right {
    width: 35%
}

.bilheteira .container-body .select-seats .seat-icon {
    background-image: url(./img/seat.png)
}

.bilheteira .container-body .selected-seats {
    background-color: #37c0b0
}

.bilheteira .container-body .selected-seats .price {
    font-size: 27px;
    font-weight: 900;
}

.bilheteira .container-body .buyer-details {
    line-height: normal;
    background-color: #37c0b0;
    margin: -19px 24px 25px;
    border-radius: 4px;
    padding: 10px 12px;
    /* border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; */
}

.bilheteira .container-body>.c-right {
    max-width: 780px;
    /* margin: auto */
}

.bilheteira .container-body>.c-right .container-title {
    color: #ff3386;
    font-size: 22px;
    text-align: center;
    /* padding-bottom: 40px */
}

.bilheteira .container-body>.c-right .ticket-form {
    position: relative
}

.bilheteira .container-body>.c-right .no-seats-selected {
    width: calc(100% - 40px);
    max-width: 780px;
    height: 320px;
    background-color: #f6f6f6;
    position: relative;
    background-image: url(./img/assistent-icon.png);
    background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size: 56px;
    padding: 20px
}

.bilheteira .container-body>.c-right .no-seats-selected .no-seats-label {
    position: absolute;
    top: 150px;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    color: #000;
    width: 70%;
    margin: auto;
    left: 0;
    right: 0
}

.bilheteira .container-body>.c-right .no-seats-selected .arrow-left {
    display: none;
    position: absolute;
    background-image: url(./img/arrow-back.png)
}

.bilheteira .container-body>.c-right .no-seats-selected .arrow-top {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-image: url(./img/arrow-back.png);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bilheteira .container-body>.c-right form {
    color: #fff
}

.bilheteira .container-body>.c-right form fieldset {
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.bilheteira .container-body>.c-right form .form-header {
    height: 30px;
    line-height: 30px;
    padding: 10px;
    position: relative
}

.bilheteira .container-body>.c-right form .form-header>div {
    display: inline-block
}

.bilheteira .container-body>.c-right form .form-header .c-left {
    width: 69%;
}

.bilheteira .container-body>.c-right form .form-header .c-left span {
    margin-left: 35px;
    color: #050505;
}

.bilheteira .container-body>.c-right form .form-header .c-right {
    width: 30%
}

.bilheteira .container-body>.c-right form .form-header .form-number {
    padding: 2px 7px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    border: 1px solid #CCCED1;
    color: #050505;
}

.bilheteira .container-body>.c-right form .form-header .form-number.active {
    background-color: #000000;
    border: none;
    color: #FFFFFF;
    border: 1px solid #000000;
}

.bilheteira .container-body>.c-right form .form-header .lock-i {
    position: absolute;
    left: 20px;
    top: 14px;
    background-image: url(./img/secure.svg);
}

.bilheteira .container-body>.c-right form .form-body {
    color: #000;
    padding: 25px;
    padding-top: 20px
}

.bilheteira .container-body>.c-right form .form-body p {
    margin-bottom: 10px;
    font-size: 16px;
}

.bilheteira .container-body>.c-right form .form-body p.form-title {
    font-size: 18px
}

.bilheteira .container-body>.c-right form .form-body .form-section {
    margin-bottom: 20px
}

.bilheteira .container-body>.c-right form .form-body .form-section .finish-msg .secure-icon {
    height: 56px;
    width: 48px;
    background-image: url(./img/shield@3x.png);
    background-size: cover;
    margin: auto
}

.bilheteira .container-body>.c-right form .form-body .form-section .finish-msg .finish-label {
    margin-top: 10px;
    text-align: center
}

.bilheteira .container-body>.c-right form .form-body .form-section .finish-msg .finish-label p {
    margin-bottom: 0
}

.bilheteira .container-body>.c-right form .form-body .form-row {
    position: relative;
    color: #4a4a4a
}

.bilheteira .container-body>.c-right form .form-body .form-row>div {
    display: inline-block
}

.bilheteira .container-body>.c-right form .form-body .form-place-index {
    width: 100px;
    margin-right: 15px
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc {
    width: calc(100% - 145px);
    margin-right: 5px;
    position: relative;
    vertical-align: middle
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box {
    width: calc(100% - 24px);
    max-width: 100%;
    color: #4a4a4a;
    padding: 5px;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    background-image: url(./img/icon-dropdown-2.png)
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown {
    background-color: #f6f6f6;
    box-shadow: 0 0 20px 0 rgba(10, 23, 39, 0.1);
    border: solid 1px #cccccc;
    font-size: 16px;
    text-align: left;
    max-width: 100%;
    min-width: 205px
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li {
    border-bottom: 1px solid #d3d3d3
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li.selected {
    color: #4a4a4a
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li.selected div:last-child {
    background-color: transparent
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li>div {
    padding: 0;
    padding-left: 10px;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li:hover {
    background-color: #ffffff;
    color: #4a4a4a
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc .select-box .dropdown li:hover>div {
    background-color: transparent
}

.bilheteira .container-body>.c-right form .form-body .form-place-desc input {
    font-size: 14px;
    background-color: #f6f6f6;
    border: solid 1px #d3d3d3;
    line-height: 18px;
    max-width: 100%;
    color: black;
    padding: 7px
}

.bilheteira .container-body>.c-right form .form-body .form-place-rm {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35px
}

.bilheteira .container-body>.c-right form .form-body .form-place-rm span {
    position: absolute
}

.bilheteira .container-body>.c-right form .form-body .req-fields {
    font-size: 12px;
    color: #9b9b9b
}

.bilheteira .container-body>.c-right form .form-body .validity .form-place-index {
    width: 55px
}

.bilheteira .container-body>.c-right form .form-body .validity input {
    text-align: left;
    width: 80px;
    margin: 0
}

.bilheteira .container-body>.c-right form .form-body .validity>div:nth-child(n+2) {
    width: 80px;
    text-align: center
}

.bilheteira .container-body>.c-right form .form-body .validity>div:nth-child(n+3) {
    margin-left: 20px
}

.bilheteira .container-body>.c-right form .form-body .validity.labels .form-place-desc {
    margin-left: 0;
    width: 95px
}

.bilheteira .container-body>.c-right form .form-body .validity.labels .form-place-desc:last-child {
    margin-left: 5px
}

.bilheteira .container-body>.c-right form .form-footer {
    height: 34px;
    background-color: #000;
    text-align: center;
    padding: 15px
}

.bilheteira .container-body>.c-right form .form-footer>div {
    display: inline-block;
    border-radius: 6px
}

.bilheteira .container-body>.c-right form .form-footer .form-cancel-btn,
.bilheteira .container-body>.c-right form .form-footer .form-back-btn {
    width: 33%;
    min-width: 70px;
    max-width: 120px;
    border: solid 1px rgba(255, 255, 255, 0.25)
}

.bilheteira .container-body>.c-right form .form-footer .form-next-btn {
    width: calc(66% - 50px);
    min-width: 130px;
    max-width: 220px;
    background-color: #ff3386;
    margin-left: 20px
}

.bilheteira .container-body>.c-right form .form-footer span {
    line-height: 34px;
    padding: 10px 0
}

.bilheteira .loading-div {
    width: 29.8px;
    height: 28.2px;
    background-repeat: no-repeat
}

.bilheteira .loading-div.select-loading {
    background-image: url(./img/loading.gif)
}

.bilheteira .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.bilheteira .loading .loading-div {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url(./img/loading.png);
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    background-size: cover
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes play {
    from {
        background-position: 0px
    }

    to {
        background-position: -240px
    }
}

.bilheteira.Grande .overlay .popup.dark {
    margin: 0;
    max-width: 100%;
    min-height: 100%
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #fff;
    font-size: 1em;
    line-height: normal;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    background-color: #000;
    font-weight: lighter
}

body {
    background-color: #fff
}

header {
    /* background-color: #000; */
    z-index: 2;
    position: relative
}

header.home.open {
    overflow: auto;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    background-color: transparent
}

a {
    text-decoration: none
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

:focus {
    outline: none
}

.left {
    text-align: left
}

.right {
    text-align: right
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

.content {
    max-width: 1280px;
    text-align: center;
    margin: auto;
    position: relative;
    min-height: 100%
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.espacos .container-title {
    font-size: 50px;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 30px
}

.espacos .list-item .item {
    width: calc(((100% - 66px * 2) / 3));
    height: auto;
    min-height: 530px;
    padding: 0;
    max-width: 379px;
    border: solid 1px #cccccc;
    vertical-align: top;
    margin-bottom: 60px;
    position: relative
}

.espacos .list-item .item:hover {
    cursor: auto
}

.espacos .list-item .item .item-photo {
    height: 225px;
    margin-bottom: 0
}

.espacos .list-item .item .item-photo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    min-height: 100%;
    background-image: linear-gradient(120deg, #3023ae, #c96dd8)
}

.espacos .list-item .item .item-desc {
    padding: 20px
}

.espacos .list-item .item .item-desc .item-desc-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.espacos .list-item .item .item-desc .item-desc-details {
    font-size: 16px;
    color: #000000;
    font-weight: lighter
}

.espacos .list-item .item .item-gallery {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-image: url(./img/gallery.png)
}

.espacos .list-item .item .item-gallery.no-photo {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-image: url(./img/photo@3x.png);
    background-size: cover
}

.espacos .list-item>div:nth-child(3n+3) {
    margin-left: 60px
}

.espacos .list-item>div:nth-child(3n+2) {
    margin-left: 60px
}

.espacos .list-item>div:nth-child(3n+1) {
    margin-left: 0
}

.espacos .list-item .item:hover {
    box-shadow: none
}

.intpage {
    color: #000
}

.intpage .container-header {
    /* padding-top: 40px; */
    padding-top: 160px;
    padding-bottom: 30px
}

.intpage .container-title {
    font-size: 50px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    font-weight: normal
}

@media screen and (max-width: 600px) {
    .intpage .container-title {
        font-size: 40px;
    }
}

.intpage .container-body {
    display: inline-table;
    width: 100%;
    margin-bottom: 85px
}

.intpage .container-body .item {
    margin: auto;
    max-width: 380px
}

.intpage .container-body .item .item-photo {
    height: 240px;
    margin-bottom: 20px;
    border-radius: 0;
}

.intpage .es-cultura-18 img {
    height: 20px;
    vertical-align: top;
    margin-left: 5px
}

.intpage .support {
    margin-top: 100px
}

.intpage .support ul {
    display: inline-table
}

.intpage .support ul li {
    height: 160px;
    width: calc((100% - 15px * 4) / 5);
    margin-left: 15px
}

.intpage .support ul li:first-child {
    margin-left: 0
}

.intpage .support ul li img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.press h1 {
    font-size: 16px
}

.press .list-item .item {
    min-width: 110px;
    height: auto;
    width: calc(100% - 30px);
    margin-bottom: 20px
}

.press .list-item .item .item-photo {
    height: 100px;
    margin-bottom: 10px
}

.press .list-item .item .item-photo img.width-100 {
    max-width: 100%
}

.press .list-item .item .item-title {
    font-size: 14px;
    text-align: center;
    line-height: normal
}

.press.servico-educativo img {
    margin-bottom: 20px;
    max-width: 100%
}

.header-bg {
    position: relative;
    height: 790px
}

.header-bg .header-bg-img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.header-bg .header-bg-img div {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    width: 100%
}

.header-desc {
    z-index: 2;
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9))
}

.header-desc-info {
    color: #4A90E2;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-self: center;
    margin-right: auto;
}

.header-desc-info span{
    color: #4A90E2;
}

.header-desc .header-desc-date span {
    font-size: 20px;
    background-color: #4A90E2;
    width: 100%;
    padding: 3px 10px
}

.header-desc .header-desc-title {
    padding: 24px 0;
    font-size: 3.250em;
    font-weight: 900;
    color: #ffffff
}

.list-item {
    text-align: center;
    margin-top: 30px;
    /* margin-bottom: 30px */
    margin-bottom: 90px;
}

.list-item>div {
    margin-left: 30px;
    text-align: left
}

.list-item>div:nth-child(3n+1) {
    margin-left: 0
}

.list-item .item {
    width: calc(((100% - 32px * 3) / 3));
    display: inline-block;
    /* height: 275px;
    padding: 15px; */
    /* margin-bottom: 30px; */
    transition: all 200ms ease-in-out;
    vertical-align: top;
    text-align: left
}

.list-item .item:hover {
    box-shadow: 0 0 10px 0 rgba(10, 23, 39, 0.1);
    cursor: pointer;
}

.list-item .item:hover img {
    transform: scale(1.2);
}

.intpage .list-item {
    text-align: left
}

.articles .list-item .item .item-desc-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px
}

.articles .list-item .item .item-photo img {
    max-height: 100%;
    height: 210px;
}

.popup-photo {
    position: relative;
    height: 210px;
    width: 100%;
    overflow: hidden
}

.popup-photo img {
    width: 100%
}

.popup-close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    cursor: pointer
}

.popup-close .x-btn {
    position: absolute;
    right: 0
}

.popup .item-desc {
    height: 59px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    position: relative
}

.popup .item-desc .fl-l {
    width: 90%
}

.popup .item-desc .fl-r {
    width: 10%
}

.popup .item-desc .fl-r span {
    right: 0;
    top: 4px;
    position: absolute
}

.popup .item-desc .item-desc-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popup-desc {
    height: 224px;
    width: 100%;
    color: #000;
    overflow-y: auto;
    margin-bottom: 30px
}

.popup-buy {
    border-radius: 6px;
    height: initial;
    background-color: #ff3386;
    text-align: center;
    line-height: 34px;
    cursor: pointer
}

@media (max-width: 650px){
.popup-buy-mobile{
    padding: 10px 20px;
}

.popup-buy{
    line-height: 25px;
}
}
.popup-buy a {
    display: block;
    color: #fff;
    padding: 8px 24px 8px 24px;
    font-size: 13.5px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    /* width: 90px; */
    width: fit-content;
}

.popup-free {
    background-color: #ffffff;
    border: solid 1px #ff3386
}

.popup-free .label {
    color: #ff3386;
    font-weight: bold
}

.search-no-results {
    position: relative;
    height: 86px;
    margin-top: 40px;
    background-image: linear-gradient(94deg, #2b0096, #e9649b)
}

.search-no-results>div {
    display: inline-block
}

.search-no-results .no-results-i {
    background-image: url(./img/assistent-icon-2@3x.png);
    background-size: cover;
    width: 56px;
    height: 56px;
    margin: 15px
}

.search-no-results .no-results-text {
    position: absolute;
    top: 25%;
    bottom: 25%;
    height: 50%;
    margin: auto;
    font-size: 12px;
    font-weight: lighter
}

.goto-top {
    position: fixed;
    bottom: 125px;
    right: 0;
    display: none;
    z-index: 10;
    cursor: pointer
}

.goto-top .goto-top-ico {
    background-image: url(./img/back-to-top@3x.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 60px
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box
}

@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0
    }
}

@media (min-width: 550px) {
    /* .container {
        width: 75%
    } */

    .column,
    .columns {
        margin-left: 4%
    }

    .column:first-child,
    .columns:first-child {
        margin-left: 0
    }

    .one.column,
    .one.columns {
        width: 4.66666666667%
    }

    .two.columns {
        width: 13.3333333333%
    }

    /* .three.columns {
        width: 22%;
    } */

    .four.columns {
        width: 30.6666666667%
    }

    .five.columns {
        width: 39.3333333333%
    }

    .six.columns {
        width: 48%
    }

    .seven.columns {
        width: 56.6666666667%
    }

    .eight.columns {
        width: 65.3333333333%
    }

    .nine.columns {
        width: 74.0%
    }

    .ten.columns {
        width: 82.6666666667%
    }

    .eleven.columns {
        width: 91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0
    }

    .one-third.column {
        width: 30.6666666667%
    }

    .two-thirds.column {
        width: 65.3333333333%
    }

    .one-half.column {
        /* width: 48%; */
        width: auto;
    }

    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%
    }

    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%
    }

    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%
    }

    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%
    }

    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%
    }

    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%
    }

    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%
    }

    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%
    }

    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%
    }

    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%
    }

    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%
    }

    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%
    }
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    color: white
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0
}

@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem
    }

    h2 {
        font-size: 4.2rem
    }

    h3 {
        font-size: 3.6rem
    }

    h4 {
        font-size: 3.0rem
    }

    h5 {
        font-size: 2.4rem
    }

    h6 {
        font-size: 1.5rem
    }
}

p {
    margin-top: 0
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 14px !important;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase!important;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB
}

/* input[type="search"] */
input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}


/* input[type="search"]:focus */
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: 0
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type="checkbox"],
input[type="radio"] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal
}

ul {
    list-style: circle inside
}

ol {
    list-style: decimal inside
}

ol,
ul {
    padding-left: 0;
    margin-top: 0
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%
}

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre
}

.u-full-width {
    width: 100%;
    box-sizing: border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box
}

.u-pull-right {
    float: right
}

.u-pull-left {
    float: left
}

hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1
}

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both
}

.footer-white .container:after, .row:after, .u-cf {
    display: none !important;
}

.store {
    color: #000000
}

.store .container-title {
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 30px
}

.store .container-headline {
    font-size: 16px;
    padding-bottom: 5px
}

.store .list-item {
    border-bottom: 3px solid #ccc;
    margin-top: 20px;
    padding-bottom: 15px
}

.store .list-item .list-item-title {
    font-size: 26px
}

.store .list-item .row {
    margin-left: 0
}

.store .list-item .item {
    margin-top: 20px;
    padding: 0;
    vertical-align: top;
    margin-bottom: 15px;
    height: 367px;
    text-align: center;
    position: relative
}

.store .list-item .item .container {
    position: absolute;
    bottom: 0
}

.store .list-item .item .item-photo {
    margin: auto;
    max-height: 275px;
    margin-bottom: 10px;
    height: auto;
    max-width: 160px;
}

.store .list-item .item .item-photo img {
    width: 100%;
    bottom: 0
}

.store .list-item .item .item-desc {
    margin: auto;
    font-size: 16px;
    max-width: 160px;
    text-align: left
}

.store .list-item .item .item-desc .item-desc-title {
    margin-bottom: 10px
}

.store .list-item .item .item-desc .item-desc-details {
    font-size: 16px;
    color: #000000;
    font-weight: lighter
}

.store .list-item .item .item-gallery {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-image: url(./img/gallery.png)
}

.store .list-item .item:hover {
    box-shadow: none
}

.store .list-item:first-child {
    margin-top: 0
}

.store .list-item:last-child {
    border-bottom: 0;
    margin-bottom: 60px
}

.backoffice {
    height: 100%;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    letter-spacing: normal
}

.backoffice .wrapper {
    height: 100%
}

.backoffice ul {
    list-style: none
}

.backoffice .popup {
    max-height: 100%;
    overflow: auto
}

.backoffice .popup.big {
    max-width: 750px;
    display: block;
    height: 90vh;
    border-radius: 6px;
}

.backoffice .align-right {
    text-align: right
}

.backoffice .sidebar {
    display: none;
    height: 100%;
    width: 20%;
    max-width: 290px
}

.backoffice .sidebar .sidebar-header {
    background-color: #0a1727
}

.backoffice .sidebar .sidebar-header h1 {
    font-family: "SalesforceSans-Bold", sans-serif;
    font-weight: bold
}

.backoffice .sidebar .sidebar-options {
    width: 100%
}

.backoffice .sidebar .sidebar-options li {
    display: inline;
    background-color: #0a1727
}

.backoffice .sidebar .sidebar-options li.active {
    background-color: #47515d
}

.backoffice .sidebar .sidebar-content select {
    width: 100%;
    padding: 15px
}

.backoffice .sidebar .sidebar-content .content-items {
    overflow: auto;
    height: 100%;
    background-color: white
}

.backoffice .sidebar .sidebar-content .content-items .item {
    border-bottom: 1px solid #d3d3d3;
    max-height: 100px
}

.backoffice .sidebar .sidebar-content .content-items .item img {
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.backoffice .sidebar .sidebar-content .content-items .item .desc {
    max-height: 60px
}

.backoffice .sidebar .sidebar-content .content-items .item .desc p {
    margin: 0px
}

.backoffice .sidebar .sidebar-content .content-items .item .desc p.date {
    font-size: 14px;
    font-weight: 900;
    color: #ff3386
}

.backoffice .sidebar .sidebar-content .content-items .item .desc p.date span {
    font-weight: 300
}

.backoffice .sidebar .sidebar-content .content-items .item .desc p.artist {
    max-width: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #000000
}

.backoffice .sidebar .sidebar-content .content-items .item .desc p.info {
    font-size: 12px;
    font-weight: bold;
    color: #4990e2
}

.backoffice .fluid-content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    min-height: 100%;
    background-color: #0a1727
}

.backoffice .fluid-content .content-header {
    background-color: #2a3441;
    overflow: hidden
}

.backoffice .fluid-content .content-header .top {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.content-header .bottom .row {
    display: flex;
    justify-content: space-between;
}

.backoffice .fluid-content .content-header .top,
.backoffice .fluid-content .content-header .bottom {
    padding: 20px 30px;
    box-sizing: border-box
}

.backoffice .fluid-content .content-header .top h2 {
    font-family: "SalesforceSans-Light", sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin: 0
}

.backoffice .fluid-content .content-header .top .room-info {
    text-align: right
}

.backoffice .fluid-content .content-header .top .room-info li {
    margin-left: 10px;
    text-transform: uppercase
}

.backoffice .fluid-content .content-header .top .room-info li:first-child {
    margin-left: 0px
}

.backoffice .fluid-content .content-header .top .room-info img {
    width: 20px;
    margin-right: 5px
}

.backoffice .fluid-content .content-header .top .room-info span {
    font-size: 12px;
    font-weight: bold;
    font-stretch: condensed;
    color: #ffffff
}

.backoffice .fluid-content .content-header .bottom ul li {
    margin-right: 30px
}

.backoffice .fluid-content .content-header .bottom ul li:last-child {
    margin-right: 0px
}

.backoffice .fluid-content .content-header .bottom ul li p,
.backoffice .fluid-content .content-header .bottom ul li span {
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    text-align: right;
    color: #ffffff
}

.backoffice .fluid-content .content-header .bottom ul li .seats {
    font-weight: normal
}

.backoffice .fluid-content .content-header .bottom ul .room-name {
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    color: #ffffff
}

.backoffice .fluid-content .content-header .bottom ul .seats {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: #9da8b4
}

.backoffice .fluid-content .content-header .bottom ul .seats span {
    font-weight: bold
}

.backoffice .fluid-content .content-header .bottom .reservations {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.backoffice .fluid-content .content-header .bottom .reservations span {
    font-size: 18px;
    font-stretch: condensed;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    /* text-decoration: underline; */
    cursor: pointer
}

.backoffice .fluid-content .content-header .bottom .reservations .number {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #c380ff;
    border-radius: 50%;
    margin-right: 11px;
    vertical-align: top
}

.backoffice .fluid-content .content-header .bottom .reservations .number span {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    height: 100%;
    display: block
}

.backoffice .fluid-content hr {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    margin: 0
}

.backoffice .fluid-content .reservas-panel {
    display: none
}

.backoffice .fluid-content .seats-layout .top,
.backoffice .fluid-content .seats-layout .seats {
    box-sizing: border-box;
    padding: 30px 20px
}

.backoffice .fluid-content .seats-layout .top h3 {
    font-size: 22px;
    font-weight: bold;
    font-stretch: condensed;
    letter-spacing: 0.6px;
    color: #f69f1c;
    text-align: left;
    margin: 0
}

.backoffice .fluid-content .seats-layout .top .btn-pink,
.backoffice .fluid-content .seats-layout .top .seats-option {
    font-family: 'Lato', sans-serif;
    font-weight: bold
}

.backoffice .fluid-content .seats-layout .top .btn-pink img,
.backoffice .fluid-content .seats-layout .top .seats-option img {
    width: 20px;
    float: left
}

.backoffice .fluid-content .seats-layout .top .seats-option .options-btn {
    margin-left: 20px
}

.backoffice .fluid-content .seats-layout .top .seats-option .options-btn:first-child {
    margin-left: 0px
}

.backoffice .fluid-content .seats-layout .top .seats-option .btn-pink {
    float: left;
    clear: left
}

.backoffice .fluid-content .seats-layout .top .seats-option.no-seats button {
    background-color: #2a3441;
    pointer-events: none
}

.backoffice .fluid-content .seats-layout .top hr {
    padding: 0 20px
}

.backoffice .fluid-content .seats-layout .seats {
    text-align: center
}

.backoffice .fluid-content .seats-layout .seats h4 {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff
}

.backoffice .fluid-content .seats-layout .seats h4 .date {
    font-weight: 900;
    color: #ff3386;
    margin: 0 5px;
}

.backoffice .fluid-content .seats-layout .seats h4 .hour {
    font-weight: 300;
    color: #ff3386
}

.backoffice .fluid-content .seats-layout .seats h4 .info {
    color: #9da8b5;
    font-weight: 300
}

.backoffice .fluid-content .seats-layout .space {
    background-color: #0a1727
}

.backoffice .fluid-content .seats-layout .LivreOnline {
    background-color: #37c0b0;
}

.backoffice .fluid-content .seats-layout .Vendido {
    background-color: #ff3386
}

.backoffice .fluid-content .seats-layout .Indisponível {
    background-color: #ff3386
}

.backoffice .fluid-content .seats-layout .Reservado {
    background-color: #c380ff
}

.backoffice .fluid-content .seats-layout .Pre-reserva {
    background-color: #687a8d
}

.backoffice .fluid-content .seats-layout .LivrePresencial{
    background-color: #078BE2;
}

.backoffice .fluid-content .seats-layout .line {
    background-color: black
}

.backoffice .fluid-content .seats-layout .selected {
    background-color: #f69f1c
}

.backoffice .backoffice .popup {
    color: #000
}

.backoffice .backoffice .popup hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.backoffice .backoffice .popup .form-cancel-btn,
.backoffice .backoffice .popup .form-back-btn {
    width: 33%;
    min-width: 70px;
    max-width: 120px;
    border: solid 1px #d3d3d3
}

.backoffice .backoffice .popup .form-header .form-error-msg {
    color: #fc0d1b
}

.backoffice .backoffice .popup .form-header p.has-border,
.backoffice .backoffice .popup .form-header span.has-border {
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    height: 34px;
    line-height: 34px;
    padding: 0 10px
}

.backoffice .backoffice .popup .form-header p {
    margin-bottom: 10px
}

.backoffice .backoffice .popup .form-header p.form-title {
    font-size: 18px
}

.backoffice .backoffice .popup .form-header .form-row {
    position: relative;
    color: #4a4a4a;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.backoffice .backoffice .popup .form-header .form-row>div {
    display: inline-block
}

.backoffice .backoffice .popup .form-header .form-row .form-place-index {
    width: 100px;
    margin-right: 15px
}

.backoffice .backoffice .popup .form-header .form-row .form-place-index p {
    margin-bottom: 0
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc {
    width: calc(100% - 145px);
    margin-right: 5px;
    position: relative;
    vertical-align: middle
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box {
    width: 100%;
    max-width: 100%;
    color: #4a4a4a;
    padding: 5px;
    height: unset;
    border: 1px solid #cccccc;
    background-color: #f6f6f6;
    background-image: url(./img/icon-dropdown-2.png)
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box .dropdown {
    background-color: #f6f6f6;
    box-shadow: 0 0 20px 0 rgba(10, 23, 39, 0.1);
    border: solid 1px #cccccc;
    font-size: 16px;
    text-align: left;
    max-width: 100%;
    min-width: 205px
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box .dropdown li {
    border-bottom: 1px solid #d3d3d3
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box .dropdown li>div {
    padding: 0;
    padding-left: 10px;
    border-radius: 0;
    margin: 0;
    width: calc(100% - 10px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box .dropdown li.selected {
    color: #4a4a4a
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc .select-box .dropdown li.selected div:last-child {
    background-color: transparent
}

.backoffice .backoffice .popup .form-header .form-row .form-place-desc input {
    font-size: 16px;
    background-color: #f6f6f6;
    border: solid 1px #d3d3d3;
    line-height: 18px;
    max-width: 100%;
    color: black;
    padding: 7px;
    height: 34px
}

.backoffice .backoffice .popup .form-header .form-row .form-place-rm {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 35px
}

.backoffice .backoffice .popup .form-header .req-fields {
    font-size: 12px;
    color: #9b9b9b
}

.backoffice .backoffice .popup .form-footer {
    height: 34px;
    text-align: center;
    padding: 5px;
    font-size: 12px
}

.backoffice .backoffice .popup .form-footer span {
    line-height: 25px;
    padding: 10px 0;
}

.backoffice .backoffice .popup .form-footer>div {
    display: inline-block;
    border-radius: 6px;
    height: 32px
}

.backoffice .backoffice .popup .form-footer .form-next-btn {
    width: calc(66% - 50px);
    min-width: 130px;
    max-width: 160px;
    color: #ffffff;
    background-color: #ff3386;
    margin-left: 20px
}

.backoffice .backoffice .popup .form-footer .form-next-btn .next-btn-icon {
    background-image: url(./img/icon-state-0@3x.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
}

.backoffice .backoffice .popup .form-footer .form-next-btn span {
    padding: 0;
    padding-left: 10px;
    line-height: 25px;
}

.backoffice .backoffice .popup .form-footer .form-next-btn.inperson {
    background-color: #078be2;
}

.backoffice .backoffice .popup .form-footer .form-next-btn.free {
    background-color: #37c0b0;
}

.backoffice .backoffice .popup .form-footer .form-next-btn.reserve {
    background-color: #c380ff;
}

.backoffice .backoffice .popup .container {
    width: 100%
}

.backoffice .backoffice .popup .container .container-header .download-area {
    height: 60px
}

.backoffice .backoffice .popup .container .container-header .download-area>div {
    font-size: 18px;
    font-weight: lighter
}

.backoffice .backoffice .popup .container .container-header .download-area a {
    float: right
}

.backoffice .backoffice .popup .container .container-header .download-area a i {
    width: 60px;
    height: 60px;
    display: block
}

.backoffice .backoffice .popup .container .container-header .download-area a.print-area {
    margin-right: 0;
}

.backoffice .backoffice .popup .container .container-header .download-area .download-icon {
    background-image: url("./img/download_2@3x.png")
}

.backoffice .backoffice .popup .container .container-body .tickets {
    font-size: 14px
}

.backoffice .backoffice .popup .container .container-body .tickets .value-label {
    float: right
}

.backoffice .backoffice .popup .container .container-body .tickets .value-label>div:last-child {
    font-size: 20px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item {
    max-width: 100%;
    margin: 0 auto 20px auto
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .tmg-logo {
    position: absolute;
    height: 60px;
    width: calc(100% - 250px);
    margin-top: 30px;
    z-index: 3;
    text-align: left;
    left: 250px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .tmg-logo img {
    height: 100%;
    min-width: auto
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo {
    width: 100%;
    height: 380px;
    margin-bottom: 0;
    overflow: initial
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .ticket-show {
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    color: white
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .ticket-day {
    font-size: 32px;
    font-weight: bold;
    font-stretch: condensed;
    color: white
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .ticket-hour {
    font-size: 21px;
    font-stretch: condensed;
    color: #ffffff
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .bk-blur {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.19) 42%, rgba(0, 0, 0, 0.8))
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .img-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .img-container img {
    min-height: 100%;
    min-width: 100%
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .item-photo-label {
    bottom: 30px;
    width: calc(100% - 250px);
    background-color: transparent;
    color: white;
    text-align: left;
    left: 250px;
    font-size: 21px;
    line-height: 24px;
    z-index: 3;
    margin-bottom: 10px;
    box-sizing: border-box
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .item-photo-label>div:first-child {
    font-size: 32px;
    line-height: 38px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .item-photo-label>div:last-child {
    font-size: 34px;
    line-height: 41px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode {
    color: white;
    background-color: black;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 220px;
    padding: 15px;
    z-index: 3;
    box-sizing: border-box
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-label {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    min-height: 35px;
    float: initial;
    text-align: initial;
    width: 100%
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-label>div>div {
    width: 50%
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-label .green-label {
    color: #b8e986
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-area {
    margin: auto;
    margin-top: 40px;
    width: 95%
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-area img {
    width: 100%;
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-photo .barcode .barcode-area img:hover {
    transform: unset;
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc {
    background-color: #f6f6f6;
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    padding-bottom: 50px;
    height: calc(100% - 380px)
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc hr {
    margin: 20px 0
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details {
    color: #000;
    font-weight: lighter;
    height: 100%;
    display: inline-table
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-body {
    width: calc(100% - 220px);
    margin-left: 20px;
    display: table-cell;
    vertical-align: top;
    line-height: normal;
    font-size: 10px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer {
    position: relative;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    width: 180px;
    margin-right: 20px;
    height: 100%;
    color: #4a4a4a;
    text-align: center
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div {
    word-break: break-word;
    width: 100%
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div:first-child {
    text-align: center
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div:first-child>img {
    /* max-width: calc(100% - 20px);
    max-height: 85px */
    max-width: 70px;
    max-height: 85px;
    margin: auto;
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div:first-child>img:first-child {
    margin-bottom: 10px
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div:last-child {
    text-align: center;
    position: absolute;
    bottom: 0
}

.backoffice .backoffice .popup .container .container-body .ticket-area .item .item-desc .item-desc-details .item-desc-footer>div:last-child>div:first-child {
    margin-bottom: 25px
}

.backoffice .backoffice .popup .container .container-body .form-cancel-btn {
    margin: 20px auto;
    height: 34px;
    /* line-height: 34px; */
    line-height: 26px;
    border-radius: 6px;
    text-align: center
}

@media (max-width: 480px) {
    .small-container {
        width: 100%;
        display: block;
        padding: 15px;
        box-sizing: border-box
    }

    .fl-l {
        float: none
    }

    .fl-l hr {
        margin: 10px 0
    }

    .popup-desc {
        height: 100%
    }
}

@media (min-width: 650px) {
    .comprarBilhete {
        background-color: #0a1727;
        min-height: 100%
    }

    /* .comprarBilhete header {
        display: none
    } */

    .comprarBilhete .actions-header img {
        display: none
    }

    .comprarBilhete .transparent-btn {
        max-width: 98px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 50px;
        height: 32px;
    }

    .comprarBilhete .transparent-btn a,
    .comprarBilhete .transparent-btn span {
        line-height: 30px;
        font-weight: lighter
    }

    /* .comprarBilhete .container {
        max-width: 1408px;
    } */

    /* .comprarBilhete .item-photo {
        height: 460px
    } */

    .comprarBilhete .item-photo img {
        min-height: 100%
    }

    .comprarBilhete .item-photo .item-photo-label {
        background-color: #0a1727;
        z-index: 2;
        font-weight: lighter;
        line-height: unset;
        height: 28px
    }

    .comprarBilhete .item-photo .item-photo-label span {
        color: #ffffff;
        font-size: 20px
    }

    .comprarBilhete .item-photo .item-photo-label span:first-child {
        padding-right: 3px
    }

    .comprarBilhete .item-photo .blur {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
        height: 220px;
        z-index: 1
    }

    .comprarBilhete .item-photo .share-n-buy {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 40px);
        z-index: 2;
        margin-right: 40px;
        text-align: right
    }

    .comprarBilhete .item-photo .share-n-buy>div {
        display: inline-block
    }

    .comprarBilhete .item-photo .share-n-buy .share-btn {
        cursor: pointer;
        background-image: none
    }

    .comprarBilhete .item-photo .share-n-buy .share-btn>div {
        display: inline-block
    }

    .comprarBilhete .item-photo .share-n-buy .share-btn .share-btn-ico {
        vertical-align: middle;
        background-image: url(./img/share-light.png);
    }

    .comprarBilhete .item-photo .share-n-buy .buy-btn {
        max-width: 60%;
        margin-left: 40px
    }

    .comprarBilhete .item-photo .share-n-buy .buy-btn .popup-buy {
        padding: 0 10px
    }

    .comprarBilhete .item-desc .item-desc-title {
        color: #050505;
        font-size: 30px;
        margin-bottom: 10px;
        /* line-height: 57.6px; */
        line-height: 36px;
        font-weight: 900;
    }

    /* .comprarBilhete .item-desc .item-desc-details {
        margin-bottom: 50px
    } */

    .comprarBilhete .item-desc .item-desc-details ul li {
        font-size: 16px;
        color: #050505;
        font-weight: 500;
    }

    .comprarBilhete .popup-desc {
        height: 100%;
        color: #ffffff;
        /* margin-bottom: 20px; */
        margin: 6px 0 20px;
        font-weight: lighter
    }

    .comprarBilhete .popup-desc p,
    .comprarBilhete .popup-desc span {
        font-size: 14px !important;
        font-family: "Lato", Helvetica, Arial, sans-serif !important;
        color: #050505 !important;
        line-height: 26px;
        font-weight: 400;
    }
}

@media (max-width: 1390px) {
    .filter-bar .filter-label {
        width: 100%;
        text-align: center
    }

    .filter-row {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .header-container #menu-dropdown .flyover {
        width: 322px
    }

    .container.content-responsive {
        width: 100%
    }

    .container.content-responsive.intpage {
        padding: 0 2.5%
    }

    .container.content-responsive .list-item {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width: 1100px) {
    .intpage {
        /* padding-top: 40px !important */
        padding-top: 120px !important;
    }

    .bilheteira .popup.dark {
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 15px;
        height: 100%;
        max-height: 100%;
        width: 100%;
        max-width: 100%
    }

    .bilheteira .seats-layout {
        overflow: auto
    }

    .bilheteira .overlay .popup-header .seats-state {
        left: 0
    }

    .bilheteira .overlay .popup-header button {
        right: 0
    }

    .dropdown.mobile {
        display: none
    }

    .header-desc {
        margin-top: 300px
    }

    .filter-search {
        display: none
    }

    .list-item .item {
        width: calc(((100% - 0px * 2 - 22px * 3) / 3))
    }

    .list-item .item:nth-child(3n+3) {
        margin-left: 15px
    }

    .list-item .item:nth-child(3n+2) {
        margin-left: 15px
    }

    .list-item .item:nth-child(3n+1) {
        margin-left: 0
    }

    .search-filters {
        /* padding: 40px 30px !important; */
        padding: 40px 10px 20px 10px !important;
    }

    .search-filters .columns:first-child,
    .search-filters .columns:nth-child(2),
    .search-filters .columns:nth-child(3) {
        width: 30.6666666667%
    }

    .search-filters .columns:first-child {
        margin-left: 0px;
        text-align: left
    }

    .search-filters .columns:nth-child(3) {
        text-align: right
    }

    .container.content-responsive {
        width: 100%
    }

    .container.content-responsive .list-item {
        margin-left: 15px;
        margin-right: 15px
    }

    .container.content-responsive .container-title {
        margin-left: 15px;
        margin-right: 15px
    }

    .container-body {
        display: inline-table;
        width: 100%;
        margin-bottom: 85px
    }

    .container-body .block-left .item {
        margin: 0
    }

    footer .newsletter .columns {
        margin-bottom: 10px
    }

    footer .newsletter .columns:first-child {
        display: block;
        width: 100%
    }

    footer .newsletter .columns:nth-child(2) {
        width: 48%;
        text-align: left;
        margin-left: 0px
    }

    footer .newsletter .columns:nth-child(3) {
        width: 48%;
        text-align: left;
        margin-left: 4%
    }

    footer .newsletter .columns:nth-child(4) {
        width: 100%;
        display: block;
        margin-left: 0px
    }

    footer .newsletter input {
        max-width: 100%
    }

    footer .newsletter button {
        float: none !important;
        margin: 0 auto
    }
}

@media (max-width: 768px) {
    .espacos .list-item .item {
        width: calc(((100% - 68px) / 2))
    }

    .espacos .list-item>div:nth-child(n+1) {
        margin-left: 60px
    }

    .espacos .list-item>div:nth-child(2n+2) {
        margin-left: 60px
    }

    .espacos .list-item>div:nth-child(2n+1) {
        margin-left: 0
    }

    .search-filters .columns:first-child {
        width: 100%;
        margin-bottom: 25px;
        display: block;
        text-align: center
    }

    .search-filters .columns:nth-child(2),
    .search-filters .columns:nth-child(3) {
        width: 48%;
        text-align: center
    }

    .search-filters .columns:nth-child(2) {
        margin-left: 0px
    }

    .search-filters .columns:nth-child(3) {
        margin-left: 2%
    }

    /* .filter-category .select-box {
        margin: 0 auto
    } */

    footer .newsletter div {
        margin-bottom: 10px
    }

    /* footer .newsletter div:first-child,
    footer .newsletter div:nth-child(2),
    footer .newsletter div:nth-child(3),
    footer .newsletter div:nth-child(4) {
        display: block;
        width: 100% !important;
        margin-left: 0px !important
    } */

    .list-item .item {
        /* width: calc(((100% - 30px - 24px * 2) / 2)); */
        width: calc(100% - 30px);
        margin-left: 0
    }

    .list-item .item:nth-child(3n+3) {
        margin-left: 0
    }

    /* .list-item .item:nth-child(3n+2) {
        margin-left: 7px;
    }

    .list-item .item:nth-child(3n+1) {
        margin-right: 7px;
    } */

    .store .list-item .item {
        width: calc(((100% - 67px) / 2))
    }

    .store .list-item>div>div:nth-child(2n+2) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(2n+1) {
        margin-left: 0
    }
}

@media (max-width: 650px) {
    .small-container {
        width: 100%;
        display: block;
        padding: 15px;
        box-sizing: border-box
    }

    .article-mob-sep {
        display: block
    }

    .intpage {
        padding-top: 40px !important
    }

    .zones-layout table td {
        width: auto;
        min-width: 6px;
        max-width: 8px;
        height: 7px
    }

    .smartphone {
        display: block
    }

    .bilhete .list-item .item {
        display: block;
        min-width: 100%;
        margin: auto;
        /* height: 600px; */
        margin-bottom: 15px
    }

    .bilhete .list-item .item .item-photo {
        height: 380px
    }

    .bilhete .list-item .item .item-photo .img-container img {
        max-height: 100%
    }

    .bilhete .list-item .item .item-photo .tmg-logo {
        width: 100%;
        text-align: center;
        left: 0
    }

    .bilhete .list-item .item .item-photo .item-photo-label {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
        left: 0
    }

    .bilhete .list-item .item .item-photo .barcode {
        width: 100%;
        height: 220px;
        /* bottom: -220px; */
    }

    .bilhete .list-item .item .item-photo .barcode .barcode-area {
        height: 100%;
        width: 50%;
        max-width: 220px;
        float: left;
        margin-top: 0
    }

    .bilhete .list-item .item .item-photo .barcode .barcode-area img {
        width: auto;
        height: auto;
        min-width: 100%;
        max-height: 100%;
        scale: 0.8;
    }

    .bilhete .list-item .item .item-photo .barcode .barcode-label {
        float: right;
        /* text-align: right; */
        width: 45%;
        /* margin-top: -10px */
    }

    .bilhete-day-hour {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .bilhete .list-item .item .item-photo .barcode .barcode-label>div>div {
        width: 100%
    }

    .bilhete .container-body .download-area,
    .bilhete .container-body .ticket-area {
        padding-left: 15px;
        padding-right: 15px
    }

    .bilhete .container-body .download-area .download-area-label div:first-child {
        font-size: 12px
    }

    .bilhete .container-body .see-more {
        max-width: 200px;
        height: 40px;
        padding: 0;
        line-height: 34px
    }

    .espacos .list-item .item {
        width: 100%;
        max-width: 100%;
        margin-left: 0px;
        padding: 0
    }

    .espacos .list-item>div:nth-child(2n+2),
    .espacos .list-item>div:nth-child(2n+1) {
        margin-left: 0
    }

    .header-bg {
        display: none
    }

    .header-desc {
        display: none
    }

    .container.content-responsive {
        padding: 0
    }

    .desktop {
        /* display: none !important; */
        display: none !important;
    }

    .item-photo-label {
        display: flex !important;
    }

    .mobile {
        display: block;
    }

    #mobile-home-icon {
        position: absolute;
        right: calc(50% - 32px);
        width: 63px;
        top: 16px;
    }

    header {
        height: 64px
    }

    header.home {
       /*height: 175px;*/
       height: 115px;
    }

    header .header-container {
        background-color: white;
        height: auto;
        position: fixed;
        width: 100%
    }

    header .header-container.gradient {
        background-image: none
    }

    header .header-container .hamburguer {
        background-image: url(./img/menu-black.png);
        top: 12px;
        /* right: 0 */
    }

    header .header-container .hamburguer.active {
        background-image: url(./img/menu-close.png)
    }

    header .header-container #menu-dropdown .flyover {
        border: none;
        box-shadow: none;
        top: 0;
        width: 100%;
        box-sizing: border-box
    }

    header .header-container .logo {
        height: 64px
    }

    header .header-container .logo img {
        width: 100%;
        max-width: 70px;
        position: absolute;
        /* margin: 25px auto; */
        height: auto;
        max-height: 100%
    }

    header .dropdown {
        display: none;
        /* width: 100%;
        max-width: 100% */
    }

    .search-filters {
        /* padding: 75px 15px 20px 15px !important; */
        padding: 75px 15px 0 15px !important;
        background-color: unset !important;
    }

    .search-filters .columns:first-child {
        width: 100%;
        margin-bottom: 25px;
        display: block;
        text-align: center
    }

    .search-filters .columns:nth-child(2) {
        width: 40%
    }

    .search-filters .columns:nth-child(3) {
        width: 50%;
        margin-left: 10%
    }

    .search-filters .slogan {
        max-width: 210px;
        margin: 0 auto
    }

    #ui-datepicker-div {
        width: 100%;
        max-width: calc(100% - 10px);
        margin-top: 0;
        left: 0 !important
    }

    /* #ui-datepicker-div .ui-datepicker-title {
        margin-top: 30px;
    } */

    .articles .list-item .item {
        width: calc(100% - 30px);
        margin-left: 0px
    }

    .articles .list-item .item:nth-child(2n+2) {
        margin-left: 0
    }

    .articles .list-item .item:nth-child(2n+1) {
        margin-left: 0
    }

    .articles .list-item .item .item-desc {
        position: relative
    }

    .articles .list-item .item .item-desc .more-info {
        width: 10px;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .articles .list-item .item .item-desc-title {
        max-width: 300px
    }

    .articles .list-item .item:hover {
        box-shadow: none
    }

    .container.bilheteira,
    .container.bilhete {
        width: 100%;
        padding: 0
    }

    .actions-header.mobile.footer {
        padding-top: 0px
    }

    .actions-header .small-container {
        position: relative;
        font-weight: lighter
    }

    .actions-header .small-container .c-left,
    .actions-header .small-container .c-right {
        display: inline-block;
        vertical-align: top
    }

    .actions-header .small-container .c-left {
        width: 69%
    }

    .actions-header .small-container .c-left span {
        margin-left: 25px
    }

    .actions-header .small-container .c-left .lock-i {
        position: absolute;
        left: 10px;
        top: 25%;
        background-image: url(./img/secure.png)
    }

    .actions-header .small-container .c-left .icon.small {
        display: inline
    }

    .actions-header .small-container .c-right {
        width: 30%
    }

    .actions-header .small-container .c-right .form-number {
        padding: 2px 7px;
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 100%;
        margin-right: 5px
    }

    .actions-header .small-container .c-right .form-number.active {
        background-color: #ff3386
    }

    .actions-header .small-container .c-right .form-number:last-child {
        margin-right: 0px
    }

    .bilheteira .container-body .c-left {
        overflow: hidden;
        margin-top: 5px;
    }

    /* .bilheteira .container-body .c-left .selected-seats, */
    .bilheteira .container-body .c-left .select-seats {
        margin: 0 0 15px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        padding: 0 15px !important;
        height: 50px;
    }

    .bilheteira .container-body .c-left .selected-seats {
        margin: 0 24px 20px !important;
        box-sizing: border-box;
        padding: 8px 15px !important;
        /* height: 50px; */
    }

    .bilheteira .container-body .c-left .buyer-details {
        /* margin: -19px 24px 25px !important; */
        margin: 2px 0 25px !important;
        border-radius: 4px;
        padding: 10px 12px !important;
        width: unset;
        max-width: unset;
        height: unset;
    }

    .bilheteira .container-body .c-right form fieldset {
        padding-left: 15px;
        padding-right: 15px
    }

    .bilheteira .container-body>.c-right form .form-body {
        padding: 0px
    }

    .bilheteira .container-body>.c-right form fieldset {
        border: none
    }

    .bilheteira .container-body>.c-right .container-title.mobile {
        margin: 7px 0 14px;
        padding: 0;
        display: inline-block;
        font-size: 12px;
        /* float: right; */
        text-align: justify;
    }

    .bilheteira .container-body>.c-right form .form-body p.form-title {
        font-size: 16px;
        /* display: inline-block; */
        display: none;
    }

    .bilheteira .container-body .select-seats span.bigger {
        font-size: 12px
    }

    .bilheteira .container-body .select-seats span {
        font-size: 12px
    }

    .bilheteira .container-body>.c-right form .form-body .req-fields {
        display: block
    }

    .bilheteira .container-body>.c-right form .form-body .form-place-desc.mobilefullwidth {
        width: 100%
    }

    /* .bilheteira .item {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 0 10px 0 !important;
        padding-left: 15px !important
    }

    .bilheteira .item .item-desc-label {
        color: #ff3386
    }

    .bilheteira .item .item-photo {
        display: inline-block !important;
        width: 60px;
        height: 60px
    }

    .bilheteira .item .item-photo img {
        width: 100px
    }

    .bilheteira .item .item-desc {
        vertical-align: top !important;
        display: inline-block !important;
        max-width: calc(100% - 90px);
        margin-left: 15px
    } */

    #bilheteira-content-responsive {
        margin-top: 0 !important;
    }
    

    .actions-header.bilheteira {
        padding-top: 12px;
    }

    .actions-header .small-container .c-left .lock-i {
        top: 0px;
    }


    .bilheteira .item .item-desc .item-desc-title {
        font-weight: bold
    }

    .comprarBilhete .fl-l {
        position: relative;
        float: none
    }

    .comprarBilhete .fl-l hr {
        margin: 10px 0
    }

    .comprarBilhete .popup-desc {
        height: 100%;
        overflow: auto
    }

    .comprarBilhete .item-photo {
        background-color: #0a1727
    }

    /* .comprarBilhete .item-photo img {
        max-width: 100%
    } */

    .comprarBilhete .item-desc-title {
        max-width: 85%;
        color: #050505;
        font-weight: 900;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 28px;
    }

    .comprarBilhete .item-photo-label span {
        font-size: 19px;
    }

    .comprarBilhete .fl-r.mobile {
        float: none;
        right: 0;
        position: absolute;
        top: 0
    }

    .comprarBilhete .fl-r.mobile span {
        display: block;
        /* width: 35px; */
        margin-top: 8px;
    }

    .overlay-none {
        display: none !important
    }
}

@media (max-width: 480px) {
    .dropdown.desktop {
        display: none
    }

    .bilhete .container-body .download-area {
        height: 130px
    }

    .bilhete .container-body .download-area .download-area-label {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .bilhete .container-body .download-area .download-btns {
        float: initial
    }
    
}

@media (min-width: 480px) {
    /* .header-container .lang {
        right: calc((100% - 95%) / 2)
    } */

    .search-no-results .no-results-text {
        font-size: 15px
    }

    footer .support .support-items>div {
        /* width: 49%; */
        display: inline-block;
        margin-right: 30px
    }

    footer .tmg-footer-desc>div {
        display: inline-block
    }

    .dropdown.mobile {
        display: none
    }

    .press .list-item .item {
        width: calc(((100% - 10px * 1 - 33px * 2) / 2))
    }

    .press .list-item .item:nth-child(2n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(2n+1) {
        margin-left: 0
    }

    footer .agenda>div {
        width: auto
    }
}

@media (min-width: 650px) {
    /* .articles .list-item {
        text-align: left
    } */

    .search-no-results .no-results-text {
        font-size: 18px
    }

    .bilheteira .container-body>.c-right form .form-body .form-section .finish-msg .finish-label {
        margin-top: 30px
    }

    
}

@media (min-width: 768px) {
    .filter-bar {
        background-color: #000
    }

    .filter-bar .filter-row .filter-category {
        margin-left: 87px
    }

    #ui-datepicker-div {
        left: 0;
        margin-top: 0;
        width: 100%
    }

    footer .newsletter>.columns ::-webkit-input-placeholder {
        color: #0a1727
    }

    footer .newsletter>.columns ::-moz-placeholder {
        color: #0a1727
    }

    footer .newsletter>.columns :-ms-input-placeholder {
        color: #0a1727
    }

    footer .newsletter>.columns :-moz-placeholder {
        color: #0a1727
    }

    footer .newsletter>.columns span {
        display: block
    }

    .store .list-item .item {
        width: calc(((100% - 65px * 2) / 3))
    }

    .store .list-item>div>div:nth-child(3n+3) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(3n+2) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(3n+1) {
        margin-left: 0
    }

    .bilhete .container-body .download-area .download-area-icon {
        display: inline-block
    }

    .bilhete .container-body .item .item-desc {
        display: block
    }

    .bilheteira .container-body>div {
        display: inline-table
    }

    .bilheteira .container-body>.c-left {
        width: 33%;
        min-width: 330px
    }

    .bilheteira .container-body>.c-left .container-title {
        font-size: 47px
    }

    .bilheteira .container-body>.c-right {
        width: 61%;
        margin-left: 5%;
        max-width: calc(94% - 330px)
    }

    .bilheteira .container-body>.c-right .container-title {
        text-align: right;
        font-size: 16px;
    }

    .bilheteira .container-body>.c-right .no-seats-selected {
        background-position: 50%
    }

    .bilheteira .container-body>.c-right .no-seats-selected .no-seats-label {
        top: auto;
        bottom: 20px;
        font-size: 22px;
        text-align: left;
        width: calc(100% - 60px);
        margin-left: 50px;
        left: 10px;
        bottom: 15px
    }

    .bilheteira .container-body>.c-right .no-seats-selected .arrow-left {
        display: block;
        bottom: 10px;
        left: 10px
    }

    .bilheteira .container-body>.c-right .no-seats-selected .arrow-top {
        display: none
    }

    .press .list-item .item {
        width: calc(((100% - 10px * 2 - 33px * 3) / 3))
    }

    .press .list-item .item:nth-child(3n+3) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(3n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(3n+1) {
        margin-left: 0
    }

    footer .tmg-footer .tmg-footer-img>div {
        /* width: 49%; */
        text-align: right
    }

    footer .tmg-footer .tmg-footer-img>div:first-child {
        text-align: left
    }
}

@media (max-width: 499px){
    .public-logos, .apoios, .share-logos {
        width: 100%!important;
}
    .apoios-div{
        justify-content: space-evenly!important;
    }
}

@media (min-width: 960px) {
    /* .header-container .lang {
        right: calc((100% - 940px) / 2)
    } */

    .intpage .container-body>div {
        display: inline-block
    }

    .intpage .container-body .block-left {
        width: 33%;
        max-width: 380px;
        margin: 0;
        float: left
    }

    .intpage .container-body .block-left .item {
        margin: 0
    }

    .intpage .container-body .block-right {
        width: calc(100% - 440px);
        margin-left: 60px
    }

    .press .list-item .item {
        width: calc(((100% - 10px * 1 - 33px * 2) / 2))
    }

    .press .list-item .item:nth-child(2n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(2n+1) {
        margin-left: 0
    }
}

@media (min-width: 1157px) {
    .hamburguer {
        display: none
    }

    .header-container #menu-dropdown {
        display: none !important
    }

    .header-container #menu-inline {
        display: block
    }

    .header-container .lang {
        display: block
    }

    .list-item .item {
        width: calc(((100% - 48px * 2) / 3));
        margin-right: 0;
    }

    /* .list-item .item {
        width: calc(((100% - 48px * 2 - 0px * 3) / 3));
    } */

    /* .list-item .item:nth-child(3n+3) {
        margin-left: 75px;
    }

    .list-item .item:nth-child(3n+2) {
        margin-left: 75px;
    } */

    .list-item .item:nth-child(3n+1) {
        margin-left: 0
    }

    .intpage .list-item {
        margin: 0
    }

    .bilheteira .container-body>div {
        display: inline-table
    }

    .bilheteira .container-body>.c-left {
        width: 33%;
        min-width: 330px
    }

    .bilheteira .container-body>.c-left .container-title {
        font-size: 32px;
        font-weight: 900;
        line-height: 38.4px;
    }

    .bilheteira .container-body>.c-right .container-title {
        font-size: 16px !important;
    }
}

@media (min-width: 1024px) {
    /* .header-container .lang {
        right: calc((100% - 1004px) / 2)
    } */

    .filter-bar .filter-label {
        line-height: 44px;
        vertical-align: top;
        width: auto;
        float: left
    }

    .filter-bar .filter-row .filter-category {
        margin-left: 87px
    }

    footer .container-box>div {
        padding: 40px 0
    }

    footer .support .support-items>div {
        width: 12%;
        max-height: 60px;
        margin-bottom: 0;
        margin-right: 5%
    }

    footer .support .support-items>div:last-child {
        margin-bottom: 0;
        margin-right: 0
    }

    .store .list-item .item {
        width: calc(((100% - 65px * 5) / 6))
    }

    .store .list-item>div>div:nth-child(6n+6) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(6n+5) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(6n+4) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(6n+3) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(6n+2) {
        margin-left: 60px
    }

    .store .list-item>div>div:nth-child(6n+1) {
        margin-left: 0
    }
}

@media (min-width: 1280px) {
    /* .header-container .lang {
        right: calc((100% - 1260px) / 2)
    } */

    .bilheteira .container-body .select-seats {
        line-height: 40px
    }

    .press .list-item .item {
        width: calc(((100% - 10px * 2 - 33px * 3) / 3))
    }

    .press .list-item .item:nth-child(3n+3) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(3n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(3n+1) {
        margin-left: 0
    }

    
}

@media (min-width: 1390px) {
    .filter-row {
        width: auto !important
    }

    .filter-bar .filter-row .filter-calendar,
    .filter-bar .filter-row .filter-category,
    .filter-bar .filter-row .filter-search {
        width: 274px;
        max-width: 274px;
        margin-left: calc((1004px - 231px - 244px * 3) / 3)
    }

    .press .list-item .item {
        width: calc(((100% - 10px * 3 - 33px * 4) / 4))
    }

    .press .list-item .item:nth-child(4n+4) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(4n+3) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(4n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media (min-width: 1600px) {
    .press .list-item .item {
        width: calc(((100% - 10px * 4 - 33px * 5) / 5))
    }

    .press .list-item .item:nth-child(5n+5) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(5n+4) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(5n+3) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(5n+2) {
        margin-left: 10px
    }

    .press .list-item .item:nth-child(5n+1) {
        margin-left: 0
    }
}

.passou-container{
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.passou-container .swiper-slide {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.passou-container .swiper-slide img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.passou-container .swiper-slide .passou-label-top{
    position: absolute;
    top: -32px;
    left: 0%;
    background-color: black;
    color: white;
    z-index: 3;
    color: #FF3386;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.passou-container .swiper-slide .passou-label-desc{
    position: absolute;
    bottom: 10%;
    left: 8%;
    background-color: black;
    z-index: 3;
    padding: 16px;
    width: 75%;
    text-align: left;
}

.passou-container .swiper-slide .passou-label-desc .bottom-span{
    color: #FFF;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.availability-button{
    padding: 9px 14px 9px 14px;
    gap: 10px;
    border: 1px solid #6C737D;
    border-radius: 4px;
    width: fit-content;
    cursor: pointer;
    transition: 200ms;
}

.availability-button:hover{
    background-color: #eff2f55d;
    transition: 200ms;
}

.reserva-background{
    background-color: #0a1727;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 100vh;
    display: none;
}

.reserva-header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 40px;
}

.reserva-header span{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #545D68;
    
}

.reserva-header img{
    /* margin-right: 30px; */
    cursor: pointer;
}

.reserva-main-data{
    width: 100%;
    font-family: 'Lato';
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
}

.reserva-main-data .hl{
    color: #FF3386;
}

.reserva-main-data input{
    border: 1px solid #6C737D;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 13L9.53333 9.53334' stroke='%23CCCCCC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: auto;
    margin-right: 30px;
    padding-right: 30px;
    padding-left: 10px;
    font-size: 13px;
}

.table-header{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #9DA8B4;
    /* margin-right: 30px; */
    margin-top: 40px;
}

.order{
    cursor: pointer;
}

.order::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.78373 7.71374C6.38336 8.21884 5.61675 8.21884 5.21639 7.71374L0.387111 1.62118C-0.132451 0.965704 0.334365 0 1.17078 0L10.8293 0C11.6657 0 12.1326 0.965703 11.613 1.62118L6.78373 7.71374Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 8px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

.profile-pic{
    height: 44px;
    width: 44px;
    border-radius: 30px;
    margin-right: 60px;
}

.reserva-item{
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #3B4552;
    height: 44px;
    display: flex;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
}

.table-header-title{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #9DA8B4;
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 20px!important;
}

/* Custom Checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 24px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: none;
    border: 2px solid #ffffff69;
    border-radius: 8px;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .generate-ticket-blue{
    padding: 11px 14px 11px 14px;
    border-radius: 4px;
    height: 44px;
    width: 149px;
    font-size: 12px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    background-color: #078BE2;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    transition: 500ms;
  }

  .generate-ticket-blue:hover{
    background-color: #43b3fd;
    transition: 500ms;
  }

  .generate-ticket-blue img{
    margin-right: 10px;
  }

  .generate-ticket-blue span{
    font-size: 12px;
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: white;
    gap: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .revert-reservation{
    border: 1px solid #6C737D;
    border-radius: 6px;
    padding: 21px;
    gap: 8px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    transition: 500ms;
    background: none;
  }

  .revert-reservation:hover{
    background-color: rgba(224, 224, 224, 0.233);
    transition: 500ms;
  }

  .revert-reservation:focus{
    border: 1px solid #6C737D;
    background: none;
  }

  .revert-reservation img{
    margin-right: 2px;
    width: 20px;
    height: auto;
  }

  .revert-reservation span{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: white;
    gap: 8px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  .reserva-background .modal{
    color: black
  }

  .reservation-buttons{
    display: flex;
    justify-content: center;
  }
  .modal-reserva-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    text-align: center;
    padding-top: 30px;
    align-items: center;
    line-height: 20px;
    padding-bottom: 20px;
  }
  
  .modal-reserva-header .title{
    color: black;
    font-size: 18px;
    font-weight: 700;
  }

  .modal-reserva-header .paragraph{
    color: black;
    font-size: 16px;
    font-weight: 400;
  }

  .modal-reserva-header img{
    width: 40px;
    margin: unset;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .reserva-background .modal-dialog{
    max-width: 300px;
  }

  .reserva-background .modal-content{
    border-radius: 6px;
  }

  .reserva-background .modal-footer{
    justify-content: space-around;
    border-top: none;
    padding-bottom: 25px;
  }

  .reserva-background .btn-secondary{
    background: none;
    padding: 14px;
    gap: 8px;
    color: black;
  }

  .reserva-background .btn-secondary{
    background: none;
    padding: 14px;
    gap: 8px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
  }

  .reserva-background .revert-button{
    padding: 14px;
    background: #FF3386;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    width: 110px;
  }

  .reserva-background .online-button{
    padding: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #37C0B0;
    width: 109.5px;
    font-size: 12px;
    font-weight: 700;
  }

  .modal-footer .btn-secondary {
    width: 109.5px;
  }

  .modal-footer .btn-secondary span {
    font-size: 12px;
    font-weight: 700;
  }

  .reserva-background .presencial-button{
    padding: 14px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #078BE2;
    width: 110px;
    font-size: 12px;
    font-weight: 700;
}

/* Mobile Responsive Filter */

.show-filter-content {
    display: flex;
}

.first-filter-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.first-filter-content .select-box {
    width: 177px;
}

.desktop-filter-content {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap;
}


/* @media screen and (max-width: 1200px) {
    .filter-category .select-box {
        width: 260px;
    }
} */


@media screen and (min-width: 954px) {
    .mobile-filter-icon,
    #navbarToggleExternalContent {
        display: none !important;
    }

    .desktop-filter-content {
        display: flex !important;
    }

    .filter-mobile-label {
        display: none !important;
    }

}

@media screen and (max-width: 954px) {

    header {
        background-color: unset !important;
    }

    .mobile-filter-icon {
        display: flex;
        justify-content: start;
        margin: 0 0 0 4px;
        /* margin: 0 0 14px 14px; */
        /* width: auto; */
        width: 100px;
        gap: 10px;
    }

    .first-filter-content {
        flex-direction: column;
    }

    .desktop-filter-content {
        display: none;
    }

    .desktop-filter-content {
        align-items: start !important;
        flex-direction: column;
        margin: 15px 5px;
        padding: 20px;
        max-width: 60%;
        box-shadow: 0px 0px 16px 0px #00000029;
    }

    .bg-body-tertiary {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .filter-boxes input:last-of-type {
        margin-left: 0;
    }

    .bg-body-tertiary .filter-apply {
        margin-left: unset;
        margin-top: 10px;
    }

    .list-item .item {
        max-width: 100%; 
    }

    .home .filter-boxes {
        margin-left: 0 !important;
    }

    .home .filter-category {
        align-self: unset !important;
    }

    .home .filter-category .selected-filter {
        margin-left: 0 !important;
    }

    #datepicker {
        padding-left: 0;
    }

    .filter-apply,
    .filter-remove-text {
        margin-top: 10px;
    }

}

@media screen and (max-width: 350px) {

    .mobile-filter-icon {
        margin: 14px 0 0 0;
    }

}

.dropdown {
    display: none; 
}

.select-box.active + .dropdown {
    display: block; 
}

@media (min-width: 992px) {
    .dropdown.mobile {
        display: none;
    }
    .dropdown.desktop {
        display: none; 
    }

    .select-box.active + .dropdown.desktop {
        display: block; 
    }
}

@media (max-width: 991px) {
    .dropdown.desktop {
        display: none; 
    }
    .dropdown.mobile {
        display: none; 
    }

    .select-box.active + .dropdown.mobile {
        display: block; 
    }
}

@media (max-width: 650px) {
    .dropdown.mobile {
        display: none;
    }
    .select-box.active + .dropdown.mobile {
        display: block; 
    }
}


/* Responsive Menu Dropdown */

.mainmenu .search .search-input-div {
    display: flex;
    justify-content: center;

}

@media screen and (max-width: 650px) {
    #menu-dropdown .flyover {
        margin-top: 70px;
    }

    .header-container #menu-dropdown .flyover li .row input {
        max-width: 100%;
    }
}

/* Event's Text Color From */

.item-desc-details ul li {
    color: black;
}


/* Bilheteria */

@media screen and (min-width: 450px) {
    
    .comprarBilhete .col12 .transparent-btn {
        display: block;
    }
    
    .transparent-btn-mobile {
        display: none;
    }

}

@media screen and (max-width: 450px) {
    .transparent-btn-mobile {
        /* display: block; */
        position: relative;
        display: none;
    }

    .comprarBilhete .col12 .transparent-btn {
        display: none !important;
    }

    .mobile-item-desc-title {
        font-size: 26px;
    }

    .popup-buy a {
        justify-content: center;
        width: auto;
    }

    .popup-buy a svg {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    
    .comprarBilhete .home-header-btn {
        display: none;
    }

    .comprarBilhete header .header-container #menu-dropdown .flyover {
        margin-top: 55px;
    }

    #popupmobilezones h2 {
        color: #050505;
        font-size: 30px;
        font-weight: 900;
        line-height: 29px;
    }

    .seats-zone .icon {
        width: 50px;
        height: 50px;
        margin-right: 24px;
    }
}

/* Footer */

@media screen and (max-width: 894px) {
    .public-logos .img-desktop,
    .public-logos .mobile,
    .public-logos .a {
        max-width: 50px !important;
        height: 50px !important;
    }

    .desktop-footer .public-logos .desktop {
        display: none !important;
    }

    .desktop-footer .public-logos .mobile {
        display: block !important;
    }
}

/* Agenda */

.custom-datepicker .ui-datepicker-header {
    display: flex;
    /* flex-direction: row-reverse;  */
    justify-content: space-between;
}

.custom-datepicker .ui-datepicker-prev,
.custom-datepicker .ui-datepicker-next {
    order: 3; 
}

.custom-datepicker .ui-datepicker-title {
    order: 1; 
}

.custom-datepicker .ui-datepicker-month,
.custom-datepicker .ui-datepicker-year {
    order: 2; 
}

.custom-datepicker .ui-datepicker-calendar {
    display: flex;
    flex-direction: column;
}

.custom-datepicker .ui-datepicker-calendar .ui-datepicker-prev,
.custom-datepicker .ui-datepicker-calendar .ui-datepicker-next {
    display: none;
}

.ui-datepicker-calendar tr {
    display: flex;
    justify-content: space-between;
}

.ui-datepicker-calendar tr {
    font-weight: 800;
}

.custom-datepicker .ui-datepicker-month {
    font-size: 17px;
}

.custom-datepicker .ui-datepicker-year {
    display: none;
}

.custom-datepicker {
    position: relative;
    z-index: 10; 
}

#close-datepicker {
    font-size: 15px; 
    cursor: pointer; 
    /* position: absolute;
    z-index: 20;
    right: 10px;
    top: 10px;
    color: #333;  */
}


.familias-div {
    margin-left: 40px;
}

@media screen and (max-width: 1400px) {
    .familias-div {
        margin-left: 0;
    }
}

@media screen and (min-width: 954px) {
    .filter-calendar .select-box {
        text-align: center !important;
    }
}

@media screen and (max-width: 1155px) {
    .first-filter-content .select-box {
        width: unset;
    }
}

@media screen and (max-width: 1100px) {
    .list-item .my-list-items {
        display: flex; 
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }
}

@media screen and (max-width: 768px) {
    #ui-datepicker-div .ui-datepicker-prev {
        right: 70px;
    }
}

@media screen and (max-width: 650px) {
    #ui-datepicker-div .ui-datepicker-prev {
        right: 225px;
    }

    .compre-em-seguranca {
        display: flex !important;
        align-items: center;
        width: unset;
        max-width: unset;
        padding: 10px 0;
    }

    .bilheteira .container-body>.c-right form .form-header .lock-i {
        width: 28px;
        height: 28px;
        left: 0 !important;
    }

    .bilheteira .container-body>.c-right form .form-header .c-right {
        right: 0px;
        position: absolute;
    }
}

@media screen and (max-width: 550px) {
    #ui-datepicker-div .ui-datepicker-prev {
        right: 195px;
    }

    #close-datepicker {
        right: 95px !important;
    }
}

@media screen and (max-width: 450px) {
    #ui-datepicker-div .ui-datepicker-prev {
        right: 160px;
    }
}

@media screen and (max-width: 400px) {
    #close-datepicker {
        right: 69px !important;
    }

    .bilheteira .container-body>.c-left .item .item-desc-title {
        font-size: 21px;
    }
}

@media screen and (max-width: 380px) {
    #close-datepicker {
        right: 57px !important;
    }
}

@media screen and (max-width: 345px) {
    #close-datepicker {
        right: 47px;
    }
}


/* Ajustes nas sessões do index */
@media screen and (min-width: 1100px) {
    .list-item .my-list-items {
        display: flex; 
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: flex-start;
        /* gap: 45px !important; */
        gap: 48px !important;
    }

    .list-item .item {
        flex: 0 0 calc((100% - 96px) / 3); 
        /* margin-bottom: 48px;  */
    }
    
    .list-item .item:nth-child(3n) {
        margin-right: 0;
    }
    
}

@media screen and (min-width: 769px) {
    .list-item .my-list-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 25px;
        /* justify-content: space-between; */
    }

    .list-item .my-list-items .item {
        margin-left: 0;
    }
}

@media screen and (max-width: 990px) {
    .item-desc-index .item-desc-index-details-sub {
        text-transform: capitalize;
    }
}

@media screen and (max-width: 769px) {
    .list-item .my-list-items {
        justify-content: center;
    }

    .article-mob-sep {
        background-color: #FFFFFF;
    }

    .my-list-items hr {
        border: 1px solid #FFFFFF;
    }
}

/* Comprar Bilhete */

.parent-comprar-bilhete-component {
    display: flex;
    flex-direction: column;
}

.share-btn .share-btn-ico,
.share-btn p {
    color: #050505;
    width: 130px;
}

.comprarBilhete {
    background-color: white;
}

.comprar-bilhete-container {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

/* .comprar-bilhete-container .item-photo {
    width: 40%;
} */

.comprar-bilhete-container .item {
    width: 40%;
}

.comprar-bilhete-container .item-full-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-desc-details {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    background-color: #F2F4F6;
    border-radius: 4px;
    padding: 18px 24px;
}

.comprarBilhete .item-photo .share-n-buy .share-btn .share-btn-ico {
    background-image: url('./img/share-light.png');
    background-size: cover; 
    background-repeat: no-repeat; 
    width: 24px; 
    height: 24px; 
    display: inline-block;
}

.comprarBilhete .item-photo .share-n-buy .share-btn {
    background-image: none;
}


.share-n-buy {
    padding: 56px 0 64px 0;
    /* margin: auto; */
    width: 45%;
    display: flex;
    justify-content: end;
}

.share-n-buy .openShare {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    cursor: pointer;
}

.comprarBilhete .small-container {
    position: relative;
}

.comprarBilhete .small-container .col12 .transparent-btn {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0px 16px 0px 8px;
}

.parent-comprar-bilhete-component .item-photo-label {
    margin-bottom: 26px;
    display: flex;
    gap: 8px;
}

.item-photo-label span {
    color: #4A90E2;
    font-size: 21px;
    line-height: 28.8px;
}

.parent-comprar-bilhete-component {
    margin-top: 120px;
}

.item-zones {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    margin-bottom: 40px;
    gap: 6px;
}

.item-zones-mobile {
    display: none !important; 
}

.item-zones div,
.item-zones-mobile div {
    border: 1px solid #C8C8C8;
    padding: 4px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    /* cursor: pointer; */
}

.item-zones div span,
.item-zones-mobile div span {
    color: #050505;
    font-size: 11px;
}

@media screen and (max-width: 510px) {
    .item-zones {
        display: none !important;        
    }

    .item-zones-mobile {
        display: flex !important; 
        flex-direction: row; 
        justify-content: space-between; 
        margin-bottom: 40px;
        gap: 6px;
    }

    .force-display {
        display: none !important;
    }
}

.bilheteira .form-cancel-btn span,
.bilheteira .form-next-btn {
    border-radius: 4px;
}

.bilheteira .form-cancel-btn span,
.bilheteira .form-back-btn span {
    color: #050505; 
    border: 1px solid #050505;
    margin-top: 250px !important;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 4px;
}

.bilheteira .form-next-btn {
    background-color: #FF3386;
    border: 1px solid #FF3386;
    padding: 10px 30px 10px 20px;
}

.bilheteira .form-next-btn span {
    color: #FFFFFF; 
    font-size: 14px;
}


.bilheteira .container-body {
    display: flex;
    justify-content: space-between;
}

.container-initial-content .form-next-btn,
.container-second-content .form-next-btn,
.container-third-content .form-next-btn {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 7px;
}

.bilheteira .container-title {
    font-size:32px; 
    font-weight: 900;
    margin: 0 25px;
    color: #050505;
}

.form-compra .container-title {
    font-weight: 400;
}

.container-initial-content {
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    justify-content: space-between;
}

.container-second-content,
.container-third-content {
    display: none;
}

.bilheteira .container-body>.c-left .item>div {
    display: block;
    min-height: 220px;
}

.leftbar-options-style {
    margin: 25px 0;
}

.bilheteira .container-body .select-seats,
#selected-seats-second {
    margin: 0 24px 20px;
    border-radius: 4px;
}

#selected-seats-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
}

#selected-seats-second .c-left {
    display: unset;
}

.c-left .item-inline .bigger {
    font-weight: 700;
}

.leftbar-options-style .row .c-left {
    display: flex;
    align-items: center;
}

.zonas-img {
    max-width: 100%; 
    scale: 1.04;
    display: block;
    margin: auto;
}

.mobile-item-desc-title {
    display: none;
}

#bilheteira-content-responsive {
    margin-top: 120px; 
    padding-top: 40px;
}

@media screen and (max-width: 1102px) {
    #bilheteira-content-responsive {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 900px) {
    .comprar-bilhete-container {
        flex-direction: column;
    }

    .comprar-bilhete-container .item,
    .comprar-bilhete-container .item-full-content {
        width: 100%;
    }

    .zonas-img {
        scale: 1;
    }

    .mobile-item-desc-title {
        display: block;
        text-align: center;
        margin-bottom: 22px;
        color: #050505;
        font-weight: 900;
        font-size: 23px;
        line-height: 29px;
        /* font-size: 30px; */
    }

    .bilheteira .container-body>.c-right {
        margin-left: 0;
        max-width: calc(94% - 25px);
    }
}

.divisor {
    border-top: 1px solid #d3d3d3; 
    margin: 30px 0 45px;
}


@media screen and (max-width: 800px) {
    .bilheteira .container-body {
        /* flex-direction: column; */
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
    }

    .bilheteira .container-body>.c-left>span>.row>div, .bilheteira .container-body>.c-left .item {
        width: unset;
    }

    .bilheteira .container-body>.c-left>span>.row>div, .bilheteira .container-body>.c-left .item,
    .bilheteira .container-body>.c-right {
        max-width: unset;
    }

    .bilheteira .container-body>.c-left,
    .bilheteira .container-body>.c-right {
        width: 100%;
    }

    .divisor {
        margin: 15px 0;
    }
}

.mobile-divisor {
    border-top: 1px solid #d3d3d3; 
    margin: 0px 24px 20px;
}

@media screen and (max-width: 650px) {
    .comprarBilhete .small-container .col12 .transparent-btn {
        left: 15px;
        display: none;
    }

    .parent-comprar-bilhete-component {
        margin-top: 10px;
    }

    .transparent-btn a {
        margin-top: 2px;
    }

    .small-container {
        padding-top: 1px;
    }

    .comprar-bilhete-container .mobile a {
        display: none;
    }

    .bilheteira .container-body>.c-right form fieldset {
        border: 1px solid #d3d3d3 !important;
    }

    .mobile-divisor {
        margin: 0px 0px 20px;
    }

    #mobile-lock-i {
        left: 0 !important;
    }

    .bilheteira .container-body>.c-right form .form-header .c-left span {
        margin-left: 20px;
    }
    
}

@media screen and (max-width: 450px) {
    .comprar-bilhete-container .item-zones {
        flex-wrap: wrap;
    }

    #dados-pessoais {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
    }

    .item-desc-details {
        flex-direction: column !important;
        align-items: baseline;
    }

    .item-desc-details .buy-btn {
        width: 100%;
    }
}

/* Menu */

#divRegulator {
    display:flex;
    justify-content: space-between !important;
    align-items:center;
    height:100%;
    max-width:1260px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#search-and-language-menu {
    display: flex; 
    align-items: center;
}

#newsletter-row {
    max-width: 1260px; 
    margin: auto; 
    display: flex; 
    gap: 24px; 
    justify-content: space-between;
    flex-direction: column;
}

.four-columns {
    display: flex; 
    align-items: center; 
}

/* #newsletter-container, */
footer span,
footer .agenda {
    flex-basis: 50%;
}

.container-newsletter-agenda {
    display: flex; 
    gap: 96px;
}

#email-input-div {
    margin: 0; 
    width: 70%;
}

#subscribe-div {
    margin: 0; 
    width: 30%; 
    margin: 0 20px;
}

#submitnewsletter {
    font-size: 13px; width: 100%; padding: 0 1px 0 0; display: flex; align-items: center; gap: 20px;
}

/* @media screen and (max-width: 1302px) {
    .container-newsletter-agenda {
        gap: 50px;
    }
    
} */

@media screen and (max-width: 1157px) {
    .container-newsletter-agenda {
        flex-direction: column;
        gap: 0;
    }

    footer .newsletter {
        padding: 48px 0 0 0;
    }
 
    footer .agenda {
        padding: 0 0 48px 0;
    }

    #search-and-language-menu .lang {
        margin-right: 50px;
    }
    
}

/* @media screen and (min-width: 1157px) {
    .container-newsletter-agenda .divisor {
        padding: 64px 0;
    }
} */


@media screen and (max-width: 500px) {
    #email-input-div {
        width: 65%;
        padding-left: 12px;
    }

    #subscribe-div {
        width: 35%; 
        margin: 0 12px;
    }   

    footer .newsletter button {
        font-size: 12px !important;
    }

    #submitnewsletter {
        gap: 10px;
    }
} 

@media screen and (max-width: 350px) {
    #email-input-div {
        width: 55%;
        padding-left: 0;
    }

    #subscribe-div {
        width: 45%; 
    } 
}
 
.remover-lugar {
    width: 13px;
    display: block;
    margin: auto;
}

#container-timer-title {
    font-weight: 400 !important;
}

#mobile-form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

#has-border-p {
    margin-bottom: 0 !important;
}

.third-phase-pagamento-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 !important;
}

/* Selecionar Lugares */

.bilheteira .overlay {
    display: block;
    margin-top: 120px;
}

@media screen and (max-width: 650px) {
    .bilheteira .overlay {
        margin-top: 0;
    }

    .zones-layout .space {
        background-color: #FFF;
    }


    #popupmobilezones .btn-white {
        padding: 8px;
        color: #050505;
        margin-right: 13px;
        border: 1px solid #050505;
    }
}

.bilheteira .overlay .seats-layout #room-panel {
    display: table;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 187px);
}

#closeseats,
.bilheteira .overlay .popup-header h2 {
    color: #050505;
}


.bilheteira .overlay .popup-header .seats-state li span {
    margin-left: 5px;
    font-size: 12px;
    color: #050505;
    /* font-weight: 100; */
}

.overlay .popup.dark {
    /* max-width: 1135px;
    max-height: 850px; */
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    /* margin: 5% auto; */
    height: auto
    /* background-color: #0a1727; */
}

/* .seats-layout .space {
    width: 100%;
    height: 20px;
} */

@media screen and (min-width: 1101px) {
    .seats-layout .space {
        width: 100%;
        /* height: 60px; */
        display: flex; 
        justify-content: center;
    }
}

@media screen and (max-width: 1100px) {
    .seats-layout .space {
        width: 100%;
        height: 1px;
    }

    .zones-layout .space {
        background-color: #FFF;
    }

    .space span {
        display: none !important;
    }
}



.bilheteira .overlay .seats-layout {
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    overflow: auto;
    height: calc(75% - 117px)
}

.popup-header {
    max-width: 1260px;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    .bilheteira .overlay .seats-layout {
        height: calc(70% - 117px)
    }
    
}

.mini-container-title-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 399px) {
    .bilheteira .w-50 {
        width: unset !important;
    }

    .bilheteira .container-body>.c-right form .form-header .lock-i {
        left: 20px;
    }
}

.timer-element {
    font-weight: 700 !important;
}

.ticket-day .formatted-date {
    font-size: 14px;
    color: #FF3386;
    font-weight: 900;
}

/* .taxa-ocupacao {
    position: absolute; 
    right: 0; 
    width: 88px; 
    top: 18.5px;
} */

.taxa-ocupacao span {
    font-size: 12px;
}

@media screen and (max-width: 650px) {
    .bilheteira .container-body .select-seats>div {
        padding: 0;
    }

    .taxa-ocupacao {
        top: 5px;
        right: -25px;
    }

    .c-left .item .item-desc .item-desc-label {
        display: none;
    }

    .leftbar-options-style .row {
        margin: 0 24px;
    }

    /* comprar bilhete mobile abaixo: */

    /* .c-left .item {
        display: flex !important;
    }

    .c-left .item-photo {
        width: 30%;
        border-radius: unset;
    }
    
    .c-left .item-photo .img-center {
        position: unset;
    }

    .c-left .item-desc {
        width: 70%;
    } */
}

@media screen and (max-width: 350px) {
    .taxa-ocupacao {
        right: -32px;
    }

    .bilheteira .container-body .c-left .select-seats {
        padding: 0 5px !important;
    }
}

#label-zona {
    color: #000; 
    display: flex; 
    justify-content: center; 
    padding: 3px 12px; 
    border: 1px solid #000; 
    border-radius: 30px; 
    margin: 22px; 
    min-width: 130px; 
    font-size: 14px;
    gap: 3px;
}

#label-zona span {
    font-weight: 800;
    color: #000;
}

.backoffice .fluid-content .seats-layout #label-zona {
    color: #FFF; 
    display: flex; 
    justify-content: center; 
    padding: 3px 12px; 
    border: 1px solid #FFF; 
    border-radius: 30px; 
    margin: 22px; 
    min-width: 130px; 
    font-size: 14px;
    gap: 3px;
}

.backoffice .fluid-content .seats-layout #label-zona span {
    font-weight: 800;
    color: #FFF;
}


/* Página de obrigado */

.ticket-area .item-desc-details {
    flex-direction: column !important;
    padding: 0 !important;
}

.ticket-area .list-item .item:hover img {
    transform: scale(1.0) !important;
}


@media screen and (max-width: 830px) {
    .bilhete .container-body .download-area {
        padding: 32px;
    }   
}

@media screen and (max-width: 650px) {
    .bilhete .container-body .item .item-photo {
        max-width: 100%;
        width: auto;
    }

    .bilhete .container-body .item .tmg-logo {
        transform: unset;
    }

    .bilhete .container-body .item .item-photo .item-photo-label {
        bottom: 207px;
    }

    #selected-seats-second .c-left, 
    #selected-seats-second .c-left div,
    #selected-seats-second {
        margin: 0 !important;
    }
    
}

.passou-label-top .formatted-date {
    color:#FF3386; 
    font-weight: 900; 
    font-family: 'Lato', sans-serif !important;
}

.last-filter-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-remove {
    display: none;
}

.hide-filter {
    display: none !important;
}

.show-filter {
    display: flex !important;
}


.filter-remove-text {
    background: transparent;
    color: #FF3386;
    border: 1px solid #FF3386;
    border-radius: 30px;
    text-transform: unset !important;
    font-size: 16px !important;
    max-width: 100%;
    padding: 0 10px;
    height: 34px;
    display: flex;
    align-items: center;
}

.resumo-reserva {
    top: -90px; 
    left: 0; 
    right: 0; 
    position: absolute; 
    text-align: center; 
    display: flex; 
    justify-content: center;
    gap: 12px;
}

.resumo-reserva img{
    width: 100px;
    height: 100%;
}

.resumo-reserva-vert{
    top: -123px;
    left: 0; 
    right: 0; 
    position: absolute; 
    text-align: center; 
    display: flex; 
    justify-content: center;
    gap: 12px;
}

.resumo-reserva-vert img{
    width: 100%;
    height: 100px;
}

.goBack {
    margin: -12px 0; 
    color: #050505; 
    border: 1px solid #050505; 
    padding: 0 15px; 
    left: 0; 
    width: 120px; 
    cursor: pointer !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 124px auto;
        min-height: 50vh;
    }
}

/* Backoffice */

@media screen and (max-width: 1305px) {
    .backoffice .seats-layout table tr td {
        cursor: pointer;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        max-height: 30px;
        /* border: 1px solid white; */
        padding: 0px;
        box-sizing: border-box;
        text-align: center
    }
}

