.bgCinza {
    background-color: rgb(244, 244, 244);
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.ticketHeaderPai {
    background-color: #2B2B2B;
    width: 100%;
    height: 106px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: white;
    position: relative;
}

.ticketHeaderFilho {
    width: 90vw;
    /* background: green; */
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 106px;
}

.ticketLogoPos {
    width: 250px;
    left: 20px;
    position: absolute;
    top: 35px;
}
.headerBtnR {
    position: absolute;
    right: 30px;
    top: 34px;
}
.headerBtnEspecial {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ff5500;
    color: white;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
}
.tktSideBar {
    position: absolute;
    right: 140px;
    top: 36px;
}
.headerBtnFlowContainer {
    display: flex;
    flex-direction: row;
    gap: 30px;
    position: absolute;
    right: 130px;
    height: 106px;
    align-items: center;
    padding-right: 30px;
}
.headerBtnTutorial {
    color: #005D99;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}
.headerBtnMeusIngressos {
    color: #005D99;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tktHamb {
        display: block;
    }
	
	.escondeMenor {
		display: none;
	}
}
.tktHamb {
    width: 32px;
    display: none;
    cursor: pointer;
}


.ticketPai {
    /* background: red; */
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #686868;
    position: relative;
    height: calc(100vh - 106px);
}

.ticketFilho {
    width: 90vw;
    background: white;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    border-color: #dddddd;
    /* height: calc(100vh - 106px); */
    margin-top: 32px;
    border-radius: 10px;
}

.headerX01 {
    font-weight: 600;
    font-size: 24px;
    border-bottom: solid;
    border-width: 1px;
    border-color: #cacaca;
    padding-bottom: 10px;
}

.dtFnt {
	font-weight: 600;
	font-size: 18px;
}

.dtFntLight {
	font-weight: 300;
	font-size: 18px;
}

.dtSpc {
	height: 6px;
}