/* Menú general */
/* Carruseles */
/* Tabs */
/* Social likes */
/* Modal */


/*******************************************************************************
							MENÚ GENERAL
*******************************************************************************/

.flexy-menu {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	position:relative;
	float:left;
	list-style: none;
}


.flexy-menu li {
	display:inline-block;
	font-size:13px;
	margin:0;
	padding-right: 4px;
	padding:0;
	float:left;
	line-height: 20px;
	position:relative;
	border-right: 1px dotted #dfdfdf;	
}

.flexy-menu > li > a {
	padding:16px 22px;
	text-align: center;
	color: #424242;
	line-height: 120%;
	text-decoration:none;
	display:block;
	font-weight: 400;
	text-transform:uppercase;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;
	min-height: 79px;
}


.flexy-menu li:hover > a,
.flexy-menu li.active a {
	background: #36bde8;
	color: #fff;
}



.flexy-menu > li:nth-of-type(2) {
	width: 15%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(3) {
	width: 25%;
}

.flexy-menu > li:nth-of-type(4) {
	width: 15%;
}

.flexy-menu > li:nth-of-type(5) {
	width: 15%;
}

.flexy-menu > li:nth-of-type(6) {
	width: 15%;
}

.flexy-menu > li:nth-of-type(7) {
	width: 15%;
}




/*******************************************************************************
							Default configuration
*******************************************************************************/
/*----------------------------
	Right alignment (item)
----------------------------*/
.flexy-menu li.right{
	float: right; 
}

/*-----------------------------
	Drop down configuration
-----------------------------*/
.flexy-menu ul, 
.flexy-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;  
	display: none;
    position: absolute;
    z-index: 99999;
	width: 300px;
	background: #36bde8;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul {
    top: 79px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%;
	width:100%; 
}
.flexy-menu ul li {
	clear:both;
	width:100%;
	border: none;
	
}
.flexy-menu ul li a {
	padding: 10px 20px;
	color:#fff;
	font-size:14px;
	font-weight: 500;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	width: 300px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
	border-bottom: 1px dotted #fff;
}

.flexy-menu ul li:hover > a,
.flexy-menu ul li.active a {
	background: #0491be;
	color: #fff;
}

.flexy-menu ul li:nth-of-type(1) {
	border-top: 1px dotted #fff;
	
}




/*-----------------------------
	Drop down indicators
-----------------------------*/

.flexy-menu > li .indicator{
	position: absolute;
	color: #000;
	top: 10px;
	right: 5px;
	font-size: 17px;
	visibility: hidden;
}
.flexy-menu ul > li .indicator{
	color: #666;
	top: 10px;
	right: 10px;
}

/*------------------
	Preset sizes
------------------*/
.thin > li > a{
	padding: 10px 22px;
}
.thin ul{
	top: 40px;
}
.thin > li .indicator{
	top: 10px;
}

.thick > li > a{
	padding: 40px 22px;
}
.thick ul{
	top: 100px;
}
.thick > li .indicator{
	top: 40px;
}

/*-------------------------
	Icons configuration
-------------------------*/
.flexy-menu i{
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/*------------------------------------
	Collapsible menu configuration
------------------------------------*/
.flexy-menu > li.showhide{
	display: none;
	width: 100%;
	height: 60px;
	cursor: pointer;
	color:#212121;
	background: #00ace3;
}
.flexy-menu > li.showhide span.title{
	margin: 16px 0 0 25px;
	float: left;
}
.flexy-menu > li.showhide span.icon{
	margin: 15px 30px;
	float: right;
}
.flexy-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 36px;
	height: 5px;
	background: #fff;
}

/*-----------------
	Light Theme
-----------------*/
.light{ background: #fff; border: solid 1px #dfdfdf; }
.light a{ color: #555 !important; }
.light li:hover > a, .light li.active a { background: #555; color: #fff !important; }
.light ul, .light ul li ul { background: #fff; }
.light > li.showhide{ background: #fff; color: #555 !important;}
.light > li.showhide .icon em{ background: #555; }
.light li .indicator{ color: #555; }
.light li:hover > .indicator{ color: #fff; }






/*****************************************************************************
							Responsive design
*****************************************************************************/
@media only screen and (max-width: 991px) {
	.flexy-menu.vertical{
		width: 100%;
	}
	.flexy-menu li{
		display: block;
		width: 100%;
	}
	.flexy-menu > li > a{
		padding-top:15px;
		padding-bottom:15px;
		padding-left: 25px;
		min-height: 30px;
	}
	.flexy-menu a {
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul, 
	.flexy-menu ul li ul,
	.flexy-menu.vertical ul, 
	.flexy-menu.vertical ul li ul{
		width: 100%;
		left: 0;
		border-left: none;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.flexy-menu ul li {
		border-left: none;
		border-right: none;
	}

	.flexy-menu ul li a,
	.flexy-menu.vertical ul li a	{
		padding-top:10px;
		padding-bottom:10px;
		display: block;
		width: 100%;
	}
	.flexy-menu ul > li > a{
		padding-left: 40px !important;
	}
	.flexy-menu > li .indicator{
		top: 15px;
		right: 25px;
		font-size: 17px;
	}
	.flexy-menu ul > li .indicator{
		right: 24px;
	}
	.flexy-menu.vertical ul > li .indicator{
		top: 10px;
		right: 15px;
	}
	.flexy-menu > li > ul > li > a{ padding-left: 40px !important; border-bottom: 1px dotted #dfdfdf;}
	.flexy-menu > li > ul > li > ul > li > a{ padding-left: 60px !important; }
	.flexy-menu > li > ul > li > ul > li > ul > li > a{ padding-left: 80px !important; }


.flexy-menu > li > a {
	padding:5px 22px;
	padding-top: 10px;
	height: 40px !important;
	border-right: none;
	text-align: left;	
	border-bottom: 1px dotted #dfdfdf;
}

.flexy-menu li.proyecto {
	border-left: none;	
	border-bottom: 10px solid #2b9e74;
}



.flexy-menu ul li a {
	color: #212121 !important;
}
.flexy-menu ul li a:hover {
	color: #212121 !important;
} 


.flexy-menu > li:nth-of-type(2) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(3) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(4) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(5) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(6) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}

.flexy-menu > li:nth-of-type(7) {
	width: 100%;
	border-left: 1px dotted #dfdfdf;	
}




}















/*******************************************************************************
							CARRUSELES
*******************************************************************************/






/****** UTIL CAROUSEL *****/

.util-carousel {
	position: relative;
	-ms-touch-action: pan-y;
}
.util-carousel .util-wrapper-holder {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.util-carousel .util-wrapper {
	*zoom: 1;
	position: relative;
	display: none;
}
.util-carousel .util-wrapper:before, .util-carousel .util-wrapper:after {
	display: table;
	content: "";
	line-height: 0;
}
.util-carousel .util-wrapper:after {
	clear: both;
}
.util-carousel .util-item {
	float: left;
}
.dragging, .dragging * {
	cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), move;
}

.util-carousel  .util-wrapper,
.util-carousel  .util-item{
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
  	-webkit-transform: translate3d(0,0,0);
}

.util-theme-default .util-pagination {
	text-align: center;
	margin-top: 10px;
	top: -55px;
	right: 0;
	padding-bottom: 10px;
}
.util-theme-default .util-page span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #bbb;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 5px;
}
.util-theme-default .util-page {
	display: inline-block;
	cursor: pointer;
	zoom: 1;
	*display: inline;
}
.util-theme-default  .util-page.active-page span {
	background-color: #555555;
}
.util-theme-default  .util-page:hover span {
	background-color: #888;
}
.util-theme-default .util-navigation {
	text-align: center;
	position: absolute;
	top: 46%;
	width: 100%;
}
.util-theme-default .util-prev {
	display: inline-block;
	left: 0px;
	position: absolute;
	padding: 4px 8px;
	background: url(../img2/slider-prev.png) no-repeat center center;	
	background-color: #00ace3;
	height: 34px;
	width: 36px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.util-theme-default .util-next {
	display: inline-block;
	right: 0px;
	position: absolute;
	padding: 4px 8px;
	background: url(../img2/slider-next.png) no-repeat center center;	
	background-color: #00ace3;
	height: 34px;
	width: 36px;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.util-theme-default .util-prev:hover, .util-theme-default .util-next:hover {
	background-color: #ff3520;
}
.util-theme-default .util-disable, .util-theme-default .util-disable:hover {
	background-color: #ff3520;
	opacity: 0.4;
	cursor: default;
}










