/* CARROSSEL GERAL */


.owl-carousel.owl-drag  .owl-item   {
margin:0;
padding:0;
text-align:center;
}


.owl-carousel.owl-drag .owl-item img {
max-width:720px;
margin:45px 0 30px 0;
padding:0;
text-align:center;
display:inline-block !important;
}

 

.owl-prev  {
    position: absolute;
    top:50%;
    left: -55px;
    color: #ffffff !important;
    background: none !important;
    transform: translateY(-50%);
    outline:none !important;

}

 .owl-next {
    position: absolute;
    top: 50%;
    right: -55px;
    color: #ffffff !important;
    background: none !important;
    transform: translateY(-50%);
    outline:none !important;
}


.owl-prev i, .owl-next i{
font-size: 58px ;
}


@media(max-width:992px){

.owl-prev i, .owl-next i{
font-size: 46px ;
}
.owl-prev  {
    top:60%;
    left: 0px;
}

 .owl-next {
    top: 60%;
    right: 0px;

}

}
 




