@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-Regular.8b6af8e5.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-Italic.5e956c44.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-Bold.a3e0b5f4.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-BoldItalic.09775bde.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-Medium.f61a4eb2.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url(/frontend/admin/fonts/Poppins-MediumItalic.1749e4b6.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

body {
  padding: 0px;
  margin: 0px;
  color: #464646;
  font-family: 'Poppins';
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.payt-calendario-container {
  max-width: 600px;
  border: 1px solid #D2D2D2;
  border-radius: 12px;
  overflow: hidden;
}

.payt-calendario-container h1,
.payt-calendario-container h2,
.payt-calendario-container h3,
.payt-calendario-container h4,
.payt-calendario-container h5 {
  margin: 0;
}

.payt-calendario-container .header {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 12px;
  background-color: #F9F9F9;
  border-bottom: 1px solid #D2D2D2;
}

.payt-calendario-container .body {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 12px;
}

.payt-calendario-container .preco-original {
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
  display: block;
}

.payt-calendario-container .footer {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 12px;
  background-color: #F9F9F9;
  border-top: 1px solid #D2D2D2;
}

.payt-calendario-container .footer > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.container-input[data-v-0a73a9d8] {
  border: 1px solid #707070;
  border-radius: 5px;
  padding: 15px;
  cursor: pointer;
}


.container-selection[data-v-8f360a82] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.pagination-control[data-v-8f360a82] {
    width: 6%;
    text-align: center;
    font-size: 40px;
    color: #2A2A2A;
    cursor: pointer;
}
.container-dates[data-v-8f360a82] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1;
    width: 88%;
    padding-left: 5px;
    padding-right: 5px;
}
.container-dates .item[data-v-8f360a82] {
    width: 99%;
    border: 1px solid #707070;
    text-align: left;
    color: #2A2A2A;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-left: 3px;
}


.container-horarios[data-v-08a33ba8] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.container-horarios .item-container[data-v-08a33ba8] {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 15px;
    text-align: center;
}
.container-horarios .item[data-v-08a33ba8] {
    border: 1px solid #707070;
    text-align: center;
    color: #2A2A2A;
    border-radius: 4px;
    cursor: pointer;
}
.container-horarios .item-disabled[data-v-08a33ba8] {
    pointer-events: none;
    cursor: default;
    border-color: #A0A0A0 !important;
    color: #A0A0A0 !important;
}
.container-horarios-mobile[data-v-08a33ba8] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.container-horarios-mobile .item-container[data-v-08a33ba8] {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.container-horarios-mobile .item[data-v-08a33ba8] {
    border: 1px solid #707070;
    text-align: center;
    color: #2A2A2A;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-horarios-mobile .item-disabled[data-v-08a33ba8] {
    pointer-events: none;
    cursor: default;
    border-color: #A0A0A0 !important;
    color: #A0A0A0 !important;
}


.container-input[data-v-0bb8e02d] {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}
.container-input .input-header[data-v-0bb8e02d] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.container-input .input-body[data-v-0bb8e02d] {
    margin-top: 15px;
    border-top: 1px solid #707070;
}
.faixa-option[data-v-0bb8e02d] {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-option-info[data-v-0bb8e02d] {
    line-height: 18px;
    font-size: 14px;
    width: 79%;
}
.faixa-option-quantity[data-v-0bb8e02d] {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-option-quantity-display[data-v-0bb8e02d] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #464646;
    color: #464646;
}
.faixa-mobile-option[data-v-0bb8e02d] {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 30px;
    padding-left: 30px;
}
.faixa-mobile-option-info[data-v-0bb8e02d] {
    line-height: 18px;
    font-size: 14px;
    width: 74%;
}
.faixa-mobile-option-quantity[data-v-0bb8e02d] {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-mobile-option-quantity-display[data-v-0bb8e02d] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #464646;
    color: #464646;
}
.compliance-alert[data-v-0bb8e02d] {
    padding: 10px;
    border-radius: 12px;
    background-color: #f1f1f1;
}


.btn[data-v-9141394c] {
    width: 100%;
    text-align: center;
    border: 0px;
    background-color: #E88A1D;
    border-radius: 4px;
    padding: 15px;
    color: white;
    cursor: pointer;
}
.btn[disabled][data-v-9141394c] {
    cursor: default;
}


.label-resumo[data-v-92e4cdf6] {
  padding: 5px;
  display: inline-block;
  background-color: #efefef;
  color: #464646;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.preco-container[data-v-92e4cdf6] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.tooltip-container[data-v-92e4cdf6] {
  display: inline-block;
  background-color: #1c1f27;
  color: white;
  font-size: 14px;
  padding: 20px;
  border-radius: 8px;
  max-width: 290px;
  position: absolute;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  bottom: 26px;
  right: -15px;
}
.tooltip-container[data-v-92e4cdf6]::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 20%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1c1f27;
}
.tooltip-text strong[data-v-92e4cdf6] {
  color: #ffffff;
  font-weight: bold;
}
.info-container[data-v-92e4cdf6] {
  font-size: 8px;
  border: 1px solid #4f70e5;
  border-radius: 50%;
  background-color: #4f70e5;
  vertical-align: middle;
  margin-right: -3px;
}


.wrapper[data-v-a5584faa] {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border-radius: 12px;
}
.option[data-v-a5584faa] {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.option-mobile[data-v-a5584faa] {
  border-top: 1px solid #cbcbcb;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.option-info[data-v-a5584faa] {
  line-height: 18px;
  font-size: 14px;
  width: 79%;
}
.option-quantity[data-v-a5584faa] {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.option-quantity-display[data-v-a5584faa] {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #464646;
  color: #464646;
  background-color: white;
}
.header-container[data-v-a5584faa] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.container-resumo[data-v-44e0c1f2] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}
.container-precos[data-v-44e0c1f2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 90%;
    line-height: 18px;
}
.container-btn[data-v-44e0c1f2] {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-controll[data-v-44e0c1f2] {
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 48%;
    color: white;
    height: calc(100% + 2px);
}
.btn-controll[disabled][data-v-44e0c1f2] {
    background-color: #C0C0C0 !important;
    color: white !important;
    border: 1px solid #C0C0C0 !important;
}
.btn-reservar[data-v-44e0c1f2] {
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 90%;
    color: white;
}
.container-estado[data-v-44e0c1f2] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-estado-interno[data-v-44e0c1f2] {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.container-total-compra[data-v-44e0c1f2] {
    width: 100%;
    height: 0px;
    overflow: visible;
    position: relative;
    top: -60px;
}
.container-total-compra>div[data-v-44e0c1f2] {
    width: 100%;
    height: 50px;
    padding-left: 1rem;
    line-height: 17px;
    background-color: #FFF1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #E88A1D;
    border-bottom: 1px solid #E88A1D;
}


.footer-container[data-v-f91f179e] {
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 200;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer-container-alert-partial-payment[data-v-f91f179e] {
    width: 100%;
    background-color: white;
    z-index: 200;
    position: fixed;
    bottom: 80px;
    left: 0px;
}
.container-telas[data-v-f91f179e] {
    width: 100%;
    height: calc(100vh - 80px);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: white;
}
.header-tela[data-v-f91f179e] {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: rgb(100 100 111 / 20%) 0px 10px 10px 0px;
}


.btn[data-v-0f7c5c6d] {
    width: 100%;
    text-align: center;
    border: 0px;
    background-color: #E88A1D;
    border-radius: 4px;
    padding: 15px;
    color: white;
    cursor: pointer;
}
.btn[disabled][data-v-0f7c5c6d] {
    cursor: default;
}
.btn.back[data-v-0f7c5c6d] {
    background-color: white;
    color: #464646;
}
.mobile-container[data-v-0f7c5c6d] {
  position: fixed;
  bottom: 10px;
  left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  background-color: white;
}
.mobile-spacer[data-v-0f7c5c6d] {
  height: 150px;
  width: 100%;
}
.container-total-compra[data-v-0f7c5c6d] {
    width: calc(100% + 20px);
    margin-bottom: 5px;
    margin-left: -10px;
}
.container-total-compra>div[data-v-0f7c5c6d] {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    line-height: 17px;
    background-color: #FFF1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #E88A1D;
    border-bottom: 1px solid #E88A1D;
}
@media (max-width: 770px) {
.btn[data-v-0f7c5c6d] {
        width: 49%;
}
}


.input-header[data-v-715a7be8] {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.container-input .input-body[data-v-715a7be8] {
  margin-top: 15px;
}
.faixa-option[data-v-715a7be8] {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faixa-option-info[data-v-715a7be8] {
  line-height: 18px;
  font-size: 14px;
  width: 79%;
}
.faixa-option-quantity[data-v-715a7be8] {
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faixa-option-quantity-display[data-v-715a7be8] {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #464646;
  color: #464646;
}
.faixa-mobile-option[data-v-715a7be8] {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 30px;
  padding-left: 30px;
}
.faixa-mobile-option-info[data-v-715a7be8] {
  line-height: 18px;
  font-size: 14px;
  width: 74%;
}
.faixa-mobile-option-quantity[data-v-715a7be8] {
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.faixa-mobile-option-quantity-display[data-v-715a7be8] {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #464646;
  color: #464646;
}
.compliance-alert[data-v-715a7be8] {
  padding: 10px;
  border-radius: 12px;
  background-color: #f1f1f1;
}
@media (max-width: 770px) {
.input-header[data-v-715a7be8] {
    margin-left: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
}
}


.container-input .input-header[data-v-05127c6c] {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.container-input .input-body[data-v-05127c6c] {
    margin-top: 15px;
}
.container-date-selected[data-v-05127c6c] {
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px;
}
.optionals-margins-mobile[data-v-05127c6c] {
    margin-left: 20px;
    margin-right: 20px;
}
@media (max-width: 770px) {
.container-input .input-header[data-v-05127c6c] {
        margin-left: -10px;
        width: calc(100% + 20px);
        padding-left: 10px;
}
}


.header-steps[data-v-6ecc3fa4] {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.header-label[data-v-6ecc3fa4] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #707070;
}
.faixa-option[data-v-6ecc3fa4] {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-option-info[data-v-6ecc3fa4] {
    line-height: 18px;
    font-size: 14px;
    width: 79%;
}
.faixa-option-quantity-display[data-v-6ecc3fa4] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #464646;
}


.footer-container-mobile[data-v-a536ff62] {
    width: 100%;
    height: 80px;
    background-color: white;
    z-index: 200;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer-container-alert-partial-payment[data-v-a536ff62] {
    width: 100%;
    background-color: white;
    z-index: 200;
    position: fixed;
    bottom: 80px;
    left: 0px;
}
.container-resumo[data-v-a536ff62] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}
.container-precos[data-v-a536ff62] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 90%;
    line-height: 18px;
}
.container-btn[data-v-a536ff62] {
    width: 40%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-reservar[data-v-a536ff62] {
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 90%;
    color: white;
}
.container-telas-mobile[data-v-a536ff62] {
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}


.btn[data-v-6301f0fe]{
    color: #464646;
    font-size: 10px;
}
.input-date[data-v-6301f0fe] {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    width: 101px;
    height: 65px;
    flex-shrink: 0;
    margin: 0.25rem;
    cursor: pointer; 
    color: #464646;
    flex-direction: column;
    justify-content: space-between;
}
.input-date-active[data-v-6301f0fe] {
    border-width: 2px;
    background: #E88A1D;
    width: 101px;
    height: 65px;
    flex-shrink: 0;
    border: 1px solid #E88A1D;
}
.text-active[data-v-6301f0fe]{
    color: #FFF !important;
}
.title[data-v-6301f0fe]{
    color: #464646;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.header-input-date[data-v-6301f0fe] {
    color: #464646;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex !important;
    justify-content: center;
}
.date[data-v-6301f0fe]{
    color: #E88A1D;
    margin-right: 5px;
}
.date-body[data-v-6301f0fe]{
    padding-left: 1rem;
    padding-top: 0.6rem;
    padding-right: 1rem;
}
.input-date-text[data-v-6301f0fe]{
    color: #7D7D7D;
    text-align: center;
    font-family: Poppins;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.container-input-max[data-v-6301f0fe] {
    width: 100%;
    border: 0px;
    background-color: #E88A1D;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}
.cointaner-date[data-v-6301f0fe] {
  overflow-x: hidden;
}
@media (max-width: 768px) {
    /* Estilo para dispositivos móveis */
.cointaner-date[data-v-6301f0fe] {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        -ms-overflow-style: none; /* IE e Edge */
        scrollbar-width: none; /* Firefox */
        width: 100%;
}
.container-date[data-v-6301f0fe]::-webkit-scrollbar {
    display: none;
}
.input-date[data-v-6301f0fe] {
        scroll-snap-align: center;
        height: 65px;
}
}


  

.container-horarios[data-v-3b493c2e] {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.container-horarios .item-container[data-v-3b493c2e] {
    display: block;
    margin-right: 1%;
    margin-bottom: 15px;
    text-align: center;
}
.item[data-v-3b493c2e]{
    padding: 5px;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container-horarios .item[data-v-3b493c2e] {
    border: 1px solid  #E88A1D;
    text-align: center;
    color:  #E88A1D;
    border-radius: 4px;
    cursor: pointer;
}
.container-horarios .item-disabled[data-v-3b493c2e] {
    pointer-events: none;
    cursor: default;
    border-color: #A0A0A0 !important;
    color: #A0A0A0 !important;
}
.container-horarios-mobile[data-v-3b493c2e] {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.container-horarios-mobile .item-container[data-v-3b493c2e] {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.container-horarios-mobile .item[data-v-3b493c2e] {
    border: 1px solid #707070;
    text-align: center;
    color: #2A2A2A;
    border-radius: 4px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-horarios-mobile .item-disabled[data-v-3b493c2e] {
    pointer-events: none;
    cursor: default;
    border-color: #A0A0A0 !important;
    color: #A0A0A0 !important;
}
.title[data-v-3b493c2e]{
    color: #464646;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.mobile-padding[data-v-3b493c2e] {
    padding-left: 30px;
    padding-right: 30px;
}


.wrapper[data-v-5b939d2c] {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 12px;
}
.option[data-v-5b939d2c] {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.option-mobile[data-v-5b939d2c] {
    border-top: 1px solid #CBCBCB; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.option-info[data-v-5b939d2c] {
    line-height: 18px;
    font-size: 14px;
    width: 79%;
}
.option-quantity[data-v-5b939d2c] {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.option-quantity-display[data-v-5b939d2c] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #464646;
    background-color: transparent;
}
.header-container[data-v-5b939d2c] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.faixa-container[data-v-7b42ceae]{
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
}
.faixa-option[data-v-7b42ceae] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.faixa-option-info[data-v-7b42ceae] {
    line-height: 18px;
    font-size: 14px;
    width: 79%;
}
.faixa-option-quantity[data-v-7b42ceae] {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-option-quantity-display[data-v-7b42ceae] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #464646;
}
.faixa-mobile-option[data-v-7b42ceae] {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #CCCCCC;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: -30px;
    margin-right: -30px;
    padding-right: 30px;
    padding-left: 30px;
}
.faixa-mobile-option-info[data-v-7b42ceae] {
    line-height: 18px;
    font-size: 14px;
    width: 74%;
}
.faixa-mobile-option-quantity[data-v-7b42ceae] {
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.faixa-mobile-option-quantity-display[data-v-7b42ceae] {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #464646;
}
.compliance-alert[data-v-7b42ceae] {
    padding: 10px;
    border-radius: 12px;
    background-color: #f1f1f1;
}
.fa-plus[data-v-7b42ceae]{
    cursor: pointer;
}
.disabled-quantity[data-v-7b42ceae] {
    cursor: not-allowed; font-size: 10px; border: 1px solid #ACACAC; border-radius: 100%; color: #ACACAC;
    pointer-events: none;
}
.add-quantity[data-v-7b42ceae]{
    cursor: pointer; font-size: 10px; border: 1px solid #FF9A36; border-radius: 100%; color: #FF9A36;
}


.btn[data-v-6f337c1b] {
    width: 100%;
    text-align: center;
    border: 0px;
    background-color: #E88A1D;
    border-radius: 4px;
    padding: 15px;
    color: white;
    cursor: pointer;
}
.btn[disabled][data-v-6f337c1b] {
    cursor: default;
    background-color: #464646;
    color:#D3D3D3;
}


.header-evento[data-v-3d5a5324] {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background: #464646;
  height: 65px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.body[data-v-3d5a5324] {
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0px;
}
.payt-calendario-container .body[data-v-3d5a5324] {
  padding-right: 30px;
}


.container-resumo[data-v-ecaeadf0] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
}
.container-precos[data-v-ecaeadf0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 90%;
    line-height: 18px;
}
.container-btn[data-v-ecaeadf0] {
    /* width: 40%; */
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn-controll[data-v-ecaeadf0] {
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 48%;
    color: white;
    height: calc(100% + 2px);
}
.btn-controll[disabled][data-v-ecaeadf0] {
    background-color: #C0C0C0 !important;
    color: white !important;
    border: 1px solid #C0C0C0 !important;
}
.btn-reservar[data-v-ecaeadf0] {
    padding: 15px;
    border-radius: 6px;
    border: none;
    width: 90%;
    color: white;
}
.container-estado[data-v-ecaeadf0] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container-estado-interno[data-v-ecaeadf0] {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.container-total-compra[data-v-ecaeadf0] {
    width: 100%;
    height: 0px;
    overflow: visible;
    position: relative;
    top: -60px;
}
.container-total-compra>div[data-v-ecaeadf0] {
    width: 100%;
    height: 50px;
    padding-left: 1rem;
    line-height: 17px;
    background-color: #FFF1E1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid #E88A1D;
    border-bottom: 1px solid #E88A1D;
}


.footer-container[data-v-81c36fb4] {
  width: 100%;
  height: 80px;
  background-color: white;
  z-index: 200;
  position: fixed;
  bottom: 0px;
  left: 0px;
}
.footer-container-alert-partial-payment[data-v-81c36fb4] {
  width: 100%;
  background-color: white;
  z-index: 200;
  position: fixed;
  bottom: 80px;
  left: 0px;
}
.container-telas[data-v-81c36fb4] {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100dvh;
  background-color: white;
  overflow: auto;
}
.header-tela[data-v-81c36fb4] {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: rgb(100 100 111 / 20%) 0px 10px 10px 0px;
}
.container-input[data-v-81c36fb4] {
  width: 100%;
  border: 0px;
  background-color: #e88a1d;
  border-radius: 5px;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}


/*# sourceMappingURL=app.css.map*/