@import url("https://fonts.googleapis.com/css?family=Heebo:800");


*{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
body{
    font-family: 'Poppins', sans-serif;
}

.farmaproduct{
    width: 100%;
    -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

.sectionp{
    margin-top: 0.5%;
}

.producenv{
    list-style: none;
    text-decoration: none;
    margin-left: 60%;
	font-weight: bolder;
	font-size: 20px;
	background-color: white;

	border-radius: 25px;
}

.producenv a {
	border-radius: 25px;
	background-color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-top: 12px;
	color: rgb(104, 103, 103);

}

.producenv li{
	margin-bottom: 30px;
}

.producenv a:hover{
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 13px;
	padding-top: 13px;
}


.tittleproduc p{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

    margin-left: 69%;
    color: rgba(0, 0, 0, 0.678);
}

.tittleproduc span{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;

    color: #006eff;
}



/**********************BUScador****************************/
.containersearch {
	max-width: 800px;
    margin-top: -35%;
    margin-left: 2%;
}

.search-input-box {
	width: 100%;
	background-color: #2f3640;
	border-radius: 5px;
	position: relative;
	color: #f5f6f4;
	box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}

.search-input-box input {
	width: 100%;
	border: none;
	outline: none;
	border-radius: 5px;
	height: 55px;
	padding: 0 60px 0 20px;
	font-size: 18px;
}

.icon {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 22px;
	cursor: pointer;
	color: #0d141f;
}


.container-suggestions {
	max-height: 280px;
	opacity: 0;
	pointer-events: none;
	padding: 0;
	overflow-y: auto;
}

.search-input-box.active .container-suggestions {
	opacity: 1;
	pointer-events: auto;
	padding: 10px 8px;
}

.search-input-box.active .container-suggestions li {
	display: block;
}

.container-suggestions li {
	list-style: none;
	width: 100%;
	padding: 8px 12px;
	border-radius: 5px;
	display: none;
}

.container-suggestions li:hover{
    background-color: #414b57;
}
.search-input-box{
	display: none;
}

/*********************RESPONSIVE********************/

@media (max-width:1080px) {
 .farmaproduct{
	width: 100%;
	
 }
 


.farmaproduct{
	margin-top: 1%;
   width: 100%;
   height: 350px;
}

.containersearch{
	margin-top: -110%;
	margin-left: 4.5%;
	width: 90%;
}

.linkproduct{
	margin-top: 35%;
}

.tittleproduc p{
	margin-left: 22%;
}

.tittleproduc2 p{
	margin-top: -5.4%;
	margin-left: 48%;
}
  .producenv img{
	margin-left: -152%;
	width: 250%;
  }
}


@media  (min-width:360px) and (max-width:465px ){
	.farmaproduct{
		display: none;
	} 

.producenv{
	font-size: 15px;
}
.producenv a {
	background-color: white;	
	color: rgb(104, 103, 103);
	padding-left: 50px;
	padding-right: 50px;
	
}

.producenv {
	margin-bottom: 1px;
	margin-left: 0%;
	
	background: none;

}


.producenv li{
	margin-bottom: 0px !important;
	display: flex;

}

.producenv a{
	justify-content: center;
background: none;
}



.containersearch{
	display: none;
}

.linkproduct{
	margin-top:10%;
}


}