* {
    outline-color: black !important;
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    color: black;
    overflow-x: hidden;
    font-family: "Inter", sans-serif;
    background-image: url("/img/bubbles.webp"), url("/img/bg-body.jpg");
    background-repeat: repeat-x, repeat;
    background-size: 100% auto, 110px;
    background-attachment: scroll, fixed;
    font-family: "Roboto", sans-serif !important;
}

body p {
    color: #556664 !important;
}

body::-webkit-scrollbar {
    width: 0.6rem;
}

body::-webkit-scrollbar-track {
    background-color: white;
}

body::-webkit-scrollbar-thumb {
    background-color: darkslategray;
    outline: none;
    border-radius: 0rem;
}

body ::-moz-selection {
    background-color: darkslategrey;
    color: white;
}

body ::selection {
    background-color: #474747;
    color: #fff;
}

img {
    -webkit-user-drag: none;
}

img.px {
    image-rendering: pixelated;
}

img.aa {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

p,
a,
li,
span,
small,
label,
button,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.01);
}

h3 {
    font-size: 1.6rem;
    font-weight: 400;
    color: black;
}

p {
    font-family: "Roboto", sans-serif !important;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
}

/* Animations */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Helpers */
.up {
    text-transform: uppercase;
}

.greyscale {
    filter: grayscale(100%);
}

[disabled]:hover {
    cursor: not-allowed;
}

/* Buttons */
button {
    all: unset;
}

.form-control:focus {
    box-shadow: none;
}

.contact-whatsapp {
    position: fixed;
    z-index: 99;
    bottom: 32px;
    right: 32px;
}

.contact-whatsapp i {
    font-size: 6rem;
    color: green;
    transition: all 0.3s ease-in-out;
}

.contact-whatsapp:hover i {
    color: green;
}

.contact-whatsapp::-webkit-scrollbar-track {
    display: none;
}

.contact-whatsapp::-webkit-scrollbar-thumb {
    display: none;
}

.selected-card {
    background: #69953f;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.disabled-card {
    background: #69953f;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    opacity: 0.5;
    filter: grayscale(100%);
    cursor: not-allowed;
}

.disabled-card button {
    cursor: not-allowed;
}

.selected-card-active {
    background: #1b75bb;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media (max-width: 767.98px) {
    body::-webkit-scrollbar {
        display: none;
    }
}

.tabs {
    align-self: flex-start;
}

.text-primary {
    color: #69953f !important;
}

.border-radius {
    border-radius: 0.5rem;
}

.btn-primary,
.mdc-button--raised:not(:disabled) {
    background-color: #69953f;
    border-color: #69953f;
}

.btn-primary:disabled,
.mdc-button--raised:not(:disabled):disabled {
    color: rgba(0, 0, 0, 0.38);
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.table-cbb thead th {
    font-size: 1.2rem;
    color: #69953f;
}

.table-cbb tr {
    transition: all 0.2s ease-in-out;
}

.table-cbb tr:hover {
    background: #f5f5f5;
}

.btn {
    transition: all 0.2s ease-in-out;
}

.btn:hover {
    opacity: 0.9;
}

.card-cbb {
    @import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
    @import url("https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
}

.card-cbb .card__like {
    width: 18px;
}

.card-cbb .card__clock {
    width: 15px;
    vertical-align: middle;
    fill: #ad7d52;
}

.card-cbb .card__time {
    font-size: 12px;
    color: #ad7d52;
    vertical-align: middle;
    margin-left: 5px;
}

.card-cbb .card__clock-info {
    float: right;
}

.card-cbb .card__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-cbb .card__info-hover {
    position: absolute;
    padding: 16px;
    width: 100%;
    opacity: 0;
    top: 0;
}

.card-cbb .card__img--hover {
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 235px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    top: 0;
}

.card-cbb .card-n {
    margin-right: 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1);
    height: 25rem;
}

.card-cbb .card:hover {
    box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1);
    transform: scale(1.1, 1.1);
}

.card-cbb .card__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 16px 24px 24px 24px;
}

.card-cbb .card__category {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #868686;
}

.card-cbb .card__title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: "Roboto Slab", serif;
    font-size: 1.2rem;
}

.card-cbb .card__by {
    font-size: 12px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.card-cbb .card__author {
    font-weight: 600;
    text-decoration: none;
    color: #ad7d52;
}

.card-cbb .card-n:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card-cbb .card-n:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card-cbb .card-n:hover .card__info-hover {
    opacity: 1;
}

.container img {
    max-width: 100%;
}

.dark-green {
    color: #69953f !important;
}

.light-green {
    color: #1b75bb !important;
}

.metal-yellow {
    color: #CDDC39 !important;
}

.side-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 1000;
}

.side-drawer.--open {
    transform: translateX(0);
}

.side-drawer.--open~.side-drawer--overlay {
    opacity: 1;
    visibility: visible;
}

.side-drawer.--open .side-drawer__close-btn {
    transform: translateY(-50%) translateX(0);
}

.side-drawer.--open .side-drawer__close-btn:hover {
    transform: translateY(-50%) translateX(4px);
}

.side-drawer__close-btn {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%) translateX(100%);
    width: 30px;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    transition: 0.2s ease-in-out;
    cursor: pointer;
    z-index: -1;
}

.side-drawer--overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 999;
}

.side-drawer .table-container {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .side-drawer {
        width: calc(90% - 40px);
    }
}

@media (min-width: 992px) {
    .side-drawer {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .side-drawer {
        width: 60%;
    }
}

@media (min-width: 1400px) {
    .side-drawer {
        width: 50%;
    }
}

.popup-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1000;
    background: rgba(24, 24, 24, 0.1803921569);
}

.popup-container .popup-content {
    background-image: url(/img/bg-body.jpg);
    max-width: 520px;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    transform: translateY(1rem);
    animation: slideUp 0.5s forwards;
    margin-top: 7rem;
}

.popup-container .popup-content .popup-save {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: #1b75bb;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 15px;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    width: -moz-fit-content;
    width: fit-content;
}

.popup-container .popup-content .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 1rem 0;
}

.popup-container .popup-content .content h2 {
    font-size: calc(1vw + 2.4rem);
    color: #1b75bb;
}

.popup-container .popup-content .content p {
    font-size: calc(1vw + 0.8rem);
}

@keyframes slideUp {
    to {
        transform: initial;
        opacity: initial;
    }
}

.bg-home {
    background-image: url("/img/bg-home.png");
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-home-2 {
    background-image: url("/img/bg-home-2.png");
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-destaque {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.bg-schedule {
    background-color: #69953f;
}

.swiper {
    width: 100%;
    height: 15rem;
}

.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-pagination-bullet {
    background-color: #69953f;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#gmap_canvas {
    width: 100%;
}

.apresentacao-wrapper .img-container {
    height: 500px;
}

@media (max-width: 768px) {
    .apresentacao-wrapper .img-container {
        height: 25vh;
    }
}

.apresentacao-wrapper .img-container img {
    height: 100%;
}

.apresentacao-wrapper p {
    text-align: justify;
}

#cadastro-sucesso {
    min-height: 100vh;
}

#cadastro-sucesso .content-wrap {
    display: grid;
    place-items: center;
    height: 670px;
}

.label-price {
    background-color: rgba(0, 238, 52, 0.4);
    padding: 0.5rem;
    border-radius: 1rem;
}

.color-teste {
    color: red;
}

.table-turismo {
    width: 100%;
    max-width: 660px;
    color: #596b5a;
}

.table-turismo> :not(caption)>*>* {
    padding: 0;
}

.table-turismo i {
    font-size: 0.8rem;
    color: #d3d15d;
}

.table-turismo th,
.table-turismo td,
.table-turismo span {
    padding: 0.2rem;
}

@media (max-width: 575.98px) {

    .table-turismo th,
    .table-turismo td,
    .table-turismo span {
        font-size: 0.8rem;
    }
}

.table-turismo th {
    color: #1b75bb;
    font-weight: 500;
}

.tabs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.tabs a {
    font-size: 1.2rem;
    padding: 0.4rem 1.5rem;
    color: black;
    transition: 0.3s ease-in-out;
    width: 60%;
}

.text-truncate {
    text-overflow: ellipsis;
}

.login-title img {
    margin: 1rem 0;
}

.tabcontent input,
.tabcontent select {
    border: 2px solid #69953f !important;
}

.btn-success {
    background: #69953f !important;
    color: #fff !important;
}

.layout-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1.5rem;
}

.layout-tabs .active {
    background-color: #69953f;
    /* color: #CDDC39; */
    color: white;
    border-radius: 20px;
    transform: translateX(20px);
}

.style-input-file {
    background-color: #69953f;
    border-radius: 5px;
    color: #CDDC39;
    cursor: pointer;
    padding: 8px 45px;
    transform: translateY(40px);
}

@media screen and (max-width: 768px) {
    .tabs {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .tabs a {
        font-size: 1rem;
        color: black;
    }

    .style-input-file {
        padding: 8px 42px;
    }

    .layout-tabs {
        flex-direction: column;
    }

    .login-title img {
        width: inherit;
    }
}

.img-news {
    height: 300px;
}

form label {
    color: #198754;
}

.banner-card {
    background-repeat: no-repeat;
    position: relative;
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.banner-card span {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.card .card-body {
    transform: translateY(-20px);
    background-color: white;
    width: 80%;
    align-self: center;
}

.card-cbb {
    background-color: #69953f !important;
    transition: all 0.2s ease-in-out;
}

.card-cbb .img-wrapper {
    width: 100%;
    height: 16rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-cbb .card-text {
    color: #69953f !important;
}

.card-cbb:hover {
    opacity: 0.8;
}

.speaker-card img {
    height: 20rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 2rem;
}

.cssbuttons-io-button {
    background: #69953f;
    color: white;
    font-family: inherit;
    padding: 0.5em;
    padding-left: 1.2em;
    align-self: center;
    font-size: 17px;
    font-weight: 500;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #714da6;
    overflow: hidden;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 3.3em;
}

.cssbuttons-io-button .icon {
    background: #69953f;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    border-radius: 0.1em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #69953f;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #ffffff;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.cssbuttons-io-button-white {
    background: #fff;
    color: #69953f;
    font-family: inherit;
    padding: 0.5em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 3.3em;
}

.cssbuttons-io-button-white .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    border-radius: 0.1em;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button-white:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button-white .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #69953f;
}

.cssbuttons-io-button-white:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button-white:active .icon {
    transform: scale(0.95);
}

.float {
    position: fixed;
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    transform: translateY(-10px);
}

.my-float {
    margin-top: 16px;
    color: white;
}

.float-top {
    position: fixed;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 50px;
    margin-bottom: 5px;
    background-color: #567a76;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px rgb(75, 75, 75);
    z-index: 100;
}

.float-top .my-float {
    margin-top: 8px;
    color: white;
}

@media screen and (max-width: 768px) {
    .float-top {
        right: 30px;
        bottom: 75px;
    }

    .float {
        right: 20px;
        bottom: 15px;
    }
}

.card p {
    font-weight: 400 !important;
}

.card .card-body {
    transform: translateY(-20px);
    background-color: white;
    width: 80%;
    align-self: center;
}

.card .card-body p {
    color: #556664;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .card-body {
        padding: 0.2rem !important;
        text-align: center;
    }

    .bg-white {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.footer-theme {
    background-color: #69953f;
    padding: 1.5rem 0;
}

.footer-theme p {
    font-size: 0.8rem !important;
    color: white;
}

.footer-theme h5 {
    color: #CDDC39;
    padding: 0.5rem 0;
}

@media (max-width: 991.98px) {
    .footer-theme {
        text-align: center;
    }
}

.logo {
    height: 12vh;
}

@media (max-width: 425px) {
    .logo {
        height: 15vh;
    }
}

.nav {
    background-color: #ebffae;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    width: 100%;
}

.nav>.nav-btn {
    display: none;
}

.nav>.nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 0.6rem 0.8rem;
    text-decoration: none;
    color: #69953f;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.nav>.nav-links>a:hover {
    background-color: rgba(157, 170, 37, 0.3);
}

.nav>#nav-check {
    display: none;
    transition: 0.5s ease-in-out;
}

.button-subscriber {
    background-color: #69953f !important;
    color: #fff !important;
}

.button-subscriber:hover {
    background-color: #69953f;
    color: #fff;
}

@media (max-width: 1200px) {
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        background-color: #CDDC39;
    }

    .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .nav>.nav-btn>label:hover,
    .nav #nav-check:checked~.nav-btn>label {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #69953f;
    }

    .nav>.nav-links {
        position: absolute;
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        background-color: #CDDC39;
        height: -moz-fit-content;
        height: fit-content;
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        border-radius: 5px;
        z-index: 1;
        top: 50px;
        right: 10px;
    }

    .nav>.nav-links>a {
        display: block;
        width: 100%;
    }

    .nav>#nav-check:not(:checked)~.nav-links {
        height: 0px;
    }

    .nav>#nav-check:checked~.nav-links {
        height: -moz-fit-content;
        height: fit-content;
        overflow-y: auto;
    }

    .links-above {
        font-size: 0.8rem;
        padding: 0.5rem;
    }
}

@media screen and (max-width: 1400px) {

    .nav>.nav-links a,
    span {
        font-size: 0.9rem;
    }
}

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