.hero-section {
	background: url("../img/hero/maquinas-cafe2.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-maquinas {
	background: url("../img/hero/hero.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-maquinas2 {
	background: url("../img/hero/maquinas-cafe3.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-margenes {
	background: url("../img/hero/mejores-margenes.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-empresa {
	background: url("../img/empresa2024c.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-march {
	background: url("../img/hero/maquinas-cafe2024.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}
.hero-st {
	background: url("../img/hero/servicio-tecnico2024.png") no-repeat center center;
	background-size: cover;
	height: 250px;
	color: white;
	margin-top: 65px;
	text-align: center;
	position: relative;
}

section.button-area {
	height: 325px;
}

.feature-box i {
	font-size: 40px;
	color: #E3C19D;
}

.feature-box h4 {
	font-size: 14px;
	color: #1F1F1F;
	line-height: 16px;
}

.btn-custom {
	background-color: #383838;
	color: #fff;
	border: none;
	border-radius: 0px;
	padding: 10px 20px;
	font-size: 12px;
}

#carousel-area{
	padding: 20px 0px;

}

.carousel-control {
	color: #512C1C;
	font-size: 44px;
}

.carousel-control.left {
	background-image:none;
}

.carousel-control.right {
	background-image:none;
}

.carousel-indicators  {
	bottom: -3px;
}

.carousel-indicators li {
	background-color: #512C1D;
	background-color: rgba(80, 170, 104, 0);
	border: 1px solid #512C1D;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #CF9979
}

.header-image {
	background-image: url("../img/maquinas-cafe2024c.png");
	height: 60vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header-image2 {
	background-image: url("../img/maquinas-cafe2024d.png");
	height: 40vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header-st {
	background-image: url("../img/servicio-tecnico2024.png");
	height: 40vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.carousel {
	background-color: #fff;
}

.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

header {
	position: relative;
	width: 100%;
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url('../img/header.jpg');
	text-align: center;
	color: white;
  }

.header-overlay h1 {
	font-size: 35px;
	color: #ffffff;
	background-color:rgb(65, 65, 65,.5);
}

.header-overlay p {
	font-size: 32px;
	color: #ffffff;
	background-color:rgb(65, 65, 65,.5);
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: auto;
}

.category {
	display: flex;
	padding: 0px 20px;
	flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	flex-direction: row;
}

section .product-list {
	display: flex;
	padding: 20px 20px 20px 20px;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
}

.divider {
	height: 1px;
	border-bottom: 1px solid #D8C1B7;
	margin: 0px 20px;
}

.category h2 {
	color: #512C1D;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	font-family:"Poppins", sans-serif;
}

.category h3 {
	color: #512C1D;
	font-size: 18px;
	text-align: left;
}

.product-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.product-card {
	border: 1px solid #F1E6DF;
	padding: 5px;
	margin-left:5px;
	margin-right:5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-card img {	
	display: block;
	max-height:200px;
	max-width:170px;
}
.product-card2 {
	border: 1px solid #F1E6DF;
	padding: 5px;
	margin-left:5px;
	margin-right:5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-card2 img {	
	display: block;
	max-height:80%;
	max-width:80%;
}
.pmaquinas img {
	width: auto;
	display: block;
	max-height:200px;
}
.cafetitulo {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.product-info {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;

}

.product-title {
	color: #444444;
	font-size: 17px;
	font-weight: 600;
	line-height: 18px;
	padding: 12px 0px;
	border-top: 1px solid #C3A392;
	text-align:left;
}

.product-description {
	color: #444444;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	text-align:left;
}

.more {
	display: block;
	text-align: right;
	color: #C88B66;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.category h2 {
		font-size: 19px;
	}

	.category h3 {
		font-size: 14px;
	}

	.more {
		font-size: 12px;
	}

	.header-image {
		margin-top: 95px;
	}

	.header-content2 h1 {
		font-size: 30px;
	}

	.header-content2 p {
		font-size: 18px;
	}
	.header-overlay{
		position: absolute;
    	top: 65px;
    	left: 0;
    	width: 100%;
    	height: 65%;
    	z-index: 1;
    	color: #fff;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
	}
}

@media (max-width: 480px) {
	.carousel {
		padding-top: 20px !important;
	}

	.product-card {
		width: 90%;
	}
	.product-card2 {
		width: 90%;
	}


	.header-image {
		margin-top: 95px;
		height: 250px;
	}

	.header-overlay h1 {
		font-size: 18px;
		color: #fff;
		padding:10px;
		font-weight:bolder;
		font-family:"Poppins", sans-serif;
		background-color:rgba(89, 87, 88, 0.17);
	}

	header {
		height: 347px;
	}

	.header-overlay p {
		font-size: 15px;
		color: #fff;
		padding-left:15px;
		padding-right:15px;
		text-align:center;
		background-color:rgba(89, 87, 88, 0.17);
	}

	.feature-box {
		padding: 9px;
        margin: 6px;
        border: 1px solid #E3C19E;
		background-color: #FDEFE0;
        border-radius: 5px;
		z-index: 1;
        height: auto;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
        position: relative;
        bottom: 50px;
	}

	.hero-section h1 {
		padding-top: 0px;
		font-size: 18px ;
		margin-top: -55px;
		position: relative;
		font-family:"Poppins", sans-serif;
		background-color:rgba(89, 87, 88, 0.17);
	}
}
