

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    margin-left: -20px;
    display: block;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: -0px;
    display: block;
    border:0px solid black;
}

@media (min-width: 1200px) {
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -70px;
}

.owl-theme .owl-controls .owl-nav .owl-next {
    right: -70px;
    background-position: -34px !important;
}
}



.owl-theme .owl-controls .owl-nav .owl-next {
    background-position: -34px !important;
}

.owl-controls .owl-nav div, .owl-controls .owl-nav div:hover {
	background-image: url(../img/flechas_rotador.png) !important;
	background-repeat: no-repeat;
	width: 34px;
	height: 46px;
    line-height: 30px;
    border-radius: 0px !important;
	color: transparent !important;
	background-color: rgba(255, 255, 255, 0.0) !important;
}

@media (max-width: 1200px) {
.owl-prev {
    position: absolute;
    top: auto;
    bottom: 44%;
}
.owl-next{
    position: absolute;
    top: auto;
    bottom: 44%;
}
}

@media (max-width: 767px) {
.owl-carousel.owl-loaded {
    overflow: hidden;
}
}

@media (max-width: 767px) {

.carousel_novedades.owl-carousel .owl-stage {
    left: -30px !important;
}
}

/*---------------- COBERTURAS SETTINGS --------- */

.carousel-coberturas .owl-prev {
    top: 50%;
}

.carousel-coberturas .owl-next {
    top: 50%;
}

@media (min-width: 1200px) {
.carousel-coberturas.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -10px;
}

.carousel-coberturas.owl-theme .owl-controls .owl-nav .owl-next {
    right: -10px;
    background-position: -34px !important;
}
}



.carousel-coberturas.owl-theme .owl-controls .owl-nav .owl-next {
    background-position: -34px !important;
}

.carousel-coberturas.owl-theme .owl-controls .owl-nav div, .carousel-coberturas.owl-theme .owl-controls .owl-nav div:hover {
	background-image: none !important;
	background-repeat: no-repeat;
	width: 34px;
	height: 46px;
    line-height: 30px;
    border-radius: 0px !important;
	color: #000 !important;
	background-color: rgba(255, 255, 255, 0.0) !important;
}

@media (max-width: 1200px) {
.owl-prev {
    position: absolute;
    top: auto;
    bottom: 44%;
}
.owl-next{
    position: absolute;
    top: auto;
    bottom: 44%;
}
}

@media (max-width: 767px) {
.owl-carousel.owl-loaded {
    overflow: hidden;
}
	
.carousel-coberturas.owl-theme .owl-item{
    opacity: 0.3;
}	
	
.carousel-coberturas.owl-theme .owl-item.active{
    opacity: 1;
}		
	
}

@media (max-width: 767px) {

.carousel_novedades.owl-carousel .owl-stage {
    left: -30px !important;
}
}
