@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:600");
#slides {
  display: none; }

#slides .slidesjs-navigation {
  margin-top: 5px; }

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  background-image: url(img/btns-next-prev.png);
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right: 5px; }

a.slidesjs-next {
  margin-right: 10px;
  background-position: -12px 0; }

a:hover.slidesjs-next {
  background-position: -12px -18px; }

a.slidesjs-previous {
  background-position: 0 0; }

a:hover.slidesjs-previous {
  background-position: 0 -18px; }

a.slidesjs-play {
  width: 15px;
  background-position: -25px 0; }

a:hover.slidesjs-play {
  background-position: -25px -18px; }

a.slidesjs-stop {
  width: 18px;
  background-position: -41px 0; }

a:hover.slidesjs-stop {
  background-position: -41px -18px; }

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none; }

.slidesjs-pagination li {
  float: left;
  margin: 0 1px; }

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(img/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden; }

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px; }

.slidesjs-pagination li a:hover {
  background-position: 0 -26px; }

#slides a:link,
#slides a:visited {
  color: #333; }

#slides a:hover,
#slides a:active {
  color: #9e2020; }

.navbar {
  overflow: hidden; }

#slides {
  display: none; }

.container {
  margin: 0 auto; }

/* For tablets & smart phones */
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px; }
  .container {
    width: auto; } }

/* For smartphones */
@media (max-width: 480px) {
  .container {
    width: auto; } }

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px; } }

/* For larger displays */
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

* {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif; }

img {
  width: 100%; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.logo img {
  max-height: 80px; /* altura máxima */
  height: auto;
  width: auto;
}

@media (max-width: 768px) {
  .logo img {
    max-height: 80px;
  }
}


nav {
  width: 30%;
  text-align: right; }

nav ul li {
  display: inline-block;
  margin-left: 6%; }

nav ul li a {
  color: #4A4A4A; }

nav ul li .active {
  border-bottom: 4px solid #1FC0A0; }

.slider {
  padding: 3% 0; }

.item-features {
  text-align: center; }

.item-features .icon {
  font-size: 3em;
  color: #4A4A4A; }

.item-features p {
  font-size: 1.3em;
  color: #1FC0A0;
  text-transform: uppercase;
  font-weight: 800; }

.productos-destacados {
  padding: 4% 0; }

.productos-destacados .titulos {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #4A4A4A;
  padding: 3% 0 0; }

.productos-destacados .linea {
  max-width: 300px;
  width: 300px;
  height: 10px;
  background: #1FC0A0;
  margin: 0 auto 1.5rem; }

.item-producto {
  text-align: center;
  margin-bottom: 5%; }

.item-producto img {
  margin-bottom: 5%; }

.item-producto .nombre {
  color: #4A4A4A;
  margin-top: 5%;
  font-weight: 600;
  border-bottom: 2px solid #1FC0A0; }

.banner {
  background: url("/banner.jpg");
  height: 380px;
  background-size: cover;
  background-position: 10% 50%;
  position: relative; }

.banner p {
  position: absolute;
  width: 80%;
  margin: 10%;
  text-align: center;
  color: white;
  font-size: 4em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-shadow: 1px 1px 8px #4A4A4A; }

.banner .btn {
  position: absolute;
  width: 20%;
  margin: 16% 40%;
  text-align: center;
  color: white;
  font-size: 1.5em;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  text-shadow: 1px 1px 8px #4A4A4A;
  background: #1FC0A0;
  border-radius: 5px; }

footer {
  background: #4A4A4A;
  padding: 2% 0;
  text-align: center;
  color: white;
  font-weight: 600; }

.disponible {
  color: #4A4A4A;
  font-weight: 600; }

.disponible span {
  color: #1FC0A0; }

.titulo {
  font-size: 1.5em;
  font-weight: 600; }

.medidas p {
  color: #a5a5a5; }

/* Imagen principal con zoom suave */
.product-image-wrap {
  background: #f8f9fa;
}
.product-image {
  transition: transform 0.35s ease, opacity 0.2s ease;
}
.product-image-wrap:hover .product-image {
  transform: scale(1.03);
}

/* Efecto lift en cards relacionadas */
.hover-lift { transition: transform .2s ease, box-shadow .2s ease; }
.hover-lift:hover { transform: translateY(-2px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.08); }

/* Utilidad para object-fit en Next/Image con fill */
.object-cover { object-fit: cover; }

.footer {
  background-color: #2f2f2f;
}

.footer-link {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
}
.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #444;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.footer-social:hover {
  background-color: #666;
}
