.nosotros-item{
	padding: 1rem;
	background: rgba(239,239,239,0.6);
	text-align: center;
	height: 300px;

}

.nosotros-item h4{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: var(--main-text-color);
	font-family: 'azonix','gotham-medium', sans-serif;
}

.nosotros-item p{
	text-align: center;
}

.nosotros-item i{

	font-size: 3rem;
	padding: 1rem;
	color: var(--secondary-text-color);
}

.texto-nosotros{
	background: rgba(239,239,239,0.6);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.texto-nosotros button{
	display: flex;
	margin: 0 auto;
	border-radius: 0px;
	padding: .8rem;
	text-transform: uppercase;
}

.texto-nosotros h4{

	text-align: center;
	font-family: 'azonix','gotham-medium', sans-serif;

}
.texto-nosotros p{
	font-family: 'gotham-light', sans-serif;
	text-align: justify;
}


.nosotros-valores{

	background: #efefef;
}

.nosotros-valores-item{

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2rem;

}

.nosotros-valores-item h4{
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'azonix','gotham-medium', sans-serif;
	color: var(--main-text-color);
}

.nosotros-valores-item img{

	width: 450px;
	height: 450px;


}
.lista-valores li {
	text-align: justify;
	margin: 1rem;
}

.lista-valores li i{
	font-size: 10px;
	color: var(--secondary-text-color);
}

.lista-valores strong{

	color: var(--secondary-text-color);
}


.hr-cumstom{

	background: rgba(165,2,238, 0.7);
	background: linear-gradient(90deg, rgba(165,2,238,1) 0%, rgba(255,255,255,1) 50%, rgba(2,255,247,1) 100%);
	height: 2px;
}

.elegirnos{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}

.elegirnos h4{
	font-family: 'azonix','gotham-medium', sans-serif;
	color: var(--main-text-color);
}

.elegirnos p{

	font-size: 1.1rem;
	text-align: justify;

}

.elegirnos img{
	width: 450px;
	height: 450px;

}

.contacto-img{

	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}