@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,550,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(owl.carousel.css);


/*
#BCD616
#008C4D
#F9D600
#F1A800
#01BB9E
#019D5C
*/



body {
	/*font-family: 'Roboto Condensed', sans-serif;
  /*font-family: 'Oswald', sans-serif;*
  font-family: 'Montserrat', sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Poppins', sans-serif;
  
  padding: 0;
  margin: 0;
  border:0;
  overflow-x: hidden !important;
}
button{
	 outline-style: none;
	 outline-style: none !important;
}
a{
	text-decoration:none;
	color: #01BB9E;
}
a:hover{
	text-decoration:none;
	color: #01BB9E;
}
::-webkit-scrollbar {
    width: 6px;
	background:#ccc;
}
  
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 0px;
    background:#01BB9E; 
}

input:hover, input:focus {
  outline: none !important;
}

.btn1{
	padding:10px 15px;
	border: 1px solid #01BB9E;
	background: transparent;
	color: #01BB9E;
	border-radius: 5px;
	font-weight:500;
	font-size:12pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn1:hover{
	background: #01BB9E;
	color: #fff;
	transform: scale(1.2);
}
.btn1 i{
	opacity:0;
	margin-left:-10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn1:hover i{
	opacity:1;
	margin-left:0px;
}
.btn2{
	padding:10px 15px;
	border: 1.5px solid #01BB9E;
	background: #01BB9E;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:12pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn2:hover{
	background:#fff;
	color: #01BB9E;
}
.btn2 i{
	opacity:0;
	margin-left:-10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn2:hover i{
	opacity:1;
	margin-left:0px;
}
.btn3{
	padding:10px 15px;
	background: transparent;
	border: 1.5px solid #fff;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:12pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn3:hover{
	background:#fff;
	color: #555;
}
.btn3 i{
	opacity:0;
	margin-left:-10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn3:hover i{
	opacity:1;
	margin-left:0px;
}
.btn4{
	padding:10px 15px;
	border: 1.5px solid #009F52;
	background: #009F52;
	color: #fff;
	border-radius: 5px;
	font-weight:400;
	font-size:10pt;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn4:hover{
	background:#006E36;
	color: #fff;
	transform: scale(1.1);
}


@media(max-width:600px){
	.mobile{
		display:none;
	}
}
.lb-number{opacity:0;}
.owl-dots{ text-align:center;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	height:12px;
	width:12px;
	background:rgba(0,0,0,0.4);
	border-radius:3px;
	margin:5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.owl-carousel button.owl-dot:hover{
	transform: scale(1.5);
	background:rgba(1,187,158,1) !important;
}
.owl-nav .owl-prev{
	position: absolute;
	top:38%;
	left:-35px;
	z-index:9999;
	font-size:20pt !important;
	opacity:0.2;
}
.owl-nav .owl-next{
	position: absolute;
	top:38%;
	right:-5px;
	z-index:9999;
	background: transparent !important;
	font-size:20pt !important;
	transform-origin: right; 
	opacity:0.2;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i{
	font-size:25pt !important;
	border-radius:5px;
	padding:5px;
	padding-top:10px;
	color:#555;
	text-align:center;
	
}
.owl-nav button {
    width: 20px;
    background: transparent !important;
    font-size: 100pt !important;
    color: #7E573E !important;
    margin-left: 5px !important;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-nav button:hover {
	opacity:1;
}

.owl-nav button:hover i{
	 color: #01BB9E;
}

body{
	padding: 0;
	margin: 0;
	overflow-x: hidden !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: url('../img/bc-paghome.jpg');
	background-size:cover;
	background-attachment:fixed;
	background-position: center right;
}

@media(max-width:991px){
	body{
		background: #fff;
	}
	
}

#btTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 999999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  	background:#01BB9E;
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 12px; /* Some padding */
  border-radius:10px;
  font-size: 15pt; /* Increase font size */
  line-height:5pt;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:0.8;
}

#btTop:hover {
  	background: #01BB9E;
	-webkit-transform: scale(1,15);
	-moz-transform: scale(1,15);
	-ms-transform: scale(1.15);
	border:1px solid #13BD6B;
	transform: scale(1.15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity:1;
}


@media (min-width: 1250px){
	.container {
		max-width: 1200px;
	}
}

header{
	z-index:2;
	
	border-bottom:0px solid #255B94;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	
}
.top{
	min-height:3px;
	color:#fff;
	text-align:right;
	background-image: linear-gradient(to right, #BCD616 , #008C4D, #F9D600, #F1A800, #01BB9E, #019D5C);
}
.barra-top{
	min-height:2px;
	font-size:8.5pt;
	color:#fff;
	padding:8px;
	text-align:right;

}
.barra-top a{
	margin-top:5px;
	color:#fff;
	padding: 5px 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-weight:500;
}
.barra-top a:hover{
	color:#01BB9E;
}
@media(max-width:900px){
	.barra-top{
		display:none;
	}
	.ocultam{
		display:none;
	}
}
.barra-top b{
	color:#009F52;
	font-size:10pt;
	padding-left:5px;
}
.barra-top span{
	color:#ccc;
}
.header{
	padding-top:0px;
	padding-bottom:20px;
}
.top-header{
	padding:0px;
	}


.logo-header img{
	max-width:220px;
}
.menu-top{
	float:right;
	background: #fff;
	color: #fff;
	padding:10px 10px;
	margin-top:-10px;
	margin-right:35px;
	border-radius: 0px 0px 10px 10px;
	z-index:5;
}

.menu-top a{
	text-decoration:none;
	color:#fff;
	padding:10px 10px;
	font-size:10pt;
	
}
.menu-top a:hover{
	color:#fff;
	text-decoration:none;
	background: #0b3056;
	border-radius: 0px 0px 0px 0px;
}
.menu-top span{
	color:#f7b460;
	
}
.telefone-top{
	padding-top:0px;
	text-align:right;
}
.telefone-top h2{
	margin-top:0px;
	color: #0b3056;
	font-size: 19pt;
}
.oculta{
	display:none;
}
.desoculta{
	display:inline;
}


.menusombra{
	
	z-index:3;
	position:relative;

}



.menusombra .logo-header .logo{
	margin-top:-45px;
	padding: 15px;
	padding-top: 20px;
	border-radius: 0px 0px 5px 5px;
}

.menusombra .logo-header img{
	max-width:220px;
}
.menusombra .barra-top{
	background:transparent;
}


.menusombra .barra-top {
	padding:10px;
	
}
.menusombra .barra-top a{
	border-right: 0px solid rgba(255,255,255,0.3);
	
}
.menusombra .navbar-nav .nav-item .nav-link{
	color:#fff !important;
	
	
}


/*mobile header*/
@media(max-width:991px){
	
	.menusombra .logo-header .logo{
		margin-top:-4px;
		padding: 15px;
		padding-top: 20px;
		border-radius: 0px 0px 5px 5px;
	}
	.menusombra .logo-header img{
		max-width:150px;
	}
	.oculta{
		display: inline;
	}
	.desoculta{
		display:none;
	}
	.menu-top{
		
		position:relative;
	}
}

.fixed{
	position: fixed;
	right: 0;
	width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 990;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0);
	transition: 200ms ease;
	-webkit-transition: 200ms ease;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
	border-bottom:0px solid #eee;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background:#fff;
	display:none;
}
.fixed .barra-top{
	display:none;
}
.fixed .header{
	padding-top: 10px;
     padding-bottom: 10px;
	 
}
.fixed .logo-header img{
	max-width:180px;
	
}
/*
.fixed .logo-header .logo{
	padding:10px;
	padding-top:10px;
	background:#fff;
	margin-top:-10px;
	margin-left:20px;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.08);
}*/
/* //topheader */

/*menu*/

.navbar-toggler{
	display:none;
	color:#41A65E;
	margin-top:20px;
	border:0px solid transparent;
	margin-top:0px;
}
.navbar{
	padding-top:0px;
	padding-bottom:0px;

}
.navbar-nav{
	
}
.menu-mobile{
	display:none;
	float:right;
}

.navbar-nav .nav-item .nav-link{
	color:#666;
	padding:10px 10px;
	font-size:10pt;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	font-weight:450;
	border-radius:5px;
}

.navbar-nav .nav-item .nav-link:hover{
	background:#01BB9E;
	color:#FFF;	
}

.navbar-nav .nav-item .ace1:hover, .ace1 .dropdown-menu, .ace1:hover .nav-link, .ace1 .dropdown-menu a{
	background: #BCD616;
	color:#fff;
}
.navbar-nav .nav-item .ace2:hover, .ace2 .dropdown-menu, .ace2:hover .nav-link{
	background: #008C4D;
	color:#fff;
}
.navbar-nav .nav-item .ace3:hover, .ace3 .dropdown-menu, .ace3:hover .nav-link{
	background: #F1A800;
	color:#fff;
}
.navbar-nav .nav-item .ace4:hover, .ace4 .dropdown-menu, .ace4:hover .nav-link{
	background: #F9D600;
	color:#444 !important;
}
.navbar-nav .nav-item .ace5:hover, .ace5 .dropdown-menu, .ace5:hover .nav-link{
	background: #01BB9E;
	color:#fff;
}
.navbar-nav .nav-item .ace6:hover, .ace6 .dropdown-menu, .ace6:hover .nav-link{
	background: #019D5C;
	color:#fff;
}


.dropdown .dropdown-menu{
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border:0px;
	top:75%;
	border-radius:0px 5px 5px 5px !important;
	webkit-box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 10%);
	color:#fff;
	min-width:200px;
	
	padding-top:0px;
	padding-bottom:0px;
}
.dropdown .dropdown-menu a{
	color:#fff;
	font-size: 10pt;
	font-weight:500;
	border-radius: 5px;
}


.dropdown .dropdown-menu a:hover, .dropdown .dropdown-menu a:hover i{
	color:#000;
	background:#fff;
}

.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle i{
	opacity:0.5;
	font-size:7pt;
}
.dropdown-item{
	font-size:11pt;
	padding:8px 15px;
}

@media(min-width:991px){
	.dropdown:hover .dropdown-menu{
		display:inline;
		-webkit-transition: 0.6s;
		-moz-transition: 0.6s;
		-o-transition: 0.6s;
		transition: 0.6s;
		
	}
}
@media(max-width:1200px){
	.navbar-nav .nav-item .nav-link{
		padding:25px 10px;
	}
}

@media (min-width:991px){
	.navbar{
		margin-left: auto;padding-right:0px;
	}
}
	
@media (max-width:991px){
	.navbar-toggler{
		display:block;
		float:right;
		margin-top:40px;
	}
	.menusite{
		display: block !important;
	}

	.navbar-collapse {
		z-index: 99!important;
		position: absolute;
		background:#01BB9E;
		border-radius:5px;
		left: 0;
		top: 0px;
		padding-top:20px;
		padding-bottom:20px;
		width: 100%;
		text-align: center !important;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.navbar-nav .nav-item .nav-link{
	padding:10px 15px;
	
	}
	.dropdown .menu-suspenso{
		position:relative;
		clear: both;
		min-height:100px;
		width:100%;
	}
	.dropdown .menu-suspenso li .dropdown-item{
		
	}
	
}
/* //menu*/






/*banner*/
.banner{
	position:relative;
	margin-top:-220px;
	z-index:1;
	height: 101vh;
	overflow-x: hidden !important;
}



.bannermenu{
	width:100%; 
	background-size:cover!important;
	background-position:center;
	background-blend-mode: saturation;
	height: 101vh;
	-webkit-animation: animacaoFundo 50s ease;
    animation: animacaoFundo 50s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}
.bannermenu::before{
	position:absolute;
	content: "";
	width:100%;
	height:inherit;
	z-index:0;
	left:0;
	background-image: linear-gradient(to Bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.6),rgba(0,0,0,0.3));
}
/*
.bannermenu::after{
	position: absolute;
    content: "";
    top: 0;
	left:0;
    bottom: 0;
    width: 100%;
	height:inherit;
    z-index: 1;
    background-image: url(../img/brilliant.png);
}*/
.banner .texto{
	position:absolute;
	top:0;
	width:100%;
	padding:20px;
	padding-top:200px;
	height:inherit;
	display:flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: center;
	flex-direction:column;
	align-items:center;
	align-content: center;
	 z-index: 1000;
}
.banner .texto h2 span{
	font-weight:600;
	font-size:0.6em;
}
.banner .texto h2{
	font-weight:600;
	font-size:2.8em;
	text-align:center;
	font-size: 3em;
}
.banner .texto h2 b{
	font-weight:800;
	font-size: 2em;
}

.banner .texto .txt {
	-webkit-animation: animacaoTxt 1s ease;
    animation:animacaoTxt 1s ease;
	
}

.acessorapido{
	text-align:center;
	margin-top:50px;
}
.acessorapido .acesso{
	text-align:center;
	color:#fff;
	padding:5px;
}
.acessorapido .acesso .base{
	border:1px solid rgba(255,255,255,0.3);
	border-radius:10px;
	background: rgba(0,0,0,0.4);
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	cursor:pointer;
	color:#fff;
		-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.acessorapido .acesso .base a{
	color:#fff;
}
.acessorapido .acesso .base:hover{
	background: rgba(0,0,0,0.6);
	transform: scale(1.05);

	z-index:99999;
}
.acessorapido .acesso .base i{
	font-size:30pt;
}

@media(max-width:991px){
	.banner .texto{
		position:absolute;
		top:100;
		width:100%;
		padding:20px;
		padding-top:200px;
		height: auto;
		display:flex;
		flex-wrap: wrap;
		flex-flow: row wrap;
		justify-content: center;
		flex-direction:column;
		align-items:center;
		align-content: center;
		 z-index: 1000;
	}
	.banner .texto h2{
		font-weight:600;
		text-align:center;
		font-size: 1em;
	}
	.banner .texto h2 b{
		font-weight:800;
		font-size: 2.5em;
	}
	.acessorapido .acesso{
		max-width:50%;
	}
}

/*ANIMAÇÃOBANNER*/
@-webkit-keyframes animacaoFundo
	{
	    0%
	    {
	        background-size:100%;
	    }
	    50%
	    {
	        background-size:120%;
	    }
	    100%
	    {
	         background-size:100%;
	    }
	}
	
	@-webkit-keyframes animacaoImg
	{
	    0%
	    {
	        opacity:0;
			bottom:-500px;
			filter: brightness(100%);
	    } 
		83%
	    {
			filter: brightness(100%);
			transform: scale(1);
	    }
	    85%{
			filter: brightness(110%);
			 opacity:1;
			bottom:0px;
		}
		88%{
			filter: brightness(100%);
			
		}
		90%{
			filter: brightness(180%);
			transform: scale(1.2);
			
		}
		93%{
			filter: brightness(100%);
			
		}
		95%{
			filter: brightness(180%);
			
		}
		100%
	    {
	        filter: brightness(100%);
			transform: scale(1);
	    }
	}
	@-webkit-keyframes animacaoTxt
	{
	    0%
	    {
	        opacity:0;
			right:-500px;
	    }
	    100%
	    {
	         opacity:1;
			right:0px;
	    }
	}


/* //banner */

.sc1{
	position:relative;
	overflow-x: hidden !important;
	min-height:100px;
	padding-top:0px;
	padding-bottom:60px;
	z-index:2;
	color:#555;
}
.sc1 .apresentacao {
	padding-top:40px;
}
.sc1 .apresentacao h1{
	font-weight:500;
	text-align:center;
	font-size:4em;
	line-height:0.95;
	margin-bottom:30px;
}
@media(max-width:991px){
	.sc1 .apresentacao h1{
		font-weight:500;
		text-align:center;
		font-size:2em;
		line-height:0.95;
		margin-bottom:30px;
	}
}
.sc1 .apresentacao h1 span{
	color:#999;
	font-weight:300;
	text-align:center;
	font-size:0.4em;
}

.sc1 .apresentacao h1 b{
	color:#01BB9E;
	font-weight:700;
	text-align:center;
}
.sc1 p{
	text-align:center;
}

.sc1 .pontos-turismo{
	padding-top:40px;
}

.sc1 .pontos-turismo h2{
	font-weight:500;
	text-align:left;
	font-size:2.5em;
	line-height:0.85;
	margin-bottom:10px;
	text-align:center;
}
.sc1 .pontos-turismo h2 span{
	color:#999;
	font-weight:300;
	text-align:center;
	font-size:0.4em;
}

.sc1 .pontos-turismo h2 b{
	color:#666;
	font-weight:700;
	text-align:center;
}
.sc1 .pontos-turismo h2 i{
	color:#BCD616;
}


/*pontos turisticos*/
.ponto-turistico {
	float: left;
	padding-bottom:20px;
}
.ponto-turistico .base{
	height:300px;
	background-size:cover;
	background-position:center;
	border-radius:5px;
	overflow:hidden;
	color:#fff;
	cursor:pointer;
}
.ponto-turistico .base::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:300px;
	width:100%;
	background-image: linear-gradient(to Top, rgba(0,0,0,0.9), rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	z-index:1;
}
.ponto-turistico .base .conteudo{
	height:inherit;
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:row;
	align-items: flex-end;
	text-align:center;
	justify-content:center;
	 flex-wrap: wrap;
	 padding-bottom:10px;
	 border-bottom: 5px solid #BCD616;
}

.sc1 .pontos-turismo .links-turismo{
	text-align:center;
	padding-top:40px;
}
.base .acessos{
	height:inherit;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:3;
	display:flex;
	flex-direction:column;
	align-items: center;
	text-align:center;
	justify-content:center;
	flex-wrap: wrap;
	padding-bottom:10px;
	background: rgba(0,0,0,0.6);
	opacity:0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 .base:hover .acessos{
	opacity:1;
}
 .base .acessos .saibamais{
	padding:8px 15px;
	margin-top:10px;
	border-radius:40px;
	color:#fff;
	font-size:10pt;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.base .acessos .chegar{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	color:#fff;
	font-size:10pt;
	background: #01BB9E;
	border: 1px solid #01BB9E;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.base .acessos .cardapio{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	letter-spacing:0.5px;
	color:#fff;
	font-size:10pt;
	background: #e83b31;
	border: 1px solid #e83b31;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.base .acessos .reserva{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	letter-spacing:0.5px;
	color:#fff;
	font-size:10pt;
	background: #F1A800;
	border: 1px solid #F1A800;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.base .acessos .chegar:hover,  .base .acessos .saibamais:hover, .base .acessos .cardapio:hover, .base .acessos .reserva:hover{
	background: #BCD616;
	border: 1px solid #BCD616;
		
	transform: scale(1.2);
}

@media(min-width:991px){
	.sc1 .owl-nav .owl-prev{
		position: absolute;
		top:-60px;
		z-index:9999;
		font-size:20pt !important;
		opacity:0.2;
		left: 90%;
	}
	.sc1 .owl-nav .owl-next{
		position: absolute;
		top:-60px;
		right:40px;
		z-index:9999;
		background: transparent !important;
		font-size:20pt !important;
		opacity:0.2;
	}
	.sc1 .owl-nav .owl-next:hover, .sc1 .owl-nav .owl-prev:hover{
		opacity:1;
	}
}
.sc1 .owl-carousel button.owl-dot{
	background:rgba(0,0,0,0.2);
}

.sc2{
	position:relative;
	background: #F1A800;
	min-height:80px;
	padding-top:80px;
	padding-bottom:100px;
	z-index:2;
	color:#fff;
	text-align:center;
	overflow-x: hidden !important;
}
.sc2 .pontos-gastronomia h2{
	font-weight:500;
	
	font-size:2.5em;
	line-height:0.85;
	margin-bottom:10px;
	text-align:center;
	color:#fff;
}
.sc2 .pontos-gastronomia h2 span{
	font-weight:300;
	text-align:center;
	font-size:0.4em;
	color:#fbe666;
}

.sc2 .pontos-gastronomia h2 b{
	font-weight:700;
	text-align:center;
}
.sc2 p{
	font-size:1em;
}
.sc2 .links-gastro{
	padding-top:40px;
	text-align:center;
}

.sc2 .ponto-turistico .base .conteudo{
	 border-top: 0px solid transparent;
	 border-bottom: 0px solid transparent;
	 -webkit-transition: all 0.15s ease 0.1s;
	-moz-transition: all 0.15s ease 0.1s;
	-o-transition: all 0.15s ease 0.1s;
	transition: all 0.15s ease 0.1s;
}
.sc2 .ponto-turistico .base:hover .conteudo{
	 border-bottom: 5px solid transparent;
	 border-top: 3px solid transparent;
}


.sc2 .owl-carousel button.owl-dot{
	background:rgba(255,255,255,0.4);
}

@media(min-width:991px){
	.sc2 .owl-nav .owl-prev{
		/*position: absolute;
		top:-60px;
		z-index:9999;
		font-size:20pt !important;*/
		opacity:0.4;
		/*left: 90%;*/
	}
	.sc2 .owl-nav .owl-next{
		/*position: absolute;
		top:-60px;
		right:40px;
		z-index:9999;
		background: transparent !important;
		font-size:20pt !important;*/
		opacity:0.4;
	}
	.sc2 .owl-nav .owl-next:hover, .sc2 .owl-nav .owl-prev:hover{
		opacity:1;
	}
}

.sc2 .owl-nav .owl-prev i, .sc2 .owl-nav .owl-next i{
	color:#fff;
}
.sc2 .owl-carousel button.owl-dot:hover{
	transform: scale(1.5);
	background:rgba(255,255,255,1) !important;
}
.sc2 .owl-nav button:hover i{
	 color: #fff;
}



.sc3{
	position:relative;	
	min-height:100px;
	padding-top:0px;
	padding-bottom:60px;
	z-index:2;
	color:#555;
	overflow-x: hidden !important;
}

.sc3 .ponto-turistico {
	float: left;
}
.sc3 .ponto-turistico .base{
	height:350px;
	background-size:cover;
	background-position:center;
	border-radius:5px;
	overflow:hidden;
	color:#fff;
	cursor:pointer;
		-webkit-transition: all 0.15s ease 0.1s;
	-moz-transition: all 0.15s ease 0.1s;
	-o-transition: all 0.15s ease 0.1s;
	transition: all 0.15s ease 0.1s;
}


.sc3 .ponto-turistico .base::before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:350px;
	width:100%;
	background-image: linear-gradient(to Bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.7), rgba(0,0,0,0.3));
	z-index:1;
}
.sc3 .ponto-turistico .base .conteudo{
	height:inherit;
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:row;
	align-items: flex-start;
	padding-top:50px;
	text-align:center;
	justify-content:center;
	 flex-wrap: wrap;
	 padding-bottom:10px;
	 border-bottom: 0px solid #BCD616;
	 -webkit-transition: all 0.15s ease 0.1s;
	-moz-transition: all 0.15s ease 0.1s;
	-o-transition: all 0.15s ease 0.1s;
	transition: all 0.15s ease 0.1s;
}

.sc3 .ponto-turistico .base .conteudo h3{
	font-weight:700;
	font-size:2em;
}

.sc3 .pontos-turismo{
	padding-top:40px;
	text-align:center;
}

.sc3 .pontos-turismo h2{
	font-weight:500;
	text-align:left;
	font-size:2.5em;
	line-height:0.85;
	margin-bottom:10px;
	text-align:center;
}
.sc3 .pontos-turismo h2 span{
	color:#999;
	font-weight:300;
	text-align:center;
	font-size:0.4em;
}

.sc3 .pontos-turismo h2 b{
	color:#666;
	font-weight:700;
	text-align:center;
}
.sc3 .pontos-turismo h2 i{
	color:#BCD616;
}
.sc3 .descevento{}
.sc3 .descevento .data{
	font-weight:500;
}
.sc3 .descevento .data i{
	color: #32a370;
}
.sc3 .btsaiba{
	background: #32a370;
	color: #ffff;
	padding:10px 20px;
	border-radius:20px;
	-webkit-transition: all 0.15s ease 0.1s;
	-moz-transition: all 0.15s ease 0.1s;
	-o-transition: all 0.15s ease 0.1s;
	transition: all 0.15s ease 0.1s;
}
.sc3 .btsaiba:hover, .sc3 .pontos-turismo .ponto-turistico .base:hover .btsaiba{
	background: #66ba94;
}
.sc3 .btsaiba i{
	 -webkit-transition: all 0.15s ease 0.1s;
	-moz-transition: all 0.15s ease 0.1s;
	-o-transition: all 0.15s ease 0.1s;
	transition: all 0.15s ease 0.1s;
	opacity:0;
	margin-left:-10px;
}
.sc3 .btsaiba:hover i, .sc3 .pontos-turismo .ponto-turistico .base:hover .btsaiba i{
	opacity:1;
	margin-left:0px;
}

@media(min-width:991px){
	.sc3 .owl-nav .owl-prev{
		position: absolute;
		top:-60px;
		z-index:9999;
		font-size:20pt !important;
		opacity:0.2;
		left: 90%;
	}
	.sc3 .owl-nav .owl-next{
		position: absolute;
		top:-60px;
		right:40px;
		z-index:9999;
		background: transparent !important;
		font-size:20pt !important;
		opacity:0.2;
	}
	.sc3 .owl-nav .owl-next:hover, .sc3 .owl-nav .owl-prev:hover{
		opacity:1;
	}
}
.sc3 .owl-carousel button.owl-dot{
	background:rgba(0,0,0,0.2);
}



/*blog*/


.scblog{
	position:relative;
	padding-top:60px;
	padding-bottom:60px;
	margin-top:0px;
	z-index:5;
	background:#eee;
	transform-origin: left;
  
}

.scblog .tituloh h1{
	font-weight:500;
	text-align:left;
	font-size:2.5em;
	line-height:0.9;
	margin-bottom:10px;
	text-align:center;
}
.scblog .tituloh h1 span{
	color:#999;
	font-weight:300;
	text-align:center;
	font-size:0.4em;
}

.scblog .tituloh h1 b{
	color:#666;
	font-weight:700;
	text-align:center;
}
.scblog .tituloh h1 i{
	color:#BCD616;
}
.scblog .baseb{
	
	min-height:400px;
	padding-top:20px;
}
.blog .base{
	
	padding:5px; 
	
	margin-bottom:20px;

}
.blog .post{
	height:300px;
	padding:0px; 
	overflow:hidden;
	background: #FF6600;
}
.blog .post .foto{
	height:inherit;
	background-size:cover;
	padding:0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index:1;
}
.blog .post:hover .foto, .base a:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: contrast(1.8);
}
.blog .post  .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,0.8));
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 9;
	height:inherit;
	padding-right:10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.blog .post:hover  .sombra{
	
}/*
.blog .post h2{
	/*position:absolute;
	bottom:0px;
	left:10px;
	right:5px;
	padding-top:10px;
	color: #fff;
	font-size:14pt;
	
	text-shadow: 0.1em 0.1em 0.1em rgba(0,0,0,0.5);
}*/
.blog .infpost{
	position: absolute;
	bottom:0px;
	z-index:10;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.blog .infpost h2{
	color: #fff;
	font-size:13pt;
	  text-shadow: 1px 1px 5px #000000;
}
.base a:hover .infpost h2{
	color: #fff;
}
.blog .infpost span{
	font-size:8pt;
	color: #eee;
	line-height:10pt;
}





/*estrutura pagina*/
.header-bg{
	position:relative;
	margin-top:-220px;
	z-index:1;
	height: 55vh;
	background-size:cover;
	background-position:center center;
	color:#fff;
	text-align:center;
}
.header-sombra{
	position:relative;
	width:100%;
	height:inherit;
	z-index:1;
	background-image: linear-gradient(to Bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.6));
	padding-bottom:100px;
	display:flex;
	align-content:center;
	align-items:flex-end;
}

.header-bg h1{
	font-size:4em;
	line-height:0.5;
}
.header-bg h1 span{
	font-size:0.3em;
}
.cont-pagina{
	position:relative;
	z-index:2;
	padding-bottom:120px;
}
.cont-pagina .links-top{
	text-align:center;
	margin-top:-10px;
	margin-bottom:40px;
}
.cont-pagina .links-top .ativo{
	transform: scale(1.1);
	background:#BCD616;
	border-color: #BCD616;
	color:#fff!important;
	z-index:9999;
	
}
@media(max-width:991px){
	.header-bg h1{
		font-size:2em;
		line-height:0.5;
	}
}


.cont-pagina .fo{
	float:left;
	background:#fff;
	padding-top:15px;
	margin-top:-30px;
	padding-bottom:15px;
	z-index:2;
	border-radius:0px 0px 5px 5px;
	-webkit-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
	height:480px;
	transform: rotate(-2deg);
}

.cont-pagina .foto{
	height:450px;
	background-size:cover;
	background-position:center;
	border: 0px solid #fff;
	cursor: -webkit-zoom-in;
   cursor: zoom-in;
}

@media(max-width:991px){
	.cont-pagina .fo{
		height:380px;
		transform: rotate(-1deg);
	}
	.cont-pagina .foto{
		height:350px;
	}
}


.cont-pagina .foto:hover{
	opacity:0.85
}

.cont-pagina .fo .owl-dots{
	margin-top:20px;
}

.cont-pagina .fo .owl-nav .owl-prev{
	position: absolute;
	top:38%;
	left:40px;
	z-index:9999;
	font-size:20pt !important;
	opacity:0;
}
.cont-pagina .fo .owl-nav .owl-next{
	position: absolute;
	top:38%;
	right:50px;
	z-index:9999;
	background: transparent !important;
	font-size:20pt !important;
	transform-origin: right; 
	opacity:0;
}
.cont-pagina .fo .owl-nav .owl-prev i, .cont-pagina  .owl-nav .owl-next i{
	font-size:25pt !important;
	border-radius:5px;
	padding:5px;
	padding-top:10px;
	color:#fff;
	text-align:center;
}

@media(min-width:991px){
	.cont-pagina .styck{
		position: -webkit-sticky;
		position: sticky;
		top: 30px;
	}
}


.cont-pagina .fo:hover .owl-nav .owl-prev{
	left:0px;
	opacity:0.5;
}
.cont-pagina .fo:hover .owl-nav .owl-next{
	right:20px;
	opacity:0.5;
}

.cont-pagina .fo .owl-nav button {
    width: 20px;
    background: transparent !important;
    font-size: 100pt !important;
    color: #7E573E !important;
    margin-left: 5px !important;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cont-pagina .fo  .owl-nav button:hover {
	opacity:1 !important;
}

.cont-pagina .fo  .owl-nav button:hover i{
	 color: #01BB9E;
}

.cont-pagina .oculto{
	display:none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.vejatambem{
	padding-top:30px;
	padding-bottom:30px;
	font-size:9pt;
	color:#999;
	text-align:center;
}

.informacoes{
	display:flex;
	align-content:center;
	align-items:center;
	padding-top:30px;
	font-size:11pt;
	flex-flow: row wrap;
}
.informacoes .icone{
	color:#01BB9E;
	font-size:25pt;
	display:flex;
	align-content:center;
	align-items:center;
}

.informacoes .horario{
	display:flex;
	align-content:center;
	align-items:center;
	line-height:1.1;
	margin-bottom:20px;
}
.informacoes .horario b{
	font-size:9pt;
	color:#999;
}
.informacoes .data{
	display:flex;
	align-content:center;
	align-items:center;
	line-height:1.1;
	margin-bottom:20px;
	font-size:13pt;
	font-weight:700;
	color:#555;
}
.informacoes .data b{
	font-size:9pt;
	color:#999;
	font-weight:700;
}
.informacoes .telefone{
	display:flex;
	align-content:center;
	align-items:center;
	font-size:15pt;
	line-height:1.1;
	margin-bottom:30px;
	color:#666 !important;
}
.informacoes .telefone span{
	font-size:9pt;
}
.informacoes .telefone a{
	color:#666;
font-weight:700;	
}

.informacoes .telefone a:hover{
	color:#01BB9E;	
}

.informacoes .btn1, .informacoes .btn2{
	font-size:10pt;
	border-radius:40px;

}

.informacoes .texto{
	font-size:10pt;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}

.cont-pagina .saibamais{
	padding:8px 15px;
	margin-top:10px;
	border-radius:40px;
	color:#01BB9E;
	font-size:10pt;
	background: transparent;
	border: 1px solid #01BB9E;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cont-pagina .chegar{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	color:#fff;
	font-size:10pt;
	background: #01BB9E;
	border: 1px solid #01BB9E;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cont-pagina .cardapio{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	letter-spacing:0.5px;
	color:#fff;
	font-size:10pt;
	background: #e83b31;
	border: 1px solid #e83b31;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cont-pagina .reserva{
	padding:8px 12px;
	margin-top:10px;
	border-radius:40px;
	letter-spacing:0.5px;
	color:#fff;
	font-size:10pt;
	background: #F1A800;
	border: 1px solid #F1A800;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.cont-pagina .saibamais:hover, .cont-pagina  .chegar:hover,  .cont-pagina .saibamais:hover, .cont-pagina .cardapio:hover, .cont-pagina .reserva:hover{
	background: #BCD616;
	border: 1px solid #BCD616;
	color:#fff;
	transform: scale(1.2);
}

/*estruturapagina*/


.formulario{
	padding-left:50px;
	padding-right:50px;
}
.formulario form label{
	padding:2.5px 5px;
}
.formulario form input[type=text], .formulario form input[type=email], .formulario form textarea, .formulario form select {
	padding:10px 15px;
	background: #fff;
	border: 0.2pt solid #bbb;
	border-radius:5px;
}
.formulario form input[type=text]:focus, .formulario form input[type=email]:focus, .formulario form textarea:focus{
	border: 0.2pt solid #009F52!important ;
}
.formulario form textarea{
	height:100px;
}
.formulario form textarea:hover{
	border: 0.2pt solid #009F52!important ;
	border-color: #009F52!important ;
}
.formulario form .captcha{
	color: #009F52 !important;
	font-weight:700;
	text-align:center;
	font-size:15pt;
	padding:8px 10px !important;
	background-size:cover;	
	background-image: url('../img/fundocaptch.png') !important;
	border:0px;
}

.formulario .tmsg{
	color:#fff;
	padding-bottom:20px;
	padding-left: 0px;
	font-size: 14pt;
}
.formulario .tmsg i{
	color:#6FACCC;
}
	
	.btnenv{
		text-align:right
	}

	.pl{
		padding-left:5px;
	}
	.pr{
		padding-right:5px;
	}
@media(max-width:700px){
	.pl{
		padding-left:15px;
	}
	.pr{
		padding-right:15px;
	}
	.codv{
		width:50%;
	}
	
	.btnenv{
		padding-top:20px;
		text-align:center
	}
	
}


.fcontato{
	padding-left:20px;
	padding-right:20px;
	padding-top:50px;
	padding-bottom:50px;
}

.contato .dadoscontato{
	float:left;
	padding-top:50px;
	color:#555;
	padding-bottom:50px;
}

.contato .dados:last-child{
	border-right:0px solid #ddd;
}
.contato .dadoscontato h2{
	font-size:18pt;
	
}
.contato .dadoscontato h3{
	font-size:15pt;
}
.contato .dadoscontato i{
	color:#009F52;
	font-size:22pt;
	width:28px;
}
.contato .dadoscontato .fa-whatsapp{
	color:#009F52;
	font-size:18pt;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.contato .dadoscontato .fa-whatsapp:hover{
	color:#009F52;
	font-size:18pt;
	transform: scale(1.2);
	cursor:pointer;
}
.contato .dadoscontato p{
	margin-left:35px;
}





/*agenda*/
.agenda .owl-carousel-agenda{
	padding-top:0px;
}
.evento{
	padding:0px;
	overflow: hidden;
    cursor: pointer;
}
.evento a{
	padding:0px;
	overflow: hidden;
    cursor: pointer;
}
.evento .foto{
	height:300px;
	background-size:cover;
	background-position:center;
	filter: blur(5px);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.evento .fotocapa{
	height:300px;
	position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
	bottom:0px;
	background-size:contain;
	background-position:center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-repeat: no-repeat;
}
.evento:hover .foto{
	transform: scale(1.2);
	cursor:pointer;
	filter: blur(5px);
}
.evento:hover .fotocapa{
	filter: contrast(1.2);
}
.evento .data{
	position:absolute;
	top:10px;
	left:10px;
	line-height:1em;
	background: #009F52;
	background-image: linear-gradient(135deg, #009F52, #006E36);
	border: 1px solid #009F52;
	padding:10px;
	text-align:center;
	color:#fff;
}
.evento .data h2{
	margin-bottom:-5px;
	font-weight:700;
}
.evento .data span{
	font-size:9pt;
}
.evento .titulo{
	position:absolute;
	bottom: 0px;
	left:0px;
	line-height:1em;
	
	width:100%;
	min-height:100px;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	padding-top:20px;
	background-image: linear-gradient(rgba(0,159,82,0),rgba(0,159,82,0.5),rgba(0,159,82,1));
	padding:20px;
	opacuty:0.8;
	text-shadow: 1px 1px 5px #000000;
	text-align:center;
	color:#fff;
}
.evento .categoria{
	font-size:8pt;
	color:#fff;
	background: #009F52;
	border-radius:5px;
	padding:5px;
	position:absolute;
	top: 10px;
	right:10px;
	z-index:11;
}
.evento .sombra{
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,0.6));
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
	bottom:0px;
    height: 300px;
    padding-right: 10px;
	padding:20px;
	padding-top:0px;
}





.agenda .owl-nav {
	text-align:center;
}
.agenda .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	top:120px;
	left:-23px;	
}
.agenda .owl-nav .owl-prev:hover{
	left:-26px;	
}

.agenda .owl-nav .owl-next{
	z-index:9999;
	position: absolute;
	top:120px;
	right:-5px;
}
.agenda .owl-nav .owl-next:hover{
	right:-8px;
}

.agenda .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(255,255,255,0.7) !important;
	font-weight:700;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform-origin: center;
	
}
.agenda  .owl-nav button:hover {
	transform: scale(1.1);
	  color: #B3D53F !important;
}


/*carrousel banner*/
.banner .owl-nav {
	text-align:center;
}
.banner .owl-nav .owl-prev{
	z-index:9999;
	position: absolute;
	top:45%;
	left:20px;	
}

.banner .owl-nav .owl-next{
	z-index:9999;
	position: absolute;
	top:45%;
	right:35px;
}

@media(max-width:991px){
	.banner .owl-nav .owl-prev{
		left:0px;	
	}

	.banner .owl-nav .owl-next{
		right:20px;
	}
}


.banner .owl-nav button {
    background: transparent !important;
    font-size: 20pt !important;
    color: rgba(255,255,255,0.3) !important;
	font-weight:700;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform-origin: center;
	
}
.banner .owl-nav button:hover {
	transform: scale(1.1);
	  color: #B3D53F !important;
}
.banner  .owl-dots{
	z-index:9999;
	position: absolute;
	top:75%;
	left:60px;	
}
.banner  button.owl-dot {
    height: 10px;
    width: 10px;
    background: rgba(255,255,255,0.2);
}




.pgevento  .data{
	line-height:0.9em;
	background: #009F52; 
	background-image:#009F52;
	border:2px solid #0FBA67;
	padding:10px;
	text-align:center;
	color:#fff;
	
	font-size:14pt;
	font-weight:600;
	border-radius: 5px ;
}
.pgevento .data h2{
	margin-bottom:-5px;
	font-weight:700;
	font-size:30pt;
}
.pgevento .data span{
	font-size:10pt;
	font-weight:400;
}
.pgevento .tituloevento{
	display:flex;
	align-items:center;
	background: #fff; 
	border-radius: 0px 5px 5px 0px;
	border:0px solid #eee;
	padding:15px;
	text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 15%);
	
}
.pgevento .tituloevento h3{
	color:#555 !important;
}

blockquote {
    margin-left: 30px;
    border-left: 2px solid #ddd;
    padding-left: 20px;
	font-style: italic;
}


/*rodapé*/
footer{
	position:relative;
	z-index:8;
	padding-top:30px;
	background:#555;
	color:#fff;
}
footer .logo{
	text-align: center;
	padding-bottom:20px;
}
footer .logo img{
	width:95%;
	max-width:250px;
}
footer .logo-footer{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: row wrap;
	text-align:center;
	font-size:9pt;
	color:#fff;
}
footer .menufooter{
	padding-top:30px;
}
footer .menufooter .menu{
	display:inline;
	font-size:10pt;
	margin-bottom:5px;
	font-weight:400;
	color:#ccc;
}
footer .menufooter .menu::first-letter{
	text-transform: uppercase;
}
footer .menufooter .menu:hover{
	color:#01BB9E;
}
footer .btn1{
	font-size:10pt;
	padding:5px 10px;
	margin-top:20px;
}
footer .meio{
	border-left:1px solid rgba(0,0,0,0.05);
	padding-left:30px;
}

footer .apresentacao{
	font-size:10pt;
	line-height:1.4;
}
footer .apresentacao h3{
	color: #fff;
}

footer .redes{
	
	margin-top: 20px;
	padding-top:10px;
	text-align:center;
	font-size:20pt;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
}
footer .redes B{
	font-size:12pt;	
}
footer .redes a{
	color:rgba(255,255,255,0.4);
	margin:5px;
}
footer .redes a:hover{
	color: #01BB9E;
}
footer .chegar{
	display:flex;
	flex-direction:column;
	align-content:center;
	justify-content:center;
	align-items:center;
}
footer .chegar .fa-map-location-dot{
	font-size:80pt;
	color: #01BB9E;
}
footer .chegar h3{
	font-size:20pt;
	text-align:center;
	font-weight:700;
	color:#aaa;
}
footer .cop{
	margin-top:40px;
	font-size:9pt;
	text-align:center;
	padding:20px;
	color:#aaa;
	font-weight: 300;
	border-top:1px solid rgba(0,0,0,0.05);
}
footer .cop b{
	font-weight: 500;

}

footer .cop a{
	text-decoration:none;
	color:#999;
	font-weight:500;
}

footer .visitarrodape{
	border:4px solid #fff;
	-webkit-box-shadow: 	0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(2deg);
	width:90%;
	margin-top:-80px;
}

@media(max-width:991px){
	footer .logo-footer{
		text-align:center;
	}
	footer .row{
		margin-left:0px;
		margin-right:0px;
	}
	footer .visitarrodape{
		margin-top:20px;
	}
}

/* //rodapé*/

/*titulo página*/
.nome-pagina{
	position:relative;
	min-height:250px;
	background: url('../img/tp-pag.jpg');
	background-size: cover;
	background-position: center;
	
}
@media(max-width:991px){
	.nome-pagina{
		background-position: center right;
	}
}
.nome-pagina:before{
	content:"";
	min-height:inherit;
	height:100%;
	background: rgba(0,0,0,0.85);
	background-position: center;
	background-size:140px;
	background-repeat: no-repeat;
	background-image: url("../img/detalhe-acim.png");
	

	position:absolute;
	width:100%;
	
}
.nome-pagina .base {
	text-align:center;
	padding:20px;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:250px;
}
.nome-pagina .base h2{
	color: #fff;
	font-size:25pt;
	font-weight:bold;
	 text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 40%);
}
.conteudo-pag{
	min-height:300px;
	padding:30px;
}
.conteudo-pag .conteudo{
	padding:30px;
}
.conteudo-pag{
	color: #444;
}
.conteudo-pag h2 i, .conteudo-pag h1 i, .conteudo-pag h3 i{
	color: #009F52;
}
@media(max-width:991px){
	.conteudo-pag .conteudo img{
		max-width:90% !important;
		width:90% !important;
		height: auto !important;
	}
}

	
.conteudo-pag details {	
	border-radius:5px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.conteudo-pag details[open] {	
	background:#eee;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.conteudo-pag details summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	border-bottom:2px solid #009F52;
	color:#009F52;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.conteudo-pag details summary:hover{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #009F52;
	color:#009F52;
}
.conteudo-pag details[open]  summary{
	font-size:15pt;
	font-weight:600;
	padding:10px;
	padding-left:25px;
	border-bottom:2px solid #009F52;
	background:#009F52;
	color:#fff;
}
.conteudo-pag details p{
	padding:20px;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@media(max-width:800px){
	.nome-pagina{
		min-height:150px;
	}
	.nome-pagina:before{
		min-height:150px;
	}
	.nome-pagina .base h2{
		color: #fff;
		font-size:20pt;
	}
	.conteudo-pag{
		padding:20px;
	}
	.conteudo-pag .conteudo{
		padding:0px;
	}
}



.barracookies{
	padding:20px;
	background: rgba(255,255,255, 0.85);
	
	position:fixed;
	bottom:10px;
	left:10px;
	z-index:555;
	width:60%;
	box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.barracookies .txt-cookies{
	font-size:10pt;
	float:left;
	color:#555;
}
.barracookies .linkcookies{
	float:left;
	padding-top:20px;
	text-align:center;
	
	
}

@media(max-width:991px){
	.barracookies{
		width:95%;
	}
}

.paginacao {
	list-style:none;
}
.paginacao .page-item{
	padding:5px;
	border-left:1px solid #eee;
	background:#fff;
	width:42px;
	text-align:center;
	color: #555;
	font-size:12pt;
	display: inline-block;
	margin:0;
}
.paginacao .ativo{
	padding:5px;
	border:1px solid #ff9b1c;
	background:#ff9b1c;
	width:42px;
	text-align:center;
	color: #fff;
	font-size:12pt;
	display: inline-block;
	margin:0;
}
.paginacao .page-item:hover{
	padding:5px;
	background:#555;
	width:42px;
	text-align:center;
	color: #fff;
	font-size:12pt;
}
.paginacao .page-item a{
	color: #555;
}


.con-blog{
	padding:20px;
}
.con-blog h2{
	color: #0b3056;
	line-height:25pt;
	margin-bottom:10px;
}
.con-blog span{
	color: #888;
	font-size:10pt;
}
.con-blog .con-capa{
	padding:20px;
	text-align:center;
	margin-top:20px;
}
.con-blog .con-capa img{
	max-width:100%
}
.con-blog .txt-blog img{
	max-width:90% !important;
}
.con-blog .txt-blog {
	font-size: 12pt;
	color:#666;
}

blockquote {
    margin-left: 30px;
    border-left: 2px solid #ddd;
    padding-left: 20px;
	font-style: italic;
}




.popup{
	position:fixed;
	background: rgba(0,0,0,0.7);
	text-align:center;
	z-index:99999999999999999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding-top:100px;
}
.popup .janela{
	width: 50%;
	margin:0 auto;
	padding:0px;
	min-height:100px;
	background:#fff;
	border-radius:10px;
}
.popup .janela .t-pop{
	font-size:13pt;
	padding:20px;
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	text-align:left;
}
.popup .janela .t-pop button{
	color:rgba(255,255,255,0.5);
	background: transparent;
	border: 0;
	float:right;
}
.txt-pop{
	color:#666;
	font-size:12pt;
	padding-top:0px;
	text-align:left;
}
.txt-pop a{
	color:#ff9b1c;
	font-size:17pt;
	font-weight:600;
}
.form-pop form label{
	width:100%;
}
.form-pop form{
	padding-top:30px;
	padding-bottom: 30px;
}
 .form-pop form label input[type=text],  .form-pop form label input[type=email]{
	width:100%;
	border:0;
	border-bottom:1px solid #ccc;
	padding:5px;
	color: #555;
	font-size:10pt;
} .form-pop .bt-form{
	padding:10px 20px;
	color:#fff;
	background: #0b3056;
	border:0px;
	border-radius:10px;
}
.form-pop .bt-form:hover{
	padding:10px 20px;
	color:#fff;
	background: #ff9b1c;
	border:0px;
	border-radius:10px;
}
.confirmacao{
	min-height:200px;
	font-size:12pt;
	text-align:center;
	color:#555;
}
.confirmacao i{

	font-size:70pt;
	color:#ff9b1c;
}


footer .menu-footer{
	padding-top:20px;
}
footer .menu-footer ul {
	list-style: none;
}
footer .menu-footer ul li {
	font-size:11pt;
	padding-bottom:10px;
}
footer .menu-footer ul li a{
	color: #fff;
}
footer .menu-footer ul li i{
	color: #ff9b1c;
	font-size:8pt;
	display:inline;
}

#linkmo button{
	background: #ff9b1c;
	color: #fff;
	font-size:8pt;
	padding:10px 15px;
	border:0px;
	border-radius:10px;
	outline-style: none;
}
#linkmo button:hover{
	-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1) ;
        transform: scale(1.1) ;
	
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
		transition:.2s;
}


.clinicas .owl-stage{
	padding-top:20px;
}
/*
.owl-dots{ text-align:center; margin-top:20px;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
	height:10px;
	width:10px;
	background:rgba(0,0,0,0.4);
	margin:10px;
	border-radius:50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-carousel button.owl-dot:hover{
	transform: scale(2);
}

 .owl-nav .owl-prev{
	position: absolute;
	top:0px;
	left:0px;
	z-index:9999;
	background:#000;
}

 .owl-nav .owl-next{
	position: absolute;
	top:0px;
	right:10px;
	z-index:9999;
	background:#000;
}

 .owl-nav button {
    width: 20px;
    background: transparent !important;
    font-size: 100pt !important;
    color: #7E573E !important;
    margin-left: 5px !important;
	 outline-style: none;
	 -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
 .owl-nav button:hover {
	transform: scale(1.2);
	top:-20px;
}

*/
.modal-open{
	padding-right:0px !important;
}
.modal {
	z-index: 9999999999999999 !important;
	background:rgba(0,0,0,0.2);
}
@media(min-width: 768px){
	.modal-content, .modal-dialog {
		max-width: 600px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
	.modal-content,  .modal-dialog {
		max-width: 900px;
		padding-top:10px;
		margin: 10px auto;
		box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	}
}

.close{
	color:rgba(0,0,0,0.5);
	outline-style: none;
}
.close:hover{
	color:rgba(0,0,0,0.8);
	outline-style: none;
}
.modal-header h4{
	color: #555;
	font-size:14pt;
}

.modal-dialog {
    animation-duration: 0.8s;
	animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-top: -300px;
	opacity:0;
  }

  to {
    margin-top: 10px;
    opacity:1;
  }
}


.oculto{
	display:none;
		-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}


.top-pag{
	padding:30px 20px;
	background: #ccc;
	color:#18284F;
}
.tpost{
	color:#009F52;
	font-size:25pt;
	font-weight:700;
}
.blogpost .texto{
	padding-bottom:80px;
	font-size:1em;
}

.transparencia{
	background:#fff;
	color:#555;
	padding:20px;
	padding-top:15px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #ddd;
}
.transparencia p{
	font-size:9pt;
}
@media(max-width:991px){
	footer .meio{
		text-align:center;
	}
}



.nucleos .quadro {
	margin-top:10px;
}
.nucleos .quadro a{
	width:100%;
}
.nucleos .quadro .acesso{
	
	border-radius: 20px 0px;
	height:260px;
	display:flex;
	vertical-align: middle;
	justify-content: left;
    align-items: center;
	background-size:130% !important;
	text-shadow: 0.1em 0.05em 0.1em rgb(0 0 0 / 40%);
	border:5px solid #fff;
	line-height:1.2em;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	overflow:hidden;
	padding-bottom:40px;
}



.nucleos .quadro .acesso h2{
	z-index:2;
	color: #fff;
	font-size:14pt;
	font-weight:600;
}
.nucleos .quadro .acesso:hover{
	transform: scale(1.1);
	background-size:200% !important;
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.nucleos .quadro .acesso .logoacim{
	position:absolute;
	width:100%;
	background:#eee;
	margin-left:-15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	bottom:0px;
	padding:10px;
	text-align:center;
	border:4px solid #eee;
	border-top:6px solid #fff;
}
.nucleos .quadro .acesso .logoacim img{
	max-width:80%;
	max-height: 45px;
}


.solucao{
	padding-top:20px;
	padding-bottom:20px;
	min-height:300px;
}
.solucao .conteudo{
	padding-top:40px;
	
	padding-left:40px;
	padding-right:40px;
	color:#444;
}
.solucao .conteudo img{
	width: 100% !important;
    max-width: 700px;
    max-height: 700px;
    height: auto !important;
    align: center;
}
.solucao .conteudo p img{
	width: 100% !important;
    max-width: 700px;
    max-height: 700px;
    height: auto !important;
    align: center;
}
.solucao .conteudo h2, .solucao .conteudo h3{
	font-weight:700;
}

.solucao .titulosolucao{
	display:flex;
	align-items:center;
	padding-top:20px;
	color:#777;
	font-weight:300;
	padding-left:20px;
	margin-top:-20px;
}
.solucao .titulosolucao h1{
	font-weight:800;
	color: #555;
	font-size:40pt;
	text-transform:uppercase;
	line-height:1em;
	
}
 .solucao .imgsolucao{
	text-align:left;
	display:flex;
	align-items:center;	
	border-right: 0px solid #ddd;
	background:#fff; 
	border-radius:5px;
	margin-top:-40px;
	padding:20px;
	box-shadow: 0px -30px 20px 5px rgb(0 0 0 / 15%);
	justify-content: center;
}
.solucao .imgsolucao img{
	max-height:150px; 
	max-width:100%	
}
 @media(max-width:991px){
	 
	 .solucao .titulosolucao h1{
		font-size:20pt;
	}
	  .solucao .imgsolucao{
		  margin-left:10px;
		  margin-right:10px;
		  margin-bottom:20px;
	  }
 }

.nucleo{
	padding-left:50px;

	padding-bottom:40px;
}
.nucleo .titulosolucao {
	display: flex;
    align-items: center;
	order: 2;
    padding-top: 20px;
    color: #777;
    font-weight: 300;
    padding-left: 20px;
    margin-top: -20px;
}
.nucleo .titulosolucao h1{
	font-weight:800;
	color: #555;
	font-size:40pt;
	text-transform:uppercase;
	line-height:1.2em;
	
}
.nucleo .conteudo{
	padding-top:20px;
	color:#555;
	order: 3;
}
 .nucleo .imgsolucao{
	text-align:left;
	display:flex;
	align-items:center;	
	border-right: 0px solid #ddd;
	background:#fff; 
	border-radius:5px;
	margin-top:-40px;
	padding:20px;
	box-shadow: 0px -30px 20px 5px rgb(0 0 0 / 15%);
	order: 1;
	background-position:center;
	background-repeat: no-repeat;
}
.nucleo .imgsolucao img{
	max-height:150px; 
	width:100%	
}

@media(max-width:991px){
	.nucleo{
		padding-left:10px;
		padding-right:10px;
	}
	.nucleo .titulosolucao{
		order: 2;
	}
	.nucleo .titulosolucao h1{
		font-weight:800;
		color: #555;
		font-size:25pt;
		text-transform:uppercase;
		line-height:1.2em;

	}
	.nucleo .imgsolucao{
		order: 1;
	}
}


/*associese*/
.associ .form-group{
	background:#eee;
	padding:20px;
	border-radius:5px;
	padding-top:20px;
}
.associ  h2{
	font-weight:700;
	color: #009F52;
}
.associ .form-group h4{
	font-size:15pt;
	font-weight:700;
	color: #666;
}


.associ form label{
	padding:2.5px 5px;
}
.associ form input[type=text],  .associ form input[type=date], .associ form input[type=email], .associ form textarea, .associ form select {
	padding:10px 15px;
	background: #fff;
	border: 0.2pt solid #bbb;
	border-radius:5px;
}
.associ form input[type=text]:focus, .associ form input[type=date]:focus, .associ form input[type=email]:focus, .associ form textarea:focus{
	border: 0.2pt solid #009F52!important ;
}


.associ form .captcha{
	color: #009F52 !important;
	font-weight:700;
	text-align:center;
	font-size:15pt;
	padding:8px 10px !important;
	background-size:cover;	
	background-image: url('../img/fundocaptch.png') !important;
	border:0px;
}




.scpresidentes{
	padding-top: 30px;
	padding-bottom: 30px;
}
.scpresidentes .presidente{
	padding:10px;
}
.scpresidentes .presidente .foto{
	height: 300px;
	background-size:cover;
	background-position:top center;
	border: 4px solid #ddd;
}
.scpresidentes .presidente .nome{
	padding:0px;
	padding-top: 0px;
	font-weight:600;
	color:#222;
	text-align:center;
	background:#ddd;
}
.scpresidentes .presidente .gestao{
	padding:0px;
	padding-bottom: 5px;
	font-weight:400;
	font-size:10pt;
	color:#777;
	text-align:center;
	background:#ddd;
}
@media(max-width:991px){
	.scpresidentes .presidente .foto{
		height: 340px;
	
	}
}

/*compliance*/
.compl-top{
	background: #027339 url('../img/bgservicos.png');
	color:#fff;
	padding:20px;
	padding-bottom:80px;
}
.compl-top .logo{
	padding-bottom:100px;
	padding-top:40px;
	text-align:center;
}
.compl-top .logo img{
	width:90%;
	max-width:300px;
}
.compl-top .info1 h2{
	font-size:50pt;
	font-weight:500;
	line-height:1.1em;
}
.compl-top .bdenun{
	display:flex;
	align-items: center;
	justify-content: center;
}
.compl-top .bdenun a{
	background: #FECC00;
	padding:25px 45px;
	font-size:20pt;
	font-weight:600;
	color:#222;
	border-radius:50px;
}
@media(max-width:991px){
	.compl-top .info1 h2{
		font-size:35pt;
	}
	.compl-top .bdenun a{
		margin-top:40px;
		padding:20px 35px;
		font-size:15pt;
		
	}
}

/*formulario compliance*/
.denuncia{
		background:#fff;
	padding:20px;
	color:#555;
}

.denuncia .check-group{
	width: calc(50% - 1rem);
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 10px;
	color:#555;
	margin:5px;
    background-color: #fff;
	text-align:left;
	margin-top:10px;
	font-weight:400;
}
.denuncia .check-group:hover{
	cursor:pointer;
    background-color: #555;
	color:#fff;
}
@media(max-width:991px){
	.denuncia .check-group{
		width: calc(100% - 1rem);
	}
}
.denuncia label{
	padding-left:0px;
	padding-right:0px;
	font-weight:600;
	float:left;
	padding:5px;
}
.denuncia .group{
	padding-top:20px;
	padding-bottom:20px;
	font-weight:600;
}
.denuncia input[type="text"], .denuncia input[type="email"], .denuncia input[type="tel"]{
	border:0px;
	border-bottom: 1px solid #ccc;
}

.denuncia textarea{
	border:0px;
	font-size:10pt;
	height:150px;
	padding:10px;
	background:#eee;
}



@media(max-width:991px){
	.conteudo p img, .texto p img, .texto p iframe, .conteudo p iframe{
		width: 100% !important;
		max-width: 700px;
		max-height: 700px;
		height: auto !important;
		align: center;
	}
}