.outt {
    display: none;
}
.leftRs {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    left: 0;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 50%;
}
.rightRs {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, .3);
    border-radius: 50%;
}
#titulocarrousel{
    text-align: center!important;
    border: 1px red solid!important;
}
.resCarousel {
    width: 100%;
    position: relative;
}
.resCarousel-inner {
    overflow-x: hidden;
    white-space: nowrap;
    font-size: 0;
    vertical-align: top;
}
.resCarousel-inner .item {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    white-space: initial;
}
.banner {
    overflow: hidden !important;
}
.resCarousel-inner .item .tile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch    ;
    margin: 5px;
}
.fotocarrousel{
    width: 50%;
    margin-left: 10px;
    border-radius: 20px;
    object-fit: cover;
}
.contenedorproyectos{
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
}
.parrafocarrousel{
    text-align: justify;
    box-sizing: border-box;
}
.resCarousel[data-animator="lazy"] .item {
    transition: .6s ease all;
}
.infoproyecto{
    padding: 10px;
}
@media (max-width: 767px) {
    .resCarousel-inner {
        overflow-x: auto;
    }
}

@media screen and (max-width:700px){
    .resCarousel-inner .item .tile {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items: center;
    }
    .fotocarrousel{
        margin-left: 0px;
        width: 95%;
        object-fit: cover;
    }
}