*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body/*, .container-general, .scroller*/ {
	height: 100%;
	scroll-behavior: smooth!important;
}

.container-fluid {
     padding-right: 0;
	 padding-left: 0;}
a {
	text-decoration: none;
	outline: none;
	color: #F9C700;
}
p{font-size: 1.14rem;}
a:hover, a:focus {
	color: #fff;
	outline: none;
}
.bg-estilo{background-image: url("../img/back.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover; background-attachment: fixed; }
.bg-estilo-2{background-image: url("../img/back-interior.jpg"); 
	background-size: contain; background-attachment: fixed;}
.a-interior{color: #c13301;}
.scroller {
	overflow-y: auto;
}

.scroller,
.scroller-inner {
	position: relative;
}
.caja-texto{background-color: rgba(255,255,255,0.40); border-bottom: 1px solid #DDD;}
.caja-texto p{font-size: 1.1rem; line-height: 1.5rem;}
.caja-texto p a{color: #dd7901;}
.container-general {
	position: relative;
	overflow: hidden;
}

.menu-trigger {
	position: relative;
	padding-left: 10px;
	font-size: 0.9em;
}

.menu-trigger:before {
	content: url("../img/btn-menu1.svg");
	width: 20px;
	height: 23px;
	position: absolute;
	font-size: 20px;
	top: 5px;
}

.mp-pusher {
	position: relative;
	left: 0;
	height: 100%;
	perspective: 1000px;
}

.mp-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mp-level {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.mp-pusher::after,
.mp-level::after {
	background: rgba(0,0,0,0.3);
	-webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
	transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
	z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
	cursor: pointer;
}
.mp-pusher,
.mp-level {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
	box-shadow: 1px 0 2px rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
	margin: 0;
	padding: 0 22px;
	list-style: none;
	margin-top: 10px;
	height: 85vh;
	margin-bottom: 40px;
}

.mp-menu h2 {
	margin: 0;
	padding: 0;
	color: #0068a2;
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: bolder;
}

.mp-menu.mp-overlap h2::before {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 8px;
	font-size: 75%;
	line-height: 1.8;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
	transition: opacity 0.3s, transform 0.1s 0.3s;
}

.mp-menu.mp-cover h2 {
	text-transform: uppercase;
	letter-spacing: 0.4px;
	padding-left: 17px;
	font-size: 22px;
	font-family: 'Duplicate Sans Bold';
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.mp-menu ul li > a {
	color: #000000;
	font-family: 'Duplicate Sans Bold';
	font-weight: 800;
	display: block;
	padding: 0.5em 0 0.7em 0.2em;
	outline: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 1px solid #DDDDDD;
	transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
	position: absolute;
	left: 2px;
	z-index: -1;
	color: rgba(0,0,0,0.8);
	line-height: 3;
	font-size: 14px;
}
b, strong {font-family: 'Duplicate Sans Bold'; font-weight: 800;}


.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {text-decoration: none;
	background: rgba(50,50,50,0.05);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
	box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */
.mp-back:hover {color: #4E4E4E;}
.mp-back {background: transparent;
	position: relative;
	display: block;
	padding: 1em;	
}
.mp-back i{font-size: 22px; margin-top: -2px; margin-left: -10px; line-height: 1px; vertical-align: middle;}
.mp-back::before {
	position: absolute;
	left: 0;
	top: 5px;
	color: rgba(0,0,0,0.3);
	font-size: 2em;
}
.mp-back img{width: 65px; height: auto;}
.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
	background: transparent;
	box-shadow: none;
	color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
	padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
	display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
	display: block;
}

.opcion strong::after {z-index: -1;
    background-image: url(https://www.eluniversal.com.mx/resizer/v2/R33HVX36JFHH5BHQMEHSHL5GQI.png?auth=f6df88cc8d5eafb63c3e69a34fa7091b85a725bfa9f6b7750b34d7f50bc5c85d);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    position: absolute;
    right: 23px;
	margin-top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
}
.btn-menu1{width: 55px; height: 45px; float: left; margin: 10px; border-right: 1px solid #CCCCCC; padding-right: 15px;}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.codrops-header,
.codrops-top {width: 100%;
	font-family: 'Duplicate Sans', Arial, sans-serif;
}

.codrops-header {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}
.head-el-uni a img{width: 100%; max-width: 290px; height: auto; margin-top: 5px;}
.icon-seccion{float: right; max-width: 20px; height: auto;}
#intro{height: 92.5vh; margin-top: 0; background-position: center -150px; background-size: cover; background-repeat: no-repeat;}
#intro-2{height: 60vh; margin-top: 0; background-position: center -150px; background-size: cover; background-repeat: no-repeat;}
#inicio p{color: #FFF;}
.btn-outline-warning {background-color: rgba(21,17,4,0.32)}
.intro-text{margin-top: 32vh; background-color: rgba(0,0,0,0.3); padding: 14px 15px; border-radius: 15px; color: #FFF;}
.intro-text h2{font-weight: 500; font-family: 'Giorgio Sans', sans-serif; font-size: 4rem; line-height: 3rem;}
.cabeza-descanso{margin-top: 20px; letter-spacing: 3px; font-weight: 800!important; margin-left: -2px;}
.sumario{color: #eee4bb;}
.creditos{font-size: 0.8rem; text-transform: uppercase; letter-spacing: 2px;}
.imagen-texto{margin: 25px 0 5px;  border-bottom: 1px solid #6d8376; margin-bottom: 30px; }
.imagen-texto p{padding: 10px 15px 20px 15px; margin-bottom: 10px; display: block; background-color: #394940; font-size: 15px; color: #eae8d3; line-height: 1.25rem; letter-spacing: 1px;}
.liga-promos{width: 100%;}
.bloque-promos{margin: 60px auto; border: 2px solid #333; border-radius: 10px; background-color: #02171c;}
.promo-final a{color: #EEEEEE; text-decoration: none;}
.promo-final p{line-height: 1.44rem; color: #FFFFFF; font-size: 1rem;}
.promo-final{margin: 2px 0; padding: 4px 10px;}
.promo-final img{border-radius: 5px;}
.promo-final h3{font-weight: 700; padding: 3px 0; letter-spacing: 1px; font-size: 1.44rem;}
.lista-creditos ul li{list-style: none;}
.img-impresa{width: 100%; max-width: 161px;}
.credito-foto{font-size: 15px; letter-spacing: 1px;}
.liga-promos{width: 100%;}
.liga-promos{transition: all 0.5s ease-out allow-discrete;}
.liga-promos:hover{color: #ded6a7; text-decoration: none; filter: brightness(120%); background-color: #FFF;}
.back-01 {background-image: url("../img/back-mangle.jpg");}
.back-02 {background-image: url("../images/3.jpg");}
.fondos{background-attachment: fixed; background-repeat: no-repeat; background-size: cover; height: 50vh; width: 100%;}
.promo-final h4 {color: #FFF;}
/* To Navigation Style */
#intro{background-size: cover; background-attachment: fixed; background-position: center center; background-repeat: no-repeat;}
#intro-2{background-size: cover; background-attachment: fixed; background-position: center center; background-repeat: no-repeat;}
.nav-idioma{position: absolute; top: 12%; right: 3%;}
.nav-paises{position: fixed!important; top: 13%; right: 2%; opacity: 0; z-index: 200;}
.nav-paises li a{display: block; padding: 3px 12px; background-color:rgba(1,65,76,0.68); margin-bottom: 3px; border-radius: 3px; transition: all, 0.4s; font-weight: 400;}
.nav-paises li a:hover{background-color:#005f75; color: #FFF;}
.nav-idioma li{display: inline-block; margin-left: 10px;}
.btn-idioma{width: 27px; height: 27px; transition: all, 0.5s; border: 1px solid #DDD; border-radius: 50%;}
.btn-idioma:hover{filter: grayscale(1); border: 1px solid #333;}
.bg-claro{background-color: #fff1e1;}
.grow {
  padding: 0 3px;
  height: 50vh;
  /* Origional height */
  box-sizing: border-box;
  display: flex;
}
.grow .item {
  box-sizing: border-box;
  flex-grow: 1;
  transition: width 0.4s ease;
  width: 0;
	border-radius: 13px 13px 0 0;
	border: 2px solid #01414c;
}
.grow .item:hover {
  width: 30%;
  /* This is the height on hover */
}

.grow .item {
  position: relative;
  overflow: hidden;
	margin-left: 5px;
}
.grow .item .text {
  position: absolute;
  font-size: 23px;
	line-height: 1.8rem;
  font-weight: 700;
  font-family: sans-serif;
  color: #fecb24;
  opacity: 0;
  bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-color: rgba(1, 65, 76, 0.8);
  text-align: center;
  transition-property: opacity, bottom;
  transition-duration: 0.1s;
  transition-delay: 0;
  transition-timing-function: linear, ease;
}
.grow .item:hover .text {
  opacity: 1;
  bottom: 10%;
  transition-duration: 0.3s, 0.7s;
  transition-delay: 0.4s, 0.2s;
}
.grow .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 15%;
}
.grow .item:nth-child(1):before {
  background-image: url("../img/mangle-rojo.jpg");
  background-position: 50% 22%;
}
.grow .item:nth-child(2):before {
  background-image: url("../img/mangle-blanco.jpg");
  background-position: 50% 22%;
}
.grow .item:nth-child(3):before {
  background-image: url("../img/mangle-negro.jpg");
  background-position: 40% 22%;
}
.grow .item:nth-child(4):before {
  background-image: url("../img/mangle-botoncillo.jpg");
  background-position: 40% 22%;
}
		@media screen and (max-width: 1720px) {
			#intro, #intro-2{background-size: cover; background-repeat: no-repeat;}
		}
		@media screen and (max-width: 768px) {
			#intro-2{height: 110vh;}
			.nav-paises{top: 4%;}
			.intro-text {
				margin-top: 22vh;}
			.grow .item:hover .text {
				bottom: 10%;}
			
			.grow .item .text {
				font-size: 19px;}
			.grow {
				height: 50vh;}
			.grow .item:hover {
				width: 50%;}
			.promo-final22 p{display: none;}}
.codrops-top {
	width: 100%;
	background: #91cfa1;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 1.1em;
}

.codrops-demos a {
	display: block;
	float: left;
	clear: both;
	margin: 0.5em 0.5em 0.5em 1.9em;
	padding: 1em 1.1em;
	width: 280px;
	outline: none;
	color: #fff;
	background: #336ca6;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	opacity: 0.9;
}

.content {
	padding: 4em 2em;
	max-width: 1500px;
	margin: 0 auto;
}

.block {
	float: left;
	padding: 1em 3em;
}

.block-40 {
	width: 40%;
}

.block-60 {
	width: 60%;
}

.block p {
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.c-postfooter {padding: 20px 0; background-color: #024e7a !important; }
.menu-footer{list-style-type: none; text-align: center; padding: 0 10px; max-width: 1000px; margin: 0 auto;}
.menu-footer li{list-style: none; display: inline; text-align: center; line-height: 1.8rem;}
.menu-footer li a{color: #FFFFFF; font-size: 12px; margin-left: 24px;}
.menu-footer li a:hover{color: #03ccfe!important; text-decoration: none!important;}
.px-legal{color: #FFFFFF; font-size: 12px; max-width: 1000px; margin: 15px auto; text-align: center; display: block; border-top: 1px solid #CCCCCC; padding-top: 13px;}
.list-inline li{display: inline; margin-right: 22px;}
footer ul li {list-style: none;}
.img-parrafo{float: left; margin: 0 25px 20px -120px; max-width: 340px;}
.imagen-completa{padding: 0; margin-bottom: 80px;}
.details{background-color: rgba(251,251,251,0.45);}
.btn-equipo-footer div {
    width: 180px;
    height: 33px;
    background-color: #dfc802;
    border-radius: 15px;
    text-align: center;
    padding: 2px 10px;
	margin: 0 auto 30px;
}
.btn-equipo-footer:hover{
	background-color: #333;transition: all 0.4s;
}
.btn-equipo-footer {
	display: block;
	max-width: 200px;
	font-size: 14px;
	padding: 10px 15px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	background-color: #dfc802;
	border-radius: 22px;
	margin: 10px auto;
}
.interfoto{width: 100%; padding: 0; height: 70vh; margin: 0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.btn-equipo-footer:hover {color: #FFF;background-color: #75aca2}
#footer {
  background: black;
  padding: 0;
  color: #fff;
  font-size: 0.93rem; letter-spacing: 0.05rem;
	line-height: 1.3rem;
}

.footer-top {
  border-bottom: 1px solid #28251f;
  padding: 0 0 20px 0;
}

#footer .footer-top .footer-info {
  margin: 30px 0;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Duplicate Sans", serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0068a2;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #CCC;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 1px 0;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.5;
}

#footer .footer-top .footer-links ul a:hover {
  color: #dfc802;
}
#footer .footer-top .footer-links img{max-width: 260px;}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #dfc802;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #009c86;
}

#footer .copyright {
  text-align: center;
  padding: 30px 0 20px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

.btn-footer-idiomas{border-radius: 50%; padding: 3px; background-color: transparent!important;}
.footer-links ul li img{margin: 13px auto;}

@media screen and (max-width: 69em) {
	.block {
		float: none;
		width: 100% !important;
		padding: 1em;
	}
}

@media screen and (max-width: 25em) {
.img-impresa{width: 100%; max-width: 120px; height: auto;}
	.cabeza-descanso{margin-left: 0;}
	body {
		font-size: 80%;
	}

	.codrops-icon span {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.hide-mobile{display: none;}
	.cabeza-interior {font-size: 2rem!important;}
}

/*TIMELINE*/

.example-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 3em 0;
  border-bottom: 1px solid #E4EAEC;
}
.example-title p {
  margin: 0 auto;
  font-size: 16px;
  max-width: 400px;
}
.rem-img{max-width: 140px; height: auto; float: left; margin: -11px 10px 5px -40px;}
/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 40px;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/
.timeline-info {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #dd7901;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: 3px;
  background: #CCD5DB;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #333;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 40px;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/
.period {
  padding: 0;
}
.period .timeline-info {
  display: none;
}
.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #CCD5DB;
  border-bottom: 3px solid #CCD5DB;
}
.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}
.period .timeline-content {
  padding: 40px 0 70px;
}
.period .timeline-title {
  margin: 0;
}

/*----------------------------------------------
    MOD: TIMELINE SPLIT
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info,
.timeline-split .timeline-marker,
.timeline-centered .timeline-marker,
.timeline-split .timeline-content,
.timeline-centered .timeline-content,
.timeline-split .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 992px) {
  .timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info,
.timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered > .timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*----------------------------------------------
    MOD: MARKER OUTLINE
----------------------------------------------*/
.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #FF6B6B;
}
.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #FF6B6B;
}
			

