@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

html,
body {
	font-family: 'Open Sans Condensed';
}
body {
	background: #3e5b3b;
	position: relative;
	font-size: 20px;
}

a {
	color: #738a0c;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
}
a:hover {
	text-decoration: none;
}
::-moz-selection {
	color: #fff;
	background: #154959;
}
::selection {
	color: #fff;
	background: #154959;
}

.slide-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('../img/slide-overlay.png') repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.carousel-indicators {
	width: 100%;
	top: 5%;
	left: 0;
	padding-right: 5%;
	margin: 0;
	text-align: right;
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.carousel-indicators li.active {
	width: 16px;
	height: 16px;
	background-color: #738a0c;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}
.carousel-caption {
	top: 10%;
	right: 2%;
	text-align: right;
}
.carousel-caption h1 {
	margin: 0;
	padding: 0;
}
.carousel-caption p {
	font-size: 22px;
	font-weight: lighter;
	color: #fff;
}

.parallax-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
}
.parallax-content {
	position: relative;
	font-size: 24px;
	color: #fff;
	font-weight: lighter;
}
.parallax-content h3 {
	color: #ffff66;
	font-size: 45px;
}
.parallax-content .btn-default {
	background: none;
	color: #fff;
	font-size: 22px;
	font-weight: lighter;
	padding: 15px 30px;
	border-color: #fff;
	text-transform: uppercase;
	margin: 0 0 20px 20px;
}
.parallax-content .btn-default:hover {
	background: rgba(0, 149, 195, 0.85);
}

h2 {
	color: #fff;
	text-align: center;
	font-size: 60px;
	font-family: 'Open Sans Condensed';
	margin-bottom: 30px;
	display: none;
}
h3 {
	color: #738a0c;
	font-size: 38px;
	font-family: 'Open Sans Condensed';
	margin-bottom: 20px;
}

section {
	padding: 80px 0;
}

#galeria {
	border-top: 20px solid #738a0c;
	padding: 30px 0;
	color: #eee;
}
#galeria dt {
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #99999940;
	font-weight: normal;
	text-align: center;
}
#galeria dt:hover {
	color: #fff;
	font-weight: bold;
}
#galeria dd {
	display: none;
	text-align: center;
	margin-bottom: 80px;
}
#galeria .img-thumbnail {
	margin: 5px 0;
}

#contacto {
	border-top: 20px solid #738a0c;
	position: relative;
	background: url('../img/contacto-image2.jpg') repeat-y center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#contacto-wrapper {
	position: relative;
}
#datos {
	padding: 20px;
	color: #fff;
}
#datos ul {
	text-align: center;
}
#datos ul li {
	margin-right: 1.5em;
}
#datos ul li i.fa {
	font-size: 1.5em;
	display: block;
	margin-bottom: 5px;
}
#datos a {
	color: #fff;
}
#datos form {
	margin-top: 70px;
}
input.form-control,
textarea.form-control {
	background: none;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	padding: 20px 5px;
	font-size: 1em;
	color: #fff;
}
.form-control::-moz-placeholder {
	color: #bbb;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #bbb;
}
.form-control::-webkit-input-placeholder {
	color: #bbb;
}
.form-control:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #738a0c;
}
.btn-success,
.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus {
	background-color: #738a0c;
	border-color: #7b7c00;
}
.btn-success:hover,
.btn-success:active:focus {
	background-color: #7b7c00;
	border-color: #6d6f00;
}

footer {
	min-height: 300px;
	background: #111810;
	border-top: 20px solid #738a0c;
	padding: 30px 0;
	font-weight: lighter;
}
footer a:hover {
	color: #fff;
}
#author {
	margin-top: 40px;
	padding-top: 15px;
	border-top: 1px solid #333;
}
