.equipo {
	height: 280px;
	position: relative;
	background-size: cover !important;
	background-position: center !important;
}

.equipo1 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/ja-equipo.jpg);
}
.equipo2 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/2-Juani.jpg);
}
.equipo3 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/3-Isaac.jpg);
}
.equipo4 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/4-Julio.jpg);
}
.equipo5 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/5-Belen.jpg);
}
.equipo6 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/6-Guille.jpg);
}
.equipo7 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/7-Graci.jpg);
}
.equipo8 {
	background: url(https://basilippo.com/wp-content/uploads/2022/07/8-aLE.jpg);
}

.nombre-equipo {
    position: absolute;
    bottom: 35px;
    right: 20px;
    margin: 0;
    font-size: 1.125rem;
    color: #fff;
	transform: scaleX(0.9);
}

.nombre-equipo h4 {
	font-size: 1.25rem;
	color:#fff;
	text-align:right;
	margin-bottom: 0;
}

.nombre-equipo p {
	font-size: 1rem;
	text-align: right;
	line-height: 1.2;
	margin-bottom: 0;
}

.descripcion-equipo p {
	color: #3f4519 !important;
	font-size: 0.938rem;
	line-height: 1.5;
}	

.descripcion-equipo {
	display: none;
}

.descripcion-equipo > .wpb_wrapper {
	transform: scaleX(0.9);
}

.wpb_wrapper:hover .nombre-equipo {
	display: none;
	margin: 0;
}

.wpb_wrapper:hover .descripcion-equipo {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,1.5);
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	padding: 20px;
	margin: 0;
	display: block;
}

.wpb_wrapper:hover .descripcion-equipo > .wpb_wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.wpb_wrapper:hover .descripcion-equipo > .wpb_wrapper p {
	width: 100%;
}


@media only screen and (max-width: 1281px) {
	#olivares {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 768px) {
	.fila-equipo {
		display: flex;
		flex-flow: row wrap;
	}

	.equipo {
		height: 400px;
		width: 50%;
	}
	
	.nombre-equipo p {
		min-height: 85px;
	}
}

@media only screen and (min-width: 1024px) {	
	.fila-equipo {
		display: flex;
		flex-flow: row wrap;
	}
}


@media only screen and (min-width: 1281px) {
	.fila-equipo .fp-tableCell {
		vertical-align: initial;
	}
	
	.equipo > .vc_column-inner,
	.equipo > .vc_column-inner > .wpb_wrapper {
		height: 100%;
		width: 100%;
	}
	
	.equipo {
		width: 25%;
		height: calc(50vh - 70px);
	}

	.equipo1, .equipo2, .equipo3, .equipo4 {
		margin-top: 100px;
	}
}