 @charset "utf-8";
/* ##### IMPORTAR FUENTES #### */


/* #### FIN FUENTES #### */

.menu-icon-res {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 35px;
}
/* #### GENERICOS #### */

#logo {
	float: left;
	margin-top: 5px;
}
#logo img {
	width: 150px;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-right: 3vw;
	margin-left: 2vw;
}
/* #### FIN GENERICOS #### */

/* #### NAVEGACION #### */

.topbar {
	position: fixed;
	width: 100%;
	color: rgba(0,109,148,1);
	height: 60px;
	z-index: 3000;
	top: 0;
	font-family: "AvenirBook";
	background-color: rgba(255, 255, 255, 0.9);
}
#alqua-inteligence .topbar {
	/*background-color:rgba(156, 220, 204, 0);*/
	background-color: rgba(255, 255, 255, 0.9);
}
.topbar #linea-superior, .topbar #linea-central, .topbar #linea-inferior {
	fill: #000;
	stroke: #000;
}
.loginlink {
	color: rgba(0, 109, 148, 1.0);
}
#home .loginlink, #suite .loginlink {
	color: rgba(255, 255, 255, 1.0);
}
#home #aux-nav li:last-child,#suite #aux-nav li:last-child{
	border-bottom-color: rgba(255, 255, 255, 1.0);
}
#agencia .topbar #linea-superior, #agencia .topbar #linea-central, #agencia .topbar #linea-inferior {
	fill: #000;
	stroke: #000;
}

/*#como-trabajamos .topbar #linea-superior, #como-trabajamos .topbar #linea-central, #como-trabajamos .topbar #linea-inferior {
	fill: #000;
	stroke: #000;
}
#como-trabajamos .loginlink {
	color: #000000
}
#como-trabajamos .topbar #aux-nav ul li:last-child {
	border-bottom: 2px solid #000000;
}
#jobs .topbar #linea-superior, #jobs .topbar #linea-central, #jobs .topbar #linea-inferior {
	fill: #000;
	stroke: #000;
}
#jobs .loginlink {
	color: #000000
}
#jobs .topbar #aux-nav ul li:last-child {
	border-bottom: 2px solid #000000;
}
#contacto .topbar #linea-superior, #contacto .topbar #linea-central, #contacto .topbar #linea-inferior {
	fill: #000;
	stroke: #000;
}
#contacto .loginlink {
	color: #000000
}
#contacto .topbar #aux-nav ul li:last-child {
	border-bottom: 2px solid #000000;
}*/
.topbar ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.topbar #main-nav {
	display: block;
	/*background-color:rgba(156, 220, 204, 0.9);*/
	background-color: rgba(255,255,255,0.9);
	float: none;
	top: 0px;
	position: absolute;
	margin-top: 0;
	width: 50%;
	right: -100%;
	height: 100vh;
	padding: 45px 16px;
	text-transform: uppercase;
}
.topbar #main-nav .dropdown-menu {
	display: block;
	margin-right: 1vw;
	cursor: pointer;
	font-size: 2em;
	font-weight: normal;
	height: auto;
	position: relative;
	padding: 0vw 3vw;
	line-height: 2em;
	text-align: left;
}
body#free-trial .topbar #main-nav .dropdown-menu {
	font-size: 2.47em !important;
}
.topbar #main-nav ul.child-item-menu {
	padding: 0 0 0 0;
	width: auto;
	position: relative;
	float: none;
	display: none;
	top: 0;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
}
.topbar #main-nav ul.child-item-menu li {
	display: block;
	padding-left: 7px;
}
.topbar .pruebalo-gratis-btn-top {
	background-color: #fe365c;
	text-align: center;
	padding: 5px;
	border-radius: 50px;
	width: 130px;
	font-size: 12px;
	color: white;
	-webkit-box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	box-shadow: 10px 10px 14px 1px rgba(00,00,00,0.2);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.topbar .pruebalo-gratis-btn-top a {
	color: #fff;
}
.pruebalo-gratis-btn-top:hover {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(00,00,00,0);
	box-shadow: 0px 0px 4px 0px rgba(00,00,00,0);
}
.topbar #main-nav ul.child-item-menu li {
	display: list-item;
	cursor: pointer;
	font-weight: normal;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
}
.topbar #main-nav ul.child-item-menu li a {
	display: block;
	padding: 20px 10px;
	font-family: "AvenirBlack";
	color: rgba(0,109,148,1);
	font-size: 18px;
	letter-spacing: 4px;
}
.topbar .parent-item-menu {
	font-family: "AvenirBlack";
	letter-spacing: 8px;
}
.topbar .parent-item-menu a {
	font-family: "AvenirBlack";
}
.topbar .parent-item-menu:hover {
	color: #009FE3 !important;
}
.container-menu {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.topbar #aux-nav {
	float: right;
	padding-right: 75px;
	margin-top: 12px;
}
.topbar #aux-nav ul li {
	display: inline-block;
	margin-right: 1vw;
	cursor: pointer;
	font-size: 15px;
	font-weight: normal;
	color: white;
}
.topbar #aux-nav ul li:last-child {
	border-bottom: 2px solid rgba(0, 109, 148, 1.0);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin-left: 30px;
}
.topbar #aux-nav ul,#flag-idiomas{
	display: inline-block;
}
#flag-idiomas {
	margin-right: 1vw;
	position: relative;
	top: 5px;
	/*display: none;*/
}
.icono-idioma{
	width: 15px;
}
#home #btn-home-nav, #suite #btn-suite-nav, #alqua-inteligence #btn-agencia-nav, #agencia #btn-agencia-nav, #manifesto #btn-quienes-nav, #como-trabajamos #btn-quienes-nav, #jobs #btn-jobs-nav, #contacto #btn-contacto-nav {
	opacity: 0.6;
}
.show-menu {
	height: 0;
	overflow: hidden;
	display: block !important;
	animation-name: showMenu;
	animation-duration: 1000ms;
	animation-fill-mode: forwards;
}
 @keyframes showMenu {
 to {
 height: 150px;
}
}
/* #### FIN NAVEGACION #### */



/* #### FIN FOOTER #### */

#loader {
	width: 100%;
	background: rgba(11,71,96,0.95);
	height: 7px;
	position: absolute;
	bottom: 0px;
	clear: both;
}
/* ######### animaciones ########### */



.apareceMenu {
	animation-name: apareceMenu;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
.desapareceMenu {
	animation-name: desapareceMenu;
	animation-duration: 500ms;
	animation-fill-mode: forwards;
}
@keyframes apareceMenu {
 0% {
 right: -100%;
}
 100% {
 right: 0;
}
}
@keyframes desapareceMenu {
 0% {
 right: 0;
}
 100% {
 right: -100%;
}
}
 @-webkit-keyframes linea-central_Animation {
 0% {
 opacity: 1
}
 33.33% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
@keyframes linea-central_Animation {
 0% {
 opacity: 1
}
 33.33% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
@-webkit-keyframes g-linea-inferior_Animation {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(25deg);
 transform: rotate(25deg)
}
}
@keyframes g-linea-inferior_Animation {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(25deg);
 transform: rotate(25deg)
}
}
@-webkit-keyframes g-linea-central_Animation {
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px)
}
 55.56% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px)
}
 100% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px)
}
}
@keyframes g-linea-central_Animation {
 0% {
 -webkit-transform: translate(0px, 0px);
 transform: translate(0px, 0px)
}
 55.56% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px)
}
 100% {
 -webkit-transform: translate(40px, 0px);
 transform: translate(40px, 0px)
}
}
@-webkit-keyframes g-linea-superior_Animation {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(-25deg);
 transform: rotate(-25deg)
}
}
@keyframes g-linea-superior_Animation {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
 100% {
 -webkit-transform: rotate(-25deg);
 transform: rotate(-25deg)
}
}
#open-close-menu #icon-close * {
}
.parado #icon-close * {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.icon-abrir #icon-close * {
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-timing-function: cubic-bezier(0, 0, 1, 1);
	transform-box: fill-box;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.icon-cerrar #icon-close * {
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
	animation-timing-function: cubic-bezier(0, 0, 1, 1);
	transform-box: fill-box;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
#g-linea-superior {
/* -webkit-transform-origin: undefined;
            transform-origin: undefined*/
}
.icon-abrir #icon-close #g-linea-superior, .icon-cerrar #icon-close #g-linea-superior {
	-webkit-animation-name: g-linea-superior_Animation;
	animation-name: g-linea-superior_Animation;
}
#g-linea-central {
/*    -webkit-transform-origin: undefined;
            transform-origin: undefined*/
}
.icon-abrir #icon-close #g-linea-central, .icon-cerrar #icon-close #g-linea-central {
	-webkit-animation-name: g-linea-central_Animation;
	animation-name: g-linea-central_Animation
}
#g-linea-inferior {
/*   -webkit-transform-origin: undefined;
            transform-origin: undefined*/
}
.icon-abrir #icon-close #g-linea-inferior, .icon-cerrar #icon-close #g-linea-inferior {
	-webkit-animation-name: g-linea-inferior_Animation;
	animation-name: g-linea-inferior_Animation
}
#linea-central {
/*-webkit-transform-origin: undefined;
            transform-origin: undefined*/
}
.icon-abrir #icon-close #linea-central, .icon-cerrar #icon-close #linea-central {
	-webkit-animation-name: linea-central_Animation;
	animation-name: linea-central_Animation
}

/* ############################## */
			/*RESPONSIVE*/
/* ############################## */

@media only screen and (max-width: 768px) {
.topbar {
	background-color: rgba(156, 220, 204, 0);
	height: 43px;
}
.topbar #main-nav {
	float: none;
	width: 100%;	
}
.parent-item-menu {
	display: block;
}
.topbar #main-nav .dropdown-menu {
	cursor: pointer;
	font-size: 16px;
	font-family: "AvenirBlack";
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 22px;
	display: block;
	height: auto;
	padding: 0px 5px;
	overflow: auto;
}

.topbar #main-nav ul.child-item-menu {
	display: none;
	right: 50px;
	top: 0;
	z-index: 9;
	box-shadow: none;
}
.topbar #main-nav ul.child-item-menu {
	padding: 1px 0;
	width: auto;
	position: relative;
	float: left;
}
.topbar #main-nav ul.child-item-menu li {
	background: none;
	color: inherit;
	font-family: "AvenirBook";
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 5px;
}
.topbar #main-nav ul.child-item-menu li a {
	color: inherit;
	font-size: 12px;
	padding: 15px 0px;
}
.menu-icon-res {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 25px;
}
.show-menu {
	height: 0;
	overflow: hidden;
	display: block !important;
	animation-name: showMenu;
	animation-duration: 1000ms;
	animation-fill-mode: forwards;
}
 @keyframes showMenu {
		to {
		 height: 80px;
		}
	}
#logo img {
	width: 100px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 3vw;
	margin-left: 3vw;
}
.container-menu {
	position: relative;
	top: 0;
	transform: translateY(0%);
}
#aux-nav {
	display: none;
}
	
	
}
