:root {
    --yellow: #FED23D;
    --dark-blue: #1B2F62;
    --green: #00b5c6;
}

@font-face {
    font-family: "Nove";
    src: url(../fonts/Nove1.2/Nove1.2.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans Bold";
    src: url(../fonts/Kumbh/KumbhSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans Light";
    src: url(../fonts/Kumbh/KumbhSans-Light.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans";
    src: url(../fonts/Kumbh/KumbhSans-Regular.ttf) format('truetype');
}

body {
    font-family: 'Kumbh Sans';
}

hr {
    border: 1px solid #D3D3D3;
}

.horarios {
        
    display: flex;
    align-items: center;
    justify-content: center;
    }

/* Estilo base para todos os dias personalizados */
.agenda_9_21,
/*.agenda_12_21,*/
.agenda_9_17,
.agenda_14_21,
.agenda_fechado,
.agenda_passado {
    background-color: #1b2f62 !important;
    color: #ffffff !important;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    /*padding: 2px; Máximo */
    margin: 0;     /* Nunca use margin nos <td> */
    
}   

/* Cores específicas */
/*.agenda_12_21 { background-color: #ff6600 !important; }*/
.agenda_9_17 { background-color: #dfa812 !important; }
.agenda_14_21 { background-color: #1b6233 !important; }
.agenda_fechado { background-color: #8f8f8f !important;
pointer-events: none; /* desabilita clique */
cursor: default;   }
.agenda_passado {
    background-color: #cccccc !important;
    opacity: 0.5;
    pointer-events: none;
}

.day-value {
    font-size: .8em !important;
    font-weight: 400;
    margin: -2px -5px 0 -5px;
    padding: 0;
}


.modal.fade .modal-dialog {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
    transform: scale(0.1); 
    opacity: 0;
}

.modal.show .modal-dialog {
    transform: scale(1); 
    opacity: 1;
}

#error h2 {
  background-color: #212e61; 
  color: white;                        
  padding: 10px 20px;                                  
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;


}

    


#offcanvasCart h3 {
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 120%;
}

#modalLogin h4 {
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: darkblue;
}

#modalLogin .modal-header {
    border-bottom: 0rem;
    margin-bottom: 0rem;
}

#offcanvasCart .offcanvas-body {
    margin: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.title-payment, .text-start {
    font-family: nove, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: var(--dark-blue);
}

.img-display {
    height: 58rem;
}

.short-description {
    color: var(--dark-blue);
}

.short-description h5 {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 120%;
}

#carouselHome .carousel-indicators {
    right: auto;
    top: 0;
    flex-direction: column;
    margin-left: 5%;
}

#carouselHome .carousel-indicators [data-bs-target] {
    width: 0.75rem;
    height: 0.75rem;
    background-color: #FFF;
    opacity: initial;
    border-radius: 100%;
}

#carouselHome .carousel-indicators .active {
    height: 1.5rem;
    background-color: var(--yellow);
    border-radius: 40%;
}

.section-payment, .section-user-data {
    padding: 2rem;
    border: 1px solid #D3D3D3;
    border-radius: 0.5rem;
}

.text-bg-danger {
    background-color: #FFE6E5!important;
    color: #BD0700!important;
    font-weight: 500;
}

#frmlogin {
    background-color: #FFF;
    border: 1px solid #D3D3D3;
    border-radius: 1rem;
    padding: 2rem;
}

.payment .form-control {
    height: 3.25rem;
    font-size: 1rem;
    color: #7E7E7E;
}

#frmlogin .form-control, .payment .form-control{
    border: 1px solid #C2C2C2;
    border-radius: 6.25rem;
}

#frmlogin .form-label, .payment .form-label{
    font-weight: 500!important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    color: #3D535E !important;
}

#data_visita_view, .data_visita_view {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%;
    color: var(--dark-blue);
}

#ticketsTab {
    padding: 3rem 0rem;
    border-bottom: 1px solid #FAD9D0;
}

#ticketsTabContent{
    padding: 3rem 0rem;
}

#btn-finalizar-compra {
    width: 100%;
    height: 4rem;
    width: 21.188rem;
    font-size: 1.25rem;
}

.footer-subtotal {
    color: var(--dark-blue);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    padding: 1rem 0rem;
}

#total_compra {
    font-weight: 400;
}



#ticketsTab .nav-link{
   /* background-color:rgb(192, 189, 13);*/
    background-image: url(../img/tab.svg);
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    color: var(--dark-blue);
    width: 13.125rem;
    height: 4.22rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Nove';
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 0rem 1.9rem;
    letter-spacing: 0.08em;

}
#ind{
        background-color: #36b190 !important;
        border: none;
        border-radius: 0.5rem;
    }

#com{
        background-color: #84ccda !important;
        border: none;
        border-radius: 0.5rem; 
    }

#esp{
        background-color: #fece30 !important;
        border: none;
        border-radius: 0.5rem;
    }

#ticketsTab .nav-link.active {
    background-color: #1b2f62;
    color: #FAD9D0;
}

.select-date, .select-tickets, .short-description, .form-cupom, .payment {
    background-color: #FFF;
    border-radius: 1rem;
    padding: 2rem;
}

.payment .form-check {
    height: 3.813rem;
    padding: 1rem 2.5em;
}

.payment .form-check.cheked {
    border: 1px solid #BCBCBC;
    border-radius: 0.5rem;
}

.short-description, .form-cupom{
    height: fit-content;
    border: 1px solid #D3D3D3;
}

    .datepicker {
        font-family: 'Kumbh Sans';
        color: var(--dark-blue);
    }

.datepicker-inline, .datepicker-inline .table-condensed {
    width: 100%!important;
    padding: 2rem;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #FFF;
}

.datepicker-inline {
    margin: 3rem 0rem;
    border: 1px solid #C0C0C0;
    border-radius: 0.5rem;
    padding: 0rem!important;
}

.datepicker-inline thead tr:nth-of-type(2) {
   border-bottom: 1px solid #FAD9D0;
}

.datepicker-switch, .next, .prev {
    padding: 0rem 1.5rem 1.5rem 1.5rem !important;
    color: var(--dark-blue);
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    border-radius: 3.75rem;
    text-decoration: line-through;
    background: #F3F3F3!important;
    color: #C0C0C0!important;
}

.datepicker table tr td {
    border-radius: 3.75rem!important;
    border: 1px solid #9292A9!important;
    width: 6.527rem!important;
    height: 2.625rem!important;
    padding: 1rem 2rem;
}

.datepicker table {
    border-collapse: unset !important;
}

.datepicker tfoot {
    display: none;
}

.disabled.day {
    border: 0rem!important;
}

.day {
    color: #1B2F62;
    font-weight: 600;
}

.welcomeText {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.text-md-end.social {
    height: 2.25rem;
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 120%;
}

.partners-big h3 {
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 120%;
    color: var(--dark-blue);
}

.bg-big {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: center;
        height: 83.75rem; 
    margin-top: -4rem;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 13.35rem;
}

.bg-index {
    background-image: url(../img/bg-index.png);
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-big h1{
    font-family: 'Nove';
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 120%;
    /* or 58px */
    text-align: center;
    color: var(--dark-blue);
}

.bg-big h2{
    font-family: 'Nove';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
    /* or 58px */
    text-align: left;
    color: var(--dark-blue);
}

footer {
    background-color: #E6E6E6;
    color: #898988;
}

.bg-light {
    background-color: #E6E6E6;
}

.footer {
    background-image: url(../img/footer-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    padding: 5rem 1rem;
}

.footer .row {
    align-items: center;
    align-content: center;
}

.logo-footer {
    height: 8.5rem;
}

.fa-arrow-down {
    background-color: #84CCDA;
    padding: 1.313rem;
    height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
    border-radius: 50%;
}
.welcomeText h1 {
    width: 51.25rem;
    height: 9.625rem;
    font-style: normal;
    font-weight: 900;
    font-size: 4rem;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 1rem;
}

.btn-primary {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    border-radius: 3.75rem;
    height: 3.75rem;
    width: 14.75rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    /*letter-spacing: 1px;*/
}

.btn-info {
    background: #84CCDA;
    border-color: #84CCDA;
    color: var(--dark-blue);
    border-radius: 3.75rem;
    height: 4.125rem;
    width: 14.75rem;
    padding: 0.625rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-back {
    color: var(--dark-blue);
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 120%;
    margin-bottom: 3rem;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.nav-link {
    font-size: 1.125rem;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
} 

li.nav-item {
    padding-right:  1rem;
    padding-left:  1rem;
}

#navbar {
    background-color: #1B2F62;
    color: #FFF;
    width: 100%;
}

.btn-primary.btn-card-quant, .btn-mais-carrinho, .btn-menos-carrinho {
    height: 3rem;
    width: 1.5rem;
    padding: 0.1rem;
    border-radius: 3.75rem;
}

.plano_quant, .item-carrinho {
    border: 0rem;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 120%;
    color: var(--dark-blue);
}

.summary {
    color: var(--dark-blue);
}

.select-quant-group {
    width: 6.688rem;
}

#cart-itens {
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 1.5rem 0rem;
    margin: 1.5rem 0rem;
}

.summary h4 {
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 120%;
    color: #1B2F62;
    margin-bottom: 1.125rem;
}

.btn-card-quant {
    align-items: center;
    justify-content: center;
    display: flex!important;
}

.icon-user {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/account_circle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-ticket {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/ticket.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-plus {
    width: 0.535rem;
    height: 0.535rem;
    background-image: url(../img/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-min {
    width:  0.535rem;
    height: 0.14rem;
    background-image: url(../img/min.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.icon-wpp {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/wpp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-instagram {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/instagram.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-facebook {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/facebook.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-tiktok {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/tiktok.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-bottom {
    width: 4rem;
    height: 4rem;
    margin-right: 0.625rem;
    background-image: url(../img/cicle-bottom.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-cart {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/shopping.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-close {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.625rem;
    background-image: url(../img/close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-menu {
    width: 2.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-left {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/arrow_left_alt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-list .card-img-top {
    max-height: 16.839rem;
    object-fit: cover;
}

.bg-white .nav-link {
    color: var(--dark-blue);
}

.bg-white .icon-user, .bg-white .icon-cart, .bg-white .icon-menu {
    filter: invert(1);
}

.bg-white .btn-primary {
    color: #00B5C6;
}

.blog-list {
    color: #464646;
}

.blog-list .card-title {
    color: #22453A;
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.blog-list .card.w-100:last-child {
    margin-bottom: -2rem!important;
}

.page-template-blog hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.nav-link:focus, .nav-link:hover {
    color: #00B5C6;
}

.page-template-blog .bg-index, .single .bg-index, .page-template-page-content .bg-index{
    height: 35rem; border-bottom: 2rem solid;
    border-image: linear-gradient( to left, #00B5C6 40%, #1B2F62 0%) 30;
}

.page-template-page-simple .bg-index{
    height: 30rem; border-bottom: 2rem solid;
    border-image: linear-gradient( to left, #00B5C6 40%, #1B2F62 0%) 30;
}

footer .menu ul {
    list-style: none!important;
    display: flex!important;
    flex-wrap: wrap!important;
    justify-content: space-between!important;
    padding: 2rem 0rem;
}

footer .menu ul a, footer .menu ul {
    color: var(--dark-blue);
}

.single .blog-list .card.w-100:last-child{
    border: 0rem;
    margin-bottom: 4rem!important;
}

.badge.text-bg-success {
    background-color: #E6ECE7!important;
    color: #22453A!important;
    border-radius: .25rem;
    padding: .5rem;
}

a.read-post{
    color: #22453A;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.read-post .icon-right {
    height: 1rem;
    width: 1rem;
    margin-left: 1rem;
}

h2.title-page {
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 148%;
    letter-spacing: 0.16em;
    text-transform: uppercase;

}

.icon-right {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
    background-image: url(../img/arrow_right_alt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.plan-details {
    border: 1px solid #FAD9D0;
    border-radius: 0.5rem;
    padding: 1rem;
}

.step {
    padding: 0.2rem 1rem 0.2rem;
    color: #84CCDA;
    background-color: var(--dark-blue);
    font-style: normal;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 120%;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    font-family: 'Nove';
}

.plan-img {
    min-height: 6rem;
    height: auto;
    width: 8.125rem;
    border-radius: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.plan-description p {
    margin-bottom: 0rem!important;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
}

.valor_plano {
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 0rem;
}

.products {
    color: var(--dark-blue);
    margin: 1rem auto;
}

.plan-name {
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 120%;
}

.carousel-item {
    height: 56.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#offcanvasCart {
    color: var(--dark-blue);
}

.active.day {
    background-image: var(--green)!important;
    background-color: var(--green)!important;
}

.form-cupom p {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    color: var(--dark-blue);

}

#cupom, .field-cupom .btn-primary {
    height: 3.25rem;
}

#cupom {
    font-size: 0.875rem;
}

.field-cupom .btn-primary {
    font-size: 1rem;
    color: #FAD9D0;
}

#frmlogin, #frmlogin p, #frmlogin a{
    color: var(--dark-blue);
    font-weight: 700;
    line-height: 120%;
}

#frmlogin h3{
    font-family: 'Kumbh Sans Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 120%;
}

@media screen and (min-width: 770px) {
    .row.item.products .col {
        max-width: 78%;
    }
    
}

/*Só mobile*/
@media screen and (max-width: 769px ){

    .navbar-brand {
        max-height: 2.813rem;
    }
    
    .welcomeText {
        text-align: center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        z-index: 2;
    }
    
    .welcomeText h1 {
        width: 19.5rem;
        height: 14.5rem;
        font-style: normal;
        font-weight: 900;
        font-size: 3rem;
        line-height: 120%;
        text-align: center;
        color: #FFFFFF;
        flex: none;
        order: 0;
        flex-grow: 0;
        margin-bottom: 1rem;
        font-family: 'Kumbh Sans Bold';
        font-style: normal;
        font-weight: 900;
    }

    .carousel-indicators {
        right: 0!important;
        align-items: center;
        margin-left: 0px!important;
        margin-right: 0px!important;
        justify-content: flex-end;
        margin-bottom: 20%;
    }

    .img-display {
        height: 44.375rem;
        flex-flow: nowrap;
        overflow-x: scroll;
    }
    #ticketsTab {
        flex-flow: nowrap;
        overflow-x: scroll;
    }
    #ticketsTab .nav-item.px-0 {
        padding: 0rem!important;
    }

    #ticketsTab .nav-item {
        padding: 0rem .5rem!important;
    }

    .img-display .col-md-4 {
        width: 20.625rem;
        background-position: center;
    }
    h1.tickets-type {
        font-size: 2rem;
    }
    .tickets-type .fa-arrow-down {
        margin-bottom: 2rem;
    }
    .text-md-end.social {
        padding-right: 0rem;
        padding-left: 0rem;
    }
    .bg-big {
        padding-top: 16rem;
        height: auto;
        margin-top: -6rem;
        background-size: inherit;
        background-position: top;
    }
    .select-date {
        padding: 2rem 0rem;
    }
    .text-start {
        padding: 2rem 2rem 0rem 2rem;
    }
    .datepicker-inline, .datepicker-inline .table-condensed {
        padding: 1rem 0rem;
    }
    .plan-img {
        width: 100%;
        border-radius: 0.5rem;
        background-position: center;
        margin: 0.25rem 0rem;
    }
    .select-tickets .text-start {
        padding: 0rem;
    }
    .row.finaly-sale {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background-color: #FFF;
        text-align: center;
        padding: 1rem;
        box-shadow: 0px -6px 32px rgba(0, 0, 0, 0.16);
        font-family: 'Kumbh Sans'; 
        line-height: 100%;
        font-weight: 700;
    }
    .finaly-sale .pe-md-0{
        padding-left: 0rem;
    }
    #verifyLogin-payment {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    .short-description {
        width: 90%;
    }
    .form-cupom {
        padding: .75rem;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
    }
    #cupom {
        height: 3.25rem;
        margin-bottom: .75rem;
    }
    .summary-card {
        width: 80%;
    }
    .section-payment {
        padding: .75rem;
    }
    #form-payment-select {
        border-top: 1px solid #D3D3D3;
        padding-top: 2rem;
        font-size: 1.25rem;
    }
    .section-payment {
        margin-bottom: 1.75rem;
    }
    .section-user-data {
        margin-bottom: 2.4rem;
    }
    .navbar-expand-lg {
        height: 8rem;
    }
    .navbar-expand-lg .container-fluid{
        height: 100%;
        align-items: center;
    }
    .navbar-brand img{
        max-height: 2.75rem;
    }
    .nav-item .btn-info {
        width: 100%;
        padding: 1.25rem 2rem;
    }

    .select-tickets .row.item.products{
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: .5rem;
        margin: .5rem 0 !important;
    }

    .select-tickets .row.item.products > .plan-img{
        flex: 0 0 80px !important;
        width: 80px !important;
        min-width: 80px !important;
        height: 110px !important;
        min-height: 80px !important;
        border-radius: .5rem !important;
        margin: 0 !important;
        background-size: cover !important;
        background-position: center !important;
    }

    .select-tickets .row.item.products > .col{
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .select-tickets .row.item.products .plan-details{
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: .75rem;
        padding: .4rem 0 !important;
    }

    .select-tickets .row.item.products .plan-details > .col-md-8{
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }

    .select-tickets .row.item.products .plan-details > .col-md-4{
        flex: 0 0 auto !important;
        align-self: center !important;
    }

    .select-tickets .row.item.products .plan-name{
        font-size: .95rem !important;
        line-height: 1.15 !important;
        margin-bottom: .5rem !important;
    }

    .select-tickets .row.item.products .plan-description{
        font-size: .5rem !important;
        line-height: 1.1 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        margin-bottom: .25rem !important;
    }

    .select-tickets .row.item.products .valor_plano{
        margin-bottom: 0 !important;
    }

    .select-tickets .btn-primary.btn-card-quant,
    .select-tickets .btn-mais-carrinho,
    .select-tickets .btn-menos-carrinho{
        width: 1.8rem !important;
        height: 1.8rem !important;
        font-size: .9rem !important;
    }

    .select-tickets .plano_quant{
        font-size: 1rem !important;
    }
    
}