/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

/* 
 * 	Olot theme - Owl Carousel CSS File
 */
 .owl-theme {
 	
 }
 .owl-amb-dots {
 	padding-bottom: 30px !important;
 }
.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  	
	position: absolute;

 	width: calc(100% + 100px);
    left: -50px;
    top: 49%;
    z-index: -1;

	/*
	bottom: 45%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*/
}
@media screen and (max-width: 650px) {
	.owl-theme .owl-nav {
	    width: calc(100% + 54px);
    	left: -27px;
	}
}
.owl-theme .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	
	width: 45px;
	height: 45px;
}	
.owl-theme .owl-nav [class*='owl-']:hover {
  	background-color: #3e3f40;
	text-decoration: none
}

.owl-theme .owl-nav .owl-next {
	float: right;
	background: #d9dce1 url("./owl-carousel-img/nav-next.png") top right no-repeat;	
}
.owl-theme .owl-nav .owl-prev {
	float: left;
	background: #d9dce1 url("./owl-carousel-img/nav-prev.png") top left no-repeat;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  
  	padding: 0 0 2px 4px;
	position: absolute;
	bottom: 10px;
	left: 45%;
}

.owl-amb-dots .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
  
  	padding: 0 0 2px 4px;
	position: absolute;
	bottom: 35px;
	left: 45%;
}	

.owl-theme .owl-dots .owl-dot {
  	display: inline-block;
	zoom: 1;
	*display: inline;
	
	margin: 0 10px 0 0;
	padding: 0;
	height: 16px;
}
.owl-theme .owl-dots .owl-dot span {
  	width: 15px;
	height: 15px;
	margin: 0px 1px 0px 1px;
	
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	
	border-radius: 15px;
    background: #cccccc;
    
}
.element-rotador-portada .owl-theme .owl-dots .owl-dot span {
	background: #ffffff;
}	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    /*background: #D3502B;*/
	background: #FF5757;
}