body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
}
.container-root {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s, opacity 1s;
}
.slide-left {
    transform: translateX(-100%);
    opacity: 0;
}
.hidden {
    display: none;
}
.container .interface {
    display: flex;
    flex-direction: column;
}
.logo {
    margin-bottom: 20px;
}
.input-field {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 200px;
    text-align: center;
    font-size: 16px;
}
.button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.button:hover {
    background-color: #0056b3;
}
.cheia {
    width: 1.2vw;
    aspect-ratio: 1;
    cursor: pointer;
    background-color: #cecece;
}
.modal {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.75);
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.modal-show {
    display: flex;
}
.modal-hide {
    display: none;
}
.body-modal {
    background-color: #FFF;
    box-shadow: 0 0 10px #000;
    width: 750px;
    max-width: 100%;
}
.center {
    text-align: center;
}
.btchamar {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
}
.configs {
    position: fixed;
    z-index: 3;
    top: 3vw;
    right: .1vw;
    width: 1.2vw;
    display: flex;
    flex-direction: column;
}
.row {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.col {
    width: 100%;
    display: block;
}
.label-row {
    width: 100%;
    display: block;
}
.mb-2 {
    margin-bottom: 10px;
}
.p-15 {
    padding: 15px;
}
.form-control {
    padding: 10px 5px;
    border-radius: 6px;
}
.text-end {
    text-align: end;
}
.text-center {
    text-align: center;
}
.btn {
    padding: 10px 5px;
    border-radius: 4px;
}
.btn-primary {
    background-color: #007bff;
    color: #FFF;
}
.w-50 {
    width: 50%;
}
.w-75 {
    width: 75%;
}
.w-100 {
    width: 100%;
}

/* DISPLAY */
.disp {
    z-index: 2;
    width: 100%;
    /* flex-direction: column; */
    height: 50%;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
}
.disp-fundop {
    background-color: rgba(0,0,0,.75);
    color: white;
}
.disp-fundob {
    background-color: rgba(255,255,255,.85);
    color: black;
}
.ttdisp {
    margin-top: 20px;
    font-size: 1vw;
    width: 100%;
    height: 10%;
}
.ndisp {
    height: 90%;
    width: 100%;
    padding: 0;
}
.ndisp > div {
    font-size: 25vh; /* Usando vw para ajustar a fonte dinamicamente */
}
#dynamicText {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pos-se {
    top: 0;
    left: 100px;
}
.p-se {
    top: 0;
    left: 0px;
}
.pos-sd {
    top: 0;
    right: 0;
}
.p-sd {
    top: 0;
    right: 25%;
}
.pos-ie {
    bottom: 0;
    left: 100px;
}
.p-ie {
    bottom: 0;
    left: 0px;
}
.pos-id {
    bottom: 0;
    right: 0;
}
.p-id {
    bottom: 0;
    right: 25%;
}
.show-n {
    display: none
}
.show-s {
    display: flex;
}
.show-b {
    display: block;
}
/* QRCODE */
.qrcode {
    /* position: fixed; */
    z-index: 2;
    padding: 5px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    color: black;
    align-items: center;
    font-size: .8em;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
}
#qrcode canvas {
    display: block!important;
    margin-bottom: 5px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#qrcode img {
    margin-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
    display: none!important;
}

.slideContainer {
    width: 100%;
    height: 100%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    position: relative;
    z-index: 1;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel {
    height: 100%!important;
}
.carousel .slick-track, .carousel .slick-list {
    height: 100%!important;
}
.carousel .item {
    width: 100%;
    height: 12.5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel .item .container-fluid {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
    border-radius: 1vw;
    transition: .3s;
    opacity: .85;
}
.carousel .item .container-fluid .figura {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.item.slick-slide.slick-current.slick-active {
    width: 100%!important;
    padding: 0;
}
.item.slick-slide.slick-current.slick-active .container-fluid {
    opacity: 1;
}

.container-cartaz {
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: top;
    font-size: 20px;
    padding-top: .1vw;
}
.container-cartaz .desc {
    height: 10%;
    width: 96%;
    position: absolute;
    top: 0;
    left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
}
.container-cartaz .figura {
    height: 60%;
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.container-cartaz .precos {
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8em;
    color: red;
}
.container-cartaz .precos strong {
    text-align: center;
}

.flip-container {
    perspective: 1000px;
    width: 100%;
    height: 50%;
    position: relative;
}

.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.6s;
}

/* .flip-container:hover .flipper, .flip-container.flip .flipper {
    transform: rotateY(180deg);
} */
.flip-container.flip .flipper {
    transform: rotateY(180deg);
}

.rodar {
    transform: rotateY(180deg);
}

.container-flip {
    background-color: rgba(255,255,255,.75);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-radius: 1vw;
}

.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back {
    transform: rotateY(180deg);
    /* background-color: #350053; */
}

.back .logo {
    width: 80%;
    height: 80%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@font-face {
    font-family: "Gotham-Ultra";
    src: url("../../fonts/cartaz/Gotham-Ultra_1.ttf");
}

.preco1 {
    width: auto;
    max-width: 80%;
    aspect-ratio: 10/7;
    font-family: "Gotham-Ultra";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-lines: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 90%;
}

.content-preco {
    width: auto;
    height: auto;
    max-lines: 1;
    max-height: 100%;
    text-wrap: nowrap;
}

.p2 {
    padding: .1vw!important;
}
.qrcontainer {
    font-size: 1vw;
}
.logoimg {
    width: 90%;
    max-height: 100%;
}