@charset "utf-8";

/* ==== Fontes & Icones ==== */
@import url("font-awesome.css");
@import url("icons.css");					/* Icons. */
@import url("icons-color.css");				/* Icons. */  
@import url("social-icons.css");			/* Social Icons */
@import url("font-awesome.min.css");		/*Font  Awesome */
@import url("font-awesome-ie7.min.css");	/* Font Awesome */

/* ==== Bootstrap ==== */
@import url("bootstrap.css");

@import url(http://fonts.googleapis.com/css?family=Rancho);

/* ==== Geral ==== */
html, body {
height: 100%;
}

body {
font-family:Arial, sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 1.6em;
color: #656565;
background: #7eb2ff;

}

*,
*:after,
*:before {
list-style:none;
padding: 0;
margin: 0;
}

a:active {
outline:0;
}

a:hover{
text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Rancho', cursive;
	color:#0058b3;
	}

.clear{
	clear:both;
	}

.espaco-vert{
	height:auto;
	}

/* ==== Elementos ==== */
.galeria{
	width:100%;
	}

.detalhe-top{
	background:url(../../img/fundos/detalhe-top.png) top center;
	height:50px;
	position:absolute;
	z-index:20;
	width:100%;
	top:0;
	}

.texto-home{
	padding:10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.espaco-dir{
	margin-right:20px;
	}


.img-borda-arredondada img{
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}

.blocos-home{
	padding:10px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.botao{
	padding:8px;
	background:#389200;
	color:#FFF;
	border:none;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.botao:hover{
	background:#39883f;
	}

.rodape{

	padding:10px;

	}

.facebook img{
	width:200px;
	margin:0;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.copyright{
	background:#0058b3;
	color:#fff;
	border-top:2px solid #FFF;
	}

.selo-responsivo{
	width:160px;
	margin:0;
	float:right;
	}

.iframe-rwd  {
	position: relative;
	height: 238px;
	overflow: hidden;
}

.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lateral-direita{
	background:rgb(224, 224, 224);
	border-radius:5px 5px 5px 5px;
	}

.conteudo{
	background:#fff;
	border-radius:5px;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);

	}


.espaco-vert-acomodacoes{
	height:200px;
	}
	
.espaco-vert-lazer{
	height:24px;
	}

.espaco-vert-contato{
	height:310px;
	}		

.espaco-vert-localizacao{
	height:24px;
	}	

.bt-enviar{
	padding:10px;
	background:#0058b3;
	border:none;
	color:#FFF;
	border-radius:5px;
	}
	
/* ==== RESPONSIVO ==== */


@media (min-width: 240px) and (max-width: 480px) {

.foto-bg-top{
	width:100%;
	min-height:0;
	background: url("");
	clear:both;
	}

.logotipo{
	width:100%;
	max-width:150px;
	padding:5px 10px 25px 25px;
	position:absolute;
	z-index:19;
	left: 50%;
	top:0;
	margin-left: -75px;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	}

.logotipo img{
	width:100%;
	max-width:100px;
	float:none;
	}

.espaco-vert{
	height:10px;
	}

.espaco-vert13{
	height:13px;
	}	
	
.galeria li{
	width:100%;
	margin:10px 0 10px 0;
	float:left;
	}
	
.galeria li img{
	width:100%;
	}


.galeria-fotos li{
	width:100%;
	margin:10px 0 10px 0;
	float:left;
	}
	
.galeria-fotos li img{
	width:100%;
	}

.rodape{

	padding:10px;
	color:#FFF;
	text-align:center;
	font-size:13px;
	}

.facebook img{
	width:200px;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.copyright{
	background:#0058b3;
	color:#fff;
	padding:10px;
	border-top:2px solid #FFF;
	text-align:center;
	}

.selo-responsivo {
	width:160px;
	margin:0 auto;
	float:none;
	}

.lateral-direita{
	background:#fff;
	border-radius:0;
	}

.conteudo{
	background:#fff;
	border-radius:0;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);

	}

.espaco-vert-acomodacoes{
	height:0;
	}

.espaco-vert-lazer{
	height:40px;
	}

.espaco-vert-contato{
	height:40px;
	}		

.espaco-vert-localizacao{
	height:40px;
	}	

.text-center{
	text-align:center;
	}
	
	
	#youtube {
	width:100%;
	margin:0;
	height:250px;
	float: left;
}

}

@media (min-width: 481px) and (max-width: 767px) {

.foto-bg-top{
	width:100%;
	min-height:auto;
	background:none;
	clear:both;
	}

.logotipo{
	width:100%;
	max-width:220px;
	padding:10px 30px 35px 35px;
	position:absolute;
	z-index:19;
	left: 50%;
	top:0;
	margin-left: -110px;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 100px 100px;
	-moz-border-radius:0 0 100px 100px;
	-webkit-border-radius:0 0 100px 100px;
	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}

.espaco-vert{
	height:10px;
	}

.galeria li{
	width:195px;
	margin:10px;
	float:left;
	}
	
.galeria li img{
	width:195px;
	}	
	

.galeria-fotos li{
	width:195px;
	margin:10px;
	float:left;
	padding-left:5px;
	}
	
.galeria-fotos li img{
	width:195px;
	}

.rodape{

	padding:10px;
	color:#FFF;
	text-align:center;
	}

.facebook img{
	width:200px;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.copyright{
	background:#0058b3;
	color:#fff;
	padding:10px;
	border-top:2px solid #FFF;
	text-align:center;
	}

.selo-responsivo{
	width:160px;
	margin:0 auto;
	float:none;
	}

.lateral-direita{
	background:#fff;
	border-radius:0;
	}

.conteudo{
	background:#fff;
	border-radius:0;
	-moz-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.3);

	margin-top:20px;
	}
	
		#youtube {
	width:100%;
	margin:0;
	height:250px;
	float: left;
}

	}

@media (min-width: 768px) and (max-width: 991px) {

.foto-bg-top{
	width:100%;
	min-height:auto;
	background:#7eb2ff;
	clear:both;
	margin-bottom:20px;
	}

.logotipo{
	width:100%;
	max-width:220px;
	padding:10px 30px 35px 35px;
	position:absolute;
	z-index:19;
	left: 50%;
	top:0;
	margin-left: -110px;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 100px 100px;
	-moz-border-radius:0 0 100px 100px;
	-webkit-border-radius:0 0 100px 100px;
	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}


.galeria li{
	width:140px;
	margin:4px;
	float:left;
	}

.galeria li img{
	width:140px;
	}


.galeria-fotos li{
	width:140px;
	margin:4px;
	float:left;
	}
	
.galeria-fotos li img{
	width:140px;
	}


.espaco-vert{
	height:10px;
	}

.rodape{

	padding:10px;
	color:#FFF;
	text-align:left;
	font-size:13px;
	}

.facebook img{
	width:200px;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.copyright{
	background:#0058b3;
	color:#fff;
	padding:10px;
	border-top:2px solid #FFF;
	text-align:center;
	}

.selo-responsivo{
	width:160px;
	margin:0 auto;
	float:none;
	}

.lateral-direita{
	background:#fff;
	border-radius:0;
	}


	
	}

@media (min-width: 992px) and (max-width: 1199px) {

.foto-bg-top{
	width:100%;
	min-height:auto;
	background:#fff;
	clear:both;
	margin-bottom:20px;
	}

.logotipo{
	width:100%;
	max-width:220px;
	padding:10px 30px 35px 35px;
	position:absolute;
	z-index:19;
	left: 6%;
	top:0;
	margin-left: 0px;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 100px 100px;
	-moz-border-radius:0 0 100px 100px;
	-webkit-border-radius:0 0 100px 100px;
	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}


.galeria li{
	width:140px;
	margin:4px;
	float:left;
	}

.galeria li img{
	width:140px;
	}


.galeria-fotos li{
	width:140px;
	margin:4px;
	float:left;
	}
	
.galeria-fotos li img{
	width:140px;
	}


.espaco-vert{
	height:10px;
	}

.rodape{

	padding:10px;
	color:#FFF;
	text-align:left;
	font-size:13px;
	}

.facebook img{
	width:200px;
	margin:0 auto;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.copyright{
	background:#0058b3;
	color:#fff;
	padding:10px;
	border-top:2px solid #FFF;
	text-align:center;
	}

.selo-responsivo{
	width:160px;
	margin:0 auto;
	float:none;
	}

.lateral-direita{
	background:#fff;
	border-radius:0;
	}


	
	}


@media (min-width: 1200px) {

.foto-bg-top{
	width:100%;
	min-height:569px;
	background: #7eb2ff ;
	clear:both;
	}
	
.galeria li{
	width:160px;
	margin:15px;
	float:left;
	padding-left:5px;
	}
	
.galeria li img{
	width:145px;
	}

.galeria-fotos li{
	width:160px;
	margin:15px;
	float:left;
	padding-left:5px;
	}
	
.galeria-fotos li img{
	width:160px;
	}

.logotipo{
	width:100%;
	max-width:220px;
	padding:15px 15px 60px 15px;
	position:absolute;
	z-index:19;
	top:0;
	margin-left: 0px;

	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}

#youtube {
	width:45%;
	height:350px;
	float: left;
}
	
	}


@media (min-width: 1600px) and (max-width: 1899px) {
.logotipo{
	width:100%;
	max-width:220px;
	padding:10px 30px 35px 35px;
	position:absolute;
	z-index:19;
	left: 18%;
	top:0;
	margin-left:0;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 100px 100px;
	-moz-border-radius:0 0 100px 100px;
	-webkit-border-radius:0 0 100px 100px;
	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}	
}


@media (min-width: 1900px) {
.logotipo{
	width:100%;
	max-width:220px;
	padding:10px 30px 35px 35px;
	position:absolute;
	z-index:19;
	left: 21%;
	top:0;
	margin-left:0;
	background: url(../../img/fundos/transp-80porcento.html);
	border-radius:0 0 100px 100px;
	-moz-border-radius:0 0 100px 100px;
	-webkit-border-radius:0 0 100px 100px;
	}

.logotipo img{
	width:100%;
	max-width:200px;
	float:right;
	}

		
}


/*													Button TOP ^
--------------------------------------------------------------*/
.btntoTop {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 5px;
	right: 5px;

	background-color: #0058b3;
	border-radius: 2px;

	text-align: center;
	line-height: 40px;

	cursor: pointer;

	opacity: 0;

	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.btntoTop:before {
	content: "\f106";

	display: inline-block;
	vertical-align: middle;

	font: 25px 'FontAwesome';
	color: #fff;
}

.btntoTop.active {
	opacity: 1;
}
.btntoTop.active:hover{
	opacity: 0.8
}
#linha {
	background:url(../../img/fotos-home/2.png) center no-repeat;
}
