* {
    font-family: "Plus Jakarta Sans", sans-serif;
    box-sizing: border-box;
    margin: 0 auto;
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 3.5rem;
    }
}

span.popin {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    background: #e64444;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 7px;
}

.nav-link {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #231f20;
    font-weight: 500;
    font-size: 14px;
}

.icons a {
    padding: 0 7px;
    font-size: 18px;
}

.carousel-item .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.back-quem-somos {
  background-position: top !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  /* x-offset | y-offset | blur | spread | color */
  /* box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2); */ 
}

#quem-somos-home h2 {
    letter-spacing: -1px;
    padding-top: 10px;
    padding-right: 175px;
}

#quem-somos-home p {
    padding: 10px 40px 10px 0;
    line-height: 30px;
    text-align: justify;
}

#eventos {
    background-image: url("../img/fundo_eventos.webp");
    background-size: cover;
    min-height: 800px;
}

.eventos {

    list-style: none;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0px;

}

.eventos li {
    flex: 46%;
    margin: 10px 1% 5px 1%;
    height: 270px;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    /* Necessário para o overlay */
    border-radius: 12px;
    /* Mantém o arredondamento */

}


/* Container do card/evento */

li.evento {

    position: relative;

    /* mantém o arredondamento correto */

    border-radius: 8px;
    /* ajuste ao seu radius */

    background-size: cover;

    background-position: center;

}



/* overlay */

li.evento::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
    /* overlay */

}

.ribbon-target {

    width: 170px;
    height: 30px;
    left: -10px;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    background-color: #3699FF;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;

}

.ribbon-target .ribbon-inner {

    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.ribbon-target>.ribbon-inner {

    z-index: -1;
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

}

.ribbon-target .ribbon-inner:before,
.ribbon-target .ribbon-inner:after {

    content: "";
    position: absolute;
    border-style: solid;
    bottom: -10px;
    left: 0px;
    border-color: transparent;

}

.ribbon-target .ribbon-inner:before {
    border-width: 0 11px 11px 0;
    border-right-color: #181C32 !important;

}

/*

.eventos li::after {

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(255, 255, 255, 0) 100%);

    content: '';

    display: block;

    height: 100%;

    position: absolute;

    width: 100%;

    border-radius: 5px;

}

*/

.not-hover {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    z-index: 1;
}

.hover {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    z-index: 1;
    color: #fff;
}

.hoverEventos {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
    z-index: 1;
    color: #000;
}

.hover small {
    font-weight: 300;
    font-size: small;
    margin-top: -2px !important;
}

.hoverEventos small {
    font-weight: 300;
    font-size: small;
    margin-top: -2px !important;
}

.btn-evento {
    background: #fff;
    width: 245px;
    padding: 10px 30px;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}

.eventos li a {
    z-index: 99;
    text-decoration: none;
    padding: 10px;
    height: 270px;
    display: flex;
    align-items: flex-end;
}

.atracoes li a {
    z-index: 99;
    text-decoration: none;
    padding: 10px;
    height: 270px;
    display: flex;
    align-items: flex-end;
}

a.btn-evento-eventos {
    background: #fff;
    width: 100%;
    padding: 10px 30px;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    border: 1px solid #000;
}

.form-control,
.form-select {
    padding: 10px;
    color: #686767;
}

.estacionamentos {
    margin-top: 20px;
}

.estacionamentos .img {
    height: 300px;
    background-position: center !important;
    background-size: cover !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.estacionamentos .nome {
    background-color: #fff;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-estacionamentos {
    background: #000;
    color: #fff;
    margin-top: 20px;
    padding: 20px;
}

#porque img:not(.pin) {
    width: 100px;
}

#porque h3 {
    font-size: 18px;
}

#porque p {
    font-size: 0.9rem;
}

.container-contact100 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    background-image: url("../img/fundo_eventos_2.webp");
    background-size: cover;
    opacity: 5;

}

.wrap-contact100 {
    width: 650px;
    background: 0 0;
    padding: 50px 0 60px
}

.contact100-form {
    width: 100%
}

.contact100-form-title {
    display: block;
    font-size: 30px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 49px
}

.wrap-input100 {
    width: 100%;
    background-color: #fff;
    border-radius: 31px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.input100 {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 31px;
    font-size: 14px;
    color: #8f8fa1;
    line-height: 1.2
}

input.input100 {
    height: 50px;
    padding: 0 35px;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
}

textarea.input100 {
    min-height: 169px;
    padding: 19px 35px 0;
    border: 1px solid #d5d5d5;

}

.focus-input100 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #fff;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.input100:focus+.focus-input100 {
    width: calc(100% + 20px)
}

.container-contact100-form-btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px
}

.contact100-form-btn {
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 50px;
    border-radius: 31px;
    font-size: 14px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    position: relative;
    z-index: 1;
    border: 1px solid #d5d5d5;
}

.contact100-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #FFF;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

footer {
    background-color: #15202a;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .no-mobile {
        display: none !important;
    }

    .m-1p {
        padding: 0 1% 0 1% !important;
    }

    .carousel-item {
        height: 650px;
        background-position: bottom center !important;
        background-size: cover !important;
    }

    .banner-height {
        height: 650px;
        position: relative;
        z-index: 2;
        text-align: center;
    }
}

@media only screen and (min-width: 601px) {
    .mobile {
        display: none !important;
    }

    .border-r {
        border-right: 1px dashed #27272785;
    }

    .carousel-item {
        height: 600px;
        background-position: bottom center !important;
        background-size: cover !important;
    }

    .banner-height {
        height: 600px;
        position: relative;
        z-index: 2;
    }

}

/* Produtos */

#produtos span {
    font-weight: 800;
    font-size: 1.5rem;
}

.qtd {
    width: 20%;
    height: 45px;
}

.btn_finalizar {
    width: 100%;
    color: #fff;
    border-radius: 5px !important;
    border: none;
    height: 45px;
    line-height: 32px;
}

.btn_carrinho {
    width: 250px;
    color: #fff;
    border-radius: 5px !important;
    border: none;
    height: 45px;
    line-height: 32px;
}

.btn:hover {
    background: #000;
    color: #fff;
}

.btn_add,
.reserve-sua-vaga {
    width: 215px;
    /* background: linear-gradient(0deg, rgba(146, 8, 8, 1) 0%, rgba(235, 28, 35, 1) 100%); */
    color: #fff;
    border-radius: 5px !important;
    border: none;
    height: 45px;
    line-height: 32px;
}

i.bi.bi-question-circle-fill {
    font-size: 2rem;
}

#eventos iframe {
    width: 100%;
    height: 300px;
    border: 5px solid #fff !important;
}

.atracoes {
    list-style: none;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0px;
}

.atracoesEventos {
    list-style: none;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0px;
}

.atracoes li::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 5px;
}

/* Fim Produtos */


/* Carrinho */

.shop-cart {
    background: #fff;
    border-radius: 5px;
    margin-top: 5%;
    padding: 30px;
}

.shop-cart th,
.shop-cart .table td {
    vertical-align: middle;
}

.shop-cart-checkout {
    background: #fff;
    border-radius: 5px;
    margin-top: 5%;
    padding: 30px;
}

.shop-cart-checkout th,
.shop-cart-checkout .table td {
    vertical-align: middle;
}

.cart-product-quantity .minus,
.cart-product-quantity .plus {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 -5px;
    padding: 5px 12px;
}

.cart-product-quantity .qtd_carrinho {
    border: 1px solid #eee !important;
    max-width: 40px !important;
    padding: 5px !important;
    text-align: center;
}

.ahfb-svg-iconset svg {
    width: 17px;
    height: 17px;
    transition: none;
}

a.remove .ahfb-svg-iconset {
    transform: scale(.7);
    transition: none;
}

.ast-inline-flex {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.ahfb-svg-iconset {
    -js-display: inline-flex;
    display: inline-flex;
    align-self: center;
}

a.remove::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #415161;
    border-radius: 100%;
    transition: all .2s linear;
}

a.remove {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    border-radius: 100%;
    color: #415161;
    text-decoration: none;
    opacity: .5;
}

a.remove:hover {
    color: #415161;
    opacity: 1;
}

hr.space {
    border: none;
    height: 50px;
}

.space {
    width: 100%;
    display: block;
    clear: both;
    height: 60px;
    position: relative;
}

.lista-php td:not(.lista-php td:nth-last-child(1)),
.lista-php th:not(.lista-php th:nth-last-child(1)) {
    border-right: 1px solid #FFF;
}

h2.title-carrinho {
    letter-spacing: -1px;
    padding-top: 10px;
}

td.cart-product-thumbnail {
    width: 125px;
}

.cart-product-subtotal {
    text-align: right;
    padding-right: 20px !important;
}

/* Fim Carrinho */
.table-bordered>thead>tr>th {
    border-top: 1px solid #f8f9fa !important;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dddddd;
    border-right-width: 0px;
    border-left-width: 0px;
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
}

.product-total {
    text-align: right;
}

.box-payment {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 1.5em 1em;
    margin: 2em 0;
    font-size: .92em;
    border-radius: 5px;
    line-height: 1.5;
    background-color: #dfdcde;
}

.box-payment::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.9em;
    left: 0;
    margin: -1em 0 0 2em;
    border-bottom-color: #dfdcde;
}

span.help-block {
    font-size: 12px;
    position: absolute;
    text-align: right;
    margin-top: -1px;
    color: #d7403a;
}

.spinner {
    position: relative;
}

.spinner.spinner-track.spinner-warning:before {
    border: 2px solid #ffdc99;
    border-top-color: #f09e00;
}

.spinner.spinner-track:before {
    -webkit-animation: animation-spinner 0.5s linear infinite;
    animation: animation-spinner 0.5s linear infinite;
}

.spinner.spinner-warning:before {
    border: 2px solid #FFA800;
    border-right: 2px solid transparent;
}

.spinner:before {
    -webkit-animation: animation-spinner 0.5s linear infinite;
    animation: animation-spinner 0.5s linear infinite;
}

.spinner:before {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
}

.spinner:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    border: 2px solid #D1D3E0;
    border-right: 2px solid transparent;
}

@-webkit-keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert.alert-custom.alert-outline-warning {
    background-color: transparent;
    border-color: #FFA800;
}

.alert.alert-custom.alert-outline-danger {
    background-color: transparent;
    border-color: #F64E60;
}

.alert.alert-custom.alert-outline-success {
    background-color: transparent;
    border-color: #1BC5BD;
}



.alert.alert-custom.alert-outline-2x {
    border-width: 2px;
}

.alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}

.alert.alert-custom.alert-outline-danger .alert-text {
    color: #F64E60;
}

.alert.alert-custom.alert-outline-success .alert-text {
    color: #1BC5BD;
}

.alert.alert-custom.alert-outline-warning .alert-text {
    color: #FFA800;
}

i.bi.bi-bag-check {
    color: #1BC5BD;
    font-size: 20px;
}

i.bi.bi-exclamation-triangle {
    color: #F64E60;
    font-size: 20px;
}

label.error {
    position: absolute;
    color: #ec1c24;
    font-size: 14px;
    bottom: -23px;
}

@media only screen and (max-width: 600px) {
    .dev {
        min-height: 581px;
        background-color: #cccccca3;
        border-radius: 10px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -.5px;
        display: flex;
        justify-content: center;
        padding: 20px;
        position: absolute;
        top: 155px;
        width: 475px;
        align-items: center;
    }

    .atracoes li {
        width: 100%;
        margin: 10px 1% 15px 1%;
        height: 270px;
        background-position: center !important;
        background-size: cover !important;
        position: relative;
    }

    .atracoesEventos li {
        width: 100%;
        margin: 10px 1% 15px 1%;
        color: #000;
    }

    .atracoesEventos li img {
        object-fit: cover;
        width: 100%;
        height: 350px;
    }

    span.categoria {
        margin-bottom: -15px;
        display: block;
        text-align: center;
    }

    p.valor {
        font-weight: 900;
        font-size: 3rem;
        letter-spacing: -5px;
        text-align: center;
    }

    span.restante.d-block {
        text-align: center;
    }

    .shop-cart th,
    .shop-cart .table td {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .box-capa {
        -webkit-box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        width: 379px;
        height: 379px;
        object-fit: cover;
    }

    a.btn-banner {
        color: #fff;
        padding: 20px;
        border: 1px solid white;
        margin-top: 20px;
        width: 185px;
    }

}

@media only screen and (min-width: 601px) {
    .dev {
        min-height: 581px;
        background-color: #cccccca3;
        border-radius: 10px;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -.5px;
        display: flex;
        justify-content: center;
        padding: 20px;
        position: absolute;
        top: 175px;
        width: 500px;
        align-items: center;
    }

    .atracoes li {
        width: 48%;
        margin: 10px 1% 15px 1%;
        height: 300px;
        background-position: center !important;
        background-size: cover !important;
        position: relative;
    }

    .atracoesEventos li {
        width: 23%;
        margin: 10px 1% 15px 1%;
        color: #000;
    }

    .atracoesEventos li img {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }

    span.categoria {
        margin-bottom: -15px;
        display: block;
    }

    p.valor {
        font-weight: 900;
        font-size: 4rem;
        letter-spacing: -5px;
    }

    .box-capa {
        -webkit-box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 31px 3px rgba(0, 0, 0, 0.75);
        width: 479px;
        height: 479px;
        object-fit: cover;
    }

    a.btn-banner {
        color: #fff;
        padding: 20px;
        border: 1px solid white;
        margin-top: 20px;
        width: 185px;
    }

}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

div#small-para-finalizar {
    margin: 20px 0px;
    border-top: 1px dashed #505050;
    padding-top: 20px;
}

.border-box {
    margin-top: 20px;
    border-top: 1px dashed #505050;
    padding-top: 20px;
}

/*New Event Card */

:root {
    --cor-primaria: #d7403a;
    --cor-secundaria: #343a40;
    --cor-fundo: #f8f9fa;
    --sombra-suave: 0 4px 15px rgba(0, 0, 0, 0.08);
    --borda-radius: 8px;
}

.evento-card {
    border: none;
    border-radius: var(--borda-radius);
    box-shadow: var(--sombra-suave);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.evento-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.evento-card-img-container {
    position: relative;
    height: 250px;
    overflow: hidden;
    width: 100%;
}

.evento-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evento-card-ribbon {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #dc3545;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    width: auto;
    text-align: center;
    border-top-right-radius: var(--borda-radius);
    border-bottom-right-radius: var(--borda-radius);
}

.evento-card .card-body {
    padding: 20px;
}

.evento-card .card-title {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

.evento-card .btn-primary {
    background-color: var(--cor-primaria);
    border: none;
    font-weight: 600;
    width: 80%;
    margin-bottom: 20px;
}

#lista-eventos {
    padding: 60px 0;
}

.filtro-container {
    background-color: #fff;
    padding: 20px;
    border-radius: var(--borda-radius);
    box-shadow: var(--sombra-suave);
    margin-bottom: 40px;
}

.form-select {
    font-weight: 600;
}

.form-control[readonly] {
    background: #e3e3e3;
}