

@font-face {
    font-family:'Roca';
    src: url('../fonts/roca.ttf');
}

@font-face {
    font-family:'Roca Bold';
    src: url('../fonts/roca-bold.ttf');
}

@font-face {
    font-family:'Roca Two Bold';
    src: url('../fonts/roca-two-bold.ttf');
}

body {
    font-family:'Roca';
    overflow-x: hidden;
    color:rgb(125,45,0);
}

a {
    text-decoration: none;
    color:rgb(233,215,199);
}

a:hover {
    color:rgb(255,255,255)
}

.header-home {
    background-size: 100%;
    height:100vh;
    width:100vw;
    margin:0;
    padding:0;
    z-index: 2;
}

.header-home-filtro {
    height:100vh;
    width:100vw;
    background-color: rgba(0,0,0,.2);
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
}

.header-home .container {
    border-bottom:1px solid rgba(255,255,255,.5);
}

.padding-pos-header {
    padding-top:100vh;
    padding-bottom:80px;
}

#logo span:first-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(255,255,255);
    display:block;
    padding-top:10px;
}

#logo span:last-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(235,205,185);
    display:block;
    padding-bottom:20px;
}

#logo-interno span:first-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(123,46,0);
    display:block;
    padding-top:10px;
}

#logo-interno span:last-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(248,210,188);
    display:block;
    padding-bottom:15px;
}

#logo-footer span:first-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(255,255,255);
    display:inline-block;
    padding-top:30px;
}

#logo-footer span:last-child {
    font-size:30px;
    line-height:30px;
    text-transform:uppercase;
    font-family:'Roca Two Bold';
    color:rgb(240,205,180);
    display:inline-block;
    padding-bottom:20px;
}

#menu {
    margin-top:-100vh;
    border-bottom:1px solid rgba(255,255,255,.5);
    z-index: 99;
}

#menu-interno {
    background-color: rgb(255,255,255);
    z-index: 99;
}

footer {
    background-color:rgb(123,45,0);
    padding-top:40px;
    padding-bottom:40px;
    font-family:'Roca';
}

footer p {
    font-weight:400;
}

.borda-footer {
    border-top:1px solid rgba(255,255,255,.2);
    border-bottom:1px solid rgba(255,255,255,.2);
}

.chamada {
    color:rgb(255,255,255);
    display:block;
    background-image: url('../images/fita-2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.chamada small {
    font-family:'Roca Two Bold';
    font-size:20px;
    padding-bottom:30px;
    text-align: center;
    text-transform: uppercase;
    display:block;
    color:rgb(255,255,255);
}

.chamada span {
    font-family:'Roca Two Bold';
    font-size:55px;
    color:rgb(255,255,255);
    line-height:48px;
    padding:10px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    display:block;
}

.legenda {
    position: absolute;
    bottom:80px;
    left:20%;
    right:20%;
    text-align: center;
    font-family:'Roca Two Bold';
    color:rgb(255,255,255);
    font-size:20px;
    line-height:20px;
}

.moldura {
    border:2px solid rgb(125,45,0);
    padding:50px 60px 60px 60px;
    position: relative;
}

.moldura-ET {
    position: absolute;
    top:-2px;
    left:-2px;
}

.moldura-EB {
    position: absolute;
    bottom:-2px;
    left:-2px;
}

.moldura-DT {
    position: absolute;
    top:-2px;
    right:-2px;
}

.moldura-DB {
    position: absolute;
    bottom:-2px;
    right:-2px;
}

.moldura1 {
    border:2px solid rgb(233,215,199);
    padding:50px 60px 60px 60px;
    position: relative;
}

.moldura1-ET {
    position: absolute;
    top:-2px;
    left:-2px;
}

.moldura1-EB {
    position: absolute;
    bottom:-2px;
    left:-2px;
}

.moldura1-DT {
    position: absolute;
    top:-2px;
    right:-2px;
}

.moldura1-DB {
    position: absolute;
    bottom:-2px;
    right:-2px;
}

.moldura2 {
    border:2px solid rgb(125,45,0);
    padding:50px 60px 60px 60px;
    position: relative;
}

.moldura2-ET {
    position: absolute;
    top:-2px;
    left:-2px;
}

.moldura2-EB {
    position: absolute;
    bottom:-2px;
    left:-2px;
}

.moldura2-DT {
    position: absolute;
    top:-2px;
    right:-2px;
}

.moldura2-DB {
    position: absolute;
    bottom:-2px;
    right:-2px;
}

.padding-section {
    margin:0;
    padding:80px 0;
}

p {
    padding:0;
    margin:0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

#turismo-categoria {
    display:flex;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
}

.atracao {
    background-image: url('../images/atracao.png');
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    height:390px;
    min-width:220px;
}

.fazer {
    background-image: url('../images/fazer.png');
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    height:390px;
    min-width:220px;
}

.comer {
    background-image: url('../images/comer.png');
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    height:390px;
    min-width:220px;
}

.ficar {
    background-image: url('../images/ficar.png');
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    height:390px;
    min-width:220px;
}

#turismo-categoria a {
    font-family:'Roca Bold';
    color:rgb(255,255,255);
    text-decoration: none;
    font-size:22px;
    display:block;
    text-align: center;
    transition: all .1s ease;
}

#turismo-categoria a:hover {
    color:rgba(255,255,255,.5);
    text-decoration: underline;
}

#agenda .tns-inner {
    margin-right:0;
}

.box-agenda-capa {
    border:1px solid rgb(125,45,0);
    padding:30px;
    margin:20px;
    min-width:250px;
}

#agenda-btn-todos {
    position: relative;
}

#agenda-btn-todos .btn-padrao {
    position:absolute;
    top:-20px;
    left:45%;
    right:45%;
}

.google-maps-home {
    background-image:url('../images/google-maps.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
    height:500px;
}

.btn-padrao {
    border:1px solid rgb(125,45,0);
    color:rgb(125,45,0) !important;
    font-size:12px !important;
    text-decoration: none !important;
    font-family:'Roca Bold';
    padding:10px 20px;
    text-transform: uppercase;
    background-color: rgb(255,250,240);
}

.btn-voltar {
    margin:40px 0;
    padding:6px 15px;
    color:rgb(255,255,255);
    border-radius:6px;
    text-decoration: none;
    display:inline-block;
    line-height:24px;
    border:1px solid rgb(255,255,255);
}

.btn-voltar:hover {
    background-color:rgba(125,45,0,.2);
    color:rgb(125,45,0);
}

.btn-voltar-agenda {
    margin:40px 0;
    padding:6px 15px;
    color:rgb(125,45,0);
    border-radius:6px;
    text-decoration: none;
    display:inline-block;
    line-height:24px;
    border:1px solid rgb(125,45,0);
    background-color:transparent;
}

.btn-voltar-agenda:hover {
    background-color: rgba(125,45,0,.2);
    color:rgb(123,45,0);
}

.padding-top-30 {
    padding-top:30px;
}

.padding5 {
    padding:7px;
}

.padding15-bottom {
    padding-bottom:15px;
}

.padding40 {
    padding:40px;
}

.historia {
    margin-top:80px;
    margin-bottom:-50px;
    margin-left:-15px;
}

.historia img {
    width:100%;
}

.titulo-turismo {
    background-image: url('../images/background.jpg');
    background-size: 100%;
    background-position: center middle;
    height:400px;
}

.titulo-turismo h2 {
    margin-top:120px;
    text-transform: uppercase;
    font-size:16px;
    letter-spacing: 2px;
    color:rgb(255,255,255);
}

.titulo-turismo h3 {
    margin:30px 0;
    font-family:"Roca Bold";
    text-transform: uppercase;
    font-size:36px;
    color:rgb(255,255,255);
}

.titulo-agenda h2 {
    text-align: center;
    padding-top:60px;
    font-family:"Roca Bold";
    text-transform: uppercase;
    font-size:36px;
    letter-spacing: 2px;
}

.titulo-agenda h3 {
    font-size:16px;
    text-align: center;
}

.foto-view p {
    color: rgb(245,215,195)
}

.tns-outer {
    margin:0;
    padding:0;
    min-width:100%;
}

.foto-view .tns-outer {
    width:100%;
    overflow: hidden;
}

.foto-view img {
    border-radius:16px;
    overflow: hidden;
}

.foto-view-turismo {
    z-index:2;
    border-radius:12px;
    width:100%;
}

.tns-nav button {
    height:10px;
    width:10px;
    border:0;
    margin:0 3px 10px 0;
    border-radius:20px;
}

.tns-nav button.tns-nav-active {
    background-color:rgba(255,255,255,.3);
}

.galeria-veja-tambem {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-grow:1;
}

.veja-tambem {
    display:flex;
    flex-direction: column;
    width:100%;
    border-radius:12px;
    height:260px;
    overflow: hidden;
    transition: all .1s ease;
    position: relative;
}

.veja-tambem img {
    border-radius:12px;
    min-width:100%;
    height:260px;
    object-fit: cover;
    object-position: center;
}

.veja-tambem span {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    color:rgb(255,255,255);
    z-index: 2;
    font-size:16px;
    line-height:19px;
    padding:15px;
    text-align: left;
    background-color:rgba(0,0,0,.6);
    transition: all .2s ease;
}

.veja-tambem:hover span {
    background-color: rgb(0,0,0);
    padding:25px 15px;
}

.index-midia-foto {
    position: relative;
    display: block;
}

.index-midia-foto img {
    width:100%;
    height:240px;
    overflow: hidden;
    border-radius:12px;
    object-fit: cover;
}

.index-midia-foto span {
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    font-size:16px;
    line-height:20px;
    padding:15px;
    text-align: left;
    color:rgb(255,255,255);
    background-color: rgba(0,0,0,.5);
    transition: all .2s ease;
    border-radius: 0 0 12px 12px;
}

.index-midia-foto:hover span {
    background-color:rgb(0,0,0);
    padding:25px 15px;
}

.mapa {
    width:100%;
    margin:-5px 0 0 0;
    border-bottom:5px solid rgb(240,205,180)
}

.texto-view-turismo p {
    text-align: justify;
    margin-bottom:20px;
}





/* SLIDER TURISMO*/

.tns-controls{
    display: none !important;
}

.cor1 {background-color: rgb(245,215,195)}
.cor2 {background-color: rgb(255,230,210)}
.cor3 {background-color: rgb(255,250,239)}
.cor4 {background-color: rgb(250,229,214)}
.cor5 {background-color: rgb(123,46,0)}
.cor6 {background-color: rgb(201,83,56)}

.cor7 {background-color: #825F4B;} /*COR ATRACOES*/
.cor8 {background-color: #D9A273;} /*COR PASSEIOS*/
.cor9 {background-color: #BF4539;} /*COR RESTAURANTE*/
.cor10 {background-color: #63A693;} /*COR HOSPEDAGEM*/

.texto-cor1 {color: rgb(245,215,195)}
.texto-cor2 {color: rgb(255,230,210)}
.texto-cor3 {color: rgb(255,250,240)}
.texto-cor4 {color: rgb(252,241,226)}
.texto-cor5 {color: rgb(123,46,0)}
.texto-cor6 {color:rgb(255,255,255)}
.texto-cor7 {color:rgb(194,107,65)}

nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

nav ul li {
    display:inline-block;
    padding:30px 10px;
}

nav ul li a {
    color:rgb(255,255,255);
    font-family:'Roca Bold';
    text-transform: uppercase;
    font-style: normal;
    font-size:13px;
    line-height:13px;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    padding:8px 12px;
    border:1px solid transparent;
}

nav ul li a:hover {
    color:rgb(235,205,185);
    border:1px solid rgba(255,255,255,.4);
}

nav.interno ul {
    list-style:none;
    margin:0;
    padding:0;
}

nav.interno ul li {
    display:inline-block;
    padding:30px 10px;
}

nav.interno ul li a {
    color:rgb(123,46,0);
    font-family:'Roca Bold';
    text-transform: uppercase;
    font-size:13px;
    line-height:13px;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    padding:8px 12px;
    border:1px solid transparent;
}

nav.interno ul li a:hover {
    color:rgb(123,46,0);
    border:1px solid rgb(123,46,0);
}

.midia-topo {
    padding:28px 5px;
    display:inline-block;
}

.midia-topo img {
    width:24px;
    transform: rotate(0deg);
    transition: all .2s ease;
    opacity: 1;
}

.midia-topo img:hover {
    transform: rotate(360deg);
    opacity: .5;
}

.midia-topo-interno {
    padding:25px 5px;
    display:inline-block;
}

.midia-topo-interno img {
    width:24px;
    transform: rotate(0deg);
    transition: all .2s ease;
    opacity: 1;
}

.midia-topo-interno img:hover {
    transform: rotate(360deg);
    opacity: .5;
}

.titulo-pagina {
    background-image:url('../images/titulo.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

.titulo-pagina h2 {
    color:rgb(255,255,255);
    text-align: center;
    padding:70px 0 60px 0;
}

.pagination {
    display:none;
}