.modelTost {
	display: none;
	background: rgba(54, 54, 54, .98);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 1000px;
	margin-top: 50px;
	/*background-color: #fff;*/
	padding-bottom: 2.5%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modelTostChile p {
	font-size: 50px;
	padding: 3%;
	color:#FFFFFF;
}

.modelClose {
	float: right;
	cursor: pointer;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide img {
	width: 85%;
	text-align: center;
}