#contenedor-flechas-carrousel-home {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    display: flex;
    justify-content: space-around;
}


#parrafo-contenedor-numero-img-slider-home {
    position: absolute;
        left: 0;
        right: 0;
        top: 95%;
       
      
}

.owl-carousel.home .owl-stage {
    display: flex;
    align-items: center;
}

@media (max-width:821px) {
#parrafo-titulo-home {
    font-size: 18px!important;
}
}


@media (max-width:650px) {
    .w-100mobile {
        width: 100%!important;
    }

    .justify-content-flex-start-mobile {
        justify-content: flex-start!important;
    }
}

@media (min-width:651px) and (max-width:821px) {
    
    .justify-content-flex-start-ipad-new {
        justify-content: flex-start !important;
    }

    .bg-contain-ipad {
        background-size: contain!important;
        background-repeat: no-repeat;
    }
}

