.experiences-title {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
	/*border-top: 1px solid #000;*/
	padding-top: 15px;
	color: #1b96cc;
}

#experiences {
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	margin-left: -12px;
    width: calc(100% + 24px);
	/* fix whitespace */
	font-size: 0;
}

#experiences .experience-wrapper {
	display: inline-block;
	width: 33.33%;
	padding: 12px;
}

#experiences .experience {
	position: relative;
	height: 350px; /*362px;*/
}

#experiences .experience.with-background {
	background-position: 50% center;
    background-size: cover;
}

#experiences .experience img {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#experiences .experience .title {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 50px;
	text-align: center;
}

#experiences .experience .title {
	color: 000;
	font-size: 27px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
}

#experiences .experience.with-background .title {
	color: #FFF;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

#experiences .experience.with-background .image-hover {
	display: none;
}

#experiences .experience.with-background:hover .image-hover {
	display: block;
}

#experiences .experience .layer-hover {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #000;
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
}

#experiences .experience:hover .layer-hover {
	display: block;
}

#experiences .experience .layer-hover .table {
	height: 100%;
}

.cell-text-outer {
    display: block;
    position: relative;
    left: 33.33%;
    width: 33.33%;
    /*border: 1px solid black;
    background-color: silver;*/
}
.cell-text-inner {
    /* shrink-to-fit width */
    display: inline-block;
    position: relative;
    /* shift left edge of text to center */
    left: 50%;
}
#experiences .experience .layer-hover .table .table-cell .cell-title-wrapper {
	position: relative;
    left: -50%;
}

#experiences .experience .layer-hover .top {
	font-size: 27px;
	line-height: 28px;
	height: 50%;
	border-bottom: 1px solid #000;
}

#experiences .experience .layer-hover .bottom {
	font-size: 12px;
	line-height: 15px;
	height: 50%;
	padding: 0 20px;	
}

#experiences .experience p {
	margin-bottom: 0;
}
/* 2a parte */
.experiences-title {
	position: relative;
}

.experiences-title .arrow-left {
	margin-right: 70px;
}

.experiences-title .arrow-right {
	margin-left: 70px;
}

.experiences-title a:hover {
	text-decoration: none;
}

.experiences-title .close-ico {
	position: absolute;
	right: 0;
	cursor: pointer;
}

#experiences-types {
	/* fix whitespace*/
	font-size: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
    margin-left: -12px;
    width: calc(100% + 24px);
}

#experiences-types .experience-type-wrapper {
	display: inline-block;
    padding: 12px;
    width: 33.33%;
}

#experiences-types .experience-type {
	background-position: 50% center;
    background-size: cover;
    height: 350px;
    position: relative;
}

#experiences-types .experience-type  .table {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#experiences-types .experience-type .title {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
	color: #FFF;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* fin 2a parte */

/* 3a parte */
.experiences-title.with-padding-top-bottom {
	padding-top: 85px;
	position: relative;
}

.experiences-title.with-padding-top-bottom img.close-ico {
	position: absolute;
	right: 0;
	top: 20px;
}

.slogan-wrapper {
    max-width: 650px;
    margin: auto;
}

#experience-slider {
	position: relative;
	margin-bottom: 20px;
}

#experience-slider .swiper-button-next, #experience-slider .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/arrow-right.png");
}

#experience-slider .swiper-button-prev, #experience-slider .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/arrow-left.png");
}

#experience-slider .swiper-button-next .fa, #experience-slider .swiper-button-prev .fa {
	font-size: 70px;
	color: #000;
	display: none;
}

#experience-slider .swiper-container {
	position: static;
    margin-left: 50px;
    width: calc(100% - 100px);
}

#experience-slider .image-wrapper .img-wrapper {
	background-position: 50% center;
    background-size: cover;
    height: 479px;
}
#experience-info {
	margin-bottom: 70px;
	/* fix whitespace */
	font-size: 0;
	padding: 0 50px;
	margin-left: -12px;
	width: calc(100% + 24px); 
}

#experience-info .item {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 12px;
}

/* cards */
.card {
	border-top: 4px solid #000;
}

.card.with-border-thin {
	border-top: 1px solid #000;	
}

.card {
	background-color: #fff;
    color: #000;
    font-family: Graphik, Helvetica, Arial, sans-serif;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

.card .top {
	border-bottom: 1px solid #000;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	padding-left: 0px;
	/*padding-right: 10px;*/
	font-size: 28px;
	line-height: 27px;
	height: 110px;
}

.card .top .table {
	height: 100%;
}

.card .top .symbol-cell {
	width: 30%;
}

.card .top img {
	max-height: 60px;
	max-width: 100%;
}

.card .bottom {
	font-size: 12px;
	line-height: 15px;
	padding-top: 20px;
}

.card .title {
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.card .top .table-cell:not(.symbol-cell):not(.card-middle-cell) {
	width: 65%;
	line-height: 22px;
}

.card-middle-cell {
	width: 5%;
}

.card .name {
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
}

.card ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.card ul li {
	border-bottom: 1px solid #000;
}

.card ul li:last-child {
	border-bottom: 0;
}

.card ul li a {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #000;
	display: block;
	padding: 6px 0;
}

/* fin de cards */

/* fin 3a parte */
@media (max-width: 991px) {
	#experiences .experience {
		height: 320px;
	}

	#experiences .experience .title {
		font-size: 25px;
		line-height: 23px;
		bottom: 30px;
	}

	#experiences-types .experience-type {
		height: 320px;
	}

	#banner5.experiences {
		font-size: 42px;
		line-height: 52px;
		height: 413px!important;
	}

	.banner .column {
		display: table-cell;
	} 

}

@media (max-width: 767px) {
	#experiences .experience {
		height: 350px;
	}

	#experiences .experience-wrapper {
		width: 50%;
	}

	#experiences .experience .title {
		font-size: 25px;
		line-height: 23px;
		bottom: 50px;
	}

	#experiences-types .experience-type {
		height: 350px;
	}

	#experiences-types .experience-type-wrapper {
		width: 50%;
	}
	
	#banner5.experiences {
		font-size: 23px; /*25px;*/
		line-height: 28px; /*30px;*/
		height: 250px!important;	
	}

	#experience-slider .image-wrapper .img-wrapper {
		height: 300px;
	}

	#experience-slider .swiper-container {
		margin-left: 0;
		width: 100%;
	}

	#experience-info {
		padding: 0;
		margin-left: 0;
		width: 100%;
	}

	#experience-info .item {
		display: block;
		width: 100%;
	}

	#experience-info {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	#experiences .experience-wrapper {
		width: 100%;
		display: block;
	}

	#experiences-types .experience-type-wrapper {
		width: 100%;
		display: block;
	}

	.experiences-title .arrow-right {
    	margin-left: 15px;
	}

	.experiences-title .arrow-left {
    	margin-right: 15px;
	}		
}

