/* Transitions
*************************************/
.timeline-button-next,
.timeline-button-prev{
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.timeline-dates .swiper-slide:after,
.timeline-dates .swiper-slide div{
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}

/************************************************************

	Wrapper

*************************************************************/
.wrapper{
    display: flex;
    align-items: center;
}
.wrapper h2, .wrapper h3{
	text-align: center;
	text-transform: uppercase;
}
.wrapper h2{
	color: rgb(255,255,255);
	font-family: "Montserrat",sans-serif;
	font-weight: 600;
}
.wrapper h3{
	color: rgba(255,255,255,.5);
	font-family: "Lato",sans-serif;
	font-weight: normal;
	letter-spacing: 5px;
}
.wrapper h5{
    font-family: "Lato", sans-serif;
    color: rgba(43,172,234,1);
    font-weight: normal;
	letter-spacing: 3px;
    text-transform: uppercase;
}
.wrapper h6{
    font-family: "Lato", sans-serif;
    color: rgb(255,255,255);
    font-weight: normal;
	letter-spacing: 3px;
}
.wrapper p{
	margin: 10px 0;
    box-sizing: border-box;
    color: rgb(255,255,255);
    font-family: "Montserrat",sans-serif;
    font-weight: normal;
    line-height: 170%;
    text-align: justify;
}
.body-content{
    /*margin: 50px;*/
}

/************************************************************

	Timeline

*************************************************************/
.timeline{
	/*padding: 0 2rem;*/
}
.timeline-dates{
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}
.timeline-dates .swiper-slide{
	color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    min-height: 37px;
    width: 90px;
    height: 40px;
}
.timeline-dates .swiper-slide div{
	position: relative;
	font-size: 1.5rem;
    opacity: 0.4;
    top: 0;
}
.timeline-dates .swiper-slide-active div{
	font-size: 2rem;
    opacity: 1;
    top: -.5rem;
}
.timeline-dates.swiper-container:after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
    bottom: .3rem;
    opacity: .5;
    border-bottom: 2px dotted rgb(239,125,0);
}
.timeline-dates .swiper-slide:after{
	content: "";
	width: .4rem;
	height: .4rem;
	position: absolute;
    bottom: -.55rem;
    background-color: rgba(240,124,0,.5);
    border-radius: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translateY(-50%);
}
.timeline-dates .swiper-slide-active:after{
    background-color: rgb(239,125,0);
}
.timeline-contents{
    width: 100%;
    padding: 50px 0;
}
.swiper-logo{
	display: block;
    position: absolute;
    bottom: 15px;
    right: 35px;
    z-index: 1;
    max-width: 70%;
    max-height: 46px;
}
.swiper-logo img{
    max-width: 100%;
    max-height: 46px;
    filter: drop-shadow(0px 0px 10px rgb(6,35,71));
}
.swiper-foto{
    width: 100%;
    height: 100%;
}
.swiper-foto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-foto::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(6,35,71,.4);*/
    background: rgba(6,35,71,0);
	background: -moz-linear-gradient(top, rgba(6,35,71,0) 0%, rgba(6,35,71,0) 50%, rgba(6,35,71,0.4) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(6,35,71,0)), color-stop(50%, rgba(6,35,71,0)), color-stop(100%, rgba(6,35,71,0.4)));
	background: -webkit-linear-gradient(top, rgba(6,35,71,0) 0%, rgba(6,35,71,0) 50%, rgba(6,35,71,0.4) 100%);
	background: -o-linear-gradient(top, rgba(6,35,71,0) 0%, rgba(6,35,71,0) 50%, rgba(6,35,71,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(6,35,71,0) 0%, rgba(6,35,71,0) 50%, rgba(6,35,71,0.4) 100%);
	background: linear-gradient(to bottom, rgba(6,35,71,0) 0%, rgba(6,35,71,0) 50%, rgba(6,35,71,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062347', endColorstr='#062347', GradientType=0 );
    z-index: 0;
    mix-blend-mode: multiply;
}
.swiper-texto{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

/* Arrows */
.timeline-buttons-container{
    position: absolute;
    top: 210px;
    right: 1.5rem;
    left: 1.5rem;
}
.timeline-button-next,
.timeline-button-prev{
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    margin-top: 0;
    z-index: 2;
    cursor: pointer;
    background-color: rgb(239,125,0);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 13px;
    padding: 5px;
}
.timeline-button-next{
    right: 0;
}
.timeline-button-prev{
    left: 0;
}
.timeline-button-next:hover,
.timeline-button-prev:hover{
    background-color: #fff;
}
.timeline-button-next:before,
.timeline-button-prev:before {
	font-family: "FontAwesome";
	color: rgba(255, 255, 255, 1);
	position: absolute;
	top: 52%;
	transform: translate(-50%,-50%);
	margin-right: -50%;
}
.timeline-button-next:before{
	content: "\f054";
	left: 53%;
}
.timeline-button-prev:before{
	content: "\f053";
	left: 47%;
}
.timeline-button-next:hover:before,
.timeline-button-prev:hover:before{
	color: rgb(239,125,0);
}

@media(min-width: 0px){
	.wrapper{padding: 50px 0 70px 0;}
	.wrapper h2{font-size: 24px;}
	.wrapper h3{font-size: 10px;}
	.wrapper h5{font-size: 13px;}
	.wrapper p{font-size: 13px;}
	.swiper-texto{padding: 30px 15px 0 15px;}
}
@media(min-width: 768px){
	.wrapper{padding: 150px 0 100px 0;}
	.wrapper h2{font-size: 30px;}
	.wrapper h3{font-size: 12px;}
	.wrapper h5{font-size: 20px;}
}
@media(min-width: 992px){
	.wrapper{padding: 200px 0 100px 0;}
	.wrapper h2{font-size: 38px;}
	.wrapper h3{font-size: 14px;}
	.wrapper h6{font-size: 18px;}
	.wrapper p{font-size: 15px;}
	.swiper-texto{padding: 0 70px 0 15px;}
}
@media(min-width: 1200px){
	.wrapper h2{font-size: 43px;}
	.wrapper h3{font-size: 16px;}
}