.container_heder {	
	padding-left: 20px;
	padding-right: 60px;
	/*display: flex;*/
	justify-content: space-between;
}

.logo_heder{
max-width: 97%;
}

.Certified{
float: left;
max-width: 8%;
padding: 0px;
}

/* Product Page */
.banner {
	display: flex;
	justify-content: center;
	flex-flow: column nowrap;
	height: auto;
	width: 100%;
	margin: 0;
}
.banner img {
	width: 100%;
	flex: 1;
}
/* Section Product */
.about__product {
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}
	
.about__product2 {
	box-sizing: border-box;
	padding-top: 0px;
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
}

.container1 {
	position: relative;
	display: block;
	margin: 0 50px 0 50px;
	height: 100%;
	max-width: 100%;

}
.product {
	display:flex;
	height: auto;
	margin: 10px 0 0 0;
	flex-direction: row;
}
.product__container {
	display: flex;
	position: relative;
	height: 320px;
	width: 100%;
	padding: 0;
	margin: 5px;
	border: 1px solid black;
	flex-direction: row;
}

.product__container img {
	max-width:100%;
}
.product__info--item {
	display: flex;
	color: black;
	padding: right 0px;
	margin: 0px;
	text-align: left;
	justify-content: flex-start;
	flex-direction: row;
	}
.text {
	padding: 20px;
}

.last {
	justify-content: center;
	align-items: center;
	border: none;
}

@media only screen and (max-width:678px) {
	.container1 {
		margin: 0px;
	}
	.product {
		margin: 0;
		text-align: center;
		flex-direction: column;
	}
	.product__container {
		justify-content: flex-start;
		border: none;
		height: auto;
		max-width: 100%;
		flex-direction: column;
	}
	.product__info--item {
		align-items: center;
		color: black;
		text-align: center;
		padding-left: 0px;
		flex-direction: column;
	}
	.product__container img {
		max-width: 70%;
	}
	.text ul {
		list-style: none;
	}
	#top-header {
	padding: 13px 0;
    }
	.flex{
		display: flex;
		flex-direction: column;
	}
	#medio{
		padding: 0;
		margin: 0;
		display: block;
		align-content: center;
		height: 240px;
		width: 280px;
	}
}
@media only screen and (max-width:1220px) {
	.product {
		flex-direction: column;
	}
	.product__container {
		display: flex;
		justify-content: flex-start;
		height: auto;
		max-width: 100%;
		flex-direction: column;
	}
	.product__info--item {
		color: black;
		padding-left: 0px ;
	}
}
/* End Section Products */

/* section beyerdynamix */

.sectiong {
    margin: 50px 50px;
}
.sectiong h1 {
    text-align: center;
}
.sectiong p {
    color: black;
    text-align: center;
}

.grid-container {
    display: grid;
    width: auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    padding: 10px;
  }

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0px;
    font-size: 10px;
    text-align: center;
  }

  .grid-item:hover {
      transform: scale(1.1);
      transition: 220ms;
  }


  /*************************
********Area Beyer********
*************************/



  .main-container{
	position: relative;
	display: block;
	margin: 15px 60px 15px 60px;
	height: 100%;
	max-width: 100%;
  }
  .history p{
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	font-weight: 300;
	color: #272727;
	
  }
  .history_1 {
	  padding: 20px 0px 10px 15px;
  }

  #medio{
	  align-content: center;
  }
  .prod-beyer{
	  height: 300px;
	  width: 100%;
  }
  .flex{
	  display: flex;
	  padding-left:15px ;
  }
  .flex p, h4{
	color: #272727;
  }
