: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: #ffffff;
    --colorNavBarItem: #5c5e62;
    --colorNavBarItemHover: #ffffff;
    --colorEffectImgBackground: linear-gradient(180deg, #00000085, #00000085, #00000085, #00000085);
    --colorButtons: #ffffff;
    --backgroundButtons: #cf1719;
    --backgroundButtonsHover: #ffffff;
    --colorButtons2: #ffffff;
    --backgroundButtons2: #cf1719;
    --backgroundButtonsHover2: #ffffff;
    --colorButtonsHover: #cf1719;
    --backgroundLegendItem: #cf1719;
    --colorLegendItem: #ffffff;
    --colorDefault: #cf1719;*/
    
    --backgroundNavBar: #ffffffd9;
    --colorNavBarItem: #292929;
    --colorNavBarItemHover: #ffffff;
    --colorEffectImgBackground: linear-gradient(180deg, #00000085, #00000085, #00000085, #00000085);
    --colorButtons: #ffffff;
    --backgroundButtons: #cf1719;
    --backgroundButtonsHover: #ffffff;
    --colorButtons2: #ffffff;
    --backgroundButtons2: #cf1719;
    --backgroundButtonsHover2: #ffffff;
    --colorButtonsHover: #cf1719;
    --backgroundLegendItem: transparent;
    --colorLegendItem: #ffffff;
    --colorDefault: #cf1719;
}

* {
    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;
    background: rgb(0, 0, 0);
}

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

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

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

::-webkit-scrollbar-thumb {
    transition: 0.4s;
    background: var(--colorDefault);
    border-radius: 10px;
}

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

/* 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');
}

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

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 {
    /*min-height: 100vh;*/
    padding-top: 60px;
}

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: 100%;
  border-radius: 5px;
  filter: grayscale(0) contrast(100%) saturate(100%);
  /* filter: drop-shadow(0px 0px 3px black); */
}

#nav-menu-logo {
    /* padding: 5px; */
    max-height: 45px;
    max-width: 100px;
    border-radius: 15px;
    /*border: 2px solid #fff;*/
    overflow: hidden;
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

#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;
    /*height: 100%;*/
    align-content: center;
    justify-content: center;
}

#nav-menu-itens a {
    padding: 10px 25px;
    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;
}

.wrapper-geral {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.screen-effect {
    background: linear-gradient(180deg, #ffffff75, #ffffff00);
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

/* Shine */
.shine {
	position: relative;
}
.shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.zoom-element-perspective {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.zoom-element-perspective:hover {
    -ms-transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    -webkit-transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    transform: perspective(800px) rotateY(-15deg) translateY(-10px) rotateX(10deg) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .4), inset 0 0 10px 5px #000;
}

.mySlides-arrow {
    z-index: 3;
}

.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.3) blur(5px);
    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: rgb(0 0 0) 0px 5px 5px 0px;
    border-radius: 0px 0px 15px 15px;
    cursor: pointer;
    scale: 1.00;
}

.colorTextMark{
    color: #ffffff;/*var(--colorDefault);*/
}

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

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

.mySlides-dots {
}

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

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

.chat-content {
    display: flex;
    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;
}

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

.zoom-element {
    transition: 0.4s;
}

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

.filter-img {
    filter: contrast(115%) saturate(125%);
}

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

.container-link-slide a {
}

.content-text-link-slide {
    position: relative;
    top: 25vh;
    width: 80vw;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2px;
    border-radius: 20px;
    padding: 40px;
    height: 50px;
    display: flex;
    flex-flow: 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 {
    position: absolute;
    bottom: 10vh;
    width: 100%;
    display: flex;
    gap: 3px;
    place-content: center;
    flex-flow: column wrap;
    z-index: 4;
    color: rgb(0, 0, 0);
    font-size: 12px;
    align-items: center;
}

.content-filter-search {
    border-radius: 25px;
    overflow-y: hidden;
    max-width: 80%;
    height: 40px;
    display: flex;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px 1px inset, rgb(0, 0, 0) 0px 0px 3px 1px;
    transition: 0.5s ease-out;
}

.item-filter-search {
    width: 150px;
    display: flex;
    gap: 5px;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    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: 10px;
    text-align: center;
}

.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;
    overflow: hidden;
    min-width: 20%;
    max-width: 60%;
    height: 40px;
    display: flex;
    box-shadow: rgb(0, 0, 0) 0px 0px 3px 1px inset, rgb(0, 0, 0) 0px 0px 3px 1px;
    flex-flow: row;
    justify-content: space-between;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    transition: 0.5s ease-out;
}

.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 {
    width: 100%;
    font-weight: 700;
    text-align: 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));
    border: 0px;
}

.content-select-search div:hover {
    background: linear-gradient(0deg, rgb(255, 132, 0), rgb(255, 82, 0), rgb(207, 94, 19), rgb(255, 82, 0), rgb(255, 132, 0));
    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);
}

.container-destiny-title {
    background: linear-gradient(#fff, rgba(255, 255, 255, 0)) center center / cover no-repeat fixed;
    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);
    position: relative;
}

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

.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 #FFFFFF;
    overflow: hidden;
    box-shadow: rgb(68, 68, 68) 0px 0px 3px 1px;
    transition: 0.3s ease-out;
    place-content: center;
    background: rgb(255, 255, 255);
    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 {
    max-height: 150%;
    /* min-height: 100%; */
    min-width: 100%;
}

.item-destiny-gallery span {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    color: var(--colorLegendItem);
    font-size: 12px;
    font-weight: 600;
    background: linear-gradient(0deg, var(--backgroundLegendItem), transparent);
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

#roteiros {
}

.container-routers-title {
    position: relative;
    background: linear-gradient(rgba(57, 153, 239, 0.74), rgba(255, 255, 255, 0)) center center / cover no-repeat fixed;
    display: flex;
    flex-flow: column wrap;
    place-content: center;
    padding: 5px 50px;
    box-shadow: rgb(0, 0, 0) 0px 0px 9px 0px;
}

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

.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: 60vh;
    width: 20vw;
    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: 15px;
    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 flex-start;
}

.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)) center center / cover no-repeat fixed;
    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-guides-title span {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    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;
    box-shadow: rgb(0, 0, 0) 0px 0px 9px 0px;
    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)) center center / cover no-repeat fixed;
    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);
    position: relative;
}

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

.content-about-dash {
    min-height: 100%;
    width: 100%;
    padding: 10px;
    display: flex;
    place-content: flex-start space-evenly;
    flex-flow: wrap;
    gap: 20px;
    background: #ffffff38;
    border-radius: 20px;
}

.item-about-dash {
    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 rgb(0, 0, 0);
}

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

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

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

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

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

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

.item-about-dash-icon {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--colorLegendItem);
    padding: 10px;
    /* text-shadow: 0 0 1px #000; */
}

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

.item-about-dash-qtd {
    font-size: 20px;
    color: var(--colorLegendItem);
}

.item-about-dash-name {
    font-size: 12px;
    color: var(--colorLegendItem);
}

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

.item-about-information-details {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.content-about-information {
    padding: 10px;
    width: 50%;
    color: rgb(255, 255, 255);
}

.item-about-information-text {
    padding: 10px;
    width: 100%;
    text-align: justify;
}

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

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

.item-about-information-img img {
    mask-image: url("../public/bkg/brush.png");
    mask-mode: alpha;
    mask-repeat: no-repeat;
    mask-size: 80%;
    mask-position: center center;
}

.wrapper-content {
    padding: 70px 20px;
}

.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;
    }
    
    section {
        padding-top: 80px;
    }

    #nav-menu-itens {
        display: none;
        height: auto;
        align-items: center;
    }

    #btn_open_menu {
        display: block;
    }

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

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

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

    .content-text-slide {
        width: 100% !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 {
        padding: 10px 0px;
        align-content: space-between !important;
        border-radius: 0px 20px 20px 0px !important;
        justify-content: center !important;
    }

    .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: 12px !important;
    }

    .menu-side-open-header #nav-menu-itens a:hover {
        cursor: pointer;
    }
    
    .menu-side-open-header #nav-menu-logo {
        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: 100% !important;
    }

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

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

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

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

    .content-about-information {
        padding: 10px;
        width: 100%;
    }

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

    .item-about-dash {
        width: 150px;
    }

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

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

    .wrapper i {
        top: auto;
        bottom: 0px !important;
    }
}

@keyframes change-color {
    0% {
        background: var(--colorDefault);
    }

    33% {
        background: var(--colorDefault);
    }

    66% {
        background: var(--colorDefault);
    }

    100% {
        background: var(--colorDefault);
    }
}

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