.swiper {
    background: transparent !important;
    width: 100%;
    height: 100vh !important;
}


.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.slide-mobile{
    display: none;
}
.slide-desktop{
    display: flex;
}
.text-left-slide{
    position: absolute;
    bottom: 20%;
    left: 0px;
    width: 60%;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(0,0,0,0.7);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.text-right-slide{
    position: absolute;
    right: 0px;
    width: 60%;
    padding-right: 190px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-start;
}
.text-left-slide > div{
    text-align: left;
}
.text-right-slide > div{
    text-align: right;
}
.title-slide{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2em;
    color: #fff;
}
.subtitle-slide{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.2em;
    color: #fff;
}

.swiper-pagination-bullet{
    color: #fc0 !important;
    background-color: #fc0 !important;
}
@media screen and (max-width:700px){
    #imgPrincipal{
        left: 0px;
        bottom: 0px;
    }
    .slide-desktop{
        display: none;
    }
    .slide-mobile{
        display: flex;
    }
}
@media screen and (max-width:900px){
    .container{
        overflow: hidden;
    }
    .containerLeft{
        align-items: flex-start;
        justify-content: center;
    }
    .textFiv{
        width: 250px;
        align-items: flex-start;
    }
    .container .textUno, .textSev, .textFiv, .container .textZero{
        font-size: 2rem;
        margin: 0;
        padding: 50px 0 0 0;
        width: 250px;
        justify-content: flex-start;
    }
    .container .textEight{
        margin: 20px 0 0 0;
        font-size: 15px;
        width: 250px;

    }
    .container .textDos, .containerLeft .textTri, .textFor, .textSix{
        margin-top: 20px;
        font-size: 15px;
        width: 250px;
    }
    .container .textDos p{
        text-align: left;
    }
    .containerLeft .textSix p{
        padding: 0;
    }
    .contenedor01, .contenedor02, .contenedor03{
        width: 100%;
        height: 100%;
        align-items: center;
    }
    .textDos p{
        padding: 0 0 20px 0;
        text-align: right;
    }
    .containerLeft .cirBg1{
        width: 300px;
        height: 300px;
    }
    .cuaBg1, .cuaBg2{
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        justify-content: center;
        align-items: center;
    }
    .btnSlide{
        padding: 10px;
        width: 200px;
        font-size: 20px;
    }
    /*    .container .textUno, .container .textTri, .container .textDos, .container .textFor, .container .textDos{
            display: none;
        }
        .container .triBg1, .container .cirBg1, .container .cuaBg1{
            display: none;
        }*/
    .slides-navigation a{
        padding: 10px;
        font-size: 30px;
    }
    .bgBlur{
        background: rgba(0,0,0,0.7);
        background: -moz-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(231,56,39,0)));
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -o-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: -ms-linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(231,56,39,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
    }
    .slides-pagination{
        background: transparent;
    }

    .text-left-slide, .text-right-slide{
        width: 100%;
        padding: 0px 20px 80px 20px;
    }

    .title-slide{
        margin-bottom: 20px;
        font-size: 1.5em;
    }
    .subtitle-slide{
        font-size: 1em;
    }
}