body {
  font-family: 'Segoe UI', sans-serif;
}

a{
  color: #333;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

#main_content{
  padding: 50px 0px;
}

section, .nosotros-section, .contacto-section {
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 12px;
  padding: 30px;
}
.banner {
  background: url(/img/banner1.jpeg) center/cover no-repeat;
  height: 70vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.promo {
  background-color: #f8f9fa;
  padding: 40px 0;
  text-align: center;
}
.categorias {
  padding: 40px 0;
}
.categoria-item {
  text-align: center;
  margin-bottom: 30px;
}
.categoria-item img {
  width: 100%;
  max-width: 180px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.categoria-item img:hover {
  transform: scale(1.05);
}
/* Navbar personalizado estilo PDF */
.navbar-brand img {
  height: 40px;
}
.btn-light i {
  font-size: 18px;
}
.nav-link {
  font-weight: 500;
  color: #333;
}
.nav-link:hover {
  color: #24519d;
}
/* Footer personalizado estilo PDF */
footer i:hover {
  color: #24519d;
  transition: 0.3s ease;
}

.categorias-carousel {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.categoria-item {
  width: 140px;
  scroll-snap-align: start;
}

.swiper-slide a,
.swiper-slide a:hover,
.swiper-slide a:focus,
.swiper-slide a:active {
  text-decoration: none;
  color: #333;
}
.btn-gold {
  background: linear-gradient(45deg, #d4af37, #f6e27a);
  border: none;
  color: #333;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background: linear-gradient(45deg, #f6e27a, #d4af37);
  transform: scale(1.05);
  color: #111;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}
.carousel img {
  height: 400px; /* Ajusta la altura */
  object-fit: cover; /* Recorta para mantener proporción */
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}


.mxp_editable_product_collection .product-item .product-thumb img{
  max-width: 100%;
}

.producto {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: transform 0.2s ease;
}
.producto:hover {
  transform: scale(1.02);
}
.producto img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
.producto h5 {
  margin-top: 10px;
}
.navbar-brand img {
  height: 40px;
}
.btn-light i {
  font-size: 18px;
}


button.close{
  border: none;
  font-weight: 600;
  background-color: transparent;
}
