.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.modelTostChile {
    width: 600px;
    /* background-color: #fff; */
    padding: 30px 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.modelTostChile p {
    font-size: 24px;
    padding: 3%;
}

.modelClose {
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 32px;
    color: #fff;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    max-width: 85%;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    max-height: 300px;
}