:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.iconitos i{
  color: #230D6F;
}

.titulos_categorias{
  text-align: center;
  font-weight: bold;
}

.titulos_categorias_2{
  text-align: center;
  font-weight: bold;
  color: #230D6F;
}

.titulo_ingles{
  font-style: italic;
}

.precio{
  color: #230D6F !important;
  font-weight: bold;
  font-size: 20px;
}

.bg-rojo{
  background-color: #230D6F;
}

.nav_bar_fix{
  position: fixed;
  width: 100%;
  z-index: 99;
}
.ir_arriba{
  text-decoration: none;
  color: #230D6F;
}

.img_espacio{
  margin-top: 6%;
}

.titulo_menu{
  color: white;
  font-weight: bold;
}

.menu_emergente{
  box-shadow: 0px 3px rgba(0, 0, 0, .3);
}

.menu_des li{
  border-bottom: 1px solid rgba(255, 255, 255,.3);
  height: 50px;
  line-height: 3;
  font-size: 18px;
}

.contenedor_precio{
  background-color: rgba(0, 0, 0,.1);
  border-radius: 5px;
}

html{
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  .titulo_menu {
    margin-left: 55%;
  }
}

@media (max-width: 425px) {
  .titulo_menu {
    margin-left: 19%;
  }
}

@media (max-width: 375px) {
  .titulo_menu {
    margin-left: 8%;
  }
}

@media (max-width: 320px) {
  .titulo_menu {
    font-size: 9px;
    margin-left: 0;
  }
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(180, 48, 46);
  margin-left: 3% !important;
  margin-right: 3% !important;
  text-align: center;
}

