@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------
   Master Stylesheet
   Author: José M. Chiardola
	 Colores principales:
	  Azul #332F60
		Verde #42863B
--------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Economica');

html, body {
	font-family: 'Ubuntu';
}
body {
	position: relative;
	font-size: 16px;
	background: rgba(231,204,21,0.2) url('../img/background.jpg') repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
  -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:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}
::-moz-selection {
 color: #fff;
 background: #332F60;
}
::selection {
	color: #fff;
	background: #332F60;
}
hr {
	border-color: rgba(51,47,96,0.5);
}
blockquote.blockquote-reverse {
	border-color: #aaa !important;
}

h2 {
	visibility: hidden;
	color: #211915;
	text-align: right;
	font-size: 70px;
	font-family: 'Economica';
	padding-top: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211915;
}
h3 {
	color: #332F60;
	font-size: 38px;
	font-family: 'Economica';
	margin-bottom: 20px;
}
h4 {
	color: #332F60;
	font-size: 26px;
	font-family: 'Economica';
	margin-top: 1em;
}
dt {
	margin-top: 0.5em;
}

h3,
.icon {
	visibility: hidden;
}
.row div:nth-child(2) .icon {
	-webkit-animation-delay: 0.2s;
	   -moz-animation-delay: 0.2s;
	     -o-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.row div:nth-child(3) .icon {
	-webkit-animation-delay: 0.4s;
	   -moz-animation-delay: 0.4s;
	     -o-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
.row div:nth-child(4) .icon {
	-webkit-animation-delay: 0.6s;
	   -moz-animation-delay: 0.6s;
	     -o-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}
.row div:nth-child(5) .icon {
	-webkit-animation-delay: 0.8s;
	   -moz-animation-delay: 0.8s;
	     -o-animation-delay: 0.8s;
	        animation-delay: 0.8s;
}

.navbar {
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 10px 0;
	border-bottom: solid #42863B;
}
.navbar-brand {
	height: auto;
	padding: 0 15px 0 0;
}
.navbar-brand h1 {
	margin: 0px;
	padding: 0px;
}
#navbar-main .navbar-nav > li > a {
	font-family: 'Economica';
	font-size: 30px;
}
#navbar-main .navbar-nav > li > a:hover {
	color: #42863B;
}
#navbar-main .navbar-nav > .active > a,
#navbar-main .navbar-nav > .active > a:focus,
#navbar-main .navbar-nav > .active > a:hover {
	color: #42863B;
	background: none;
}
#acceso-privado {
	text-align: right;
}
.carousel-indicators li {
	border-radius: 0;
	width: 15px;
	height: 15px;
}
.carousel-indicators li.active {
	width: 17px;
	height: 17px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
}
.carousel-caption {
	top: 160px;
	text-align: left;
	text-shadow: none;
}
.carousel-caption h3 {
	margin-bottom: 10px;
}
.carousel-caption h3 span {
	font-size: 70px;
	background-color: #332F60;
	color: #fff;
	padding: 5px 15px;
	font-family: 'Economica';
}
.carousel-caption p span {
	background-color: #42863B;
	color: #ddd;
	padding: 15px;
	font-size: 16px;
	line-height: 3;
	font-weight: lighter;
}
.carousel-caption img {
	float: right;
}

.bar {
	height: 10px;
	background: url(../img/bar.png) repeat-x;
	display: block;
	clear: both;
}
.break {
	height: 3px;
	margin: 30px 0;
}
section {
	padding: 50px 0;
}
section:last-child {
	padding-bottom: 0;
}

.parallax-window {
	position: relative;
	min-height: 400px;
  background: transparent;
}
.parallax-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(33,25,21,0.7);
}
.parallax-content {
	position: relative;
	color: #ccc;
}
.parallax-content h2,
.parallax-content h3 {
	color: #fff;
	border-color: #fff;
}
.parallax-content h3 {
	color: #acf7a4;
}
.parallax-content hr {
	border-color: #acf7a4;
}

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

a.producto * {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
a.producto:hover .icon {
	margin-top: -5px;
}
a.producto:hover h3 {
	-ms-transform: scale(1.3, 1.3); /* IE 9 */
	-webkit-transform: scale(1.3, 1.3); /* Safari */
	transform: scale(1.3, 1.3);
	font-weight: bold;
}
a.producto h4 {
	display: block;
	min-height: 4.5em;
}
a.producto:hover hr {
	border-top-width: 5px;
}
a.producto.active hr {
	border-top-width: 10px;
}
a.producto p.small {
	color: #333;
}
#producto-panel {
	display: none;
	margin-top: 30px;
}
#producto-panel * {
	visibility: visible;
}
#producto-panel h3 {
	font-size: 4em;
}
#producto-panel img.pull-left {
	margin: 0 2em 2em 0;
}
#producto-panel img.pull-right {
	margin: 0 0 2em 2em;
}

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

#propuesta {
	max-height: 400px;
}
.animated {
	visibility: visible !important;
}
.scroll-y {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 15px;
}
#mision-vision-valores {
	text-align: center;
}

#map-wrapper {
	position: relative;
}
	#map-canvas {
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 0;
	}
	#datos {
		background: rgba(255,255,255,0.9);
		padding: 20px;
		visibility: hidden;
	}
		#datos form {
			margin-top: 20px;
		}
#contacto ul li {
	line-height: 3em;
}
#contacto ul li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.btn-default {
	color: #332F60;
}
.btn-default:hover {
	color: #FFF;
	background-color: #332F60;
	border-color: #332F60;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

footer {
	border-top: 10px solid #42863B;
	color: #9a999e;
	padding: 30px 0;
	padding: 80px 0;
	font-weight: lighter;
	font-size: 0.9em;
	background: url('../img/slide4.jpg') repeat-y center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position: relative;
}
.footer-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #211915;
	background: rgba(0,0,0,0.9);
}
.footer-content {
	position: relative;
	clear: both;
	margin-bottom: 50px;
}
footer a {
	color: #9a999e;
	display: block;
}
footer a:hover {
	color: #fff;
}
footer h3 {
	color: #acf7a4;
}
footer ul {
	visibility: hidden;
}
footer ul li {
	line-height: 2.5em;
	padding-left: 25px;
	position: relative;
}
footer ul li i {
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
	     -o-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
footer ul li:hover i {
	font-size: 1.5em;
	margin-left: -0.1em;
}

#top-lnk {
 	background: #42863b;
  background: rgba(66, 134, 59, 0.8);
  color: #FFF;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: none;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -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;
}
#top-lnk:hover {
  background: #42863b;
}
#author {
	text-align: center;
	display: block;
	margin-top: 50px;
}