* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container .slides {
	width: 100%;
	/*height: 100vh;*/
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
/* ---------------------- slide1 ---------------------- */
.container .slide1 {
	background-color: #d9e8e3;
	height: 720px;
}
.container .slide1 .content1 {
	width: 50%;
	/*height: 70%;*/
	background: url(../imgs/image-01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.container .slide1 .content1 .img1 {
	/*width: 100%;*/
	height: 100%;
}
.container .slide1 .content2 {
	width: 50%;
	/*height: 70%;*/
	background-color: #d9e8e3;
}
.container .slide1 .content2 .box {
	width: 70%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	padding-left: 20px;
}
.container .slide1 .content2 .box .text1 {
	color: #007ea4;
	font-size: 20px;
	margin-bottom: 5px;
	font-family: "PlayfairDisplay-Regular";
}
.container .slide1 .content2 .box .title1 {
	font-size: 40px;
	color: #1c3355;
	margin-top: 10px;
	margin-bottom: 10px;
	/*font-family: "PlayfairDisplay-Regular";*/
	font-family: "PlayfairDisplay-Bold";
}
.container .slide1 .content2 .box .text2 {
	font-size: 14px;
	color: #1c3355;
	margin-top: 5px;
	font-family: OpenSans-Regular;
	line-height: 24px;
}
.container .slide1 .content2 .img2 {
	position: absolute;
	top: 0;
	right: 0;
}
.container .slide1 .content3 {
	display: none;
	width: 100%;
	height: 30%;
	background-color: #fff;
	padding: 20px;
}
.container .slide1 .content3 .text1 {
	color: #d2d934;
	margin-left: 150px;
	margin-bottom: 0;
	font-size: 32px;
	font-family: "PlayfairDisplay-Regular";
}
.container .slide1 .content3 .text2 {
	color: #1c3355;	
	margin-left: 150px;
	margin-top: 0;
	font-size: 32px;
	font-family: "PlayfairDisplay-Regular";
}
/* ---------------------- slide2 ---------------------- */
.container .slide2 .content1 {
	width: 50%;
	background-color: #477d9f;
	position: relative;
	padding: 80px;
}
.container .slide2 .content1 .title2 {
	color: #d2d934;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	margin-top: 0;
	position: relative;
}
.container .slide2 .content1 .text1 {
	color: #fff;
	font-family: "OpenSans-Regular";
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
}
.container .slide2 .content1 .img1 {
	position: absolute;
	left: -60px;
}
.container .slide2 .content1 .text2 {
	color: #fff;
	font-family: "OpenSans-Regular";
	margin-top: 5px;
	font-size: 14px;
	margin-left: 150px;
}
.container .slide2 .content2 {
	width: 50%;
	background: url(../imgs/image-03.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.container .slide2 .content2 .img1 {
	width: 100%;
	position: absolute;
	right: 0;
	top: -30px;
}
.container .slide2 .content2 .img2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.container .slide2 .content2 .img2:hover {
	opacity: 0.5;
}
.container .slide2 .content3 {
	width: 100%;
	/*height: 70%;*/
	background-color: #d9e8e3;
	display: flex;
	flex-wrap: wrap;
}
.container .slide2 .content3 .img2 {
	width: 50%;
	/*height: 100%;*/
}
.container .slide2 .content3 .box {
	width: 50%;
	/*height: 500px;*/
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	padding: 60px;
}
.container .slide2 .content3 .box .title2 .img1 {
	width: 40px;
	height: auto;
	position: absolute;
	left: -60px;
	top: 0;
}
.container .slide2 .content3 .box .title2 .bocina1 {
	width: 70px;
	height: auto;
	position: absolute;
	left: -74px;
	top: 80px;
	cursor: pointer;
}
.container .slide2 .content3 .box .title2 .pause1 {
	width: 70px;
	height: auto;
	position: absolute;
	left: -74px;
	top: 80px;
	cursor: pointer;
}
.container .slide2 .content3 .box .title2 .play1 {
	width: 70px;
	height: auto;
	position: absolute;
	left: -74px;
	top: 80px;
	cursor: pointer;	
}
.container .slide2 .content3 .box .title2 {
	color: #1c3355;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 0;
	position: relative;
}
.container .slide2 .content3 .box p { margin-top: 0; }
.container .slide2 .content3 .box .sub-box .content-radio {
	display: flex;
	flex-direction: row;
	align-items: center;

}
.container .slide2 .content3 .box .sub-box .content-radio p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
/* ---------------------- slide3 ---------------------- */
.container .slide3 .content1 {
	width: 50%;
	background-color: #1c3355;
	position: relative;
	padding: 80px;
}
.container .slide3 .content1 .title2 {
	color: #d2d934;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	margin-top: 0;
	position: relative;
}
.container .slide3 .content1 .text1 {
	color: #fff;
	font-family: "OpenSans-Regular";
	margin-bottom: 5px;
	font-size: 14px;
}
.container .slide3 .content1 .img1 {
	position: absolute;
	left: -60px;
}
.container .slide3 .content2 {
	width: 50%;
	position: relative;
	background: url(../imgs/image-05.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.container .slide3 .content2 .img1 {
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.container .slide3 .content2 .img2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 40px;
}
.container .slide3 .content2 .img2:hover {
	opacity: 0.5;
}
.container .slide3 .content3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*background-color: #d9e8e3;*/
}
.container .slide3 .content3 .box2 {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.container .slide3 .content3 .box {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	padding: 80px;
	background-color: #d9e8e3;
}
.container .slide3 .content3 .box .title2 {
	color: #1c3355;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	position: relative;
}
.container .slide3 .content3 .box .text1 {
	line-height: 24px;
}
.container .slide3 .content3 .box .text2 {
	line-height: 24px;	
}
.container .slide3 .content3 .box .title2 .img1 {
	position: absolute;
	top: 0;
	left: -60px;
}
.container .slide3 .content3 .box .title2 .img2 {
	position: absolute;
	top: 80px;
	left: -70px;
	cursor: pointer;
}
/* ---------------------- slide3 ---------------------- */
.container .slide4 { height: 540px; }
.container .slide4 .content1 {
	width: 50%;
	height: 100%;
	background-color: #d2d836;
	padding: 80px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
	overflow: auto;
}
.container .slide4 .content1 .title2 {
	color: #fff;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	margin-top: 0;
	position: relative;
}
.container .slide4 .content1 .title2 .img1{
	position: absolute;
	top: 0;
	left: -60px;
}
.container .slide4 .content1 .title2 .img2{
	position: absolute;
	top: 80px;
	left: -70px;
	cursor: pointer;
}
.container .slide4 .content1 .text1 {
	color: #4a4645;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
}
.container .slide4 .content1 .btn-retro1 {
	width: 140px;
	margin: 0;
	cursor: pointer;
}
.container .slide4 .content1 .text1 .textbox {
	padding-bottom: 20px;
}
.container .slide4 .content2 {
	width: 50%;
	height: 100%;
	background-color: #d2d836;
	display: flex;
	align-items: center;
	background: url(../imgs/image-07.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px;
	position: relative;
}
.container .slide4 .content2 .text2 {
	color: #4a4645;
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.container .slide4 .content2 .img1 {
	height: 100%;
}
/* ---------------------- slide5 ---------------------- */
.container .slide5 .content1 {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container .slide5 .content1 .img1 { width: 250px; }
.container .slide5 .content2 {
	width: 50%;
	background-color: #d9e8e3;
	padding: 80px;
	display: flex;
	align-content: flex-start;
	justify-content: center;
	flex-direction: column;
}
.container .slide5 .content2 .title2 {
	color: #1c3355;
	font-family: "PlayfairDisplay-Regular";
	font-size: 32px;
	margin-top: 0;
	position: relative;
}
.container .slide5 .content2 .title2 .img1 {
	position: absolute;
	top: 0;
	left: -60px;
}
.container .slide5 .content2 .title2 .img2 {
	position: absolute;
	top: 80px;
	left: -70px;
	cursor: pointer;
}
.container .slide5 .content2 .text1 {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
}
.container .slide5 .content2 .text2 {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
}
.container .slide5 .content2 .text3 {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
}
.container .slide5 .content2 .text4 {
	font-family: "OpenSans-Regular";
	font-size: 14px;
	line-height: 24px;
}
/* ---------------------- slide6 ---------------------- */
.container .slide6 {
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	background-color: #007fa2;
	color: #fff;
	font-family: "OpenSans-Regular";
}
/* ---------------------- Modal ---------------------- */
.backgroun-modal {
	background-color: rgba(0,0,0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.backgroun-modal .container-modal {
	/*background-color: #fff;*/
	width: 80%;
	max-width: 1000px;
}
.backgroun-modal .container-modal video {
	border-radius: 8px;
}

.backgroun-modal2 {
	background-color: rgba(0,0,0, .7);
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.backgroun-modal2 .container-modal2 {
	/*background-color: #fff;*/
	width: 80%;
	max-width: 1000px;
}
.backgroun-modal2 .container-modal2 video {
	border-radius: 8px;
}