/* Google Fonts - Poppins */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EFEFEF;
} */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.listado__puestos-freshnow {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	font-family: "Poppins",sans-serif;
	margin: 0;
	max-width: 1280px !important;
}
.evo-puesto {
	width: 32%;
	margin: 0.5%;
	display: flex ;
	flex-direction: column;
	position: relative ;
	padding: 0 ;
	margin-bottom: 25px;

	/*background: rgb(255,255,255);
	background: linear-gradient(183deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.4654236694677871) 100%);*/
}
.puesto__enlace {
	display: flex ;
	flex-direction: column ;
	position: relative ;
	width: 100%;
}
.card-wrapper {
	z-index: 0;
}
.puesto__imagen-contenedor {
	position: relative;
	height: 300px;
	width: 100%;
	background: #fff;
	/* padding: 3px; */
}
.puesto__imagen-contenedor img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.puesto__imagen,
.puesto__contenido {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 0;
	width: 100%;
	background: transparent ;
}
.puesto__contenido {
	position: absolute ;
	bottom: 0;
	/*background: linear-gradient(183deg, rgb(105 105 105 / 0%) 0%, rgb(0 0 0 / 77%) 100%);
	padding: 100px 15px 15px 15px;*/


}
.image-content {
	position: relative;
	row-gap: 5px;
	padding: 25px 0;
}
.puesto__enlace-freshnow {
	display: flex ;
	justify-content: flex-end;
}
.puesto__enlace-freshnow a {
	color: white ;
	font-size: 14px;
	font-weight: bold;
	display: flex ;
	align-items: center;
	background: #000 !important ;
	padding: 4px 8px;
	cursor: pointer ;
}
.puesto__enlace-freshnow a:hover {
	color: #FAE032  ;

}
/*.puesto__enlace-freshnow a:after {
	content: ' ';
	height: 15px;
	width: 15px;
	border-radius: 50% ;
	background: white !important ;
	margin-left: 10px;
	margin-top: 2px;
}
.puesto__enlace-freshnow:hover a:after {

	background: #FAE032 !important ;

}*/
.listado__puestos-freshnow .puesto__nombre  {
	font-size: 18px;
	font-weight: 500;
	background: #FAE032 !important ;
	color: black ;
	padding: 8px 10px !important;
	margin-bottom: 0 !important ;
	width: auto !important
}
.listado__puestos-freshnow .puesto__categorias  {
	font-size: 16px;
	font-weight: bold;
	color: #FAE032 !important ;
	background: black ;
	padding: 8px 10px !important;
	margin-bottom: 0;
	margin-top: 0 !important ;

}
.listado__puestos-freshnow .puesto__descripcion {
	font-size: 14px;
	color: black;
	margin-top: 10px;
	font-weight: bold ;
	min-height: 55px;
}
.listado__puestos-freshnow .puesto__descripcion p {
	margin: 0;
}
.button {
	border: none;
	font-size: 16px;
	color: #fff;
	padding: 8px 16px;
	background-color: #122d7c;
	border-radius: 6px;
	margin: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.button:hover {
	background: #122d7c;
}

@media screen and (max-width: 767px) {
	.puesto {
		width: 100%;
	}
}
