figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	cursor: default;
}

figure img {
	position: relative;
	display: block;
}

figure figcaption {
	color: white;
	text-transform: uppercase;
	-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%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure h2{
	color: white !important;
	margin: 0;
	padding: 1.5rem 2rem;
	font-size: 2.2rem;
}

figure.effect-av, figure.effect-av_2  {
	background: black;
}

figure.effect-av.dest-home {
	height: 33.7rem;
}

figure.effect-av.dest-home img {
	top: -25rem;
	width: 700px;
}

figure.effect-av.dest-home-2 {
	height: 26rem;
}

figure.effect-av.dest-home-2 img {
	height: 26rem;
	width: 400px;
}

figure.effect-av_2.si-ac{
	height: 26.1rem;
}

figure.effect-av_2.si-ac img {
	top: -7rem;
	width: 650px;
}

figure.effect-av.proyectos-tipo-1 {
	height: 25rem;
	margin-top: 2rem;
}

figure.effect-av.proyectos-tipo-1 img{
	width: 700px;
	margin-top: -7rem;
}

figure.effect-av.proyectos-tipo-2 {
	height: 52rem;
	margin-top: 2rem;
}

figure.effect-av.proyectos-tipo-2 img{
	width: 1000px;
}

figure.effect-av img {
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-av_2 img {
	opacity: 0.8;
}

figure.effect-av:hover img {
	opacity: 0.4;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-av h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-av p {
	padding: 0.8em;
	border: 1px solid white;
	font-family: 'ITC Avant Garde Pro Dm';
	opacity: 0;
	width: 70%;
	margin: 0 auto; 
	position: absolute;
	bottom: 2rem;
	right: 0;
	left: 0;
	text-align: center;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	cursor: pointer;
	color:white !important;
}

figure.effect-av:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
	cursor: pointer;
	color:white !important;
}

figure.effect-av p a{
	color: white !important;
	font-size: 1rem;
	letter-spacing: 0.3rem;
}

/*Estilos del acordion*/

.active_acordeon{
  	cursor:pointer;
  	display:table;
  	min-width: 100%;
  	width:100%;
}
.men_acordeon{
  	cursor:pointer;
  	display:table;
  	min-width: 100%;
  	width:100%;
  	font-family: 'inputs';
}
.acordeon{
	min-width: 100%;
  	width:100%;
  	padding:1rem;
  	border-top: 0.1rem solid rgb(153,153,153);
}
.aacordeon{
	min-width: 100%;
  	width:100%;
  	font-family: 'Bauer Bodoni Std';
}
.acordeons{
	min-width: 100%;
  	width:100%;
  	padding:1rem;
  	border-bottom: 0.1rem solid rgb(153,153,153);
}
.acordeon-last{
	border-bottom: 0.1rem solid rgb(153,153,153);
	margin-bottom: 2rem;
}
.acordeon span{
  	float:right;
  	display:block;
}
.aacordeon span{
  	float:right;
  	display:block;
  	font-family: 'body-copy';
}
.acordeons span{
  	float:right;
  	display:block;
  	font-family: 'body-copy';
}
.des_acordeon{
  	padding:1rem;
  	display:none;
  	color:rgb(153,153,153) !important;	
}
.des_aacordeon{
  	display:none;
  	color:rgb(153,153,153) !important;	
}
.des_acordeon a{
	color:rgb(153,153,153) !important;	
}
.des_acordeon a:hover{
	color:rgb(153,153,153) !important;	
}
.des_acordeon em{
	font-size: 1.2rem !important;
}
.des_acordeon img{
	width: 100%;
}
.des_aacordeon ul li{
  	font-size: 0.9em;	
}

@media screen and (max-width: 370px) {
	.content {
		padding: 0 10px;
		text-align: center;
	}

	figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}

	figure.effect-av_2.si-ac img {
		top: 0;
	}

	figure.effect-av.dest-home img{
		width: 350px !important;
	}

	figure.effect-av_2.si-ac{
		margin-top: 2em;
	}

	figure.effect-av_2.si-ac img{
		width: 420px;
		margin-left: -4rem;
	}

	figure.effect-av.proyectos-tipo-1 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

	figure.effect-av.proyectos-tipo-2 {
		height: 25rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-2 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

}

@media screen and (min-width: 371px) {

	figure.effect-av.proyectos-tipo-1 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

	figure.effect-av.proyectos-tipo-2 {
		height: 25rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-2 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

}

@media screen and (min-width: 767px) {

	figure.effect-av.proyectos-tipo-1 {
		height: 25rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-1 img{
		width: 700px;
		margin-top: -7rem;
	}

	figure.effect-av.proyectos-tipo-2 {
		height: 25rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-2 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

}

@media screen and (max-width: 1023px) {

	figure.effect-av.dest-home img{
		width: 700px;
	}

	figure.effect-av.proyectos-tipo-1 {
		height: 25rem;
		margin-top: 3rem;
	}

	figure.effect-av.proyectos-tipo-1 img{
		width: 700px;
		margin-top: -7rem;
	}

	figure.effect-av.proyectos-tipo-2 {
		height: 25rem;
		margin-top: 3rem;
	}

	figure.effect-av.proyectos-tipo-2 img{
		width: 700px;
		margin-left: -6rem;
		margin-top: -5rem;
	}

}

@media screen and (min-width: 1024px) {

	figure.effect-av.dest-home img{
		width: 700px;
	}

	figure.effect-av.proyectos-tipo-1 {
		height: 25rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-1 img{
		width: 700px;
		margin-top: -7rem;
	}

	figure.effect-av.proyectos-tipo-2 {
		height: 52rem;
		margin-top: 2rem;
	}

	figure.effect-av.proyectos-tipo-2 img{
		width: 1000px;
	}

}