/* -- HERO -- */
#hero .cuadrado-lineas
{
	left: -50px;
	bottom: -50px;
}

/* -- QUE HACEMOS -- */
#que-hacemos
{
	width: 100%;
	height: 100%;
	background-color: var(--color-5);
	position: relative;
	z-index: 2;
}

#que-hacemos .container
{
	display: flex;
	flex-direction: column;
	padding: 1rem;
}

#que-hacemos .imagen
{
	min-width: 40%;
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
	margin-top: -70px;
	position: relative;
	z-index: 1;
}

#que-hacemos .imagen img
{
	width: 100%;
}

#que-hacemos .info .zigzag-h
{
	background-image: url(../../assets/img/web/global/zigzag1-h.png);
	background-size: auto 100%;
	height: 100px;
	margin-top: -50px;
}

#que-hacemos > .zigzag-h
{
	display: none;
	background-image: url(../../assets/img/web/global/zigzag1-h.png);
	background-size: auto 100%;
	height: 100px;
	width: 50%;
	position: absolute;
	top: 30px;
	right: 0;
}

#que-hacemos .info p
{
	text-align: center;
	color: var(--color-3);
	padding: 1.7rem 1rem 2rem;
}

@media (min-width: 767px)
{
	#que-hacemos .container
	{
		flex-direction: row;
	}

	#que-hacemos .info
	{
		max-width: 700px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	#que-hacemos .info p
	{
		width: 100%;
		text-align: left;
		padding: 1.7rem 3rem 2rem;
	}

	#que-hacemos .info .zigzag-h
	{
		display: none;
	}
}

@media (min-width: 1100px)
{
	#que-hacemos > .zigzag-h
	{
		display: initial;
	}
}

/* -- POR QUE LO HACEMOS -- */
section#por-que-lo-hacemos
{
	position: relative;
	width: 100%;
	padding-bottom: 3rem;
}

#por-que-lo-hacemos .titulo
{
	padding-top: 1rem;
	background-color: var(--color-5);
}

#por-que-lo-hacemos h2
{
	font-family: font1-bold;
	font-size: var(--text-4);
	color: var(--color-2);
	text-align: center;
}

#por-que-lo-hacemos .line
{
	width: 120px;
	margin: 0 auto;
}

#por-que-lo-hacemos .line img
{
	width: 100%;
}

#por-que-lo-hacemos .onda1
{
	width: 100%;
    background-color: var(--color-5);
	position: absolute;
	top: 0;
}

#por-que-lo-hacemos .onda1 img
{
	width: 100%;
	transform: scaleX(-1);
	display: block;
	margin-bottom: -2px;
}

#por-que-lo-hacemos .grid
{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#por-que-lo-hacemos .info
{
	width: 90%;
	max-width: 860px;
	background-color: var(--color-2);
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 7px rgba(0,0,0,0.7);
	position: relative;
	margin-top: 1rem;
	z-index: 2;
}

#por-que-lo-hacemos .info img
{
	width: 100%;
	height: 100%;
	flex-shrink: 1;
	display: block;
	object-fit: cover;
	object-position: center center;
}

#por-que-lo-hacemos .video
{
	position: relative;
	background: rgba(0,0,0,0.3);
}

#por-que-lo-hacemos .video .btn
{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
	transition: 0.3s;
}

#por-que-lo-hacemos .video:hover .btn
{
	opacity: 1;
	transform: scale(1.07);
}

#por-que-lo-hacemos .video .btn img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#por-que-lo-hacemos .col1 h3,
#por-que-lo-hacemos .col1 p,
#por-que-lo-hacemos .col2 p
{
	padding: 1.7rem;
}

#por-que-lo-hacemos .col1 h3
{
	font-size: var(--text-6);
	padding-bottom: 0.7rem;
}

#por-que-lo-hacemos .col1 p
{
	padding-top: 0;
}

#por-que-lo-hacemos .bloque-naranja
{
	min-height: 10px;
	flex-grow: 1;
	background-color: var(--color-1);
}

#por-que-lo-hacemos .zigzag-h
{
	background-image: url(../../assets/img/web/global/zigzag2-h.png);
	background-size: auto 100%;
	height: 100px;
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width: 767px)
{
	#por-que-lo-hacemos h2
	{
		font-size: var(--text-3);
		padding-top: 1rem;
	}

	#por-que-lo-hacemos .info
	{
		flex-direction: row;
		box-shadow: 0 0 17px rgba(0,0,0,0.5);
	}

	#por-que-lo-hacemos .info > div
	{
		width: 33.3%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#por-que-lo-hacemos .col1 p,
	#por-que-lo-hacemos .col2 p
	{
		font-size: var(--text-8);
	}
}

@media (min-width: 992px)
{
	#por-que-lo-hacemos .col1 h3
	{
		font-size: var(--text-5);
	}

}

/* -- BENEFICION -- */
section#beneficios
{
	width: 100%;
	padding: 2rem 1rem;
	position: relative;
	z-index: 2;
	background-color: var(--color-2);;
}

#beneficios h2
{
	width: 100%;
	text-align: center;
}

#beneficios .container
{
	position: relative;
	z-index: 2;
}

#beneficios .info
{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 2rem;
}

#beneficios .info .imagen
{
	width: 90%;
}

#beneficios .info .imagen img
{
	width: 100%;
}

#beneficios .lista-chuleada
{
	width: 100%;
	padding: 1rem;
	padding-bottom: 3rem;
}

#beneficios .lista-chuleada li
{
	max-width: 500px;
	padding-bottom: 1.7rem;
	font-size: var(--text-8);
}

#beneficios .lista-chuleada li svg
{
	fill: var(--color-1);
	width: 23px;
	height: 23px;
	vertical-align: middle;
	margin-right: 0.3rem;
}

#beneficios .cuadrado-lineas
{
	display: none;
	margin-top: -70px;
}

#beneficios .zigzag-h
{
	background-image: url(../../assets/img/web/global/zigzag2-h.png);
	background-size: auto 100%;
	height: 100px;
	width: 45%;
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (min-width: 767px)
{
	#beneficios h2
	{
		padding-top: 2rem;
		font-size: var(--text-4);
	}

	#beneficios .info
	{
		flex-direction: row;
	}

	#beneficios .info .imagen
	{
		width: 100%;
		padding: 0 2rem 0 1rem;
	}

	#beneficios .cuadrado-lineas
	{
		display: inherit;
	}
}

.onda2
{
	width: 100%;
	padding-top: 130px;
    background-color: var(--color-5);
	transform: scaleY(-1);
	margin-top: -2px;
}

.onda2 img
{
	width: 100%;
	display: block;
}
