/* CSS Document google nexus*/
/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
		margin: 0;
		padding: 0;
		background: white;
		color: #5f6f81;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		line-height: 60px;
}

.gn-menu-main {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		font-size: 13px;
}

.gn-menu-main a {
		display: block;
		height: 100%;
		color: #5f6f81;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .gn-menu-main a:hover,
.no-touch .gn-menu li.gn-search-item:hover,
.no-touch .gn-menu li.gn-search-item:hover a {
		background: #5f6f81;
		color: white;
}

.gn-menu-main > li {
		display: block;
		float: left;
		height: 100%;
		border-right: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.gn-menu-main > li:last-child {
		float: right;
		border-right: none;
		border-left: 1px solid #c6d0da;
}

.gn-menu-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
}

.gn-menu-main:after {
		display: table;
		clear: both;
		content: "";
}

.gn-menu-wrapper {
		position: fixed;
		top: 60px;
		bottom: 0;
		left: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #c6d0da;
		background: white;
		-webkit-transform: translateX(-60px);
		-moz-transform: translateX(-60px);
		transform: translateX(-60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.gn-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.gn-menu {
		border-bottom: 1px solid #c6d0da;
		text-align: left;
		font-size: 18px;
}

.gn-menu li:not(:first-child),
.gn-menu li li {
		box-shadow: inset 0 1px #c6d0da
}

.gn-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.gn-submenu li a {
		color: #c1c9d1
}

input.gn-search {
		position: relative;
		z-index: 10;
		padding-left: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #5f6f81;
		font-weight: 300;
		font-family: 'Lato', Arial, sans-serif;
		cursor: pointer;
}

/* placeholder */

.gn-search::-webkit-input-placeholder {
		color: #5f6f81
}

.gn-search:-moz-placeholder {
		color: #5f6f81
}

.gn-search::-moz-placeholder {
		color: #5f6f81
}

.gn-search:-ms-input-placeholder {
		color: #5f6f81
}

/* hide placeholder when active in Chrome */

.gn-search:focus::-webkit-input-placeholder,
.no-touch .gn-menu li.gn-search-item:hover .gn-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.gn-search:focus {
		cursor: text
}

.no-touch .gn-menu li.gn-search-item:hover input.gn-search {
		color: white
}

/* placeholder */

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-webkit-input-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search::-moz-placeholder {
		color: white
}

.no-touch .gn-menu li.gn-search-item:hover .gn-search:-ms-input-placeholder {
		color: white
}

.gn-menu-main a.gn-icon-search {
		position: absolute;
		top: 0;
		left: 0;
		height: 60px;
}

.gn-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'ecoicons';
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
}

.gn-icon-help::before {
		content: "\e000"
}

.gn-icon-earth::before {
		content: "\e004"
}

.gn-icon-cog::before {
		content: "\e006"
}

.gn-icon-search::before {
		content: "\e005"
}

.gn-icon-download::before {
		content: "\e007"
}

.gn-icon-photoshop::before {
		content: "\e001"
}

.gn-icon-illustrator::before {
		content: "\e002"
}

.gn-icon-archive::before {
		content: "\e00d"
}

.gn-icon-article::before {
		content: "\e003"
}

.gn-icon-pictures::before {
		content: "\e008"
}

.gn-icon-videos::before {
		content: "\e009"
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.gn-icon-menu::before {
		margin-left: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #5f6f81;
		box-shadow: 0 3px white, 0 -6px #5f6f81, 0 -9px white, 0 -12px #5f6f81;
		content: '';
}

.no-touch .gn-icon-menu:hover::before,
.no-touch .gn-icon-menu.gn-selected:hover::before {
		background: white;
		box-shadow: 0 3px #5f6f81, 0 -6px white, 0 -9px #5f6f81, 0 -12px white;
}

.gn-icon-menu.gn-selected::before {
		background: #5993cd;
		box-shadow: 0 3px white, 0 -6px #5993cd, 0 -9px white, 0 -12px #5993cd;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
		width: 340px
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
		height: 60px
}

@media screen and (max-width: 422px) { 
	.gn-menu-wrapper.gn-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.gn-menu-wrapper.gn-open-all .gn-scroller {
			width: 130%
	}
}
/**fin google nexus menu*/

/** i2m helpers*/
.x ul li {
	padding-left: 5%;
	padding-right: 5%;
	width: 100% !important;
}
.x ul li p{
	border-bottom: 1px dashed #5A5757;
	margin-bottom: 4px !important;
	width: 100% !important;
	display: flex !important; 
}
.x ul li p > a{
	width: 100% !important;
	display: flex;
}

.i2m_cate_titu{
	padding-right: 10px !important;
	padding-left: 10px !important;
}
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
@media and (-webkit-min-device-pixel-ratio:0) {
  div{top:10;} 
}
.no-gutters {
    /*margin-right: 0;
    margin-left: 0;*/
	width: max-content !important;
}*

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    div{top:0;} 
	div.row.no-gutters {
		margin-right: 0;
		margin-left: 0;
		width: max-content !important;
	}
	div.yamm-contenidos {
		width: max-content !important;
	}

}

/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
  .selector {-chrome-:only(; 
     property:value;
  );} 
}
/**fin i2m helpers*/

/**yamm*/
.dropdown-menu-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
	width: 100% !important;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 1% 2%;
    /*background: #fff;*/
}
.yamm .yamm-content .col-md-2 {
    background: #fff !important;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    padding: 0;
}
.yamm-content {
    position: relative;
}
.yamm-content > .row {
    position: relative;
    z-index: 2;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static
}
.yamm .container {
    position: relative
}
.yamm .dropdown-menu {
    left: auto
}
.yamm .yamm-content {
    padding: 20px 30px
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}
.affix {
    top: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 4px
}
.yamm-afix-margen-aux {
    height: 42px;
    padding: 0
}

@media (max-width: 767px) {
.yamm-afix-margen-aux {
    padding-bottom: 52px
}
}
.navbar-toggle {
    padding: 6px 8px
}
.navbar-brand {
    height: 78px
}

@media (max-width: 767px) {
.navbar-brand {
    height: 70px;
    width: 100%
}
}
.affix-aux-height {
    height: 82px
}

@media (max-width: 767px) {
.affix-aux-height {
    height: 115px
}
}
.navbar-brand-space-aux {
    padding-top: 24px
}

@media (max-width: 767px) {
.navbar-brand-space-aux {
    padding-bottom: 88px
}
}
.navbar-brand img {
    max-width: 135px
}

@media (max-width: 767px) {
.navbar-brand img {
    margin: 0 auto;
    width: 120px
}
}

@media (min-width: 768px) {
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    float: none;
    text-align: center;
    display: inline-block
}
}
.yamm .nav {
    font-size: 0
}
.yamm .dropdown {
    font-size: 14px
}
.yamm {
    z-index: 2;
    /*min-height: 40px;*/
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0
}
.yamm-container {
    height: 54px;
    padding: 0
}
.yamm-ul {
    border-bottom: 5px solid #454545;
    border-radius: 0
}

@media (min-width: 768px) {
.yamm-ul {
    background-repeat: no-repeat;
    background-position: bottom right
}
}

@media (max-width: 767px) {
.yamm-ul {
    background-image: none !important
}
}


@media (max-width: 767px) {
.yamm-li {
    height: auto
}
}
.yamm-contenidos {
    padding: 20px 25px;
    /*background-color: rgba(255,255,255,.6)*/
}

@media (max-width: 767px) {
.yamm-contenidos {
    padding: 10px 25px 0 25px;
    background-color: none
}
}
.yamm-contenidos h2 {
    font-size: 24px;
    margin: 0 0 15px 0;
    border-bottom: 3px solid #cccccc;
    display: inline-block;
    padding: 0 15px 4px 0
}
.yamm-contenidos ul {
    padding: 0
}
.yamm-contenidos ul li {
    list-style: none;
    margin: 12px auto;
	width: 100% !important;
	white-space: nowrap;
	display: block !important;
}
.yamm-contenidos ul li:first-child {
    margin-top: 0px
}
.yamm .dropdown li a {
    padding-top: 2px;
    padding-bottom: 2px
}
.yamm .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}
.yamm .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}
.yamm .navbar-nav > li > a:link {
    position: relative;
    text-decoration: none
}
.yamm .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ec1e3b;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.yamm .navbar-nav > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.yamm-contenidos ul li a:link, .yamm-contenidos ul li a:visited {
    color: #454545;
    position: relative;
    text-decoration: none
}
.yamm-contenidos ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ec1e3b;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.yamm-contenidos ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}
.yamm-contenidos .label-cat {
    font-size: 100%;
    display: inline-block;
    margin-left: 15px
}
.yamm-contenidos .label-sub {
    padding-bottom: 2px
}

/**finn yamm*/



