	.seccionIzquierda{
		float:left;
		width:calc(33.3% - 20px);
	}
	
	.seccionDerecha{
		float:left;
		width:calc(66.6% + 20px);
		background-image:url(../../assets/img/lineaVertical.jpg);
		background-repeat:repeat-y;
		background-position:left;
		box-sizing:border-box;
		padding-left:75px;
		height:auto;
	}

	.bannerEmpresa{
		height:489px;
		background-image:url(../../assets/img/empresa/banner.jpg);
		background-position:center;
		background-size:cover;
	}
	
	.bannerCertificaciones{
		height:489px;
		background-image:url(../../assets/img/certificaciones/banner.jpg);
		background-position:center;
		background-size:cover;
	}
	
	.bannerContacto{
		height:489px;
		background-image:url(../../assets/img/contacto/banner.jpg);
		background-position:center;
		background-size:cover;
	}

	.bannerServicios{
		height:489px;
		background-image:url(../../assets/img/servicios/banner.jpg);
		background-position:center;
		background-size:cover;
	}

	.bannerMuestras{
		height:489px;
		background-image:url(../../assets/img/muestras/banner.jpg);
		background-position:center;
		background-size:cover;
	}
	
		
	.div-sticky-class {
	  color: red;
	  position: sticky;
	  position: -webkit-sticky;
	  top: 0;
	}


	.rows {
	  display: flex; /* equal height of the children */
	}

	html {
	  	scroll-behavior: smooth;
	}
	section {
		width: 100%;
    margin-bottom:60px;
	}


	nav {
		top: 0;
	}
	
	nav .container {
		margin: 0 auto;
	}
	
	nav .container ul li {
		display: inline-block;
		width:100%;
		font-family: 'Roboto', sans-serif;
		color:#BE161A;
		font-size:24px;
		font-weight:300;
		line-height:26px;
		text-decoration:none;
		margin-left:-38px;
    margin-bottom:20px;
	}
	
	nav .container ul li a {
		display: inline-block;
		text-decoration: none;
		color:#BE161A;
	}
	
	nav .container ul li a:hover {
    color:#575756;
	}

	nav .container ul li.active {
		font-weight:500;
		color:#BE161A;
	}


@media (max-width: 1050px) {
  .seccionIzquierda{
    display:none;
  }
  
	.seccionDerecha{
		float:none;
		width:100%;
		background-image:url();
		box-sizing:border-box;
		padding-left:20px;
 		padding-right:20px;
		height:auto;
	}
  
	.bannerServicios{
		height:200px;
    margin-top:-40px;
	}
  
	.bannerEmpresa{
		height:200px;
    margin-top:-40px;
	}


	.bannerMuestras{
		height:200px;
    margin-top:-40px;
	}
	
	.bannerContacto{
		height:200px;
    margin-top:-40px;
	}
	
	.bannerCertificaciones{
		height:200px;
    margin-top:-40px;
	}
	
}