.slide-movil {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #222223;
    font-size: 16px;
    font-family: 'Prata', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    display: none;
}
@media only screen and (max-width: 375px) {
    .slide-movil {
        display: block;
    }
}
@media only screen and (min-width: 376px) and (max-width: 480px) {
    .slide-movil {
        display: block;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    .slide-movil {
        display: block;
    }
}

@media only screen and (min-width: 414px) and (max-width: 896px)  {
    .slide-movil {
        display: block;
    }
}
@media only screen and (min-width: 414px) and (max-width: 736px)  {
    .slide-movil {
        display: block;
    }
}
@media only screen and (min-width: 375px) and (max-width: 812px) {
    .slide-movil {
        display: block;
    }
}

.swiper-container {
    width: 100%;
    height: 100%;
    background: #222223;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #222223;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.icon-scroll {
    position: absolute;
    height: auto;
    width: 20%;
    bottom: 160px;
}
.btn-movil {
    position: absolute;
    height: auto;
    width: 50%;
    background-color: #935365;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 25px;
    box-sizing: border-box;
    bottom: 220px;
    margin: 0 25%;
    /*-webkit-box-shadow: 6px 6px 0px 0px rgba(147, 83, 101, 0.7);
    -moz-box-shadow: 6px 6px 0px 0px rgba(147, 83, 101, 0.7);
    box-shadow: 6px 6px 0px 0px rgba(147, 83, 101, 0.7);*/
}

