﻿.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 1200px;
    height: 886px;
	margin-top: 30px;
	background-color: #fff;
	padding-bottom: 2.5%;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1044px) {
	.modelTostChile {
		width: 354px;
    	height: 273px;
		margin-top: 30px;
		background-color: #fff;
		padding-bottom: 2.5%;
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.modelTostChile p  {
		font-size: 12px !important;
	}
	.modelClose  {
		font-size: 26px !important;
		display: inline-block;
		width: 1rem;
		height: 1rem;
		text-align: center;
		line-height: 1rem;
	}
	.swiper-container  {
		overflow: inherit;
	}
	.swiper-button-prev {
		background-size: 16px 57px !important;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 2px !important;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev { 
		right: 2px !important;
	}
	.swiper-button-next, .swiper-button-prev {
		background-size: 16px 57px !important;
	}
	.swiper-slide img {
		width: 100% !important;
	}
}

.modelTostChile p {
	font-size: 24px;
	padding: 3%;
}

.modelClose {
	float: right;
	cursor: pointer;
	font-size: 39px;
}

.swiper-slide {
	text-align: center;
}

.swiper-slide img {
	width: 85%;
	text-align: center;
}