/*resCarousel Css*/

.outt {
    display: none;
}

.leftRs {
    position: absolute;
    margin: auto;
    top: 0px;
    bottom: 190px;
    z-index: 100;
    left: 0;
    width: 50px;
    height: 50px;
}

.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 190px;
    z-index: 100;
    width: 50px;
    height: 50px;
}

.bton-slide-left {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 40px;
    width: 50px;
    height: 50px;
    opacity:0.6;
    vertical-align: middle;
    cursor: pointer;
}

.bton-slide-right{
    position: absolute;
    margin: auto;
    top: 0;
    right:40px;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    opacity:0.6;
    vertical-align: middle;
    cursor: pointer;
}

.bton-slide-left:hover, .bton-slide-right:hover{
    opacity:1;
}


.resCarousel {
    /*float: left;
    overflow: hidden;*/
    width: 100%;
    position: relative;
}

.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}

.resCarousel-inner .item {
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}


/*banner*/

.banner {
    overflow: hidden !important;
}


/*tile css*/

.resCarousel-inner .item .tile {
    margin: 5px;
}


/*animation*/

.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}

@media (max-width: 767px) {
    .leftRs,
    .rightRs {
        display: none;
    }
    .resCarousel-inner {
        overflow-x: auto;
    }
    .banner .item .slide1, .banner .item .slide2, 
    .banner .item .slide3, .banner .item .slide4{
        height: 470px;
        background-position: center center; 
            /* La imagen de fondo no se repite */
            background-repeat: no-repeat;
            width:100%;
            background-size: cover;
    }

}


/*resCarousel Css End*/