/* banner */
.main-banner li {
	position: relative;
}

	.main-banner img {
		width: 100%;
		height: auto !important;
		display: block;
	}

		.main-banner .nmx-lazyload {
			background: url(../images/nmx-loading.svg) no-repeat center;
		}

/* fix blue highlight Chrome issue */
.home .tabs-nav {
	margin-bottom: 30px;
}

/* instucional content */
.content-institucional {
	margin: 30px -30px 0px;
	overflow: hidden;
}
	
	/* columns */
	.content-institucional > div {
		font-size: 14px;
		float: left;
		padding: 30px 30px 0px;
		width: 33%;
	}

		.content-institucional h3 {
			display: block;
			margin-bottom: 16px;
			text-decoration: none;
			font-size: 20px;
			line-height: 100%;
			border-bottom: 2px solid rgba(0, 0, 0, 0.1);
			padding-bottom: 9px;
			margin-top: 0;
			text-transform: none;
			line-height: 100%;
		}

		.content-institucional img {
			height: auto;
			max-width: 100%;
		}
	
	/* reviews */
	.nmx-products-list-reviews .nmx-product {
		padding-left: 72px;
	}

	.nmx-products-list-reviews .nmx-product + .nmx-product {
		margin-top: 18px;
	}

		.nmx-products-list-reviews .nmx-product-image {
			float: left;
			margin-left: -72px; /* same as padding for .products-list-reviews .product */
			width: 60px
		}

		.nmx-products-list-reviews .nmx-product-title {
			margin-top: 0;
			font-weight: bold;
		}

@media only screen and (max-width: 978px) {
	.content-institucional {
		margin-left: -15px;
		margin-right: -15px;
	}

		.content-institucional > div {
			padding-left: 15px;
			padding-right: 15px;
		}
}

@media only screen and (max-width: 768px) {

	/* tabs */
	.home .tabs-nav {
		margin-bottom: 21px;
	}
	
	/* content */
	.content-institucional {
		margin: 0;
	}

		.content-institucional > div {
			border-left: none;
			float: none;
			overflow: hidden;
			padding: 30px 0 0;
			width: auto;	
		}

		.content-institucional > div:first-child {
			padding-top: 0;
		}
			
}

/* home page carousel components override */
/* responsive */
@media only screen and (max-width: 530px) {
      
    /* tabs */
    .tabs-wrapper {
      margin-bottom: 0;
      margin-top: 30px;
    }

      .tabs-nav li + li,
      ul[role="tablist"] li + li {
        margin-left: 15px;
      }


}

@media only screen and (max-width: 480px) {

  /* tabs */
  .tabs-nav a,
  .tabs-nav span,
  ul[role="tablist"] li {
    font-size: 14px;
  }
  
}

@media only screen and (max-width: 360px) {

  /* tabs */
  .tabs-nav a,
  .tabs-nav span,
  ul[role="tablist"] li {
    font-size: 12px;
  }
  
}
