/*
# Designed by Ederson - Alsite Design
# Website                                  :
--------------------------------------------------------------------------
--------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,700,700italic,800,600,400italic,600italic,300italic,300);
@import url(//fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);


/* =================================================== */
/* ========== 1. BASELINE ============================ */
/* =================================================== */

html {
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	background-color: #e7e7e7;
	color: #3E3F3A;
}
html,
body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	margin-bottom: -30px;
	/* equal to footer height */
}
.wrapper:after {
	content: "";
	display: block;
	height: 30px;
	/* must be the same height as footer */
}
.footer {
	background: #004030;
	height: 30px;
	/* must be the same height as footer */
}
a{
	color: #CC0000;
}
a:hover{
	color: #262626;
}
a,
input[type="submit"] {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}
p {
	font-weight: 400;
	margin: 0;
	padding: 0 0 12px 0;
	color: #010101;
}
p.lead {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 0px;
	color: #95a5a6;
}
.hiden {
	display: none;
}
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.42;
	border-radius: 30px;
}
section#conteudo-home,
section#conteudo-interno {
	padding-bottom: 20px;
}
section#conteudo-interno {
	padding-top: 20px;
}

.spinner {
	-webkit-animation: rotator 1.4s linear infinite;
	animation: rotator 1.4s linear infinite;
}
@-webkit-keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
@keyframes rotator {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
}
.path {
	stroke-dasharray: 187;
	stroke-dashoffset: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
	animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
	0% {
		stroke: #4c5f88;
	}
	25% {
		stroke: #4c5f88;
	}
	50% {
		stroke: #6B8733;
	}
	75% {
		stroke: #91bd40;
	}
	100% {
		stroke: #91bd40;
	}
}
@keyframes colors {
	0% {
		stroke: #4c5f88;
	}
	25% {
		stroke: #4c5f88;
	}
	50% {
		stroke: #6B8733;
	}
	75% {
		stroke: #91bd40;
	}
	100% {
		stroke: #91bd40;
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}
@keyframes dash {
	0% {
		stroke-dashoffset: 187;
	}
	50% {
		stroke-dashoffset: 46.75;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	100% {
		stroke-dashoffset: 187;
		-webkit-transform: rotate(450deg);
		transform: rotate(450deg);
	}
}
.titulo h1 {
	margin-bottom: 20px;
	font-weight: 300;
	color: #CC0000;
}
.titulo i {
	color: #3E3F3A;
}

.mb-20, .mv-20{
	margin-bottom:20px !important;
}
.mb-15{
	margin-bottom:15px !important;
}
.mr-10{
	margin-right: 10px;
}


/* =================================================== */
/* ========== 2. HEADER ============================== */
/* =================================================== */
.topbar{
	height: 27px;
	background-color: #004030;
}

.logo{
	padding: 25px 0;
}

header .contato{
	padding-top: 25px;
}

header .contato h3{color:#009774;}
header .contato h4{color:#004030; margin-bottom: 20px;}

/* =================================================== */
/* ========== 3. MENU ================================ */
/* =================================================== */
.navbar-default{
	background:none;
	box-shadow: none;
	padding-right: 0px;
	margin-right: 0px;
}

.navbar-default .navbar-nav>li>a{
	color: #004030;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 25px;
	display: inline-block;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #009774;
}

.navbar-default .navbar-nav li:after{
	content: "/";
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 28px;
}
.navbar-default .navbar-nav li:last-child:after{
	content: none;
}


/* =================================================== */
/* ========== 4. BANNER ============================== */
/* =================================================== */

#banner{
	margin-bottom: 15px;
}

/* =================================================== */
/* ========== 5. FOOTER ============================== */
/* =================================================== */

.footer {
	color: rgba(255,255,255,0.5);
	padding: 10px;
	font-size: 11px;
	background-color: #004030;
}
.footer a {
	color: #ffffff;
}
/* =================================================== */
/* ========== 6. CONTEUDO-HOME ======================= */
/* =================================================== */

.frase-home{
	padding:15px 0;
	background-color: #ffffff;
	color: #004030;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	font-size: 26px;
	margin-bottom: 15px;
}

.ranchos .thumbnail {
	padding: 10px;
	border:1px solid #c7e1dc;
}

.ranchos .thumbnail .caption h3,
.ranchos .thumbnail .caption h4 a{
	color:#004030;
}
.ranchos .thumbnail .caption h4 a {
	line-height: 50px;
}

.ranchos .thumbnail .caption h4 a span,
.ranchos .thumbnail .caption h5{
	color:#009774;
}

/* =================================================== */
/* ==========   FALE CONOSCO  ======================== */
/* =================================================== */

#faleconosco input.error,
#faleconosco textarea.error{
	border-color: #CC0000;
}

/* =================================================== */
/* ==========   DETALHE RANCHO  ====================== */
/* =================================================== */

.ranchos-list-item {
	display: inline-block;
	width: 50%;
	float: left;
	font-size: 16px;
    margin-bottom: 3px;
    padding: 3px 0px;
    color: #555;
    padding-left: 10px;
    position: relative;
}
	.ranchos-list-item i{
		margin-right: 5px;
		color: #004030;
	}

.conteudo-rancho h4,
.conteudo-rancho h2{
	color: #004030;
}

.conteudo-rancho ul{
	list-style: none;
}
.conteudo-rancho ul.especificacoes li{
	font-size: 16px;
}
.conteudo-rancho ul li i{
	color:#009774;
	margin-right: 5px;
}

.list-group-item{
	background-color: rgba(255,255,255,0.2);
}
.list-group-item:hover{
	background-color: rgba(255,255,255,0.5);
}

#mapalocalizacao{
	height: 250px;
}

/* =================================================== */
/* ==========   RESPONSIVO   ========================= */
/* =================================================== */

@media (max-width: 1024px) {

}
@media screen and (max-width: 600px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.vertical-align {
		display: block;
	}

	.navbar-default .nav > li{
		display: inline-block;
	}

	.navbar-default .nav > li > a{
		font-size: 18px;
		padding: 5px;
	}
	.navbar-default .navbar-nav li:after{
		content: "/";
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		font-style: italic;
		font-size: 18px;
	}

	.footer {
		height: auto !important;
	}
	.alsite {
		text-align: center;
	}
}