main > .container {
    padding: 70px 15px 20px;
    border:solid 3px green;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.container-fluid, .navbar {
    padding: 0;
    margin: 0;
}

/* HEADER */

header > nav > .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

nav li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

nav li a {
    padding: 1.25em !important;
    width: 100%;
    margin: 0;
    color: white;
    text-align: center;
    font-family: 'Asap Bold', Sans-Serif;
}

nav li a:hover {
    color: white;
    transform: scale(1.2);
    transition: transform 200ms ease-in-out;
}

.navbar-home {
    background-color: #4D200F;
    max-width: 80px;
}

.navbar-brejo {
    background-color: #542310;
}
.navbar-ficar {
    background-color: #723016;
}

.navbar-tour {
    background-color: #953F1E;
}

.navbar-comer {
    background-color: #953F1E;
}

.navbar-fazer {
    background-color: #723016;
}

.navbar-servicos {
    background-color: #953F1E;
}

.navbar-eventos {
    background-color: #723016;
}

.navbar-informacoes {
    background-color: #953F1E;
}



.titulo {
    background-color: #723016;
}

.titulo > h3 {
    width: 28%;
    padding-left: 100px;
    font-family: "Asap Bold", Sans-Serif;
    color: white;
    background-color: #953F1E;
    padding: 15px 0;
    text-align: center;
}

h2 {
    width: 100%;
    font-family: "Asap Bold", Sans-Serif;
    color: #000;
    text-align: center;
}

h2 a{
    color: #000;
}
    h2 a:hover{
        color: #542310;
        text-decoration: none;
    }

.linha-separa {
    float: left;
    width: 100%;
    height: 20px;
    border-top: solid 1px #723016;
}

/*busca capa*/
#busca {
                float:right;
                width:100%;
                height:50px;
                margin:0;
                color:#333333;
                border:solid 0px #000;
            }

        form {
            float:left;
            width: 100%;
            margin: 0% 0% 0% 0%;
            border:solid 0px red;
        }

        input.digitar {
            float:left;
            width:80%;
            height:60px;
            margin: 1px 0px 0 0;
            padding:0 10px 0 20px;
            font: 18px "Asap Bold", Sans-Serif;
            color:#000;
            background: transparent;
            border: 1px solid #4D200F;
        }

        input.confirmar{
            float:left!important;
            width:20%;
            height:60px;
            margin: 1px 0px 0 0%;
            padding:0 0 0 0;
            font: 15px "Asap Bold", Sans-Serif;
            font-weight: 600;
            color:#fff;
            background: #4D200F;
            /*background: url(../imagens/lupa.png) top right no-repeat;*/
            cursor:pointer;
            border:solid 0px #000;
        }


/**menu**/
.dropdown-menu {
    width: inherit;
    margin: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

.dropdown-item, .dropdown-item.active {
    white-space: break-spaces;
    color: white;
    background-color: #723016;
/*    border:solid 3px red;*/
}

.dropdown-item:hover {
    color: white;
    background-color: #723016;
/*        border:solid 3px red;*/
}

.dropdown-item:nth-child(2n) {
    background-color: #953F1E;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-toggler-icon {
    display: none;
}

.navbar-toggler::after {
    content: '\f0c9  MENU';
    font-family: FontAwesome, "Asap Bold";
    width: 100%;
    color: white;
}

.navbar-toggler {
    border: 0;
    width: 100%;
    text-align: center;
    background-color: #4D200F;
    padding: 1.25em;
    font-family: "Asap Bold", Sans-Serif;
    border-radius: 0;
}

/* MOBILE */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    background-color: #4D200F;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    right: 0;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Asap Bold";
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mobile-btn {
    position: absolute;
    font-size: 25px;
    padding: 7px 15px;
    margin: 5px 15px;
    border-radius: 50px;
    background-color: white;
    right: 0;
    top: 0;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* HOME */

.home-background {
/*    background-image: url("../imagens/fundo-branco.png");
    background-size: cover;*/
    background: url("../imagens/bg.jpg") top right repeat;
/*    background-color: #006405;*/
    border:solid 0px red;

}

.container-home {
    max-width: 1900px !important;
    padding: 0 100px;
}

.grid {
    display: grid;
    grid-template-columns: 48.25% 26.74% 25%;
    grid-template-rows: 1fr 1fr;
    height: auto;
    grid-template-areas: "a b d"
                        "a c d";
}

.bg-home-1 {
    grid-area: a;
}


.bg-home-2 {
    grid-area: b;
}

.bg-home-3 {
    grid-area: c;
}

.bg-home-4 {
    grid-area: d;
}

.img-home-tour {
    transition: transform 200ms ease-in-out;
    z-index: 99;
    position: relative;
}

.grid img:hover, .img-home-tour:hover  {
    transform: scale(1.1);
    transition: transform 200ms ease-in-out;
}


/* BODY */

body {
/*    background: #000;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0!important;
}

.site-index .img-fluid {
    width: 100%;
}

.fonte-negrito {
    font-family: 'Montserrat Extrabold';
    font-size: 16px;
}

ul {
    padding-left: 20px;
}

h3, h4 {
    font-family: "Montserrat Extrabold";
}

li {
    font-family: 'Montserrat Regular', Sans-Serif;
}

p {
    font-family: 'Montserrat Regular', Sans-Serif;
    text-align: justify;
}

.italico > p{
    font-family: 'Montserrat Italic';
    max-width: 500px;
}

.container {
/*    max-width: 720px;*/
}

.container-events {
    max-width: 1200px;
}

.container-miniatura {
    max-width: 1000px;
}

.miniatura {
    max-width: 200px;
    margin: 15px;
    box-shadow: 0 0 6px black;
    transition: transform 200ms ease-in-out;
}

.miniatura:hover {
    transform: scale(1.2);
    transition: transform 200ms ease-in-out;
}

.miniatura-infos {
    background-color: #15640B;
    color: white;
    padding: 1.7em;
    transition: background-color 200ms ease-in-out;
}

.miniatura-infos:hover {
    background-color: #2a6f47;
    transition: background-color 200ms ease-in-out;
}

.miniatura-infos p {
    font-size: 2.8em;
    letter-spacing: 2px;
    margin: 0 0 0 150px;
}

.miniatura-infos.verde-escuro {
    background-color: #169976;
}

.miniatura-infos:hover.verde-escuro {
    background-color: #107158;
}

.hover-feira-sulanca, .hover-feira-gado-livre, .hover-feira-artesanato, .hover-feira-importados {
    filter: brightness(100%);
    transition: filter 200ms ease-in-out;
}

.hover-feira-sulanca:hover {
    filter: brightness(85%);
    transition: filter 200ms ease-in-out;
}

.hover-feira-gado-livre:hover {
    filter: brightness(70%);
    transition: filter 200ms ease-in-out;
}

.hover-feira-artesanato:hover {
    filter: brightness(60%);
    transition: filter 200ms ease-in-out;
}

.hover-feira-importados:hover {
    filter: brightness(80%);
    transition: filter 200ms ease-in-out;
}

.trilhas-2 {
    background-color: #5f6289;
}

.trilhas-1 {
    background-color: #8f93c1;
}

.trilhas:hover p, .trilhas:hover{
    background-color: #3a3b53;
    transition: background-color ease-in-out;
}

.trilhas p{
    color: white;
    font-size: 2.5em;
    padding: 0.35em 1.8em;
    margin: 0;
    text-align: left;
}

.w-primary-trilhas {
    width: 350px;
}

/* QRCODE */

.divisoria {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.divisoria-qrcode {
    width: 280px;
    max-width: 300px;
    height: 2px;
    background: #C4C4C4;
}



/* FOOTER */

.footer {
/*    float: left;*/
    margin: -25px 0 0 0;
    /*    background-color: #004803;*/ /*verde*/
    background-color: #642913;
    color: white;
    border: none;
    display: flex;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    padding: 20px 0;
    border:solid 0px red;
}

.footer2{
    margin: -150px 0 0 0;
    background-color: #642913;
    color: white;
    border: none;
    display: flex;
    font-size: 16px;
    font-family: 'Montserrat Regular';
    padding: 0 0 0 0;
    border:solid 0px red;
}
    .footer2 img{
        margin: 0 0 0 0;
        clear: both;
        border:solid 0px red;
    }


.footer .col-md-8 {
     border:solid 0px red;
}
.footer .col-md-4 {
    text-align: right!important;
    border:solid 0px red;
}

    @media screen and (max-width: 1080px){
        .footer .col-md-8 p {
            text-align: center!important;
        }
        .footer .col-md-4 {
            text-align: center!important;
        }
    }

.footer img {
/*    height: 80px;*/
/*    background-color: #A33707;*/
}
.footer p {
    margin: 0 0 10px 0;
}



.footer a {
    color: white;
}



/* cards */

.card {
    max-width: 300px;
    max-height: 420px;
/*        border: solid 3px red;*/
}

.card-events {
    max-width: 100%;
    max-height: 100%;
}

.card-title {
    font-family: 'Montserrat Extrabold';
}


/*categorias do TURISMO*/

.card-turismo {
    max-width: 300px;
        max-height: 100%;
        text-align: center!important;
       border: 1px solid rgba(0, 0, 0, 0.125);
}

.box-cat {
        float: left;
        width: 80%;
        margin: 0 0 0 10%;
        border: solid 0px red;    
}
    ul.categ {
        float: left;
        width: 100%;
        list-style-type: none;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        border: solid 0px red;
    }
        ul.categ li {
            float:left;
            width: 100%;
        }
            .categ li a {
                display: block;
                color: #fff;
                background-color: #00A008;
                padding: 5px;
                margin: 0 0 5px 0;
                border-radius: 20px; 
                text-decoration: none;
            }

            /* Estilos para os links ativos */
            .categ li a.active-link{
                background-color: #004803;!important; /* Cor do texto ativo */
                color: #fff;
            }         
   




.espaco10 {
    float: left;
    width: 100%;
    height: 10px;
}

.card__image {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 1px solid #272133;
    margin-top: 20px;
    text-align: center;
}

.card__image2 {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    border: 1px solid #272133;
    margin: 0 0 10px 0;
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1em;
}

.social-icons i {
    color: #fff;
    position: absolute;
    top: 0.95em;
    left: 0.96em;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #CF5D17, #E5880C);
    transition: all 265ms ease-out;
}

.social-icons-green a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #0a4813, #64bb5c);
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #CF5D17;
    background: -webkit-linear-gradient(45deg, #CF5D17, #E5880C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.social-icons-green a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #0a4813;
    background: -webkit-linear-gradient(45deg, #0a4813, #64bb5c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

@media screen and (max-width: 1460px){
    .trilhas p {
        font-size: 1.5em;
    }

    .w-primary-trilhas {
        width: 200px;
    }
}

@media screen and (max-width: 1280px){
    .miniatura-infos p {
        font-size: 1.8em;
        margin-left: 100px;
    }
    .miniatura-infos {
        padding: 1.2em;
    }
}

@media screen and (max-width: 1080px){
    .footer .row {
        flex-direction: column;
/*        align-items: center;*/
    }
}

@media screen and (max-width: 990px){
    .nav {
        display: block;
    }

    .navbar-toggler {
        display: none;
    }

    .dropdown-menu {
        position: relative !important;
        float: none;
        transform: scale(0) !important;
        display: none !important;
    }
    .dropdown-menu.show {
        transform: scale(1) !important;
        display: block !important;
    }

    .navbar-home {
        background-color: #542310;
    }
}

@media screen and (max-width: 900px){
    .container-home {
        padding: 0 10px;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 25% 25% 50%;
        grid-template-areas: "b d"
                            "c d"
                            "a a";
    }

    .grid a, .bg-home-2 img, .bg-home-3 img, .bg-home-4 img {
        height: 100%;
    }

    .trilhas p {
        font-size: 1.2em;
    }

    .w-primary-trilhas {
        width: 160px;
    }

}

@media screen and (max-width: 720px) {
    .titulo > h3 {
        width: 100%;
    }

    .miniatura-infos p {
        font-size: 1em;
        margin-left: 30px;
    }
    .miniatura-infos {
        padding: 0.8em;
    }

    .trilhas p {
        font-size: 0.75em;
    }

    .w-primary-trilhas {
        width: 105px;
    }

    .divisoria-qrcode {
        max-width: 150px;
    }

}

@media screen and (max-width: 455px){
    .footer .col-sm-4 {
        flex-direction: column;
/*        align-items: center;*/
    }

    .trilhas p {
        font-size: 0.6em;
    }

    .w-primary-trilhas {
        width: 80px;
    }
}

@media screen and (min-width: 991px){
    .mobile-btn {
        display: none;
    }

    .sidenav {
        display: none;
    }
}

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

/*configurações do video e botoes do menu versao mobile*/
.embed-responsive {
    position: relative;
    z-index: 1;
    padding: 0 0 0 0!important;
    border:solid 0px red;

}

.mobile-btn{
    /*position: absolute;*/
    z-index: 54; 
    border:solid 0px yellow;
}

.sidenav .closebtn{
    /*position: absolute;*/
    z-index: 555; 
    border:solid 0px yellow;
}

element {
  top: 0px!important;
}


.ytp-chrome-bottom {
  display: none !important;
}

.ytp-iv-video-content {
  width: 100%;
  height: 100%;
}
