/* 
    Document   : serra
    Created on : 25/11/2020, 19:06:40
    Author     : guilh
    Description:
        Purpose of the stylesheet follows.
*/
* {
    position: relative;
    font-family: Poppins;
}


body, html{
    overflow-x: hidden;
}
:root {
    --nav-link-color: #323B2D;
    --verde-1: #015c5e; /*#00a859;*/ /* #1D5838*/
    --verde-escuro: #323B2D;
    --verde-claro: #009444;
    --verede-2: #464E48;
    --amarelo-1: #F3E84F;
    --color-link: #7AA154;
    --color-link-hover: #637f47;

}

.fs-80{
    font-size: 80px !important;
}
.fs-50{
    font-size: 50px !important;
}
.fs-60{
    font-size: 60px !important;
}
.fs-40{
    font-size: 40px!important;
}
.fs-30{
    font-size: 30px !important;
}
.fs-25{
    font-size: 25px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-18{
    font-size: 18px !important;
}

.verde{
    color: var(--color-link);
}


.n-mostra {
    display: none !Important;
}

.titulo-aternativo {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: var(--verde-escuro);

}

.titulo {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    color: var(--verde-1);
}

.titulo-white {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    color: white;
}

.sub-titulo-white {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: white;
}

.sub-titulo {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #5F6B63;
}

.sub-titulo-interna {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #5A6256;
    padding-right: 15px;

}

.sub-titulo-alternativo {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.75em;
    text-transform: uppercase;
    color: var(--verde-1);
}

.sub-titulo-semcor {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: rgba(50, 59, 45, 0.4);
}

.sub-titulo-cidade {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--verde-2);
}

.sub-titulo-cidade:hover {
    text-decoration: none;
    color: var(--verde-1);
}

.btn-padrao {
    width: 269px;
    height: 53px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    background: var(--amarelo-1);
    box-shadow: 0px 3px 15px rgba(158, 110, 16, 0.1);
}
.btn-padrao2{
    background: #009444;
    border-radius: 4px;
    width: 100%;
    height: 47px;
    font-weight: bold;
    color: white;
    transition: 0.7s;
}
.btn-padrao2:hover{
    background: #037035;
    color: white;
}
.btn:focus {
  outline: none ;
  box-shadow: none ;
}
.link-1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--verde-1);
}

.link-1:hover {
    text-decoration: none;
    color: var(--color-link-hover);
}

.link-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--verde-claro);
}

.link-2:hover {
    text-decoration: none;
    color: #047a39;
}

.link-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--verde-claro);
}

.link-2:hover {
    text-decoration: none;
    color: #017234;
}

.link-3 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.link-3:hover {
    color: var(--amarelo-1);
    font-weight: bold;
    text-decoration: none;
}

.active-link-3 {
    color: var(--amarelo-1);
    font-weight: bold;
    text-decoration: none;
}

.link-3:hover .fas.fa-circle {
    display: block;
}

.container-padding {
    padding-top: 6rem;
    padding-bottom: 10rem;
}

.pagination a, .pagination .page-item.active {
    margin: 0 2px;
    font-weight: 500;
    line-height: 100%;
    display: block;
    min-width: 38px;
    padding: 11px 13px;
    border-radius: 4px;
    color: #435534;
    background-color: white;
    border: 1px solid #B8BDB5 !important;
    text-decoration: none;
}

.pagination li.active a {
    background: var(--verde-claro);
    color: white;
}

.politica {
    padding-top: 60px;
    padding-bottom: 80px;
}


/*Scroll menu*/

.navbar-light .navbar-nav .nav-link.fixed-links {
    color: var(--verde-escuro);
}

.fixed-links:hover {
    color: var(--verde-claro);
}

.fixed-header {
    background: white;
    box-shadow: 0px 4px 30px rgba(47, 64, 32, 0.15);
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    min-height: 70px;

}
.logo-link{
    font-size: 20px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

#header .navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

#header .navbar-light .navbar-nav .nav-link:focus {
    opacity: 0.7;
    color: white;
}

.nav-link.active{
    color: var(--verde-1) !important;
}

#header a.nav-link.fixed-links:hover {
    color: green !important;
}

#header a.nav-link.fixed-links:focus {
    color: green;
}

#header a.nav-link.fixed-links.active {
    color: green;
}


#header a.nav-link.fixed-link-mobile:hover {
    opacity: 0.5;
}

#header a.nav-link.fixed-link-mobile:focus {
    opacity: 0.5 !important;
}

#header a.nav-link.fixed-link-mobile.active {
    opacity: 0.5 !important;
}

a.nav-link {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    margin-right: 30px;
    color: #323B2D !important;
    letter-spacing: 0.145em;
    text-transform: uppercase;
}


/*-----Banners--------------------------------------------*/
.contador{
    top: -166px;
    color: white;
    right: 11px;
}
.c-final{
    top: -189px;
    right: -155px;
}
#banners figure {
    height: 887px;
}

.img-fit {
    width: 100%;
    height: 840px;
    object-fit: cover;
}

.bg-fake {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/*
#banners .padding-texts-banner {
    padding-top: 27%;
}

#banners .padding-card-banner {
    padding-top: 11%;
}
*/
.layer-banner{
    display: flex;
    align-items: center;

}
.textos-banner{
    display: flex;
    align-items: center;
    background: rgba(0, 4, 19, 0.6);
    box-shadow: 0px 3px 15px rgba(158, 110, 16, 0.1);
    position: absolute;
    /*height: 500px; */
   /* width: 100%; */
    bottom:0;
}
.container-descubra{
    position: absolute;
    top: 130px;
    z-index: 1;
   /* left: 0; */
    transition: ease-in-out 0.4s;
    right: -700px;
}
.container-show{
    right: 0px;
}
#banners .card {
    border: none;
    background: rgba(0, 4, 19, 0.6);
    box-shadow: 0px 3px 15px rgba(158, 110, 16, 0.1);
    z-index: 55;
    width: 100%;
   height: 520px;
}

.cards-descubra{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;

}
.lSAction{
    position: relative;
    bottom: 150px;
}
.lSAction>.lSNext{
    right: 35px !important;
}

#banners .card .titulo-white {
    font-size: 22px;
}

#banners .owl-carousel .owl-dot {
    width: 69px;
    height: 4px;
    display: inline-block;
    background: #709D62;
    margin: 0 3px;
    opacity: 0.8;
    position: relative;
}

#banners .owl-carousel .owl-dot.active {
    background: #F3E84F;
}

#banners .owl-dots {
    top: -219px;
}
#banners .owl-one .owl-nav{
    position: absolute;
    top: 87%;

}
#banners .owl-one .owl-nav button{
    font-size: 30px;
    color: white;
}

.owl-three .owl-stage {
    right: 9.5rem;
}

.owl-two .owl-dots {
    position: revert;
    text-align: end;
}

.owl-two .item a {
    margin-right: 24px;
}

.owl-two .owl-stage {
    right: 10.5rem;
}

.container-texto {
    top: -77px;
    left: 11px;
}

.fas.fa-circle {
    display: none;
}

/*carousel card banner*/
ul.lSPager.lSpg {
    float: right;
    margin-right: 15px !important;
}

.lightSlider img {
    width: 275px !important;
    height: 288px;
    border-radius: 17px;
    object-fit: none;
    z-index: -1
}

.lightSlider img:hover {
    text-decoration: none;
}

.lightSlider .grad-image {
    background: linear-gradient(0deg, #1E211B 0%, rgba(30, 33, 27, 0) 94.57%);
    width: 275px;
    height: 288px;
    border-radius: 17px;
}

.lightSlider .sub-titulo-white {
    top: -67px;
    padding-left: 12px;
    padding-right: 13px;
}

.lightSlider .sub-titulo-white:hover {
    opacity: 0.6;
    text-decoration: none;
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background: var(--verde-1) !important ;
}

.lSSlideOuter .lSPager.lSpg > li a {
    width: 69px !important;
    height: 4px !important;
    background-color: #127a45 !important ;
    opacity: 0.8 !important;
    border-radius: unset !important;
}

.owl-three .owl-next {
    float: right;
    color: white;
    bottom: 47px;
    left: 16px;
}

.owl-three .owl-prev i.fas.fa-angle-left {
    font-size: 1.5rem;
    color: white;
    bottom: 46px;

}

.owl-three button.owl-prev, button.owl-next {
    outline: none;
}

.owl-three .owl-next i.fas.fa-angle-right {
    font-size: 1.5rem;
    color: white;
}
/*instagram*/

.instagram{
    padding: 100px 0 100px 0;
}
.letras-espacadas{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.375em;
    text-transform: uppercase;
    color: var(--nav-link-color);

}

/*Descubra-----------------------------------------------------------*/
.gutter-descubra > [class*='col-'] {
    padding-left: 20px;
    padding-top: 30px;
}

.container-card-descubra {
    padding: 0px 2px;
}

/*Estações------------------------------------------------------------*/
.textos-estacoes {
    bottom: 17rem;
}

.card-estacoes {
    background: #8F8F8F;
    width: 280px;
    height: 88px;
}

.card-estacoes.verao:hover {
    background: linear-gradient(89.16deg, #FFD02B 0.51%, #FF842B 99.28%);
    cursor: pointer;
    transition: 0.2s;
}

active-estacao {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

#estacoes .img-cards {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    left: 13rem;
    top: 0.75rem;
}

#estacoes .img-cards:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.active-estacao {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0);
}

.botao-estacao {
    background: transparent;
    border: none;
}

.botao-estacao:active {
    background: transparent;
    border: none;
}

.botao-estacao:focus {
    background: transparent;
    border: none;
    outline: none;
}

.card-conteudo {
    background: white;
    height: 521px;
    width: 100%;
}

.content-card-conteudo {
    padding: 20px;
}

.cards-estacoes-padding {
    position: relative;
    top: -248px;
}

.card-conteudo-padding {
    position: relative;
    bottom: 143px;
}

#estacoes .container-padding {
    padding-bottom: unset;
}


/*Surpreendase-------------------------------------------------------------*/
#surpreendase .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: #355019;
    border-radius: 35px;
    opacity: 0.3;
}

#surpreendase .owl-carousel .owl-dot.active {
    background: #355019;
    width: 28px;
    height: 10px;
    opacity: unset;
    margin: 0 7px;
}

#surpreendase .owl-dots {
    position: absolute;
    top: 19px;
}

#surpreendase .owl-carousel .titulo {
    color: var(--verde-escuro);
    font-weight: bold;
    font-size: 24px;

}

/*O que fazer---------------------------------------------------------------*/
.img-card-itens{
    width: 100% !important;
    height: 225px !important;
    object-fit: cover;
}
.oquefazer {
    padding-top: 70px;
}
/*
.oquefazer span {
    top: 20px;
    left: 16px;
}
*/


.oquefazer h1.titulo.fazer {
    font-weight: bold;
    left: 27px;
}

.oquefazer .row.pesquisa-forms {
    padding-left: 25rem;
}

#galeria .row.pesquisa-forms {
    padding-left: 53rem;
}
#loader-galeria{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}
.share-redes{
    bottom: 0;
    position: absolute;
}
.share-redes i{
    cursor: pointer;
}


.oquefazer .row.forms-pesquisa {
    padding-bottom: 70px;
}

.oquefazer i.fas.fa-search {
    bottom: -36px;
    z-index: 99;
    elft: 10;
    left: 21px;
}

.oquefazer .form-group {
    padding-right: 17px;
}

.oquefazer .form-group.cidade {
    padding-right: 17px;
}

.oquefazer .pesquisa {
    background: #F1F1F1;
    border-radius: 8px;
    border: none;
    width: 302px;
    height: 56px;
    font-size: 15px;
}

.oquefazer .select {
    background: #F1F1F1;
    border-radius: 8px;
    border: none;
    width: 226px;
    height: 56px;
    font-size: 12px;
}

.oquefazer li {
    list-style: none;
}

.oquefazer ul {
    margin: unset;
    padding: unset;
}
/*
.oquefazer .sub-titulo {
    min-height: 100px;
}
 */

/*Visite------------------------------------------------------------------*/

#visite .sub-titulo {
    text-align: center;
    letter-spacing: 0.945em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
    text-shadow: 0px 11.4667px 43px rgba(0, 0, 0, 0.5);
}

#visite .btn-padrao {
    width: 325px;
}

#visite h1.titulo-white.amarelo {
    color: var(--amarelo-1);
    font-weight: bold;
    font-size: 24px;
}

#visite .titulo-white {
    font-size: 24px;
}

#visite .bg-fake {
    height: 401px;
}

#visite .img-fit {
    height: 401px;
}

/*Ultiams do blog-----------------------------------------------------------*/
#noticias .titulo {
    color: var(--verde-escuro);
    font-weight: bold;
}

#noticias .sub-titulo {
    color: #5A6256;
}

#noticias .card-blog .titulo {
    font-size: 18px;
    font-weight: bold;
}

#noticias .btn-padrao {
    width: 171px;
}

/*-Faixa de titulo----------------------------------*/
#faixa {
    height: 376px;
    width: 100%;
    background: #F1F1F1;
    padding-top: 174px;
}


/*Contato-----------------------------------------------------------*/
#contato .info-contato {
    font-size: 22px;
}

#contato .info {
    border-bottom: 1px solid #E6E6E6;
    width: 79%;
    top: -25px;
    left: 75px;
}

#contato .redes-sociais {
    left: 79px;
}

#contato .redes-sociais a {
    margin-right: 27px;;
    color: #85868B;
    font-weight: 100;
}

#contato .redes-sociais a:hover {
    opacity: 0.5

}

#contato a.nav-link:hover {
    opacity: 0.5

}
.cadastro .form-group{
    margin-bottom: 2rem;
}
#form-contato input, .cadastro .form-cadastro-input {
    height: 48px;
    background: #F4F4F4;
    border-radius: 4px;
    font-size: 12px;

}
::placeholder {
    opacity: 0.6; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 0.6; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #787987;
    opacity: 0.6; /* Firefox */
}


#form-contato textarea, .cadastro textarea {
    background: #F4F4F4;
    border-radius: 4px;
    font-size: 12px;
}

#form-contato button {
    height: 48px;
    background: var(--verde-claro);
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}

#form-contato button:hover {
    background: var(--verde-1);
}

.form-control:focus {
    border-color: var(--verde-claro);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 148, 68);
}

.dropdown-toggle:focus {
    border-color: var(--verde-claro);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 148, 68);
}

/*Roteiros---------------------------------------------------------------*/
#roteiros span {
    left: 28px;
}

#roteiros h1.titulo.fazer {
    left: 40px;
}

#roteiros .row.pesquisa-forms {
    padding-left: 20em;
}

.oquefazer .row.forms-pesquisa {
    padding-bottom: unset;
}

.oquefazer .dropdown-menu.show {
    transform: translate3d(0px, 56px, 0px) !important;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    text-align: inherit;
    font-size: 13px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #1d5838;
}

/*Destino-----------------------------------------------------------------------------*/
.onscroll-menus{
    position: fixed;
    top: 400px;
    left: -80px;
    transition: ease-in-out 0.4s;
    z-index: 2;
}
#destinos .padding-destino {
    padding-top: 150px;
    padding-bottom: 150px;
}
#destino-interna .layer{
    background: rgba(0, 4, 19, 0.6);
    display: flex;
    align-items: center;
}
.cardss{
    position: absolute;
    width: 100%;
}
.textos-info{
    position: relative;
    bottom: 50px;
}
.owl-destino .sub-titulo-interna{
    font-size: 19px;
}
#destino-interna .layer img{
    position: relative;
    z-index: -4;
}
#destino-interna .textos{
    position: absolute;
    width: 100%;
}

#destinos .todos-destinos {
    padding-top: 150px;
}
    .grid-destino-interna{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*-Interna destino--------------------------------------------------------------------*/
.white{
    color: white !important;
}
.horario-local div{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #1D5838 !important;

}

.oque--fazer{
    background: linear-gradient(89.16deg, #55ADDF 0.51%, #477CE1 99.28%);
}
.onde--comer{
    background: linear-gradient(89.16deg, #FFD02B 0.51%, #FF842B 99.28%);
}
.onde--ficar{
    background: linear-gradient(89.16deg, #EE5656 0.51%, #E1A447 99.28%);
}
.onde--roteiros{
    background: linear-gradient(
            86.82deg, #63CD51 1.85%, #d2d79d 114.38%);
}
.itens-links{
    text-decoration: none !important;
}
.owl-destino{
    bottom: 69px;
}
.owl-destino img {
    height: 629px;
    object-fit: cover;
}
.onscroll-menus .card-destino{
    height: auto;
}
.onscroll-menus .card-destino:hover{
    transform: translateY(0);
}
.card-destino{
    transition: transform 500ms;
    transition: 0.5s all;
    cursor: pointer;
    height: 150px;
    }
.card-destino:hover{
    transform: translateY(-13px);
}
#destino-interna .background {

    padding-top: 115px;
    height: 699px;
}
.imagem-destino{
    position: absolute;
    bottom: 0;
    right: 0;
}

#destino-interna .cidads-flow {
    overflow: auto;
    height: 304px;
    margin-bottom: 2rem;

}

#destino-interna ::-webkit-scrollbar {
    width: 5px;
}

/* Track */
#destino-interna ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
#destino-interna ::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}

/* Handle on hover */
#destino-interna ::-webkit-scrollbar-thumb:hover {
    opacity: 0.6
}

.owl-destino2 .owl-nav {
    position: absolute;
    width: 108%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    height: 0;
}

.owl-destino2 > .owl-nav > .owl-next {
    float: right;
}

.owl-destino2 > .owl-nav > .owl-prev {
    float: left;
}

/*----Interna generica-----------------------------------------------------------------*/
/*
.owl-six .owl-prev {
    position: absolute;
    bottom: 184px;
    margin-left: -20px;
}
.owl-six .owl-next {
    margin-right: -18px;
    position: absolute;
    bottom: 184px;
    right: 0px;
}
/*
 */
.owl-six .owl-nav{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 0px;
    z-index: 10;
}
.owl-six .owl-next{
    float: right;
    border-radius: 5px;
    margin-right: 10px;
}
.owl-six .owl-prev{
    border-radius: 5px;
    margin-left: 10px;

}

.owl-prev i, .owl-next i {
    color: white;
    font-size: 30px;
}











.owl-destino .owl-nav{
    position: absolute;
    outline: none;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 0px;
    z-index: 10;
}
.owl-destino .owl-next{
    float: right;
    border-radius: 5px;
    margin-right: 10px;
}
.owl-destino .owl-prev{
    border-radius: 5px;
    margin-left: 10px;

}

.owl-prev i, .owl-next i {
    color: white;
    font-size: 30px;
}

/*Página cadastro*-*----------------------------------------------------------------/ */
#dz-clickable{
    background: #F4F4F4;
    border: 1px dashed #D4D4D4;
    border-radius: 4px;
}
.fotos-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #5F6B63;
}
.sub-titulo-fotos{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #787987;
    opacity: 0.6;
}
.titulo-fotos{
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #5F6B63;
}
.dropzone {
    background: #F4F4F4 !important;
    border: 1px dashed #D4D4D4 !important;
    border-radius: 4px;
    padding:unset !important;
}
.dropzone .dz-message{
    margin: 2rem !important;
}

.fs-34{
    font-size: 34px;
}
.form-cadastro{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 27px;
}
.form-check-input{
    position: unset !important;
    margin-top: unset !important;
    margin-left: unset !important;
}

.cadastro .select-municipio{
    height: 48px;
    background-color: #F4F4F4;
    border-radius: 4px;

}
.select-municipio:focus {
    border-color: var(--verde-claro);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 148, 68);
}
.cadastro .select-municipio option{
    font-size: 14px;
    color: #787987;
}
.cadastro input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    outline: none;
}

.cadastro input[type="radio"]:checked{
    background-color: #5F6B63;
    outline: none;
}

/*
.dropzone .dz-preview .dz-image{
display: none !important;
}
.dropzone .dz-preview .dz-details{
opacity: unset;
}
.dropzone .dz-preview .dz-details .dz-size{
display: none;
}
.dropzone .dz-preview .dz-progress{
display: none;
}
.dropzone .dz-preview.dz-image-preview{
background: unset;
}

*/


/*Interna generica roteiroo-----------------------------------------------------------*/

.card-agencia{
    padding: 1rem;
    border: 1px solid #E7E7E7;
    border-radius: 8px;
}
#interna-roteiro .owl-carousel .owl-item img {
    height: 480px;
    object-fit: cover;
}

#interna-roteiro {
    padding-top: 94px;
}

#interna-roteiro .nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom: 2px solid #828898;

}

#interna-roteiro .nav-tabs .nav-link.active {
    color: #34CE7A;
    background-color: unset;
    border-color: unset;
    border: unset;
    border-bottom: 2px solid;
}

#interna-roteiro a.nav-link {
    color: #828898;
}

div#myTabContent {
    padding-top: 28px;
}

.texto ul {
    padding: unset;
}

#profile .texto li {
    list-style: none;
}

#profile .texto li:before {
    content: '\f00c';
    display: inline-block;
    position: relative;
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 900;
    margin-right: 10px;
    color: green;
}

.quando-ir {
    width: 100%;
    background: #21623F;
    height: 8px;
}

.disponivel {
    width: 18px;
    height: 18px;
    background: #21623F;
}

.datas {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: rgba(50, 59, 45, 0.8);
}

/*Footer----------------------------------------*/
.bg-footer{
    background: rgba(0, 4, 19, 0.6);
    height: 712px;
    display: flex;
    align-items: center;
}
#rodape .img-fit {
    height: 712px;
}

#rodape .redes-sociais a {
    margin-right: 27px;;
    font-weight: 100;
}
#rodape a.nav-link{
    color: white !important;
}

#rodape .redes-sociais a:hover {
    opacity: 0.5

}

#rodape a.nav-link:hover {
    opacity: 0.5

}

.copy {
    color: #3A492C;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-family: Open Sans;
    font-size: 12px
}

.criado-por {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    color: #3A492C;
    font-family: Open Sans;
    font-size: 12px;
}

/*Card blog--------------------*/
#carrousel-blog .owl-carousel img{
    object-fit: cover;
}
img.attachment-thumbnail.size-thumbnail{
    margin-bottom: 20px;
}
.content-card-blog {
    opacity: 0.9;
    backdrop-filter: blur(30px);
    border-radius: 0px 8px 8px 0px;
    width: 500px;
    height: 550px;
    float: right;
    bottom: 550px;
    padding: 2rem;
    background-color: rgb(67, 80, 54, 0.8);
}

/*Galeria*/
.gallery-wrapper figure {
    overflow: hidden;
    margin-bottom: 16px !important;
    background: rgba(0, 0, 0, 0.8);
}
.gallery-wrapper img{
    margin-bottom: unset !important;

}
#galeria .oquefazer{
    padding-top: unset;
}





#galeria{
    background-color: #F1F1F1;
    padding-bottom: 3rem;
}

#galeria i.fas.fa-camera {
    color: #009444;
    left: 15px;
    top: 40px;
    position: relative;
    z-index: 1;
}
.title-galeria{
    position:absolute;
    color: white;
    z-index:1000;
    top:50%;
    font-size: 20px;
    text-align:center;
    width:100%;
}
.share-redes{
    background-color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 35px;
    display: flex;
    height: 35px;
    margin: 8px;
}

/*
#galeria .container-fluid {
    width: 80%;
}
 */
.fixed-logo{
    color : white !important;
}
#galeria figure{
    margin: 0 0 0rem;
}
#galeria .fab{
    font-size: 20px;

        color: #3b443e;
}
#galeria .fab:hover{
    opacity:0.5
}
@media (max-width: 576px) {
    .cardss {
        position: unset;
    }
    #destino-interna .layer{
        height: 568px;
    }
    .card-destino:hover{
        transform: unset

    }
    .gutter-descubra > [class*='col-'] {
        text-align: center;
    }

    .card-estacoes {
        margin: 0 auto;
    }

    #visite .sub-titulo {
        letter-spacing: 0.145em;
    }

    #visite .btn-padrao {
        width: unset;
    }

    .copy {
        margin: 0 auto;
    }

    .criado-por {
        margin: 0 auto;
    }

    .oquefazer .select {
        width: 301px;
    }

    .oquefazer .form-group {
        padding-right: unset;
    }

    #interna-roteiro .owl-carousel .owl-item img {
        height: unset;
    }
/*
    .container-destino {
        padding-top: 150px;
    }
    */


    .owl-destino.owl-carousel.owl-theme.pt-4.owl-loaded.owl-drag {
        top: unset !important;
    }

    .img-blog {
        width: 100%;
    }
    .form-cadastro{
        grid-template-columns: 1fr;
    }
    .textos-banner{
        height: auto;
    }
    .lSSlideOuter .lSPager.lSpg{
        text-align: initial;
    }

}

@media (max-width: 996px) {
    .nav-link.active{
        color: white !important;
        font-weight: 900;
        border-bottom: 2px solid var(--verde-1) ;
        background: #015c5e;
        margin-right: unset;
    }
    .lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>*{
        justify-content: center;
    }
    .lightSlider img, .lightSlider .grad-image{
        width: 343px !important;
        height: 200px;
    }
    .owl-three .owl-stage-outer{
        text-align: end;
    }
    .lSAction{
        bottom: 95px;
    }
    .lSAction>.lSNext{
        right: 8px !important;
    }
    #banners .titulo-white{
        font-size: 26px;
    }
    #banners .img-fit{
        height: 800px;
    }
    #banners .card{
        height: auto;
    }
    .cards-descubra{
        position: unset;
    }
    .logo-2-modi{
        color: #323b2d ;
    }
    a.nav-link{
        color: var(--verde-1) !important;
    }
    /*HEADER------------------------------------*/
    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        padding: 10px 0;
        z-index: 999;
        width: 100%;
        text-align: end;
    }

    #header {
        height: unset;
        position: unset;
        z-index: unset;
        width: unset;
        filter: unset;
        min-height: 58px;
    }

    #header a.nav-link {
        margin-left: unset;
        padding: 10px 20px !important;
        text-transform: uppercase;
        font-size: 15px;
        color: white;
    }

    .navbar-light .navbar-toggler {
        color: unset;
        border: unset;
        outline: none !important;
        background: var(--verde-1);
        border-radius: 50%;
        right: 19px;
        height: 50px;
        width: 52px;
        top: 7px;


    }

    .navbar-light .navbar-toggler-icon {
        background-image: unset;
        top: 5px;
        position: relative;
    }

    .navbar-brand {
        float: left;
    }

    .fixed-links {
        color: white !Important;
    }

    #banners {
        bottom: 100px;
    }

    #contato .info {
        left: unset;
        top: unset;
        padding-top: 66px;
    }

    #contato .redes-sociais {
        left: unset;
        padding-top: 18px;
    }

    #surpreendase .link-2 {
        margin-left: unset !important;
        left: 17px;
    }

    #faixa {
        height: 274px;
        padding-top: 83px;
    }

    .oquefazer h1.titulo.fazer {
        margin: 0 auto;
        left: unset;
        padding-bottom: 10px;
    }

    .oquefazer span {
        left: unset;
        display: block;
        text-align: center;
        top: 40px;
    }

    #interna-roteiro {
        padding-top: unset;
    }

    #destino-interna .background {
        padding-top: 0px;
    }
    #destino-interna .background {
        height: auto;
    }



    .owl-destino.owl-carousel.owl-theme.pt-4.owl-loaded.owl-drag img {
        top: -32px;
    }

    .owl-destino{
        bottom: unset;
    }
    #destinos .padding-destino {
        padding-top: 83px;
    }

    #destinos .todos-destinos {
        padding-top: 83px;
    }

    #header ul.navbar-nav {
        position: fixed;
        background: rgba(255, 255, 255, 0.8);
        backdrop-filter: saturate(180%) blur(5px);

        height: 956px;
        top: 0px;
        text-align: justify;
        width: 100%;
        z-index: -1;
        left: 0;
        flex-direction: column;

        clip-path: circle(10px at 90% -10%);
        -webkit-clip-path: circle(10px at 90% -10%);
    }

    #header ul.navbar-nav.open {
        clip-path: circle(10000px at 90% -10%);
        -webkit-clip-path: circle(10000px at 90% -10%) !important;
    }

    #banners .padding-texts-banner {
        padding-top: 150px;

    }

    #banners .owl-carousel .owl-dot {
        left: 42px;
    }

    #header .nav-item {
        top: 100px;
        padding-top: 40px;
    }

    #header .dropdown-menu.show {
        background: transparent;
        border: none;
    }

    #header .dropdown-item {
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.145em;
        font-weight: normal;
        left: 14px;
    }

    #descubra .container-padding {
        padding-top: unset;
    }

    .content-card-blog {
        width: 100%;
        height: auto;
        padding: 2rem;
        border-radius: 8px;
        background-color: rgb(67, 80, 54);
        bottom: unset;
        opacity: unset;
        padding-top: unset !important;
    }

    #roteiros .row.pesquisa-forms {
        padding-left: unset;
    }

    #header .dropdown-menu.show {
        transform: unset !important;
    }

    #header .dropdown-toggle::after {
        color: white;
    }
    #galeria .container-fluid{
        width: 100%;
    }
    .contador{
        right: -21px;
    }
    .c-final{
        right: -203px;
    }



}


@media (max-width: 1200px) {
    #rodape .bg-fake {
        height: 836px;
    }



    #rodape a.nav-link {
        margin-right: unset;
    }

    .oquefazer .form-group:nth-child(1) {
        margin: unset;
    }

    .oquefazer .row.pesquisa-forms {
        margin: 0 auto;
        justify-content: center;
        padding-left: unset;
    }

    #galeria .row.pesquisa-forms {
        margin: 0 auto;
        justify-content: center;
        padding-left: unset;
    }

    .oquefazer .row.forms-pesquisa {
        margin: unset;
    }

    .button-sur {
        margin-left: unset !important;
        top: 18px;
        left: 14px;
    }

    .content-card-blog {
        padding-top: 140px;
    }

    #roteiros .row.pesquisa-forms {
        padding-left: 1rem;
    }

    #roteiros span {
        left: unset;
    }

    .oquefazer h1.titulo.fazer {
        left: unset;
    }

    #roteiros h1.titulo.fazer {
        left: unset;
    }

    .dropdown-menu.show {
        transform: translate3d(0px, 56px, 0px) !important;
    }

    #interna-roteiro span {
        display: flex;
        justify-content: center;
    }

    #interna-roteiro h1.titulo {
        text-align: center;
    }
    a.nav-link{
        margin-right: 7px;
    }
}


@media(max-width: 1024px){
    .grid-destino-interna{
        display: block;
    }
    .imagem-destino{
        position: unset;
    }
    #destino-interna .cidads-flow{
        height: 395px;
    }
    .img-destino-interna{
        width: 100%;
    }
    .owl-destino{
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        min-width: 1200px;
        width: 1200px;
    }
}

@media(min-width: 1200px) and (max-width: 1440px){
    .img-fit{
        height: 655px;
    }
    .container-descubra{
        top:82px
    }
    .card-destino{
        height: 132px;
    }
    #banners .card{
        height: auto;

    }
    .padd-all{
        padding: 0.5rem !important;
        padding-left: 2rem !important;
    }
   #banners .oque--fazer .titulo-aternativo{
        margin-bottom: 0.25rem !important;
    }
}


.dropdown-toggle::after {
    color: #009444;
    float: right;
    margin-top: 7px;
    font-size: 20px;
}