:root {
    /*--backgroundNavBar: linear-gradient(#16161670, #16161670, #16161670);
    --colorNavBarItem: #ffffff;
    --colorNavBarItemHover: #ffffff;
    --colorEffectImgBackground: linear-gradient(180deg, #00000085, #00000085, #00000085, #00000085);
    --colorButtons: #ffffff;
    --backgroundButtons: #71c05b;
    --backgroundButtonsHover: #ffffff;
    --colorButtons2: #ffffff;
    --backgroundButtons2: #f76301;
    --backgroundButtonsHover2: #f76301;
    --colorButtonsHover: #71c05b;
    --backgroundLegendItem: #71c05b;
    --colorLegendItem: #ffffff;
    --colorDefault: #71c05b;*/
    
    --backgroundNavBar: #ffffffad;
    --colorNavBarItem: #292929;
    --colorNavBarItemHover: #71c05b;
    --colorEffectImgBackground: linear-gradient(180deg, #00000085, #00000085, #00000085, #00000085);
    --colorButtons: #ffffff;
    --backgroundButtons: #71c05b;
    --backgroundButtonsHover: #ffffff;
    --colorButtons2: #ffffff;
    --backgroundButtons2: #71c05b;
    --backgroundButtonsHover2: #ffffff;
    --colorButtonsHover: #71c05b;
    --backgroundLegendItem: #71c05b;
    --colorLegendItem: #ffffff;
    --backgroundTopLegendItem: linear-gradient(180deg, #00000085, transparent); /*linear-gradient(180deg, rgb(57 153 239 / 80%), transparent);*/
    --colorTopLegendItem: #ffffff;
    --backgroundBottomLegendItem: linear-gradient(180deg, transparent, #00000085); /*linear-gradient(0deg, rgb(113 192 91 / 67%), transparent);*/
    --colorBottomLegendItem: #ffffff;
    --colorDefault: #71c05b;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Rubik, sans-serif;
}

body:not(.modal-open) {
    background: rgb(0, 0, 0);
    padding-right: 0px !important;
}

/* Força o comportamento swap para as fontes do Font Awesome */
@font-face {
  font-family: 'Font Awesome 5 Free'; /* Ajuste para a sua versão */
  font-display: swap;
  src: local('Font Awesome 5 Free');
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    transition: 0.4s;
    background: rgb(54, 54, 54);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

a {
    text-decoration: none;
    transition: 0.5s ease-out;
    color: inherit;
}

header {
    position: fixed;
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    top: 0px;
    z-index: 200;
    padding: 0px;
    transition: 0.2s ease-out;
}

header nav {
    width: 90%;
    margin: 0px auto;
    max-width: 1780px;
    background: var(--backgroundNavBar);
    border-radius: 0px 0px 60px 60px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s ease-out;
    box-shadow: 0px 0px 5px 2px #00000099;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0px 30px;
    color: var(--colorNavBarItem);
}

main{
    position:relative;
    z-index:100;
}

section {
    padding-top: 60px;
    color: rgb(255, 255, 255);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ffffff; 
    border-radius: 20px;
    padding: 10px;
    text-align: left;
}

textarea:focus, input:focus, select:focus {
    /*box-shadow: 0px 0px 0px 0px;
    border: 0px none;*/
    outline: 0px;
}

img {
    filter: grayscale(0) contrast(115%) saturate(125%);
}

#home {
    padding-top: 0px;
}

#logo-header {
    height: 100%;
    max-width: 60%;
    border-radius: 5px;
    filter: drop-shadow(black 0px 0px 3px);
}

#nav-menu-logo {
    padding: 5px;
    max-height: 45px;
    max-width: 100px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-flow: row;
}

#nav-menu-logo a {
    color: rgb(255, 255, 255);
    text-align: center;
    display:flex;
    justify-content: center;
}

#nav-menu-itens {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    /*height: 100%;*/
}

#nav-menu-itens a {
    padding: 10px 25px;
    color: var(--colorNavBarItem);
    display: flex;
    flex-flow: wrap;
    place-content: center;
    font-size: 1vw;
    max-width: 220px;
    text-align: center;
}

#nav-menu-itens .active {
    padding: 10px 25px;
    color: rgb(0, 83, 93) !important;
}

#nav-menu-options {
    display: flex;
    align-items: center;
}

#nav-menu-options a {
    padding: 10px;
    color: var(--colorNavBarItem);
    font-size: 30px;
}

#btn_close_menu {
    display: none;
}

#btn_open_menu {
    display: none;
}

#buttomMessage {
    bottom: 70px !important;
}

#item-destiny-not-information {
    font-weight: bold;
    color: #4f4f4f;
}

main {
    position: relative;
    z-index: 100;
    padding-bottom: 100px;
}

.gm-style .gm-style-iw-c {
    padding: 5px !important;
}

.bkg-content {
    position: fixed;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    animation: 50s ease 0s infinite normal none running changeBackgroundImage;
    filter: opacity(0.4) blur(3px);
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.content-menu-items {
}

.content-menu-items a {
    color: var(--colorNavBarItem);
    scale: 0.9;
}

.content-menu-items a:hover {
    /*box-shadow: #555555 0px 0px 10px 0px;
    border-radius: 5px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(255 255 255 / 68%), rgba(255, 255, 255, 0));
    cursor: pointer;
    scale: 1.00;*/
    box-shadow: rgb(0 0 0) 0px 5px 5px 0px;
    border-radius: 0px 0px 15px 15px;
    cursor: pointer;
    scale: 1.00;
}

.background-slide {
    position: absolute;
    height: 100%;
    width: 1080px;
    min-width: 100%;
}

.mySlides-background {
    overflow: hidden;
    width: 100vw;
}

.mySlides-dots {
}

.slide-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-center {
    letter-spacing: 4px;
    text-align: center !important;
}

.chat-content {
    display: flex;
    font-size: 25px;
    justify-content: center;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 5px;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: 0.2s ease-out;
    flex-flow: column;
    align-items: center;
}

.map-layout {
    height: 70vh;
    width: 100%;
}

#map-canvas {
    border-radius: 15px;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px 2px;
}

.element-text-shadow {
    text-shadow: rgb(68, 68, 68) 0px 0px 0.8em;
}

.element-text-shadow-hover:hover {
    text-shadow: rgb(68, 68, 68) 0px 0px 1em;
}

.element-box-shadow {
    box-shadow: rgb(68, 68, 68) 0px 0px 0.6em;
}

.element-box-shadow-hover {
    transition: 0.4s;
}

.element-box-shadow-hover:hover {
    box-shadow: rgb(68, 68, 68) 0px 0px 1em;
}

.element-box-shadow-in {
    box-shadow: rgb(130, 129, 129) 0px 0px 0.5em inset;
}

.element-box-shadow-in-hover {
    transition: 0.4s;
}

.element-box-shadow-in-hover:hover {
    box-shadow: rgb(130, 129, 129) 0px 0px 1em inset;
}

.element-box-shadow-neon {
    box-shadow: rgb(130, 129, 129) 0px 0px 0.5em inset, rgb(68, 68, 68) 0px 0px 1em;
}

.element-box-shadow-neon-hover {
    transition: 0.4s;
}

.element-box-shadow-neon-hover:hover {
    box-shadow: rgb(130, 129, 129) 0px 0px 1em inset, rgb(68, 68, 68) 0px 0px 1em;
}

.element-box-glow {
    box-shadow: rgb(255 255 255) 0px 0px 0.6em;
}

.zoom-element {
    transition: 0.4s;
}

.zoom-element:hover {
    transform: scale(1.08);
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px;
    background: rgb(57, 153, 239);
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 1em;
    display: none;
}

.cookieConsentContainer .cookieTitle a {
    font-family: OpenSans, arial, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 10px 0px 0px;
    padding: 0px;
    font-family: OpenSans, arial, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, sans-serif;
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: OpenSans, arial, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: rgb(232, 105, 52);
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    border-radius: 1em;
    transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: rgb(62, 155, 103);
}

/*Avaliação do local*/
.star-rating input {
    display: none;
}

.star-rating {
    margin: 1px auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.star-rating label {
    padding: 10px;
    float: right;
    font-size: 30px;
    color: #eee;
}

.star-rating input:not(:checked)~label:hover,
.star-rating input:not(:checked)~label:hover~label {
    color: #ffc107;
}

.star-rating input:checked ~label:before, .star-rating-checked  {
    color: #feff00 !important;
    background: -webkit-linear-gradient(#feff00, #ff9a00);
    -webkit-background-clip: text;
    background: linear-gradient(#feff00, #ff9a00);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 980px) {
    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100% !important;
    }
}

.animate-text {
    & span {
        color: rgb(255, 255, 255);
        line-height: 1;
        position: relative;
        display: none;
        &::after {
            content: "";
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            height: 4px;
            background-color: rgb(99, 171, 69);
        }
    }
}

.text-in {
    animation: 2s linear 0s 1 normal none running flipInX;
    display: inline-block !important;
}

.container-text-slide {
    padding: 0px 10px 48px;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-text-slide {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    margin: 55px;
}

.container-link-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.content-text-link-slide {
    position: relative;
    top: 25vh;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    border-radius: 20px;
    padding: 40px;
    height: 50px;
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    animation: 2s linear 0s 1 normal none running flipInX;
}

.content-text-link-slide span {
    position: absolute;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.content-text-link-slide img {
    content: url("../../public/img/pincelada.webp");
    filter: drop-shadow(rgb(247, 99, 1) 0px 1000px 0px) drop-shadow(rgb(0, 0, 0) 0px 0px 5px);
    transform: translateY(-1000px);
    height: 100px;
}

.content-button-link-slide {
    position: relative;
    bottom: 35vh;
    text-align: center;
    color: var(--colorButtons);
    background: var(--backgroundButtons);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.content-button-link-slide span {
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.container-filters-search {
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    position: fixed;
    bottom: 0px;
    z-index: 250;
    width: 100%;
    align-items: center;
    padding: 0px 10px;
    font-size: 14px;
}

.content-filter-search {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 60px 60px 0px 0px;
    overflow-y: hidden;
    width: 90%;
    max-width: 1780px;
    height: 50px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.74) 0px 0px 5px 2px inset, rgba(0, 0, 0, 0.66) 0px 0px 5px 2px;
    transition: 0.5s ease-out;
    flex-flow: row;
    place-content: center flex-start;
}

.content-filter-search a {
    width: 100%;
    border-right: 1px solid rgb(0, 0, 0);
}

.item-filter-search {
    height: 100%;
    width: 100%;
    min-width: 140px;
    display: flex;
    gap: 5px;
    align-items: center;
    place-content: center;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    padding: 0px 5px;
    text-align: center;
    flex-flow: row;
    color: rgb(0, 0, 0);
}

.item-filter-search:hover {
    cursor: pointer;
    background: var(--backgroundButtons) !important;
    color: var(--colorButtons) !important;
}

.item-filter-search:active {
    background: linear-gradient(0deg, rgb(0, 0, 0), var(--backgroundButtons), var(--backgroundButtons), var(--backgroundButtons), rgb(0, 0, 0)) !important;
    color: var(--colorButtons) !important;
}

.item-filter-search.active {
    background: var(--backgroundButtons) !important;
    color: var(--colorButtons) !important;
}

.line-vertical {
    /*border-right: 1px solid rgb(0, 0, 0);*/
}

.content-select-search {
    border-radius: 25px;
    min-width: 200px;
    height: 40px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 5px 2px inset, rgba(0, 0, 0, 0.12) 0px 0px 5px 2px;
    flex-flow: row;
    justify-content: center;
    background: linear-gradient(0deg, rgb(255, 132, 0), rgb(255, 82, 0), rgb(207, 94, 19), rgb(255, 82, 0), rgb(255, 132, 0));
    transition: 0.5s ease-out;
    border: 0px;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.content-select-search a {
    padding: 10px;
    width: 35%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-evenly;
    color: var(--colorButtons2);
    background: var(--backgroundButtons2);
}

.content-select-search select {
    padding: 5px;
    width: 100%;
    font-size: 0.9vw;
    text-align: center;
    background: rgb(255, 255, 255);
    border: 0px;
    color: rgb(0, 0, 0);
    border-radius: 25px 0 0 25px;
}

.content-select-search select option {
    color: rgb(0, 0, 0);
}

.content-select-search div {
    padding: 5px 10px;
    width: 30%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-evenly;
    color: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 132, 0), rgb(255, 82, 0), rgb(207, 94, 19), rgb(255, 82, 0), rgb(255, 132, 0));
    /*background: linear-gradient(0deg, #ff3f3f, #db0000, #db0000, #db0000, #ff3f3f);*/
    overflow: hidden;
}

.content-select-search div:hover {
    background: linear-gradient(0deg, rgb(207, 94, 19), rgb(255, 82, 0), rgb(255, 82, 0), rgb(255, 82, 0), rgb(207, 94, 19));
    /*background: linear-gradient(0deg, #db0000, #ff3f3f, #ff3f3f, #ff3f3f, #db0000);*/
    cursor: pointer;
}

.container-title-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.menu-filter-search {
    display: none;
}

#checklist {
    background: linear-gradient(transparent, rgb(255, 255, 255), transparent);
}

.container-checklist-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    position: relative;
}

.container-checklist-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-checklist-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    padding: 10px 0px;
    place-content: flex-start center;
}

.content-checklist-gallery {
    min-height: 100%;
    width: 90%;
    display: flex;
    gap: 0px;
    border-radius: 20px;
    overflow: hidden;
    place-content: center;
    flex-flow: wrap;
    padding: 10px;
}

#destinos {
    background: linear-gradient(180deg, transparent, #FFF, #FFF, #FFF, transparent);
}

#oquefazer {
    background: linear-gradient(180deg, transparent, #FFF, #FFF, #FFF, transparent);
}

.container-destiny-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    /*box-shadow: rgb(0, 0, 0) 0px 0px 9px 0px;*/
    position: relative;
}

.container-destiny-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-destiny-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    /*padding: 20px 0;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 0px 5px 3px #000;*/
}

.content-destiny-gallery {
    min-height: 100%;
    width: 100%;
    display: flex;
    place-content: flex-start center;
    flex-flow: wrap;
    gap: 10px;
}

.item-destiny-gallery {
    display: flex;
    position: relative;
    z-index: 1;
    height: 300px;
    width: 30vw;
    max-width: 400px;
    border-radius: 15px;
    border: 1.5px solid #FFF;
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 3px 1px;
    transition: 0.3s ease-out;
    place-content: center;
    flex-flow: column wrap;
}

.item-destiny-gallery:hover {
    transform: scale(1.05);
    z-index: 2;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 5px;
}

.item-destiny-gallery img {
    background: rgb(255, 255, 255);
    min-width: 100%;
    max-height: 200%;
}

.destiny-top-legend {
    display: flex;
    text-align: center;
    position: absolute;
    z-index: 50;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 30px;
    padding: 5px;
    color: var(--colorTopLegendItem);
    font-size: 10px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: var(--backgroundTopLegendItem);
    place-content: center;
    flex-flow: column;
}

.destiny-bottom-legend {
    display: flex;
    text-align: center;
    position: absolute;
    z-index: 50;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    padding: 5px;
    color: var(--colortopLegendItem);
    font-size: 10px;
    font-weight: 400;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: var(--backgroundBottomLegendItem);
    flex-flow: column wrap;
    place-content: center;
    justify-content: flex-end;
}

.container-information-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 20px;
    border-radius: 25px;
}

.content-information-gallery {
    min-height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    gap: 5px;
    place-content: flex-start center;
}

.item-information-gallery {
    position: relative;
    height: 25vh;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.6rem;
}

.item-information-gallery img {
    width: auto;
    max-height: 100%;
}

.item-information-gallery span {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.container-about-information-data {
    position: relative;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 5px;
    height: auto;
    width: 100%;
}

.content-item-about-information-text {
    padding: 10px;
}

.item-about-information-text {
    padding: 10px;
    width: 100%;
    text-align: justify;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: Rubik, sans-serif;
    white-space: pre-wrap;
}

.item-about-information-links {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    gap: 10px;
    flex-direction: column;
    flex-wrap: wrap;
}

.item-about-information-links-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

.item-about-information-links-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    gap: 10px;
}

.item-about-information-ticket {
    padding:0 10px 0;
}

.item-about-information-link-button {
    color: rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0) 0px 0px 0.6rem;
    display: flex;
    flex-flow: row;
    place-content: center space-around;
    align-items: center;
    gap: 10px;
}

.link-button-1{
    padding: 10px;
    border-radius: 30px;
    height: 35px;
    font-size: 15px;
    border: 2px solid rgb(255, 255, 255);
}

.link-button-2{
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 20px;
    border: 2px solid rgb(255, 255, 255);
}

.link-button-2 i {
    font-size: 25px;
}

.item-about-information-link-button span {
    width: 90%;
    text-align: center;
}

.item-about-information-link-button.instagram {
    background: linear-gradient(rgb(255, 71, 110), rgba(255, 71, 110, 0.53), rgb(255, 71, 110));
}

.item-about-information-link-button.whatsapp {
    background: linear-gradient(rgb(62, 194, 67), rgba(62, 194, 67, 0.53), rgb(62, 194, 67));
}

.item-about-information-link-button.maps {
    background: linear-gradient(rgb(57, 153, 239), rgba(57, 153, 239, 0.53), rgb(57, 153, 239));
}

.item-about-information-selo-img {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    height: 50px;
    box-shadow: rgb(0, 0, 0) 0px 0px 9px 0px;
    border-radius: 15px;
    overflow: hidden;
}

.item-about-information-selo-img img {
    height: 100%;
}

.close-status-operation {
    height: 0px !important;
    padding: 0px 10px !important;
    opacity: 0 !important;
}

.content-item-about-information-status-operation {
    padding: 10px 10px;
    overflow-x : auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-out 0.1s;
}

.item-about-information-status-operation {
    padding: 10px;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    height: 25vh;
    overflow-x: hidden;
    width: 100%;
    text-align: justify;
    color: rgb(255 255 255);
    font-size: 15px;
    font-family: Rubik, sans-serif;
    white-space: pre-wrap;
    border-radius: 20px;
    /* background: rgb(255 255 255); */
    /* box-shadow: inset 0 0 3px 1px #292828; */
    flex-direction: column;
    flex-wrap: nowrap;
    transition: all ease-out 0.6s;
    height: 126px;
}

.content-about-information-status-operation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    align-content: center;
}

.content-about-information-status-operation i{
    font-size: 16px;
    padding: 0 5px;
}

.item-about-information-status-operation-text {
    display: flex;
    flex-flow: wrap;
    place-content: center;
    text-align: center;
    padding-right: 3px;
}

.status-operation-open {
    color: rgb(0 191 5);
    text-shadow: 0px 0px 8px rgb(0 191 5);
}

.status-operation-close {
    color: rgb(251, 63, 63);
    text-shadow: 0px 0px 8px rgb(209, 43, 43);
}

.status-operation-row {
	display:flex;
    padding: 0 5px;
    border-bottom: 1px solid #777;
    font-size: 14px;
}
.status-operation-head {
	width: 100%;
    padding: 5px 0px;
    font-weight: 600;
}
.status-operation-col {
	width: 100%;
    padding: 5px 0px;
}

.modal-about-information-gallery {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 300;
    padding: 70px 15px;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    height: 100% !important;
    width: 100% !important;
}

.modal-about-information-gallery .wrapper {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.modal-about-information-gallery #left, .modal-about-information-gallery #right {
    transform: scale(1.3);
    filter: opacity(0.7);
}

.modal-about-information-gallery .carousel .item {
    padding: 5px;
}

.modal-about-information-gallery .carousel .item img{
    border-radius: 10px;
    border: 3px solid #FFF;
}

#mapa {
}

.container-map-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    position: relative;
}

.container-map-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-map-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 10px;
}

.content-map-gallery {
    min-height: 100%;
    width: 100%;
    display: flex;
    place-content: flex-start center;
    flex-flow: wrap;
    gap: 20px;
}

#roteiros {
}

.container-routers-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    position: relative;
}

.container-routers-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-routers-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 20px;
}

.content-routers-gallery {
    min-height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    place-content: flex-start center;
    flex-flow: wrap;
    gap: 20px;
}

.item-routers-gallery {
    position: relative;
    height: 50vh;
    width: 300px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.6rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: rgb(255, 255, 255);
}

.item-routers-gallery-img {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
}

.item-routers-gallery img {
    min-height: 100%;
    min-width: 100%;
}

.item-routers-gallery-info {
    display: flex;
    flex-flow: column wrap;
    place-content: center flex-start;
    padding: 10px;
    width: 100%;
}

.item-routers-gallery-place {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    min-width: 50%;
    padding: 5px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 600;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: rgba(255, 255, 255, 0.73);
}

.item-routers-gallery-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: rgb(0, 0, 0);
}

.item-routers-gallery-description {
    font-size: 12px;
    text-align: justify;
    color: rgb(0, 0, 0);
    overflow-y: auto;
    height: 100px;
    padding: 3px;
    border-radius: 5px;
}

.item-routers-gallery-checklist {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
}

.item-routers-gallery-checklist span {
    padding: 0px 5px;
    margin: 2px;
    border-radius: 25px;
    min-width: 30px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.item-routers-gallery-conteiner-footer {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

.item-routers-gallery-access {
    position: relative;
    display: flex;
    padding: 5px;
}

.item-routers-gallery-access-button {
    width: 100%;
    height: 100%;
    background: var(--backgroundButtons);
    color: var(--colorButtons);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: rgb(127, 127, 127) 0px 0px 3px 1px;
}

.item-routers-gallery-rating {
    position: relative;
    display: flex;
    transform: rotateY(180deg);
}

.item-routers-gallery-rating input {
    display: none;
}

.item-routers-gallery-rating label {
    display: block;
    cursor: pointer;
    width: 20px;
}

.item-routers-gallery-rating label::before {
    content: "";
    font-family: fontAwesome;
    position: relative;
    display: block;
    font-size: 20px;
    color: rgb(255, 200, 0);
}

#guias-locais {
}

.container-guides-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    position: relative;
}

.container-guides-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-guides-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 20px;
}

.content-guides-gallery {
    min-height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    place-content: flex-start center;
    flex-flow: wrap;
    gap: 20px;
}

.item-guides-gallery {
    position: relative;
    height: 50vh;
    width: 300px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.6rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: rgb(255, 255, 255);
}

.item-guides-gallery-img {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
}

.item-guides-gallery-img img {
    width: 100%;
}

.item-guides-gallery-info {
    display: flex;
    flex-flow: column wrap;
    place-content: center flex-start;
    padding: 10px;
    width: 100%;
}

.item-guides-gallery-place {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    min-width: 50%;
    padding: 5px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 600;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: rgba(255, 255, 255, 0.73);
}

.item-guides-gallery-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: rgb(0, 0, 0);
}

.item-guides-gallery-description {
    font-size: 12px;
    text-align: justify;
    color: rgb(0, 0, 0);
    overflow-y: auto;
    height: 100px;
    padding: 3px;
    border-radius: 5px;
}

.item-guides-gallery-checklist {
    display: flex;
    flex-flow: wrap;
    place-content: center;
}

.item-guides-gallery-checklist span {
    padding: 0px 5px;
    margin: 2px;
    border-radius: 25px;
    min-width: 30px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.item-guides-gallery-conteiner-footer {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

.item-guides-gallery-access {
    position: relative;
    display: flex;
    padding: 5px;
}

.item-guides-gallery-access-button {
    width: 100%;
    height: 100%;
    background: var(--backgroundButtons);
    color: var(--colorButtons);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: rgb(127, 127, 127) 0px 0px 3px 1px;
}

.item-guides-gallery-rating {
    position: relative;
    display: flex;
    transform: rotateY(180deg);
}

.item-guides-gallery-rating input {
    display: none;
}

.item-guides-gallery-rating label {
    display: block;
    cursor: pointer;
    width: 20px;
}

.item-guides-gallery-rating label::before {
    content: "";
    font-family: fontAwesome;
    position: relative;
    display: block;
    font-size: 20px;
    color: rgb(255, 200, 0);
}

#eventos {
}

.container-events-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0)) center center / cover no-repeat fixed;
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    position: relative;
}

.container-events-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
}

.container-events-galery {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start center;
    padding: 20px;
}

.content-events-gallery {
    min-height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    place-content: flex-start center;
    flex-flow: wrap;
    gap: 20px;
}

.item-events-gallery {
    position: relative;
    max-height: 450px;
    height: 70vh;
    width: 300px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 0.6rem;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    background: rgb(255, 255, 255);
}

.item-events-gallery-img {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
}

.item-events-gallery-img img {
    width: 100%;
}

.item-events-gallery-info {
    display: flex;
    flex-flow: column wrap;
    place-content: center flex-start;
    padding: 10px;
    width: 100%;
}

.item-events-gallery-place {
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0px;
    min-width: 50%;
    padding: 5px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 600;
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: rgba(255, 255, 255, 0.73);
}

.item-events-gallery-name {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: rgb(0, 0, 0);
}

.item-events-gallery-description {
    font-size: 12px;
    text-align: justify;
    color: rgb(0, 0, 0);
    overflow-y: auto;
    height: 100px;
    padding: 3px;
    border-radius: 5px;
}

.item-events-gallery-checklist {
    display: flex;
    flex-flow: wrap;
    place-content: center;
}

.item-events-gallery-checklist span {
    padding: 0px 5px;
    margin: 2px;
    border-radius: 25px;
    min-width: 30px;
    border: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-size: 12px;
}

.item-events-gallery-conteiner-footer {
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

.item-events-gallery-access {
    position: relative;
    display: flex;
    padding: 5px;
}

.item-events-gallery-access-button {
    width: 100%;
    height: 100%;
    background: var(--backgroundButtons);
    color: var(--colorButtons);
    padding: 5px 15px;
    border-radius: 20px;
    box-shadow: rgb(127, 127, 127) 0px 0px 3px 1px;
}

.item-events-gallery-rating {
    position: relative;
    display: flex;
    transform: rotateY(180deg);
}

.item-events-gallery-rating input {
    display: none;
}

.item-events-gallery-rating label {
    display: block;
    cursor: pointer;
    width: 20px;
}

.item-events-gallery-rating label::before {
    content: "";
    font-family: fontAwesome;
    position: relative;
    display: block;
    font-size: 20px;
    color: rgb(255, 200, 0);
}

#sobre {
}

.container-about-title {
    background: linear-gradient(rgb(113, 192, 91), rgba(255, 255, 255, 0));
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    box-shadow: rgb(0, 0, 0) 0px 0px 9px 0px;
    position: relative;
}

.container-about-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 0px 0px 8px;
    position: relative;
}

.container-about-data {
    position: relative;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    height: 100%;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.item-about-dash-1 {
    display: flex;
    position: relative;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    text-shadow: rgb(30, 30, 30) 0px 0px 3px;
}

.dash-1-color-1 {
    background: rgb(113, 192, 91);
}

.dash-1-color-2 {
    background: rgb(57, 153, 239);
}

.dash-1-color-3 {
    background: rgb(255, 123, 69);
}

.item-about-dash-1-icon {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(113, 192, 91);
    padding: 10px;
}

.item-about-dash-1-infos {
    text-align: center;
    display: flex;
    flex-flow: column;
    place-content: center;
    padding: 5px;
}

.item-about-dash-1-qtd {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.item-about-dash-1-name {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.content-about-data-1 {
    width: 100%;
    height: 75vh;
    border-radius: 20px;
    box-shadow: rgb(44, 44, 44) 0px 0px 0.6rem;
    overflow: hidden;
}

.wrapper .carousel {
    border-radius: 0px;
}

.modal-about-information-gallery .item, .modal-about-information-gallery img {
    width: auto;
}

    
.close-modal-carousel-gallery{
    z-index: 1;
    top: 80px;
    right: 25px;
    height: 50px;
    width: 50px;
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    background: #3f3f3fb0;
    border-radius: 50%;
    transition: transform 0.1s linear;
    box-shadow: 0 0 3px 1px #000;
    align-content: center;
    display: none;
}
    
.modal-about-information-gallery .close-modal-carousel-gallery {
    display:block;
}

.content-about-data-2 {
    padding: 10px;
    display: flex;
    gap: 5px;
    place-content: center space-evenly;
    flex-flow: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    border-radius: 20px;
    box-shadow: 0 0 3px 2px #262626;
    background: rgb(80 77 77 / 44%);
}

.content-about-data-3 {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-flow: wrap;
    place-content: center;
    gap: 10px;
}

.item-about-dash-2 {
    display: flex;
    position: relative;
    padding: 10px;
    min-height: 100px;
    width: 200px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(30, 30, 30) 0px 0px 15px 1px;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.dash-2-color-1 {
    background: rgb(113, 192, 91);
}

.dash-2-color-2 {
    background: rgb(57, 153, 239);
}

.dash-2-color-3 {
    background: rgb(255, 123, 69);
}

.dash-2-color-4 {
    background: rgb(82, 113, 255);
}

.dash-2-color-5 {
    background: rgb(255, 102, 196);
}

.dash-2-color-6 {
    background: rgb(255, 222, 89);
}

.dash-2-color-7 {
    background: rgb(113, 192, 91);
}

.item-about-dash-2-icon {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 10px;
}

.item-about-dash-2-infos {
    text-align: center;
    display: flex;
    flex-flow: column;
    place-content: center;
    padding: 5px;
}

.item-about-dash-2-qtd {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.item-about-dash-2-name {
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.item-about-information {
    padding: 0px 5%;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.item-about-information-title {
    font-size: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 10px 70px;
    bottom: 0px;
    /*background: rgba(0, 0, 0, 0.63);*/
    background: linear-gradient(0deg, #000000d4, #000000cc, #000000bf, transparent);
}

.item-about-information-title-name {
    font-weight: 600;
    text-align: center;
}

.item-about-information-title-location {
    font-weight: 100;
    text-align: center;
    font-size: 18px;
}

.item-about-information-details {
    height: 100%;
    display: flex;
    place-content: flex-start;
    box-shadow: rgb(44, 44, 44) 0px 0px 0.6rem;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(93, 91, 91, 0.48);
    flex-flow: row;
}

.content-about-information {
    height: 100%;
    width: 100%;
    padding: 0 5px 0 0;
    position: relative;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.item-about-information-logo-img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 80px;
    max-width: 70%;
    overflow: hidden;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px 0px 10px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 2px;
    background-color: rgb(255, 255, 255);
}

.item-about-information-logo-img img {
    height: 100%;
    max-width: 100%;
    filter: drop-shadow(0 0 1px #000) grayscale(0) contrast(115%) saturate(125%);
}

.item-about-information-img {
    width: 100%;
    max-height: 50vh;
    display: flex;
    overflow: hidden;
    flex-flow: column wrap;
    place-content: center;
    position: relative;
    border-radius: 0px 0px 200px;
    box-shadow: rgb(35, 35, 35) 0px 0px 5px 1px;
}

.item-about-information-content-img {
    height: 100%;
    width: 100%;
}

.item-about-information-img img {
    height: auto;
    max-height: 120%;
    min-width: 100%;
    width: auto;
    max-width: 130%;
}

.checklist-card {
    display: flex;
    background-color: rgb(57, 153, 239);
    width: 95px;
    height: 95px;
    text-align: center;
    font-size: 0.55em;
    border-radius: 15px;
    position: relative;
    padding: 0px;
    margin: 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    flex-flow: column;
    place-content: center;
    box-shadow: rgb(68, 68, 68) 0px 0px 5px 2px, rgb(68, 68, 68) 0px 0px 5px 2px inset;
}

.card-checklist {
    position: relative;
    overflow: auto hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
    margin: 0px 0px 15px;
}

.checklist-card img {
    margin: auto;
    height: 35px;
    border-radius: 5px;
}

.checklist-card span {
    display: block;
    padding: 2px;
}

.wrapper-content {
    padding: 60px 5%;
}

.title-sticky {
    z-index: 200;
    position: sticky;
    top: 65px;
    border-radius: 20px;
    overflow: hidden;
    width: 90%;
    margin: 0px auto;
    max-width: 1780px;
}

@media only screen and (max-width: 1100px) {
    html {
        scrollbar-width: thin;
        scrollbar-color: transparent transparent;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    header nav {
        width: 100%;
        margin: 0px auto;
        border-radius: 0px;
        padding: 5px 10px;
    }
    
    section {
        padding-top: 80px;
    }

    .title-sticky {
        width: 100%;
        margin: 0px auto;
        border-radius: 0px;
    }

    #nav-menu-itens {
        display: none;
        height: auto;
    }
    
    #nav-menu-logo {
        display: none;
    }

    #btn_open_menu {
        display: block;
    }
    
    .content-select-search {
        width: 60%;
    }

    .content-select-search select {
        font-size: 12px;
    }

    .content-filter-search {
        width: 100%;
        margin: 0px auto;
        border-radius: 20px;
    }

    .container-text-slide {
        padding: 0px !important;
    }

    .content-text-slide {
        width: 100vw !important;
        margin: 0px !important;
        padding: 0px 40px !important;
        font-size: 20px !important;
    }

    .menu-side-open-header {
        width: 55vw;
        justify-content: flex-start !important;
        height: 100% !important;
    }

    .menu-side-open-header nav {
        height: 100%;
        padding: 10px 0px;
        place-content: space-between center !important;
        border-radius: 0px 20px 20px 0px !important;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .menu-side-open-header .content-select-search {
        display: none;
    }

    .menu-side-open-header #nav-menu-options {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
    }

    .menu-side-open-header #nav-menu-itens {
        display: flex;
        /*padding: 0px 0px 0px 15px;*/
    }

    .menu-side-open-header #nav-menu-itens a {
        width: 100%;
        padding: 25px 10px;
        text-align: center;
        font-size: 12px !important;
    }

    .menu-side-open-header #nav-menu-itens a:hover {
        cursor: pointer;
    }

    .menu-side-open-header #nav-menu-logo {
        display: flex;
        max-height: 100px;
        max-width: 100%;
    }

    .menu-side-open-header #btn_close_menu {
        display: block;
    }

    .menu-side-open-header #btn_open_menu {
        display: none;
    }

    .container-link-slide {
        width: 100vw !important;
    }

    .container-filters-search {
        padding: 5px 10px;
    }

    .container-checklist-galery {
        height: auto;
        min-width: 100%;
        overflow: auto hidden;
        box-shadow: none;
    }

    .container-destiny-galery {
        height: auto;
        min-width: 100%;
        justify-content: flex-start;
        overflow: auto hidden;
        box-shadow: none;
        border-radius: 20px;
        /*padding: 5px;*/
    }

    .content-destiny-gallery {
        height: fit-content;
        gap: 5px;
        align-items: center;
        padding: 20px 5px;
    }

    .item-destiny-gallery {
        height: 50vw;
    }

    .item-destiny-gallery img {
        min-width: auto;
    }

    .item-routers-gallery {
        height: auto;
        max-height: 50vh;
        width: 100%;
    }

    .item-routers-gallery img {
        min-width: auto;
        width: 100%;
    }

    .content-guides-gallery a {
        width: 100%;
    }

    .item-guides-gallery {
        height: 450px;
        width: auto;
    }

    .item-about-information-title {
        padding: 10px 60px;
        font-size: 20px;
    }

    .item-about-information {
        padding: 0px 10px;
        flex-wrap: wrap;
    }
    
    .content-about-information {
        padding: 0 0 0 0;
    }

    .item-about-information-details {
        padding: 0px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .item-about-information-img {
        border-radius: 0px;
    }
    
    /*.item-about-information-content-img {
        overflow: auto;
    }

    .item-about-information-img img {
        max-height: 120%;
        min-height: 100%;
        max-width: 180%;
    }*/

    .container-about-information-data {
        padding: 5px;
        width: 100% !important;
    }

    .item-information-gallery {
        height: auto;
    }

    .item-information-gallery img {
        width: 100%;
        min-height: 100%;
    }

    .content-about-dash-1, .content-about-dash-2 {
        flex-direction: row;
        width: 100%;
    }

    .item-about-dash-2 {
        width: 45%;
    }

    .item-about-dash-1-icon, .item-about-dash-2-icon {
        padding: 0px;
    }

    .content-about-data-1 {
        height: 50vh;
    }

    .wrapper-content {
        padding: 50px 0px 100px;
    }

    .map-layout {
        height: 60vh;
    }
    
    .modal-about-information-gallery .item, .modal-about-information-gallery img {
        width: 100%;
    }
}

.wrapper {
    height: 100%;
    display: flex;
    position: relative;
    padding: 0px;
    flex-flow: row;
    justify-content: center;
}

@keyframes change-color {
    0% {
        background: rgba(57, 153, 239, 0.31);
    }

    33% {
        background: rgba(113, 192, 91, 0.31);
    }

    66% {
        background: rgba(247, 99, 1, 0.31);
    }

    100% {
        background: rgba(57, 153, 239, 0.31);
    }
}

.change-color-background {
    animation: 15s ease-out 0s infinite normal none running change-color;
}

.element-organic {
    animation: 10s ease 0s infinite normal none running elementOrganic;
}

@keyframes elementOrganic {
    0% {
        border-radius: 190% 90% 90% 190% / 130% 90% 90% 150%;
    }

    25% {
        border-radius: 190% 90% / 150% 90% 130%;
    }

    50% {
        border-radius: 90% 190% 190% 90% / 90% 130% 150% 90%;
    }

    75% {
        border-radius: 190% 90% / 130% 90% 150%;
    }

    100% {
        border-radius: 190% 90% 90% 190% / 130% 90% 90% 150%;
    }
}

@-webkit-keyframes elementOrganic {
    0% {
        border-radius: 190% 90% 90% 190% / 130% 90% 90% 150%;
    }

    25% {
        border-radius: 190% 90% / 150% 90% 130%;
    }

    50% {
        border-radius: 90% 190% 190% 90% / 90% 130% 150% 90%;
    }

    75% {
        border-radius: 190% 90% / 130% 90% 150%;
    }

    100% {
        border-radius: 190% 90% 90% 190% / 130% 90% 90% 150%;
    }
}

.fade-in {
    opacity: 1;
    animation: 0.5s linear 0s 1 normal none running fadeInOpacity;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    100% {
        transform: perspective(400px);
    }
}

.modal-loading {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 20px;
    padding-bottom: 20px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.div-loading {
    left: 50%;
    top: 50%;
    position: relative;
    margin-left: -30px;
    margin-top: -30px;
    font-size: 10%;
    font-family: Verdana;
    z-index: 200;
}

.loader {
    border-width: 6px;
    border-style: solid;
    border-color: rgb(57, 153, 239) rgb(113, 192, 91) rgb(232, 105, 52) rgb(243, 243, 243);
    border-image: initial;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    animation: 1.4s ease 0s infinite normal none running spin;
}

.loaderField {
    position: absolute;
    height: 32px;
    width: 32px;
    display: inline-block;
    border-width: 6px 6px 6px 5px;
    border-style: solid;
    border-color: rgb(57, 153, 239) rgb(113, 192, 91) rgb(232, 105, 52) rgb(243, 243, 243);
    border-image: initial;
    border-radius: 100%;
    box-sizing: border-box;
    top: 0px;
    right: 2px;
    animation: 0.7s ease 0s infinite normal none running spin;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.flip-card-index {
    z-index: 1 !important;
}

.flip-card-index:hover {
    z-index: 2 !important;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    padding: 5px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    backface-visibility: hidden;
    flex-flow: column;
    place-content: center;
}

.flip-card-front-response {
    position: absolute;
    top: 0px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.flip-card-back {
    overflow-x: auto;
    transform: rotateY(180deg);
}

.pulse {
  animation: pulse 0.7s infinite;
  /* margin: 0 auto; */
  /* display: table; */
  /* margin-bottom: 10px; */
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    /*-webkit-filter: brightness(100%);*/
  }
  100% {
    -webkit-transform: scale(1.1);
    /*-webkit-filter: brightness(200%);*/
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /*filter: brightness(100%);*/
  }
  100% {
    transform: scale(1.1);
    /*filter: brightness(200%);*/
  }
}

.ball {
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}