:root {
	--sectionHeight: 650px;
}

.section {
	height: var(--sectionHeight);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

hr {
	border-top-width: 2px;
}

#heading {
	background-image: url("/images/familia-trigon-top.jpg");
}

#top {
	margin-bottom: -90px;
}

#top h1 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 45px;
	font-weight: bold;
	line-height: 54px;
}

#top h1 > span {
	color: #4E4E4E;
}

#top p {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 18px;
	line-height: 22px;
}

@media screen and (min-width: 575.99px) {
	#identidad {
		background-image: url("/images/historia-img-hacienda.jpg");
		-webkit-clip-path: polygon(
			100% 0,
			100% calc(100% - 330px),
			0 100%,
			0 220px
		);
		clip-path: polygon(
			100% 0,
			100% calc(100% - 330px),
			0 100%,
			0 220px
		);
		padding-top: 195px;
		padding-botto: 240px;
	}
}

@media screen and (max-width: 575.98px) {
	#identidad {
		background-image: url("/images/historia-img-hacienda.jpg");
		-webkit-clip-path: polygon(
			100% 0,
			100% calc(100% - 130px),
			0 100%,
			0 220px
		);
		clip-path: polygon(
			100% 0,
			100% calc(100% - 130px),
			0 100%,
			0 220px
		);
		padding-top: 195px;
		padding-botto: 240px;
	}
}



#identidad-gradiente {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: #EEB33E;
	background-image: -moz-linear-gradient(left, #EEB33E , #F78D1C);
	background-image: -webkit-linear-gradient(left, #EEB33E , #F78D1C);
	background-image: -o-linear-gradient(left, #EEB33E , #F78D1C);
	background-image: linear-gradient(to right, #EEB33E , #F78D1C);
	opacity: 0.92;
}

#identidad h1 {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 50px;
	font-weight: 300;
	line-height: 61px;
}

#identidad p {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.puntos-separador {
	margin-bottom: 1em;
}

#historia {
	margin-top: -200px;
	/* background: url('/images/triangle-background.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat; */
}

#historia h1 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 91px;
	font-weight: bold;
	line-height: 91px;
}

#historia h4 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 36.4px;
	font-weight: 300;
	line-height: 37px;
	margin-right: 7px;
}

#historia ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#historia li {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 13px;
  padding-left: 1em; 
  text-indent: -.7em;
}

#historia li::before {
  content: "• ";
  color: var(--primaryColor);
}

/* MOBILE */

#historia {
	margin-top: -200px;
	/* background: url('/images/triangle-background.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat; */
}

#historia-mobile h1 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 71px;
	font-weight: bold;
	line-height: 71px;
}

#historia-mobile h4 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 36.4px;
	font-weight: 300;
	line-height: 37px;
	margin-right: 7px;
}

#historia-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#historia-mobile li {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
	margin-bottom: 13px;
  padding-left: 1em; 
  text-indent: -.7em;
}

#historia-mobile li::before {
  content: "• ";
  color: var(--primaryColor);
}

#historia-mobile .img-historia {
	/* position: absolute; */
	left: 0;
	height: 120px;
	width: 120px;
	border-radius: 50%;
}

#historia-mobile h3 {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 50px;
	font-weight: 300;
	line-height: 80%;
	margin-bottom: -11px;
}

#historia-mobile h3 > span {
	color: var(--primaryColor);
	font-family: 'Aganè';
	font-size: 25px;
	font-weight: 300;
	line-height: 80%;
	vertical-align: top;
}

h3#mejor-opcion-mobile {
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 32px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
}

.img-historia {
	/* position: absolute; */
	left: 0;
	height: 180px;
	width: 180px;
	border-radius: 50%;
}

#mejor-opcion {
	height: 180px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* position: absolute; */
	left: 0;
}

#mejor-opcion h3 {
	height: 66px;
	width: 157px;
	color: #4E4E4E;
	font-family: 'Aganè';
	font-size: 32px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
}

.history-row {
	margin-bottom: 120px;
	min-height: 160px;
}

.globo-fecha-large {
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: var(--primaryColor);
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: absolute; */
	margin-left: 30px;
	margin-right: 0;
}

#globo-fecha-3:before {
	background: url('/images/triangle.svg');
	content:"";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 17px);
	bottom: -15px;
	width: 36px;
	height: 18px;
}

#globo-fecha-4:before {
	background: url('/images/triangle.svg');
	content:"";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 17px);
	top: -15px;
	width: 36px;
	height: 18px;
	-webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.globo-fecha-large h3 {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 50px;
	font-weight: 300;
	line-height: 80%;
	margin-bottom: -11px;
}

.globo-fecha-large h3 > span {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 25px;
	font-weight: 300;
	line-height: 80%;
	vertical-align: top;
}

.globo-fecha-small {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: var(--primaryColor);
	display: flex;
	align-items: center;
	justify-content: center;
	/* position: absolute; */
	margin-left: 55px;
	margin-right: 70px;
}

.globo-fecha-small-:after {
	background: url('/images/triangle.svg');
	content:"";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 11px);
	top: -10px;
	width: 24px;
	height: 11px;
	-webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.globo-fecha-small-:before {
	background: url('/images/triangle.svg');
	content:"";
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 11px);
	bottom: -10px;
	width: 24px;
	height: 11px;
}

.globo-fecha-small h3 {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 40px;
	font-weight: 300;
	line-height: 80%;
	margin-bottom: -11px;
	text-align: center;
}

.globo-fecha-small h3 > span {
	color: #FFFFFF;
	font-family: 'Aganè';
	font-size: 20px;
	font-weight: 300;
	line-height: 80%;
	vertical-align: top;
	text-align: center;
}

.list {
	/* margin-left: 345px; */
}

.list.ml-lg-5 {
	margin-left: 345px;
}

#timeline {
	width: 2px;
	background-color: var(--primaryColor);
	height: 960px;
	position: absolute;
	top: 295px;
	bottom: 0;
	left: 318px;
	z-index: -1;
}