<style>@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

</style>.ticket-header {
    border-bottom: 1px solid #e5e5e5;
}

.ticket-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif
        /*rtl:Amiri, Georgia, "Times New Roman", serif*/
    ;
    font-size: 2.25rem;
}

.ticket-header-logo:hover {
    text-decoration: none;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
button,
table,
thead,
tr,
input,
select {
    font-family: 'Montserrat', sans-serif;
    color: #2a2a2a;
}


html,
body {
    height: 100%;
}

body {
    touch-action: pan-x pan-y;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}


.btn {
    font-family: 'Montserrat', sans-serif;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.ticket-pagination {
    margin-bottom: 4rem;
}

.ticket-post {
    margin-bottom: 4rem;
}

.ticket-post-title {
    font-size: 1.5rem;
}

.ticket-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.ticket-title {
    color: #fff;
    background-color: #2a2a2a;
    padding: 15px 10px;
    font-size: 0.8rem;
    font-weight: 100;
    border: 2px solid #2a2a2a;
    border-radius: 10px;
}

.ticket-price {
    float: right;
}

.ticket-text {
    font-size: 0.7rem;
    padding: 0px 10px;
}

.header-style {
    background-color: #2a2a2a;
    padding: 5px;
}

.header-text {
    color: #fff !important;
}

.logo-ticket {
    width: 100%;
    height: 20px;
}

.compartilhar-ticket {
    width: 100%;
    height: 22px;
}

.insta-ticket {
    display: inline-flex;
    vertical-align: baseline;
}

.title-ticket {
    font-weight: 700;
}

.body-ticket {
    font-size: 0.8rem;
    text-align: justify;
}

.body-booking {
    font-size: 0.8rem;
    text-align: justify;
    font-weight: 500;
}

.btn-ticket {
    background-color: #000000;
    padding: 12px 80px;
    border-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
}

.btn-ticket:disabled,
.btn-ticket[disabled]{
    background-color: #000000;
    border-color: #000000;
}


.icon-ticket {
    width: 1.5rem;
    margin-right: 0.7rem;
}

.card-ticket {
    width: 3rem;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 2px solid #ddd;
    display: inline-flex;
    margin-top: 40px;
    position: absolute;
    margin-left: 60%;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    font-size: 0.5rem;
    color: #198753;
}

.number-input button:after {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f077';
    transform: translate(-50%, -50%) rotate(180deg);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type=number] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200 !important;
    max-width: 3rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 0.7rem;
    height: 2rem;
    font-weight: bold;
    text-align: center;
}

.btn-banner {
    background-color: #ffff;
    border-color: #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    margin-top: -120px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.img-banner {
    border: 2px solid #fff;
    border-radius: 30px !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-checkout {
    background-color: #000000;
    border-color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 12px;
}

.btn-checkout:disabled,
.btn-checkout[disabled]{
    background-color: #000000;
    border-color: #000000;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.form-check-input:checked {
    background-color: #198753;
    border-color: #198753;
}

.form-select:focus {
    border-color: #1987538c;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(25 135 83 / 11%);
}

.number-ticket {
    background-color: #000000 !important;
}

.ticket-footer {
    padding: 3.5rem 0;
    color: #ffff;
    text-align: center;
    background-color: #353535;
    border-top: .05rem solid #e5e5e5;
    width: 100%;
}


.ticket-footer p:last-child {
    margin-bottom: 0;

}

.icon-rede {

    width: 100%;
    height: 30px;
    padding-left: 0;
}

.text-footer {
    font-weight: 100;
    color: #fff;
}

.list-pay {
    list-style: none;
    margin: 10px 7px 10px 0px;
    display: inline-block;
    border-style: solid;
    padding: 20px;
    border-color: #0003;
}


.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}


.hero-image {
    background-color: #cccccc;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 30px;
}

.ingressos-image {
    background-color: #cccccc;
    height: 203px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.hero-text {
    text-align: center;
    position: absolute;
    height: 150px;
    width: 100%;
    background-color: #000000a1;
    border-radius: 30px;
}

.text-list {
    color: #fff;
    font-weight: 700;
    float: left;
    margin-top: 55px;
    margin-left: 20px;
    font-size: 25px;
}

.text-list-p{
    color: #fff;
    font-weight: 100;
    float: left;
    font-size: 12px;
    margin-top: 93px;
    margin-left: -127px;
}

.text-list-home{
    color: #fff;
    font-weight: 100;
    float: left;
    font-size: 12px;
    margin-top: 97px;
    padding-left: 20px;
    position: absolute;
}


.btn-ticket-head {
    font-size: 10px;
}

.right-ticket {
    height: 50px;
    height: 40px;
    float: right;
    margin-top: 55px;
    margin-right: 20px;
}


.header-name {
    font-weight: 700;
}


.form-signin {
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.body-sign {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}


.title-form {
    font-weight: 700;
}


.feather {
    width: 16px;
    height: 16px;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 70px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}


.search-form {
    padding: 1.2rem 1rem !important;
}

.form-select{
    padding: .5rem .75rem;
}


/*
 * Reserva
 */

.booking-form {
	background: #fff;
	padding: 10px 15px 0px;
	border-radius: 4px;
	overflow: auto;
}

.booking-style{
    font-size: 0.8rem;
    font-weight: 600;
}

.booking-container{
    background: #f2f1f1;
    height: 45px;
    border-radius: 0.375rem !important;
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 10px;
    
}

.booking-form-icon {
    padding: 0px 0px 0px 30px;
}

.booking-form .form-control {
	border: none;
	height: 45px;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*font-size: 0.8rem;*/
    font-size: 16px;
	color: #090a0b;
	font-weight: 300;
	background: #f2f1f1;
	border-radius: .375rem;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #b1b6bd;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #b1b6bd;
}

.booking-form .form-control::placeholder {
	color: #b1b6bd;
}

.booking-form input[type="date"].form-control:invalid {
	color: #b1b6bd;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 0px;
	top: -10px;
	width: 24px;
	text-align: center;
	pointer-events: none;
	height: 65px;
	line-height: 65px;
	color: #b1b6bd;
	font-size: 0.8rem;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	color: #353535;
	display: block;
	font-weight: 600;
	height: 25px;
	line-height: 25px;
	font-size: 0.8rem;
	position: relative;
	margin-top: 10px;
    margin-left: 20px;
}

.booking-form .form-label:after {
	content: '';
	position: absolute;
	left: 10px;
	top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #f2f1f1 transparent transparent transparent;
}

.booking-form .form-btn {
	margin-bottom: 30px;
}

.booking-form .submit-btn {
	background: #184c8f;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	height: 90px;
	font-size: 18px;
	width: 100%;
	color: #fff;
	border-radius: 4px;
	display: block;
}

input[type="date"]::before {
	color: #000000;
	content: attr(placeholder);
}
input[type="date"] {
	color: #ffffff;
}
input[type="date"]:focus,
input[type="date"]:valid {
	color: #000000;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
	content: "" !important;
}

.icon-container{
    float: right;
}

.icon-booking{
    margin-top: 10px;
    width: 1.5rem;
    position: absolute;
    z-index: 9;
}

.icon-booking-accordion {
    margin-top: 10px;
    width: 1.5rem;
    position: absolute;
    z-index: 9;
    margin-left: 5px;
}

    .accordion-button:not(.collapsed) {
        color: #212529 !important;
        background-color: #f2f1f1 !important;
        box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #ffffff !important;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: #ffffff !important;
        outline: 0;
        box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    }

    .hero-image-booking {
        background-image: url("./assets/img/banner.jpeg");
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 20px;
    }

    @media screen and (min-width:
200px) {
    .hero-image-booking { height: 200px; }
}

@media screen and (min-width:
900px) {
    .hero-image-booking { height: 400px; }
}


input, select, textarea {
    font-size: 16px;
}


