@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
--------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url('https://fonts.googleapis.com/css?family=Oswald');

html, body {
	font-family: 'Rubik';
}
body {
	position: relative;
	font-size: 16px;
	padding-bottom: 100px;
}

.animated {
	visibility: visible !important;
}

a {
	color: #6FA628;
  -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;
}
a:hover {
	text-decoration: none;
}
ul {
	padding-left: 1em;
}
li {
	padding-top: 0.75em;
}
::-moz-selection {
 color: #fff;
 background: #154959;
}
::selection {
	color: #fff;
	background: #154959;
}
.navbar {
	padding: 15px 0;
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px -2px 10px 0px rgba(0,0,0,0.5);
}
.navbar-brand {
	height: auto;
	padding: 0 15px 0 0;
}
.navbar-brand h1 {
	margin: 0px;
	padding: 0px;
}
.navbar-slogan {
	font-family: 'Lobster';
	font-size: 18px;
	margin-top: 50px;
}
#navbar-main .navbar-nav > li > a {
	font-family: 'Lobster';
	font-size: 30px;
	color: #111;
}
#navbar-main .navbar-nav > li > a:hover {
	color: #6FA628;
}
#navbar-main .navbar-nav > .active > a,
#navbar-main .navbar-nav > .active > a:focus,
#navbar-main .navbar-nav > .active > a:hover {
	background: none;
	color: #6FA628;
}
.navbar-nav > li:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	   -moz-animation-delay: 0.1s;
	     -o-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.navbar-nav > li:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	     -o-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	margin: 0 auto;
}
.carousel-caption {
	background: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	bottom: 0;
}
@media screen and (min-width: 768px) {
	.carousel-caption {
		padding-top: 0;
		padding-bottom: 60px;
	}
}
.carousel-caption h2 {
	margin-bottom: 20px;
	font-family: 'Oswald';
	color: #FFF;
	font-size: 90px;
}
.carousel-caption p {
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.carousel-caption h2 {
		font-size: 1.8em;
	}
	.carousel-caption p {
		font-size: 1.2em;
	}
}
	
.carousel-control .arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	width: 23px;
	height: 48px;
	padding:0;
	background-image:	url(img/arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carousel-control .arrow-prev {
	left: 15%;
}
.carousel-control .arrow-next {
	right: 15%;
	transform: rotate(180deg);
}
.carousel-control:hover .arrow {
	background-position: -23px 0;
}

.parallax-section {
	position: relative;
}
.parallax-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.parallax-content {
	position: relative;
	color: #FFF;
}
.parallax-content h2,
.parallax-content h3 {
	color: #FFF;
}
.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);
}

section {
	padding: 100px 0;
}

#call_to_action_1 {
	background: url('img/call_to_action_1.jpg') repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#call_to_action_2 {
	background: url('img/call_to_action_2.jpg') repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

h2 {
	color: #6FA628;
	text-align: center;
	font-size: 60px;
	font-family: 'Lobster';
	margin-bottom: 30px;
}
section h2 {
	display: none;
}
h3 {
	color: #6FA628;
	font-size: 42px;
	font-family: 'Lobster';
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #6FA628;
}
h4 {
	color: #6FA628;
	font-size: 26px;
	font-family: 'Oswald';
}

#servicios {
	background: #e3ffbe;
}
@media screen and (max-width: 767px) {
	#servicios .col-servicio {
		margin-top: 30px;
	}
}
#servicios .col-servicio:nth-child(2) i.fa-head {
	-webkit-animation-delay: 0.15s;
	   -moz-animation-delay: 0.15s;
	     -o-animation-delay: 0.15s;
	        animation-delay: 0.15s;
}
i.fa-head {
	color: #6FA628;
	font-size: 100px;
	visibility: hidden;
}
#servicios .servicio {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
#servicios h4 {
	margin-top: 25px;
}
#servicios .servicio:hover h4 {
	color: #000;
}
.toogle {
	display: none;
}

#nosotros {
	background: #000;
	color: #eee;
	font-size: 1.2em;
}
#nosotros #logo_grises {
	margin-bottom: 75px;
}

#contacto {
	background: url('img/contacto.jpg') repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#datos {
	padding: 20px;
	color: #FFF;
}
	#datos ul {
		text-align: center;
	}
	#datos ul li {
		margin-right: 1.5em;
	}
	#datos a {
		color: #FFF;
	}
	#datos form {
		margin-top: 50px;
	}
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 #6FA628;
}

footer {
	background: #111;
	border-top: 20px solid #6FA628;
	padding: 100px 0;
	font-weight: lighter;
}
footer a:hover {
	color: #fff;
}

#author {
	display: none;
	margin-top: 40px;
	padding-top: 15px;
	border-top: 1px solid #333;
}

h5 {
	color: #6FA628;
	text-align: center;
	font-size: 60px;
	font-family: 'Lobster';
	margin-bottom: 30px;
	background: #0;
}
