﻿/**
 * Owl Carousel v2.3.4
 * Tema para web by Grupo5
 * 
 */

/*dots*/
.owl-carousel .owl-nav.disabled + .owl-dots {margin-top: 10px; }
.owl-carousel button.owl-dot{background:none;}
.owl-carousel .owl-dots {text-align: center; -webkit-tap-highlight-color: transparent; margin:0 auto;}
.owl-carousel .owl-dots .owl-dot {display: inline-block; zoom: 1; *display: inline; text-align:left; margin-top:20px}

.owl-carousel .owl-dots .owl-dot span {width: 37px; height: 4px; margin:5px 6px 5px 0px; background: #3d3d3d; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 0px;}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {background: #d4005a; }

/*nav*/
.owl-carousel .owl-nav {margin-top: 0px; text-align: center; -webkit-tap-highlight-color: transparent; font-size: 2em;  padding: 4px 17px 8px 17px; color:#ffffff; }
.owl-carousel .owl-nav [class*='owl-']{color: #ffffff; margin: 0px 3px;background: #d4d4d4; display: inline-block; cursor: pointer; border-radius: 0px;}
.owl-carousel .owl-nav [class*='owl-']:hover{background: #f7921a; color: #fff; text-decoration: none;}
.owl-carousel .owl-nav .disabled {opacity: 0.5; cursor: default;}

/*añadido*/
/*.owl-carousel .owl-nav{position:absolute; top:-90px; right:0px}*/
.owl-carousel .owl-nav{margin:0 auto; text-align:center; margin-top:20px}


@media (max-width: 991px) {
	.owl-carousel .owl-nav{position:inherit; top:auto; right:auto;}
}	

