.ctGen{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 100000; 
}

#ct01S{background: url("../images/inicio/slider1.png");background-size: cover;}
#ct02S{background: url("../images/inicio/slider2.png");background-size: cover;}
#ct03S{background: url("../images/inicio/slider3.png");background-size: cover;}
#ct04S{background: url("../images/inicio/slider4.png");background-size: cover;}
#ct05S{background: url("../images/inicio/slider5.png");background-size: cover;}

.s1{
    width: 100%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.s1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;

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

.s2 {
    width: 80% !important;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 50px;
}
.s2 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 200px;
    text-align: center;

}

.s2 .swiper-slide img{
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
}

.s2 .swiper-slide h2{
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    width: 95%;
    margin: auto;
}







