body {
  font-family: 'Noto Serif', serif;
  color: #995b34;
  background-color: #fdf7ef;
}

/* 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;
}

/* Noto Serif – Light 300 Italic */
@font-face {
  font-family: 'Noto Serif';
  src: url('../tipografia-Noto-Serif/NotoSerif-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

.navbar-brand {
  color: #995b34;
}

.navbar .nav-link,
.navbar {
  color: #434343 !important;
}


h2 {
  font-size: 1.2rem;
  font-weight: 300;
}


/* nombre de las seccion */
.nombre-secciones {
  font-size: 2rem;
  font-style: italic;
  color: #ff9857;
}

#transferencia {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.3rem;
}

#precio-tarjeta-card {
  margin-bottom: 0;
  color: rgb(153, 153, 153);
}


.boton {
  /* Quitar estilo de enlace */
  text-decoration: none;
  /* sin subrayado */
  background-color: #ff9857;
  color: #fdf7ef;
  /* hereda el color del padre */
  font-family: sans-serif;
  /* sin fondo */
  border: none;
  /* sin borde */
  outline: none;
  /* sin contorno */
  display: inline-block;
  /* se alinean lado a lado */
  margin: 0 0.5rem 0.5rem 0;
  /* derecha + abajo */
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
  font-size: 1rem;
}

.botones-sub-menu {
  color: #995b34;
  border: 1px solid #995b34;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 0.9rem;
  background: transparent;
  /* mejor que "sin fondo" */
  outline: none;

  display: inline-block;
  margin-top: 0.5rem;
   margin: 0.4rem 0rem 0 0.4rem;
  /* derecha + abajo */
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;

}

.botones-sub-menu:hover {
  color: #fffcfb;
  background: #995b34;
  /* mejor que "sin fondo" */
}



/* comienzo de botones */

/* Hover */
.botones:hover,
.botones:focus {
  background-color: #ff9857;
  /* fondo claro */
  border-color: #ff9857;
  /* borde oscuro */
  color: #ffffff;

  /* texto oscuro */
}
.Bajada-titulos {
  color: #ff9857;
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}
#bajada-cubrecamas {
  font-size: 1.4rem;
  color: rgb(161, 158, 158);
  font-weight: 400;
  font-style: italic;

}

@media (min-width: 992px) {

  .Bajada-titulos {
    font-size: 2.7rem;
  }


}