@charset "utf-8";
/* CSS Document */

/* EFECTOS */

#efecto {
	margin-top: 36px;
}
#efecto .section-title {
  text-align: center;
  position: relative;
  margin-bottom: 8%;
}
#efecto .section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  background: black;
  width: 29%;
}

.efecto-1 {
	height: 0;
	width: 100%;
	padding-top: 125%;
	background: url(images/efecto-1.jpg);
	background-size: cover;
	background-position: 50% 68%;
	background-size: 114%;
}

.efecto-1-well {
  padding: 8% 0 7%;
  margin-bottom: 12%;
  background: #003366;
}

.efecto-2 {
	position: relative;
	overflow: hidden;
}
.efecto-2 figcaption {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	line-height: 0.7;
	text-align: center;
	align-content: center;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	text-align: center;
	text-shadow: 3px 3px 7px #000000;
	color: #FFFFFF;
	font-size: 2vw;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.efecto-2:hover figcaption {
	opacity: 1;
}
.efecto-2 img {
	position: relative;
	z-index: 1;
}
.efecto-2::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 100%;
	background: #003366;
	mix-blend-mode: multiply; /*low support*/
	opacity: .9; /* for other browsers */
	-webkit-transform: translateX(100%);
  transform: translateX(100%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.efecto-2:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.efecto-2-well {
	padding: 9% 10% 22%;
	
}

.efecto-2:hover img {
	opacity: .666;
}

@media (min-width: 480px) {
	.efecto-2 figcaption {
		font-size: 18vw;
		line-height: 0.2;
	}
}
@media (min-width: 640px) {
	.efecto-2 figcaption {
		font-size: 10vw;
		line-height: 0.2;
	}
}
@media (min-width: 991px) {
	.efecto-2 figcaption {
		font-size: 5vw;
		line-height: 0.2;
	}
}

.efecto-3 {
	position: relative;
	background: transparent;

}
.efecto-3 img {
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.efecto-3 figcaption {
	background-color: transparent;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 10%;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	text-align: center;
	line-height: 1.25;
	font-size: 62px;
	font-size: 15vw;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.efecto-3:hover figcaption {
	opacity: 1;
}
.efecto-3:hover img {
	opacity: .666;
}
@media (min-width: 480px) {
	.efecto-3 figcaption {
		font-size: 18vw;
	}
}
@media (min-width: 640px) {
	.efecto-3 figcaption {
		font-size: 10vw;
	}
}

.efecto-3-well {
  padding: 9% 10% 25%;
}

.efecto-4 {
	position: relative;
	overflow: hidden;
}

.efecto-4 figcaption {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	line-height: 0.7;
	text-align: center;
	align-content: center;
	-webkit-transform: translateY(-10%);
	transform: translateY(-10%);
	text-align: center;
	text-shadow: 3px 3px 7px #000000;
	color: #FFFFFF;
	font-size: 2vw;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.efecto-4:hover figcaption {
	opacity: 1;
}

.efecto-4 img {
	position: relative;
	z-index: 1;
}
.efecto-4::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	bottom: -1px;
	right: 0;
	width: 100%;
	background: #003366;
	mix-blend-mode: multiply; /*low support*/
	opacity: .7; /* for other browsers */
	-webkit-transform: translateY(100%);
  transform: translateY(100%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.efecto-4:hover::after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.efecto-4-well {
	padding: 9% 10% 22%;
	
}

.efecto-4:hover img {
	opacity: .666;
}

@media (min-width: 480px) {
	.efecto-4 figcaption {
		font-size: 18vw;
		line-height: 0.2;
	}
}
@media (min-width: 640px) {
	.efecto-4 figcaption {
		font-size: 10vw;
		line-height: 0.2;
	}
}
@media (min-width: 991px) {
	.efecto-4 figcaption {
		font-size: 5vw;
		line-height: 0.2;
	}
}