: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);*/
    --colortopBottomLegendItem: #ffffff;
    --colorDefault: #71c05b;
}

* {
  box-sizing: border-box;
}

meta[name="theme-color"] {
  attr-content: var(--backgroundNavBar);
}

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%);
}

#contact{
    opacity: 0;
    position: absolute;
    top: 0;
    left: -5000px;
    height: 0;
    width: 0;
    z-index: -1000;
}

#home {
  padding-top: 0px;
}

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

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

#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;
  z-index: 0;
}

.zoom-element:hover {
  z-index: 10;
  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);
}

@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));
    cursor: pointer;
}

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

#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(180deg, #71c05b, #ffffff00)/*, url(../public/bkg/2.jpg);rgb(57 153 239 / 93%)*/;
  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: 20px;
    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: 0 0 10px 5px #000;
}

.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%;
    height: 30px;
    padding: 5px;
    color: var(--colortopLegendItem);
    font-size: 10px;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    background: var(--backgroundTopLegendItem);
    flex-flow: column wrap;
    place-content: center;
}

.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;
}

#mapa {
}

.container-map-title {
  background: linear-gradient(180deg, #71c05b, #ffffff00)/*, url(../public/bkg/2.jpg);rgb(57 153 239 / 93%)*/;
  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(180deg, #71c05b, #ffffff00)/*, url(../public/bkg/2.jpg);rgb(57 153 239 / 93%)*/;
  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(180deg, #71c05b, #ffffff00)/*, url(../public/bkg/2.jpg);rgb(57 153 239 / 93%)*/;
  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-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-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(180deg, #71c05b, #ffffff00)/*, url(../public/bkg/2.jpg);rgb(57 153 239 / 93%)*/;
  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-dash {
  position: relative;
  display: flex;
  flex-flow: wrap;
  place-content: flex-start center;
  padding: 20px;
  width: 80%;
  height: auto;
  align-content: center;
}

.content-about-dash-1 {
  width: 80%;
  padding: 10px;
  display: flex;
  place-content: center space-evenly;
  flex-flow: wrap;
}

.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: 0 0 3px #1e1e1e;
}

.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;
  /* text-shadow: 0 0 1px #000; */
}

.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-dash-2 {
  /* min-height: 100%; */
  width: 100%;
  padding: 10px;
  display: flex;
  place-content: flex-start center;
  flex-flow: wrap;
  gap: 20px;
}

.item-about-dash-2 {
  display: flex;
  position: relative;
  padding: 10px;
  min-height: 100px;
  width: 200px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 15px 1px #1e1e1e;
  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 {
  padding: 10px 110px 10px 10px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  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;
  flex-flow: row;
  box-shadow: rgb(44, 44, 44) 0px 0px 0.6rem;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(93, 91, 91, 0.48);
  flex-direction: row;
  flex-wrap: nowrap;
}

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

.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-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-img img {
  min-width: 100%;
  max-width: 100%;
}

.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;
        align-content: space-between !important;
        border-radius: 0px 20px 20px 0px !important;
        justify-content: center !important;
    }
    
    .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;
        font-size: 16px !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-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 10px 10px 10px;
    }
    
    .item-about-information {
        padding: 0px 10px;
        flex-wrap: wrap;
    }
    
    .item-about-information-details {
        padding: 0px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .item-about-information-img {
        height: 50vh;
        border-radius: 0px;
    }
    
    .item-about-information-content-img {
        overflow: auto;
    }
    
    .item-about-information-img img {
        max-width: none;
        min-width: 100%;
        max-height: 150%;
        height: auto;
    }
    
    .container-about-dash {
        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;
    }
    
    .wrapper-content {
        padding: 50px 0px 100px;
    }
    
    .wrapper i {
        top: auto;
        bottom: 0px !important;
    }
    
    .map-layout {
        height: 60vh;
    }
}

.wrapper {
  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);
  }
}

/*Loading*/
.modal-loading {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  padding-bottom: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.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: 6px solid #f3f3f3;
	border-radius: 100%;
    border-top: 6px solid #3999EF;
    border-right: 6px solid #71C05B;
    border-bottom: 6px solid #E86934;
	width: 50px;height: 50px;
	-webkit-animation: spin 1.4s infinite;
	animation: spin 1.4s infinite;
}


.loaderField { 
    position: absolute;
    height: 32px;
    width: 32px;
    display: inline-block;
    border: 5px solid #f3f3f3;
    border-radius: 100%;
    border-top: 6px solid #3999EF;
    border-right: 6px solid #71C05B;
    border-bottom: 6px solid #E86934;
    box-sizing: border-box;
    top: 0px;
    right: 2px;
    -webkit-animation: spin 1.4s infinite;
    animation: spin 0.7s infinite;
}

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

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