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

@font-face {
	font-family: "AvenirBook";
	src: url(../../assets/Fonts/Avenir-Book-01.ttf);
}
@font-face {
	font-family: "AvenirBlack";
	src: url(../../assets/Fonts/Avenir-Black-03.ttf);
}
@font-face {
	font-family: "AvenirMedium";
	src: url(../../assets/Fonts/Avenir-Medium-09.ttf);
}
@font-face {
	font-family: "AvenirLight";
	src: url(../../assets/Fonts/Avenir-Light-07.ttf);
}
@font-face {
	font-family: "AvenirBlackOblique";
	src: url(../../assets/Fonts/Avenir-BlackOblique-04.ttf);
}
@font-face {
	font-family: "AvenirHeavy";
	src: url(../../assets/Fonts/Avenir-Heavy-05.ttf);
}

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

.chivato-idioma {
	background-color: #680a21;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999;
	padding: 5px 10px;
	color: white;
	font-size: 10px;
	border-top-left-radius: 5px;
	display: block;
}
/* #### GENERICOS #### */
html, body {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "AvenirBook";
	color: white;
}
div, section, span, ul, li, footer, header, nav {
	box-sizing: border-box;
	font-family: "AvenirBook";
}
* {
	font-family: "AvenirBook";
}
a {
	text-decoration: none;
	color: inherit;
}
.maincontainer{
	min-width: 980px;
}
#logo {
	float: left;
}
#logo img {
	width: 150px;
	margin-top: 20px;
	margin-bottom: 7px;
	margin-right: 3vw;
	margin-left: 2vw;
}
.lg-hidden {
	display: none;
}
.show {
	position: absolute;
	display: block !important;
}
/* #### FIN GENERICOS #### */

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

footer {
	height: 300px;
	padding: 0;
	background-color:rgba(27, 31, 50, 1);
	color: white;
	position: absolute;
	width: 100%;
}
#alqua-inteligence footer {
	background-color: rgba(21, 24, 40, 1);
}
footer .bottom-footer-content {
	background-color: white;
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
	height: 50px;
	padding: 15px;
}
footer .bottom-footer-content>div {
	flex: 1;
	color: #999;
	font-size: 12px;
}
footer .bottom-footer-content .legales-footer {
	text-align: right;
}
footer .bottom-footer-content .legales-footer a {
	display: inline-block;
	margin-right: 15px;
}
footer .bottom-footer-content .social-footer {
	text-align: center;
}
footer .bottom-footer-content .social-footer img {
	margin-left: 5px;
	margin-right: 5px;
}
footer .left-side-footer {
	display: block;
	width: 50%;
	padding: 1% 5%;
	float: left;
}
footer .big-footer-text {
	font-family: "AvenirBlack";
	font-style: italic;
	font-size: 36px;
	display: block;
	width: 50%;
	line-height: 40px;
}
footer #footer-form input {
	background-color: transparent;
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	border-bottom: 4px solid #fff;
	color: white;
	font-size: 16px;
	display: inline;
	width: auto;
}
footer #footer-form button {
	background-color: transparent;
	border: none;
	color: white;
	font-style: italic;
	font-family: "AvenirBlack";
	font-size: 22px;
	position: relative;
	display: inline;
	left: 27px;
	top: 0;
}
footer .right-side-footer {
	display: flex;
	width: 50%;
	padding: 1% 5%;
	float: left;
}
footer .right-side-footer .columna-links-footer {
	flex: 1;
}
footer .right-side-footer .columna-links-footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
footer .right-side-footer .columna-links-footer h3 {
	font-family: "AvenirBlack";
	font-weight: normal;
	font-size: 1.4em;
	margin: 10% auto auto auto;
}
footer #gotop {
	position: absolute;
	bottom: 43px;
	right: 19px;
	width: 100px;
}
footer #gotop img {
	width: 100%;
}

footer #enisa{
	position: absolute;
	right: 19px;
	bottom: 150px;
	width: 70px;
	opacity: 0.5;

}


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

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

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

@media only screen and (max-width: 768px) {
body {
	/*color: black;*/
}
.maincontainer{
	min-width: 300px;
}
.xs-hidden {
	display: none !important;
}
.lg-hidden {
	display: inherit;
}
.topbar {
	background-color: #fff;
	height: 43px;
}
.topbar #main-nav {
	display: block;
	background-color: rgba(255,255,255,0.9);
	float: none;
	top: 35px;
	position: absolute;
	margin-top: 0;
	width: 80%;
	right: -100%;
	height: calc(100vh - 35px);
	padding: 45px 16px;
	text-transform: uppercase;
}
.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;
	left: 0;
	top: 0;
	z-index: 9;
	box-shadow: none;
}
.topbar #main-nav ul.child-item-menu {
	padding: 5px 0;
	width: 180px;
	position: relative;
	float: left;
}
.topbar #main-nav ul.child-item-menu li {
	background: none;
	color: black;
	font-family: "AvenirBook";
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 5px;
}
.menu-icon-res {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 25px;
}
#logo img {
	width: 100px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 3vw;
	margin-left: 3vw;
}
#aux-nav {
	display: none;
}
/* #### FOOTER ####### */
	
footer {
	height: auto;
	padding: 10px 0 70px 0;
	color: white;
	position: absolute;
	width: 100%;
}
footer .left-side-footer {
	display: block;
	width: 100%;
	padding: 1% 5%;
	float: left;
}
footer .right-side-footer {
	display: block;
	width: 100%;
	padding: 2% 5%;
	float: left;
}
footer #gotop {
	position: absolute;
	bottom: 43px;
	right: 10px;
	width: 80px;
}
	footer .big-footer-text {    
    	width: 70%;
	}
/* #### FIN FOOTER #### */
	
}

@media (max-width: 1441px) {
	#free-trial .containetr-free-trial {
		zoom: 65% !important;
	}
}

 @media (max-width: 992px) {
	 #info-wrapper {
		 float: none !important;
	 }
	 #info-wrapper .video-container {
		 right: 105px!important;
	 }
	 #panel-form {
		 box-shadow: none !important;
	 }
 }