body {
  font-family: 'Noto Serif', serif;
  color: #995b34;
  background-color: #fffefc;
}

/* Noto Serif – Regular 400 */
@font-face {
  font-family: 'Noto Serif';
  src: url('../tipografia-Noto-Serif/NotoSerif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*light*/
@font-face {
  font-family: 'Noto Serif';
  src: url('../tipografia-Noto-Serif/NotoSerif-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif – Bold 700 */
@font-face {
  font-family: 'Noto Serif';
  src: url('../tipografia-Noto-Serif/NotoSerif-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

.navbar-brand {
  color: #995b34 !important;
}

.navbar .nav-link,
.navbar {
  color: #434343 !important;
}

.h1-nombre-prod {
  color: #9b510d;
  font-weight: 400;
  font-size: 2rem;
}

.decripcion-productos {
  font-family: sans-serif;
  font-size: 1.3rem;
  color: #434343;
}

.transferencia {
  color: darkgreen;
  font-size: 1.5rem;
  font-weight: 400;
}

.Tarjeta-credito {
  font-size: 1.5rem;
  font-weight: 700;
}

.cuotas-style {
  font-size: 1.3rem;
}

.precio {
  font-size: 2.3rem;
  font-weight: 400;
  color: darkgreen;
}

.btn-consulta {
  font-size: 1.5rem;

}

.btn-desplegable-wsp {
  font-size: 1.3rem;
}

.texto-wsp-boton {
  font-size: 1.5rem;
}



.link-primary {
  color: #ff9857 !important;
  text-decoration: underline;
  text-decoration-color: #ff9857 !important;

}

.link-primary:hover {
  color: #d36725 !important;
  text-decoration: underline;
  text-decoration-color: #d36725 !important;
}

.descripcion-larga {
  font-size: 0.8rem;
}

/* video */
.media-3x4 {
  width: 100%;
  max-width: 900px;
  /* mismo ancho real que las imágenes */
  aspect-ratio: 3 / 4;
}

.media-3x4 iframe {
  width: 100%;
  height: 100%;
}


/* boton comprar */
.btn-dark {
  background-color: rgb(60, 149, 60);
  border-color: rgb(60, 149, 60);
  /*#ff9857;*/
  border-width: 2px;
  border-radius: 9px;
}

/* Hover */
.btn-dark:hover,
.btn-dark:focus {
  background-color: darkgreen;
  /* fondo claro */
  border-color: darkgreen;
  /* borde oscuro */
  color: rgb(253, 255, 253);
  /* texto oscuro */
}

/*resumen*/
.resumen {
  font-size: 2rem;
  padding: 1rem;
}

.resumen-2 {
  font-size: 1.2rem;
  color: #6d6c6c;
  padding: 1rem;
}

strong {
  color: #545151;
}

/* Titulo */
.Titulo-significados {
  color: #f38846;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* BLOG-SIGNIFICADOS */
h3,
p,
ul,
li {
  color: #434343;
}

h3 {
  font-weight: 700;
}


.significados-alineado-izquierda {
  padding: 2rem;

}

.significados-alineado-derecha {
  padding: 2rem;

}

/*FOOTER*/
.footer-custom {
  background: #f7f0e8;
  border-top: 1px solid #dbc8b5;
}

.footer-logo {
  max-width: 150px;
}

.footer-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-info-item {
  display: flex;
  align-items: center;
}

.footer-icon {
  font-size: 1.4rem;
  color: #976241;
  transition: 0.3s;
}

.footer-icon-link {
  text-decoration: none;
}

.footer-info-text {
  font-size: 1rem;
  color: #6f5a48;
  transition: 0.3s;
}

.footer-icon-link:hover .footer-icon,
.footer-icon-link:hover .footer-info-text {
  color: #ff9857;
}

.footer-text {
  color: #6f5a48;
  font-size: 0.9rem;
}



/* RESPONSIVE */
/* A PARTIR DE NOTEBOOK (LG ≥ 992px) */
/* DESDE 992px (notebook para arriba) MI NOTEBOOK*/
@media (min-width: 992px) {

  /*NOMBRE DEL PRODUCTO*/
  .h1-nombre-prod {
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-top: 1rem;
  }

  .decripcion-productos {
    font-size: 1rem;
  }

  .transferencia {
    color: darkgreen;
    font-size: 1.2rem;
    font-weight: 400;
  }

  .Tarjeta-credito {
    font-size: 1rem;
    font-weight: 700;
  }

  .cuotas-style {
    font-size: 1rem;
  }

  .precio {
    font-size: 2.3rem;
    font-weight: 400;
    color: darkgreen;
  }

  .btn-consulta {
    font-size: 1.7rem;

  }

  /* BLOG-SIGNIFICADOS */
  .Titulo-significados {
    color: #f38846;
    font-size: 2rem;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    margin-top: 3rem;
  }

  h3,
  p,
  ul,
  li {
    color: #434343;
  }

  .texto-wsp-boton {
    font-size: 1rem;
  }

  .descripcion-larga{
    font-size: 1rem;
  }



  .significados-alineado-derecha {
    color: #434343;
    margin-top: 11rem;
    margin-bottom: 2rem;

  }

  .btn-consulta-footer {
    font-size: 1.5rem;
  }











}