	*{
		margin: 0;
		padding: 0;
	}
	:root{
	/* Colores */
	--verde:#57B2A0;
	--naranja:#F15B5D;
	--amarillo:#FFFAF3;
	}
h2{
	font-family: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
}
h4{
	font-family: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
}
header{
	background: #CF0A2C;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;
}
video{
	width: 100%;
}
footer{
	background: var(--verde);
}
img.conoce{
	height: 40px;
	margin: 1.5rem;
}
.container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}
.san{
	width: 100%;
}
hr.verde{
	background: var(--verde);
	height: 5px;
	width: 80px;
}

hr.verde2{
	background: var(--verde);
	height: 2px;
	text-align: center;
}

hr.naranja{
	background: var(--naranja);
	height: 5px;
	width: 80px;
}
.back{
	background: rgb(255,250,243);
	background: linear-gradient(0deg, rgba(255,250,243,1) 50%, rgba(255,255,255,1) 100%);
}
.back2{
	background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,250,243,1) 50%);

}