@charset "UTF-8";
/* CSS Document */
@import url(http://www.markmurray.co/codepen/entypostyle.css);
.full_width {
	width:100%;
	}
body {
	background-color:#f3f3f3;
	overflow-x: hidden;

	}
*{
	-webkit-font-smoothing: subpixel-antialiased;}

.logo_linea {
	position:absolute;
	z-index:10000;
	bottom:80px;
	right:0px;
	margin-right:5%;
	}
.color_rojo {
	color:#a32215;
	}
.iconos_servicios {
	font-size:70px;
	color:#a32215;
	}
.texto_servicios {
	padding:0px 30px;}
table {
	background-color:white;}

.margen_arriba {
	margin-top:20px;}

.margen_arriba_60 {
	margin-top:60px;}

.margen_arriba_90 {
	margin-top:100px;}

.margen_abajo {
	margin-bottom:30px;}

.margen_abajo_60 {
	margin-bottom:60px;}

.margen_abajo_90 {
	margin-bottom:80px;}

.padding_costados {
	padding:0px 13%;}

.facebook {
	font-size: 35px;
	color: ;
}
a.facebook {
	color: #545353;

}
.facebook:hover {
	color: #a32215;
}

.google_map {
	width: -webkit-calc(100% + 500px);
	width: calc(100% + 500px);}

.carousel-control.left{
	background-image:-moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background-image:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background-image:webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image:-o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background-image:-ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background-image:linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* W3C */
	background-image:-o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	}

.carousel-control.right{
	background-image:-moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background-image:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background-image:webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image:-o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background-image:-ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background-image:linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* W3C */
	background-image:-o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	}
#headingOne {
	background-color:#86a439;
	color:white;
	}
#headingTwo {
	background-color:#79a7a7;
	color:white;
	}

#headingThree {
	background-color:#a32215;
	color:white;
	}

/*efect lily*/

/* Controla la medida del contenedor y el desborde
de la imagen*/



figure{
	position: relative;
	overflow: hidden;
	max-height: 400px;
	width: 100%;
	background: #86a439;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width:50%;

}
.headingOne {
	background-color:#86a439;
	}
.headingTwo {
	background-color:#79a7a7;
	}

.headingThree {
	background-color:#a32215;
	}

/* Controla la posicion de los textos */

figure figcaption {
	padding: 0px 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}


figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color:rgba(255,51,0,1);*/
}

figure figcaption div > p {
	margin-top:30px;

}


/* Esto controla los estilos del texto*/
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	margin-top:-60px;
}

figure h2 span {
	font-weight: 800;
}

figure p {
	margin-top:-40px;

}

figure p {
	letter-spacing: 1px;
	font-size: 13px;
	font-weight:bold;
	text-transform: capitalize;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(101% + 50px);
	width: calc(101% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	/*background-color:rgba(0,255,0,1);*/
	padding: 2em;
	width: 100%;
	height: 70%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}


figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img {
	opacity:0.3;
	}


figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

iframe {
	width: -webkit-calc(100% + 12px);
	width: calc(100% + 12px);}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 414px) {

figure{
	max-height: 450px;
}




	}



/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
figure{
	max-height: 350px;
}


	}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

figure{
	max-height: 350px;
}


    }

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1282px) {

figure{
	max-height: 400px;
}



	}
