@charset "utf-8";
/* CSS Document

font-family: 'Oswald', sans-serif;
font-family: 'Roboto', sans-serif;

*/


@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:300,400,500,700');


body{
	font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px; color: #7c7c7c;
}



/*LGPD*/

.card-title{font-size:30px!important;}

.btn-primary{color: #fff!important; margin-bottom: 10px;}
.cookie-alert {
  position: fixed;
  bottom: 15px;
left: 50%;
	margin-left: -170px;
  width: 320px;
	padding: 15px;
 
  z-index: 2000;
	background-color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

/* FIM LGPD */



a{text-decoration:none; color:inherit;}
a:hover{text-decoration:none; color:inherit;}
a:link{text-decoration:none; color:inherit;}
a:visited{text-decoration:none; color:inherit;}


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


.form-control::-webkit-input-placeholder { color: #7c7c7c; font-family: 'Oswald', sans-serif; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #7c7c7c; font-family: 'Oswald', sans-serif; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #7c7c7c; font-family: 'Oswald', sans-serif; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #7c7c7c; font-family: 'Oswald', sans-serif; } /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #7c7c7c; font-family: 'Oswald', sans-serif; }  /* Microsoft Edge */

.whatsBt{
	width:60px;
	height:60px;
	position:fixed;
	bottom:0;
	left:0;
	margin:15px;
	z-index:400;
}





.mapa{
	text-align: center;

	padding: 80px 0 100px 0;
}

.mapa img{

	width: 250px;

	-webkit-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.75);
box-shadow: 10px 10px 13px -6px rgba(0,0,0,0.75);

	 -ms-transform: rotate(-20deg); /* IE 9 */
  -webkit-transform: rotate(-20deg); /* Safari 3-8 */
  transform: rotate(-20deg);
}





.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
color:#ffffff;
  }	


h2{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
	color: #000000;
}

h6{
	color: black;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: solid 1px #000;
	padding: 5px 0 10px 0;
}


h5{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 48px;
	color: #000000;
}
h5:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #3D5D44; /* This creates the border. Replace black with whatever color you want. */
}



h2:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 30%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #3D5D44; /* This creates the border. Replace black with whatever color you want. */
}


h3{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
	color: #000000;
	text-align: center;
	padding: 50px 0 50px 0;
}
h3:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 10%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 6px solid #3D5D44; /* This creates the border. Replace black with whatever color you want. */
}

.submit/*input[type="submit"]*/
{
   background-color:#3d5d44!important;
	color: #fff;
	padding: 5px 20px 5px 30px !important;
	border-radius:8px;
	background: url(../dados/layout/bgBt.png) left no-repeat;
	background-position: 10px 8px;
	border:solid 1px #fff;
	margin-top: 20px;
}


.duvidas{}
.duvidas ul{margin: 0; padding: 0; text-align: center; font-size: 18px;}
.duvidas ul li{
	list-style: none;
	background:url(../dados/layout/torem.png) center bottom no-repeat;
	padding: 0 0 50px 0;
	margin: 40px 0 40px 0;
}

.titulo{width: 100%; font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 60px!important;}





.oswald{font-family: 'Oswald', sans-serif; font-weight: 600; color: #000;}

.oswald2{font-family: 'Oswald', sans-serif;}

.oswald3{color: #000; font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 24px;}


.margincol{margin-top: 20px; margin-bottom: 20px;}


.calendar{}
.calendar a{
	background: url(../dados/layout/calendar.png) no-repeat center left;
	padding: 8px 20px 8px 40px;
	border: solid 1px #3d5d44;
	border-radius: 7px;
	color: #3d5d44!important;
	background-position:10px 8px;
}

.contatoIcons{
	padding: 20px 0 20px 0;
	font-family: 'Oswald', sans-serif;
}
.contatoIcons p{
	padding: 0; 
	margin: 0 20px 0 20px;
	display: inline;
}


.form-control{
	border: solid 1px #7c7c7c;
	border-radius: 8px;
}


.dropdown-menu{margin-top: -2px!important;}


.acomodaIcones{
	width: 100%;
	text-align: center;
	padding: 40px 0 40px 0;
}

.acomodaIcones img{
	display:inline;
	border-right: solid 1px #838383;
	padding: 15px 30px;
	text-align: center;
}


.acomodaIcones a[data]:hover:after {
  content: attr(data);
  padding: 4px 8px;
  color: #fff;
  position: absolute;
  left: 0;
  top: -220%;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px ;
	background-color: #3D5D44;
}

.acomodaIcones a:hover {
  color: red;
  position: relative;
}


.topoPaginas{
	width: 100%;
	height: 439px;
	background-size: cover;
}



/*=========LOCALIZACAO============*/
.box1{
height:40vh!important;
background-size:cover!important;
}

.box2{
height:40vh!important;
background-color: #3d5d44; color: #fff; padding: 20px
}
.box2 h4{
font-size: 26px;
line-height: 33px;
font-weight: 400;
}
/*=========LOCALIZACAO============*/






.homeHover{}
.homeHover a{
	background-color:#3d5d44!important;
	color: #fff;
	padding: 5px 20px 5px 30px !important;
	border-radius:8px;
	background: url(../dados/layout/bgBt.png) left no-repeat;
	background-position: 10px 8px;
	
	cursor: pointer;

}

.homeHover a:hover{background-color:#283e2d!important; }




.homeHover2{}
.homeHover2 a{
	background-color:#3d5d44!important;
	color: #fff;
	padding: 5px 20px 5px 30px !important;
	border-radius:8px;
	background: url(../dados/layout/bgBt.png) left no-repeat;
	background-position: 10px 8px;
	border: solid 1px #fff;
	cursor: pointer;

}

.homeHover2 a:hover{background-color:#283e2d!important; }



.img{}
.img img{width: 100%;}
.tirapadding{padding: 0;}









/*=============RODAPE================*/
.rodape{
	width: 100%;
	background: url(../dados/layout/bgrodape.jpg);
	background-size: cover;
	color: #fff;
	margin: 50px 0 20px 0;
	padding-bottom: 0%;
	
}
.rodapeSocial {width: 100%;
padding: 20px 0 0 0!important;
}
.rodapeSocial a{
	text-align: center!important;
	display: inline!important;
	margin: 0 5px 0 5px;
	
}

.rodapeContatos{
	background-color: #3d5d44;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0 7px 0px;
	
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	
}

.rodapeContatos p{
	display:inline!important;
	vertical-align: middle;
	
}

.rodapeContatos a img{margin-top: -4px;}


/*=============RODAPE================*/



/*=============POP UP================*/
 #pop{
	position:absolute; z-index:3000; width:auto; height:auto; margin-left:0px;
	left:38%;
	padding: 5px;
	top:25%;
	background-color: #000;
}
	   
#pop h3{color: #fff!important; text-align: center; font-size: 22px;  margin: 20px 0 10px 0; padding: 0;}
#pop img{float: left; margin: 5px; border: solid 1px #fff;}	   
	   
.fechar:link {
	color: #FFF;
	text-align:right;
	float: right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.fechar:visited {
	color: #FFF;
}
.fechar:hover {
	color: #FFF;
}
.fechar:active {
	color: #FFF;
}	

/*=============POP UP================*/










/*=========TOPO============*/
.topo{
	position: absolute;
	width: 100%;
	z-index: 999;
	font-family: 'Oswald', sans-serif;
	
}

.contatos{
	background-color: #3d5d44;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 7px 0 7px 0px;
	border-bottom: 1px solid #fff;
	font-size:16px;
}

.contatos a{
	display:inline-block;
	vertical-align: middle;
	
}

.contatos a img{margin-top: -4px;}
.separador {margin: 0 15px 0 15px;}


.navegacao{
	background: url(../dados/layout/bgTopo.png);
	width: 100%;
	padding: 20px 0 20px 0;
}



.navbar-default{
	border: none;
	background-color: transparent;
}
.navbar {
  position: relative;
  min-height: auto!important;
  margin-bottom: 0px!important;
  border: 0px solid transparent;
}

.navbar-brand {
  float: left;
  height:auto!important;
  padding: 0!important;
  font-size: none!important;
  line-height: inherit!important;
}

.nav > li > a{color: #fff!important;}


.topoIcon{}
.topoIcon img{
	float: left;
	margin: 12px 5px 0px 5px;
	border: none!important;
}
.topoIcon:hover{border: none!important;}
.topoIcon a{border: none!important; float: left!important; margin: 0!important; padding: 0!important;}


.navbar-nav > li.dropdown.active.open > a, 
.navbar-nav > li.dropdown.active.open > ul.dropdown-menu a:hover,
.navbar-nav > li.dropdown.open > a, 
.navbar-nav > li.dropdown.open > ul.dropdown-menu a:hover
{
  color: #fff!important;
  background-color: #3D5D44!important;
  border-color: #3D5D44!important;
}
/*=========TOPO============*/











.appreserva{
	width: 100%;
	background-color: black;
	color: white;
	margin-bottom: 60px;
	padding: 15px 0 15px 0;
	vertical-align: middle!important;
	
}

.appreserva p{
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
}





/*=====carousel====*/
#owl-demo4 .item4{
	margin: 15px;
}


#owl-demo4 .item4 img{
  display: block;
  width: 100%;
  height: auto;
	
}




#owl-demo5 .item5{
	margin: 0px;
}



#owl-demo5 .item5 img{
  display: block;
  width: 100%;
  height: auto;
	
}











/*==SLIDER==*/


/*
.flex-direction-nav .flex-prev {margin-top:-200px;}
.flex-direction-nav .flex-next { margin-top:-200px;}
*/

.flexslider .slides > li { 
  background-position: center;
  height:85vh!important;
  width: 100%;
  display: none; 
  background-size: 100% 100% !important;
  -webkit-background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
	/*
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */	
  z-index:2 !important;
}


.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
    height:auto;
	padding-top:0px;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin:0px 0 0px 0!important; 
  padding: 0;
  width: 100%; 
  height:85vh!important; 
  border: 0px!important; 
  overflow: hidden;
	
}

/*
html, 
body {
  height: 100%;
  min-height: 100%;
}*/


/* Seta Topo */
.arrow-topo { position:absolute; z-index:200; bottom:0; padding:0px 0 120px 0; width:100%; /*position: absolute; height: 150px; bottom: 0; width: 100%; text-align: center; padding: 10px;*/ height: 72px; background: url(../dados/layout/bgSeta.png) no-repeat center;}

/* AnimaĂ§ĂŁo seta */
@-webkit-keyframes arrmove {
  from { top: 30px; opacity: 1; }
  to { top: 70px; opacity: 0; }
} 

/* Standard syntax */ 
@keyframes arrmove {
  from { top: 30px; opacity: 1; }
  to { top: 70px; opacity: 0; }
}
.arrow-topo div.arr-down { 
  position: relative;
  -webkit-animation: arrmove 4s infinite; /* Chrome, Safari, Opera */
  animation: arrmove 4s infinite;
}


/*==SLIDER==*/












/*navbar mobile table*/

@media (max-width: 1023px) {
	
	/*-----------DROPDOWN--------*/
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
	/*-----------DROPDOWN--------*/
    .navbar-header {
        float: none;
		margin-left: -30px!important;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}