@font-face {
	font-family: 'icomoon';
	src: url('/fonts/icomoon.eot');
	src: url('/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/fonts/icomoon.woff') format('woff'),
		url('/fonts/icomoon.ttf') format('truetype'),
		url('/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Windows Chrome ugly fix http://stackoverflow.com/questions/13674808/chrome-svg-font-rendering-breaks-layout/14345363#14345363 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'icomoon';
		src: url('/fonts/icomoon.svg#icomoon') format('svg');
	};
}

a, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* Global CSS that are applied for all screen sizes */

.nav ul {
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	font-weight: 400;
}

.nav li {
	display: block;
	height:40px;
}

.nav li a {
	display: block;
	height:40px;
}

.texto{
	font-size:18px;
	color: white;
	text-align:center;
	padding-top:10px;
	margin: 0px;
	opacity: .9;

}

.nav li a {
	display: block;
	color: rgba(249, 249, 249, .9);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

.nav i{
	/* Make the font smoother for Chrome */
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* Remove the blue Webkit background when element is tapped */

a, button {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Hover effect for the whole navigation to make the hovered item stand out */

.no-touch .nav ul:hover a {
	color: rgba(249, 249, 249, .5);
}

.no-touch .nav ul:hover a:hover {
	color: rgba(249, 249, 249, 0.99);
}

/* Adding some background color to the different menu items */

.nav li:nth-child(6n+1) {
	background: rgb(208, 101, 3);
}

.nav li:nth-child(6n+2) {
	background: rgb(233, 147, 26);
}

.nav li:nth-child(6n+3) {
	background: rgb(22, 145, 190);
}

.nav li:nth-child(6n+4) {
	background: rgb(22, 107, 162);
}

.nav li:nth-child(6n+5) {
	background: rgb(27, 54, 71);
}

.nav li:nth-child(6n+6) {
	background: rgb(21, 40, 54);
}

/* Inicio control menu principal */
.menu,.menu_n,.menu *,.menu_n * {
  box-sizing: border-box;
}

.menu {
  position: relative;
  z-index: 100;
  width: 100%;
  line-height: 0;
  background: #ffffff;
  text-align: center;
}

.menu ul {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}

* + html .menu ul {
  display: inline;
}

.menu li {
  float: left;
  width: 20%;
  margin: 0;
}

.menu li:hover,.menu li.menu_over {
  position: relative;
}

.menu a,.menu_n a {
  display: block;
  overflow: hidden;
}

.menu > ul > li > a {
  height: 42px;
  white-space: nowrap;
  padding: 0 12px 0 12px;
  font: 14px Verdana, Geneva, sans-serif;
  line-height: 42px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  border: 0;
  color: #373737;
  background: #ffffff;
}

.menu > ul > li:hover > a,.menu > ul > li.menu_over > a {
  color: #ffffff;
  background: #808080;
}

.menu > ul > li > a.menu_sub {
  width: 100%;
  padding: 0 22px 0 12px;
  background: #ffffff url(/images/top-sub.gif) no-repeat center right;
}

.menu > ul > li:hover > a.menu_sub,.menu > ul > li.menu_over > a.menu_sub {
  position: static;
  background: #808080 url(/images/top-sub.gif) no-repeat center right;
}

.menu li ul {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 236px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  float: none;
  padding: 1px 1px 1px 1px;
  border: none;
  background: #125a8b;
}

.menu li:hover > ul,.menu li.menu_over > ul {
  left: -1px;
  top: 42px;
}

.menu li li {
  width: 234px;
  margin: 0;
  margin-top: 1px;
}

.menu li li:first-child {
  margin-top: 0;
}

.menu li li a {
  height: 42px;
  white-space: nowrap;
  padding: 0 8px 0 8px;
  font: 13px Verdana, Geneva, sans-serif;
  line-height: 32px;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  border: 0;
  color: #ffffff;
  background: #125a84;
}

.menu li li:hover > a,.menu li li.menu_over > a {
  background: #808080;
}

.menu li li a.menu_sub {
  width: 234px;
  padding: 0 8px 0 8px;
  background: #125a84 url(/images/sub-sub.gif) no-repeat center right;
}

.menu li li:hover > a.menu_sub,.menu li li.menu_over > a.menu_sub {
  position: static;
  background: #808080 url(/images/sub-sub.gif) no-repeat center right;
}

.menu li li:hover > ul,.menu li li.menu_over > ul {
  left: 201px;
  top: -1px;
}

.menu #menuitem_0 {
  background-color: rgb(208, 101, 3);
  color: #ffffff;
}

.menu li:hover >#menuitem_0,.menu li.menu_over >#menuitem_0 {
  /* background-color: #8c4600; */
  color: #ffffff;
  border-bottom: 4px solid rgb(174, 78, 1);
}

.menu #menuitem_1 {
  background-color: rgb(233, 147, 26);
  color: #ffffff;
}

.menu li:hover >#menuitem_1,.menu li.menu_over >#menuitem_1 {
  /* background-color: #ae6b11; */
  color: #ffffff;
  border-bottom: 4px solid rgb(191, 117, 20);
}

.menu #menuitem_2 {
  background-color: rgb(22, 145, 190);
  color: #ffffff;
}

.menu li:hover >#menuitem_2,.menu li.menu_over >#menuitem_2 {
  /* background-color: #125a8b; */
  color: #ffffff;
  border-bottom: 4px solid rgb(12, 110, 149);
}

.menu #menuitem_2_0 {
  background-color: #125a8b;
  color: #ffffff;
}

.menu li:hover >#menuitem_2_0,.menu li.menu_over >#menuitem_2_0 {
  background-color: #808080;
  color: #ffffff;
}

.menu #menuitem_3 {
  background-color: rgb(22, 107, 162);
  color: #ffffff;
}

.menu li:hover >#menuitem_3,.menu li.menu_over >#menuitem_3 {
  /* background-color: #0f5e7b; */
  color: #ffffff;
  border-bottom: 4px solid rgb(10, 75, 117);
}

.menu #menuitem_4 {
  background-color: rgb(27, 54, 71);
  color: #ffffff;
}

.menu li:hover >#menuitem_4,.menu li.menu_over >#menuitem_4 {
  /* background-color: #0b4b64; */
  color: #ffffff;
  border-bottom: 4px solid rgb(10, 75, 117);
}

@media screen and (max-width: 480px) {
  .menu:after,.menu_n:after {
    content: 'narrow';
    display: none;
  }

  .menu_n {
    position: relative;
    width: 100%;
    z-index: 100;
    padding-top: 42px;
    background: #004080;
    cursor: pointer;
  }

  .menu_n:before {
    position: absolute;
    top: 0;
    right: 10px;
    content: "\2261";
    font: bold 22px Arial, Helvetica, sans-serif;
    line-height: 42px;
    color: #373737;
    z-index: 1;
  }

  .menu_n > ul:before {
    position: absolute;
    top: 0;
    right: 27px;
    content: "Menu";
    font: bold 21px Arial, Helvetica, sans-serif;
    line-height: 42px;
    color: #ff8000;
    z-index: 1;
    cursor: pointer;
  }

  .menu_n ul {
    margin: 0;
    list-style-type: none;
    background: #125a8b;
  }

  .menu_n > ul {
    height: 0;
    overflow: hidden;
  }

  .menu_n > ul.menu_over,.menu_n li ul{
    height: auto;
    padding: 1px 1px 1px 1px;
    cursor: default;
  }

  .menu_n li {
    float: none;
    margin: 1px 0 0 0;
    display: none;
  }

  .menu_n li:first-child {
    margin-top: 0px;
  }

  .menu_n .menu_over li {
    display: block;
  }

  .menu_n li a {
    height: 32px;
    white-space: nowrap;
    padding: 0 8px 0 8px;
    font: 13px Verdana, Geneva, sans-serif;
    line-height: 32px;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    border: 0;
    color: #ffffff;
    background: #125a84;
  }

  .menu_n li:hover > a,.menu_n li.menu_over > a {
    background: #808080;
  }

  .menu_n li a.menu_sub {
    padding: 0 8px 0 8px;
    background: #125a84 url(../images/sub-sub.gif) no-repeat center right;
  }

  .menu_n li:hover > a.menu_sub,.menu_n li.menu_over > a.menu_sub {
    position: static;
    background: #808080 url(../images/sub-sub.gif) no-repeat center right;
  }
}

/* For screen bigger than 800px */
@media (min-width: 50em) {

	/* Transforms the list into a horizontal navigation */
	.nav li {
		float: left;
		width: 20%;
		text-align: center;
		-webkit-transition: border .5s;
		-moz-transition: border .5s;
		-o-transition: border .5s;
		-ms-transition: border .5s;
		transition: border .5s;
	}
	
	.nav li a p{
		margin-top: 0px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:auto;
		padding:0px;
	}

	.nav a {
		display: block;
		width: 100%;
	}

	/* hover, focused and active effects that add a little colored border to the different items */
	.no-touch .nav li:nth-child(6n+1) a:hover,
	.no-touch .nav li:nth-child(6n+1) a:active,
	.no-touch .nav li:nth-child(6n+1) a:focus {
	border-bottom: 4px solid rgb(174, 78, 1);
	}

	.no-touch .nav li:nth-child(6n+2) a:hover,
	.no-touch .nav li:nth-child(6n+2) a:active,
	.no-touch .nav li:nth-child(6n+2) a:focus {
	border-bottom: 4px solid rgb(191, 117, 20);
	}

	.no-touch .nav li:nth-child(6n+3) a:hover,
	.no-touch .nav li:nth-child(6n+3) a:active,
	.no-touch .nav li:nth-child(6n+3) a:focus {
	border-bottom: 4px solid rgb(12, 110, 149);
	}

	.no-touch .nav li:nth-child(6n+4) a:hover,
	.no-touch .nav li:nth-child(6n+4) a:active,
	.no-touch .nav li:nth-child(6n+4) a:focus {
	border-bottom: 4px solid rgb(10, 75, 117);
	}

	.no-touch .nav li:nth-child(6n+5) a:hover,
	.no-touch .nav li:nth-child(6n+5) a:active,
	.no-touch .nav li:nth-child(6n+5) a:focus {
	border-bottom: 4px solid rgb(16, 34, 44);
	}

	.no-touch .nav li:nth-child(6n+6) a:hover,
	.no-touch .nav li:nth-child(6n+6) a:active,
	.no-touch .nav li:nth-child(6n+6) a:focus {
		border-bottom: 4px solid rgb(9, 18, 25);
	}

	/* Placing the icon */

	span {
		margin-top: 2.1em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}

	/* Animating the height of the element*/
	.nav ul li a {
		padding-top:10px;
		height: 40px;
	}

	/* Making the text follow the height animation */
	.no-touch .nav a:hover span {
		margin-top: 3.2em;
		-webkit-transition: margin .5s;
		-moz-transition: margin .5s;
		-o-transition: margin .5s;
		-ms-transition: margin .5s;
		transition: margin .5s;
	}
		
}

@media (min-width: 50em) and (max-width: 61.250em) {

	/* Size and font adjustments to make it fit into the screen*/
	.nav ul {
		font-size: 1.2em;
	}

}

/* The "tablet" and "mobile" version */

@media (max-width: 49.938em) {		

	
	/* Instead of adding a border, we transition the background color */
	.no-touch .nav ul li:nth-child(6n+1) a:hover,
	.no-touch .nav ul li:nth-child(6n+1) a:active,
	.no-touch .nav ul li:nth-child(6n+1) a:focus {
		background: rgb(227, 119, 20);
	}

	.no-touch .nav li:nth-child(6n+2) a:hover,
	.no-touch .nav li:nth-child(6n+2) a:active,
	.no-touch .nav li:nth-child(6n+2) a:focus {
		background: rgb(245, 160, 41);
	}

	.no-touch .nav li:nth-child(6n+3) a:hover,
	.no-touch .nav li:nth-child(6n+3) a:active,
	.no-touch .nav li:nth-child(6n+3) a:focus {
		background: rgb(44, 168, 219);
	}

	.no-touch .nav li:nth-child(6n+4) a:hover,
	.no-touch .nav li:nth-child(6n+4) a:active,
	.no-touch .nav li:nth-child(6n+4) a:focus {
		background: rgb(31, 120, 176);
	}

	.no-touch .nav li:nth-child(6n+5) a:hover,
	.no-touch .nav li:nth-child(6n+5) a:active,
	.no-touch .nav li:nth-child(6n+5) a:focus {
		background: rgb(39, 70, 90);
	}

	.no-touch .nav li:nth-child(6n+6) a:hover,
	.no-touch .nav li:nth-child(6n+6) a:active,
	.no-touch .nav li:nth-child(6n+6) a:focus {
		background: rgb(32, 54, 68);
	}

	.nav ul li {
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		-ms-transition: background 0.5s;
		transition: background 0.5s;
	}	
	.nav li a p{
	margin:auto;
	padding:auto;
	}

}


/* CSS specific to the 2x3 columns version */
@media (min-width:32.5em) and (max-width: 49.938em) {
	
	/* Creating the 2 column layout using floating elements once again */
	.nav li {
		display: block;
		float: left;
		width: 20%;
	}
	
	/* Adding some padding to make the elements look nicer*/
	.nav a {
		padding: 0.8em;		
	}

	/* Displaying the icons on the left, and the text on the right side using inlin-block*/
	.nav li span, 
	.nav li span {
		display: inline-block;
	}

	.nav li span {
		width: 50%;
	}

	.nav li span {
		font-size: 1em;
	}

	span {
		position: relative;
		top: -0.2em;
	}

	/* Transition effect on the border color */
	.no-touch .nav li:hover i,
	.no-touch .nav li:active i,
	.no-touch .nav li:focus i {
		border: 4px solid rgba(255,255,255,0.1);
	}
	
}

/* Adapting the font size and width for smaller screns*/
@media (min-width: 32.5em) and (max-width: 38.688em) {
	
	.nav li span.icon {
		width: 50%;
	}

	.nav li .icon + span {
		font-size: 0.9em;
	}
}

/* Styling the toggle menu link and hiding it */
.nav .navtoogle{
	display: none;	
	width: 100%;
	padding: 0.5em 0.5em 0.8em;
	font-family: 'Lato',Calibri,Arial,sans-serif;
	font-weight: normal;
	text-align: left;
	color: rgb(7, 16, 15);
	font-size: 1.2em;
	background: none;	
	border: none;
	border-bottom: 4px solid rgb(221, 221, 221);
	cursor: pointer;
}

.navtoogle i{
	z-index:-1;
}

.icon-menu {
	position: relative;
	top: 3px;
	line-height: 0;
	font-size: 1.6em;
}

@media (max-width: 32.438em) {

	/* Unhiding the styled menu link */
	.nav .navtoogle{
		margin: 0;
		display: block;
	}
	
	/* Animating the height of the navigation when the button is clicked */
	
	/* When JavaScript is disabled, we hide the menu */
	.no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	
	/* When JavaScript is enabled, we hide the menu */
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
	}
	
	/* Displaying the menu when the user has clicked on the button*/
	.js .nav .active + ul {		
		max-height: 30em;
		overflow: hidden;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}

	/* Adapting the layout of the menu for smaller screens : icon on the left and text on the right*/
	
	.nav li span {
		display: inline-block;
		height: 100%;
	}

	.nav a {
		padding: 0.5em;		
	}
	
	.icon + span {
		margin-left: 1em;
		font-size: 0.8em;
	}
	
	/* Adding a left border of 8 px with a different color for each menu item*/
	.nav li:nth-child(6n+1) {
		border-left: 8px solid rgb(174, 78, 1);
	}

	.nav li:nth-child(6n+2) {
		border-left: 8px solid rgb(191, 117, 20);
	}

	.nav li:nth-child(6n+3) {
		border-left: 8px solid rgb(13, 111, 150);
	}

	.nav li:nth-child(6n+4) {
		border-left: 8px solid rgb(10, 75, 117);
	}

	.nav li:nth-child(6n+5) {
		border-left: 8px solid rgb(16, 34, 44);
	}

	.nav li:nth-child(6n+6) {
		border-left: 8px solid rgb(9, 18, 25);
	}

	/* make the nav bigger on touch screens */
	.touch .nav a {
		padding: 0.8em;
	}
}
.footer-add{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 60px;
}

.footer-add .footer-left,
.footer-add .footer-center,
.footer-add .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-add .footer-left{
	width: 40%;
}

.footer-add .footer-left span{
	color:  #FFF;
}

/* The company logo */

.footer-add h3{
	color:  #FFF;
	font: normal 30px 'Open Sans', cursive;
	margin: 0px;
}

.footer-add h3 span{
	color:  #FFF;
}

/* Footer links */

.footer-add .footer-links{
	color:  #FFF;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-add .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color: #FFF;
}

.footer-add .footer-company-name{
	color:  #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

/* Footer Center */

.footer-add .footer-center{
	width: 35%;
}

.footer-add .footer-center i{
	background-color:  #33383b;
	color: #FFF;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-add .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-add .footer-center p{
	display: inline-block;
	color: #FFF;
	vertical-align: middle;
	margin:0px;
}

.footer-add .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-add .footer-center p a{
	color:  #FFF;
	text-decoration: none;;
}


/* Footer Right */

.footer-add .footer-right{
	width: 20%;
}

.footer-add .footer-company-about{
	line-height: 20px;
	color:  #FFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
}

.footer-add .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}

.footer-add .footer-icons{
	margin-top: 25px;
}

.footer-add .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #353535;
	border-radius: 2px;

	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-add{
		font: bold 14px sans-serif;
	}

	.footer-add .footer-left,
	.footer-add .footer-center,
	.footer-add .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-add .footer-center i{
		margin-left: 0px;
	}

}
