.slide-transparent{
    position: absolute;
    right: 0%;
    /*left: 8.2%;*/
    bottom: 0px;
    height: auto;
    width: 100% !important;
}

.slide-transparent2{
    position: absolute;
    width: 100% !important;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #343a40;
    opacity: 0.6;        
}

.container2 img {
    width:100%;
}

.carousel-cell {
    width:100%;
    height:550px;
}

.slide-info{
    position: relative;
}

.slide-tittle{
    color: #ffffff;
    font-size: 80px ;
    top: -19px;
    position: relative;
}

.slide-text{
    color: #ffffff;
    font-size:25px ;
    top: -19px;
    position: relative;
}

.tittle-info{
    font-size: 55px;
}

.texts-info{
    font-size: 23px;
}

.w-100 {
    width: 100% !important;
    height: 800px;
}


@media only screen and (max-width: 1750px) {

       .slide-tittle{
        color: #ffffff;
        font-size: 80px ;
        top: -19px;
        position: relative;
        }

        .slide-text{
            color: #ffffff;
            font-size:25px ;
            top: -19px;
            position: relative;
        }

        .w-100 {
            width: 100% !important;
            height: 700px;
        }

}



@media only screen and (max-width: 1055px) {

    .slide-tittle{
        color: #ffffff;
        font-size: 60px ;
        top: -19px;
        position: relative;
    }

    .slide-text{
        color: #ffffff;
        font-size:16px ;
        top: -19px;
        position: relative;
    }

    .w-100 {
        width: 100% !important;
        height: 600px;
    }


}

@media only screen and (max-width: 883px) {

    .slide-tittle{
        color: #ffffff;
        font-size: 45px ;
        top: -19px;
        position: relative;
    }

    .slide-text{
        color: #ffffff;
        font-size:15px ;
        top: -19px;
        position: relative;
    }

    .w-100 {
        width: 100% !important;
        height: 500px;
    }

    .carousel-cell {
        width:100%;
        height:500px;
    }

}


@media only screen and (max-width: 768px) {

    .slide-tittle{
        color: #ffffff;
        font-size: 32px ;
        top: -19px;
        position: relative;
    }

    .slide-text{
        color: #ffffff;
        font-size:15px ;
        top: -19px;
        position: relative;
    }

    .w-100 {
        width: 100% !important;
        height: 400px !important;
    }

    .slide-transparent {

    }

    .carousel-cell {
        width:100%;
        height:500px;
    }

}

@media only screen and (max-width:650px) {


    .slide-transparent {

    }

    .slide-transparent2 {

    }

    .carousel-cell {
        width:100%;
        height:330px;
    }
}


@media only screen and (max-width: 400px) {

    .w-100 {
        width: 100% !important;
        height: 300px !important;
    }

    .slide-tittle{
        color: #ffffff;
        font-size: 22px ;
        top: -19px;
        position: relative;
    }

    .slide-text{
        color: #ffffff;
        font-size:11px ;
        top: -19px;
        position: relative;
    }

    .slide-transparent {

    }

    .slide-transparent2 {

    }

    .carousel-cell {
        width:100%;
        height:230px;
    }


}
