/*-- Módulo carrusel --*/

/* 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-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}
.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;
}
.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(../../images/agencia/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);
}

.carrusel_promo .owl-controls{
	text-align: center;
	padding-top: 15px;
	background-color: #FFFFFF;
}

.carrusel_opinion .owl-controls {
	text-align: center;
	padding-top: 15px;
	background-color: transparent; 	
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFFFFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 2.5px solid #FFFFFF;
	border-radius: 30px;
	background: transparent;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	color: #57BED4;
	background: #FFFFFF;
	border: 2.5px solid #FFFFFF;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	background: transparent;
	border: 2.5px solid #1E386C;
	border-radius: 30px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.carrusel_opinion .owl-controls .owl-page span {
	border: 2.5px solid #FFFFFF;	
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	background: #1E386C;
}

.carrusel_opinion .owl-controls .owl-page.active span,
.carrusel_opinion .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	background: #FFFFFF;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */

.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
 
/*To move navigation buttons outside use these settings: */
 
#owl-example .owl-controls .owl-buttons div, #owl-example-2 .owl-controls .owl-buttons div {
	position: absolute;
	padding: 5px 9px;
}
 
#owl-example .owl-controls .owl-buttons .owl-prev, #owl-example-2 .owl-controls .owl-buttons .owl-prev{
	left: -90px;
	top: 55px; 
}
 
#owl-example .owl-controls .owl-buttons .owl-prev i, #owl-example-2 .owl-controls .owl-buttons .owl-prev i {
	padding-right: 2px;	
}
 
#owl-example .owl-controls .owl-buttons .owl-next, #owl-example-2 .owl-controls .owl-buttons .owl-next {
	right: -90px;
	top: 55px;
}

#owl-example .owl-controls .owl-buttons .owl-next i, #owl-example-2 .owl-controls .owl-buttons .owl-next i {
	padding-left: 2px;	
}

.title {
	text-align: center;
	color: #243F72;
}	

.separador_wh {
	width: 80px;
	height: 1px;
	margin: 15px auto 25px auto;
	background: #FFFFFF;
}	

.separador_az {
	width: 80px;
	height: 1px;
	margin: 15px auto 25px auto;
	background: #243F72;	
}

.profile .separador_az {
	width: 40px;
	height: 1px;
	margin: 12px 0;	
}

/* Media Queries específicas del carrusel */

@media (max-width: 979px) {
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding: 0px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	}
}
@media (max-width: 768px) {
	/*.navbar.navbar-fixed-top{
		position: static;
	}*/
	.btn.btn-navbar{
		margin: 9px 20px 9px 8px;
		padding: 10px 10px;
	}
	.nav-collapse .nav > li{
		border-top: 1px solid #e1e6dd;
		text-align: center
	}
	#header .logo{
		margin-top:40px;
		margin: 20px auto 0px;
		float: none;
		height: 150px;
	}
	#header {
		text-align: center;
		padding: 60px 0px 30px;
	}
	#header h1{
		margin: 10px 0;
	}
	#header h3{
	margin-bottom: 10px;
	width: auto;
	padding: 0px 20px;
	}
}

@media (max-width: 480px) {
	/*.navbar-fixed-top, .navbar-fixed-bottom {
	position: static;
	}*/
	#header {
		text-align: center;
		padding: 20px 0px 20px;
	}
	#header .logo{
		margin-top:0px;
	}
}

@media (max-width: 767px) {

	.hp-table table, .hp-table thead, .hp-table .hp-table tbody, .hp-table th, .hp-table td, .hp-table tr { 
		display: block; 
	}
	.hp-table thead tr { 
		display: none;
	}
	.hp-table tr { border: 0px solid #ccc; margin-bottom: 10px; }
	
	.hp-table td:before { 
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

	.hp-table td:nth-of-type(2):before { 
		content: "Default:";
		font-weight: bold;
	}
	.hp-table td:nth-of-type(3):before { 
		content: "Type:";
		font-weight: bold;
	}
	.hp-table td:nth-of-type(4):before { 
		content: "Description:";
		font-weight: bold;
	}
}

@media (min-width: 992px) {
	.col-offset-2 {
		margin-left: 16.66666667%;
	}
}

@media (max-width: 499px) {
	#owl-example .owl-controls .owl-buttons div {
		display: none;	
	}
}