:root {
    --yellow: #FED23D;
    --dark-blue: #1B2F62;
    --bs-btn-hover-bg: #004C3F;
    --bs-btn-hover-border-color: #004C3F;
}

@font-face {
    font-family: "Nove";
    src: url(../fonts/Evermore/Evermore.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans Bold";
    src: url(../fonts/Acumin/Acumin-BdPro.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans Light";
    src: url(../fonts/Acumin/Acumin-ItPro.ttf) format('truetype');
}

@font-face {
    font-family: "Kumbh Sans";
    src: url(../fonts/Acumin/Acumin-RPro.ttf) format('truetype');
}

body {
    font-family: 'Kumbh Sans';
}

hr {
    border: 1px solid #D3D3D3;
}



.btn-back:hover{
    color: #FFF;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: #004C3F !important;
    color: #7F2628 !important;
}

.datepicker active, .datepicker table tr td.active {
    background-repeat: no-repeat;
    background-image: none !important;
    background-color: #004C3F !important;
}


.btn-primary:active {
    /*color: var(--bs-btn-hover-color);*/
    background-color: #7F2628 !important;
    border-color: #7F2628 !important;
}

.btn-primary:hover {
    background-color: #7F2628 !important;
    border-color: #7F2628 !important;
}


#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: #004C3F;
}

#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: 30px;
    line-height: 210%;
    color: #004C3F;
}

.img-display {
    height: 58rem;
}

.short-description {
    color: #004C3F;
}


.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: #004C3F;
}

#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: #004C3F;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    padding: 1rem 0rem;
}

#total_compra {
    font-weight: 400;
}

#ticketsTab .nav-link{
    background-color:#BC9A5F;
    /*background-image: url(../img/tab.svg);*/
    background-blend-mode: soft-light;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    /*color: #004C3F;*/
    width: 13.125rem;
    height: 4.22rem;
    border: none;
    border-radius: 0.5rem;
    font-family: 'Nove';
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.08em;

}

#ticketsTab .nav-link.active {
    background-color: #004C3F;
    color: #FFF;
}

.select-date, .select-tickets, .short-description, .form-cupom, .payment {
    background-color: #FFF;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 0%;
}

.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: #004C3F;
}

.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: #004C3F;
}

.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: #004C3F;
}

.bg-big {
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: top center;
    min-height: 70rem;
    margin-top: -3rem;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 13.35rem;
}

.bg-index {
    background-image: url(../img/bg-header.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: #004C3F;
}

.bg-big h2{
    font-family: 'Nove';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 120%;
    /* or 58px */
    color: #004C3F;
}

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;
    */
    background-color: #004C3F;
    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 {
    white-space: nowrap;
    background: #BC9A5F;
    border-color: #BC9A5F;
    border-radius: 1.05rem;
    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: #004C3F;
    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: #004C3F;
    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: #004C3F;
    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: #004C3F;
}

.summary {
    color: #004C3F;
}

.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.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-instagram {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/instagram.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-facebook {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/facebook.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-tiktok {
    width: 4rem;
    height: 4rem;
    background-image: url(../img/tiktok.webp);
    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: #BC9A5F;
}

.bg-white .icon-user, .bg-white .icon-cart, .bg-white .icon-menu {
    /*filter: invert(1);*/
}

.bg-white .btn-primary {
    color: #FFF;
}

.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: #FFF;
}

.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: #004C3F;
}

.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: 1rem 1rem 0.6rem;
    color: #FFF;
    background-color: #004C3F;
    font-style: normal;
    font-weight: 400;
    font-size: 3.0rem;
    line-height: 120%;
    height: 5rem;
    width: 5rem;
    border-radius: 20%;
    font-family: 'Kumbh Sans Bold';
}

.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: #004C3F;
    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: #004C3F;
}

.active.day {
    background-image: #004C3F!important;
    background-color: #004C3F!important;
}

.form-cupom p {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 120%;
    color: #004C3F;

}

#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: #004C3F;
    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%;
    }
    
    #popup {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
   
}

/*SÃ³ mobile*/
@media screen and (max-width: 769px ){

    .navbar-brand {
        max-height: 5.8rem;
    }

    .justify-content-center{
    margin-top: -10%
    }

    .select-date, .select-tickets, .form-cupom, .payment {
    margin-top: -20%;
    }


    .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: -20rem;
        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;
    }
    #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: 5.75rem;
    }
    .nav-item .btn-info {
        width: 100%;
        padding: 1.25rem 2rem;
    }
    
    #popup {
        display: none;
        position: fixed;
        top: 50%;
        /* left: 50%; 
        transform: translate(-50%, -30%); */
        background-color: white;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);

    
    }
}

.bg-mundoavapor {
    background-image: url(../img/mundoavapor-fechado.png);
    width: 100%;              /* ocupa toda a largura */
    height: 33vh;             /* altura relativa à tela */
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.close-popup {
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    color: #004c3f;
}

#popup img {
    max-width: 100%;
}
