/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
/*.owl-carousel,
.owl-carousel .owl-wrapper,
.owl-carousel .owl-wrapper-outer,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item  {
	pointer-events: none;
}
.owl-controls,
.owl-carousel .owl-item .item a,
.owl-carousel .owl-item .item .minificha {
	pointer-events: all;
}*/
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
#obras .owl-carousel .owl-item{
	padding-right: 1px;
	padding-left: 1px;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Ajustes */
.owl-carousel  .owl-item {
	position: relative;
	z-index: 1;
}
.owl-carousel  .owl-item:hover {
	z-index: 2;
}

/* Styling Pagination*/
.owl-carousel .owl-controls .owl-pagination {
	text-align: left;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 2;
}
.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 6px;
	height: 6px;
	border: solid 1px #fff;
	margin: 0px 4px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: transparent;
}

.owl-carousel .owl-controls .owl-page.active span,
.owl-carousel .owl-controls.clickable .owl-page:hover span{
	background: #fff;
}

.owl-buttons {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
	width: 100%;
	max-width: 1448px;
	height: 100%;
	/*overflow: hidden;*/
}

/* FLECHAS */
.owl-buttons div {
	pointer-events: all;
  position: absolute;
  display: block;
  text-align: center;
  background-color: transparent;
  width: 16px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.owl-buttons .owl-prev {
  left: 30px;
  background-image: url(flecha_left.png);
}
.owl-buttons .owl-prev:hover {
	left: 35px;
}
.owl-buttons .owl-next {
	background-image: url(flecha_right.png);
  right: 30px;
}
.owl-buttons .owl-next:hover {
	right: 35px;
}
@media (max-width: 1199px) {
	.owl-buttons .owl-prev {
		left: 30px;
	}
	.owl-buttons .owl-prev:hover {
		left: 30px;
	}
	.owl-buttons .owl-next {
	  right: 30px;
	}
	.owl-buttons .owl-next:hover {
		right: 30px;
	}
}

/* GALERIA */
#galeria {
  background-color: #06a69a;
}
#galeria figure {
	float: left;
	width: 260px;
	margin-left: 17px;
	padding-top: 20px;	
}
#galeria figure h4 {
	padding: 0 4px;
}
#galeria figure h4 strong {
	font-size: 36px;
	color: #fff;
	font-family: 'Roboto Condensed', sand-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 7px;
	line-height: 100%;
}
#galeria figure h4 small {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	display: block;
	margin-bottom: 7px;
	font-family: 'Roboto Condensed', sand-serif;
	line-height: 110%;
}
#galeria figure .caracteristicas {
	border-top: solid 1px rgba(30,18,13,0.2); 
	border-bottom: solid 1px rgba(30,18,13,0.2); 
}
#sync1 {
	float: right;
	width: 848px;
}
@media (max-width: 1199px) {
	#sync1 {
		width: 645px;
	}
}
@media (max-width: 991px) {
	#sync1 {
		width: 100%;
		float: none;
	}
}
#sync1 .item {
  padding: 0px;
  margin: 0px;
  color: #FFF;
}
#sync1 .item img {
	display: block;
	max-width: 100%;
}


#thumbs {
	position: relative;
	padding: 0 25px;
}
#sync2 .item {
  padding: 4px 2px;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
#sync2 .item img {
	opacity: 0.7;
  width: 100%;
  display: block;
}
#sync2 .synced .item img {
	opacity: 1;
}
#thumbs .customNavigation {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.customNavigation a {
	pointer-events: all;
  position: absolute;
  background-color: #004597;
  width: 24px;
  height: 100px;
  top: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.customNavigation a i {
	width: initial;
	height: initial;
  line-height: 100px;
}
.customNavigation a i:before {
	width: auto;
}
.customNavigation .prev {
  left: 0px;
}
.customNavigation .prev:hover {
	background-color: #209e92;
}
.customNavigation .next {
  right: 0px;
}
.customNavigation .next:hover {
	background-color: #209e92;
}