@font-face {
  font-family: "cream";
  src: url("../font/Cream_Cake.ttf");
}

: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: #EAD27E;
}

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

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

.titulo_ingles{
  font-style: italic;
}

.coctel{
  font-family: 'cream';
  font-size: 42px;
}

/* .coctel_2{
  font-family: 'cream';
  font-size: 42px;
} */

.precio{
  color: rgb(234, 210, 126) !important;
  font-weight: bold;
  font-size: 20px;
}

.bg-rojo{
  background-color: #EAD27E;
}

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

.img_espacio{
  margin-top: 6%;
}

.titulo_menu{
  color: #00132e;
  font-weight: bold;
}

.titulo_menu_2{
  color: #00132e;
  font-weight: bold;
}

.color_azul_pance{
  color: rgb(0, 19, 46);
}

.color_verde_pance{
  color: #7ac525;
}

.navbar-dark .navbar-toggler {
  color: rgba(0, 19, 46, .5);
  border-color: rgba(0, 19, 46, .1);
}

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

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

.contenedor_precio{
  background-color: rgba(0, 19, 46, .9);
  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;
  }
  .titulo_menu_2 {
    font-size: 12px;
  }
}

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

