@font-face {
  font-family: "Kaushan Script";
  src: url(../fonts/KaushanScript-Regular.ttf);
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Montserrat Medium";
  src: url(../fonts/Montserrat-Medium.ttf);
}

@keyframes animPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(153, 109, 20, 0.9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(214, 36, 15, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(214, 36, 15, 0);
  }
}

.nav-item {
  font-family: 'Montserrat Medium';
  font-size: 18px;
  color: #102951;
  font-weight: 500;
}

.nav-link:hover {
  color: #996d14 !important;
}

.flecha-hero {
  margin: 0 auto;
}

h1 {
  color: #102951;
  font-family: 'Kaushan Script';
  font-size: 30px;
}

h2 {
  color: #996D14;
  font-family: 'Kaushan Script';
  font-size: 25px;
}

h3 {
    color: #102951;
    font-family: 'Kaushan Script';
    font-size: 20px;
}

p {
  font-family: 'Montserrat';
  font-size: 18px;
}

body {
  /*background-color: #F0F5FF;*/
  background-color: #f0f5ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23102951' fill-opacity='0.19' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  /*cursor: url("/assets/img/Icons/cursor.svg") 12 12, move;*/
}

#footer {
  background-color: #1D1D1D;
  color: #f0f5ff;
}

#footer a {
  color: #f0f5ff;
  text-decoration: none;
  text-transform: capitalize;
}

#intro, #menu, #restaurante, #mojacar, #footer {
  margin-top: 100px;
}

#menu h1, #restaurante h1 {
  margin-top: 20px;
}

#restaurante h2, #mojacar h2 {
  margin-top: 20px;
  /*margin-bottom: 20px;*/
}

.luna {
  /*clip-path: polygon(50% 15%, 88% 27%, 88% 90%, 12% 90%, 12% 27%);*/
  position: relative;
}

.h1-hero {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -45%);
}

.p-hero {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -73%);
  width: 100%;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: calc(100vh - 91px);
}

.columnas-mojacar {
  padding-top: 60px;
}

.columnas-restaurante {
  padding-top: 60px;
}

#hero {
  height: calc(100vh - 91px);
}

#main a {
  text-decoration: none;
  color: #1d1d1d;
}

a > img {
  padding-right: 8px;
}

.logotipo {
  width: 80px;
  height: auto;
}

.botones {
  background-color: #102951;
  color: #f0f5ff;
}

.alergias-carta {
  /*padding-left: 10px;
  padding-bottom: 5px;*/
  width: 40px;
  height: auto;
}

.ingredientes-menu {
  font-size: 15px;
  /*padding-top: 0px;*/
}

.nombre-platos {
  margin-bottom: 0px;
}

.svg-menu {
  width: 70px;
}

.padding-rows-menu {
  padding-top: 40px;
}

.padding-encabezados-menu {
  padding-top: 80px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  /*pointer-events: none;*/
  /*height: 100%;*/
  width: 100%;
}

.enlaces-home {
  color: #102951 !important;
  font-family: 'Montserrat Medium';
  font-weight: 500;
}

.enlaces-home:hover {
  color: #996d14 !important;
  text-decoration: underline !important;
}

.iconos-form {
  width: 20px;
  height: 20px;
  color: #996d14;
}

#footer {
  margin-top: 180px;
}

.boton-formulario {
  background-color: #102951;
  width: 120px;
  border: none;
}

.boton-formulario:hover {
  background-color: #996d14;
}

.form-check-label a {
  color: #996d14;
}

.form-check-label a:hover {
  color: #102951;
}

.contenedor-hero {
}

.iconos-rrss {
  width: 25px;
  margin-left: 20px;
  margin-bottom: 15px;
  height: 25px;
}

.iconos-rrss:hover {
  color: #9c7e42;
  cursor: pointer;
}

footer a:hover {
  color: #9c7e42 !important;
}

.footer {
  width: 90%;
}

.navbar-toggler-icon {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.hamburger-bar {
  background-color: #102951;
  width: 30px;
  height: 3px;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler.collapsed .hamburger-bar:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .hamburger-bar:nth-of-type(2) {
  top: 8px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #102951;
}

.navbar-toggler.collapsed .hamburger-bar:nth-of-type(3) {
  top: 13px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler .hamburger-bar:nth-of-type(3) {
  top: 12px;
}

.navbar-toggler .hamburger-bar {
  position: relative;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.navbar-toggler .hamburger-bar:nth-of-type(1) {
  top: 2.8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #102951;
}

.navbar-toggler.collapsed .hamburger-bar:nth-of-type(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .hamburger-bar:nth-of-type(3) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-toggler .hamburger-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggler .hamburger-bar:nth-of-type(3) {
  top: -2.8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #102951;
}

.borde-boton-navbar {
  border: none;
  height: 32px;
}

.borde-boton-navbar:active {
  border: none;
}

.acordeon-interior p {
  padding: 10px 0 10px 0;
}

.fondo-parallax {
  height: calc(100vh - 91px);
}

.p-intro-restaurante span, .p-intro-mojacar span {
  color: #996d14;
  font-weight: 500;
  text-decoration: none !important;
}

.p-intro-restaurante span:hover, .p-intro-mojacar span:hover {
  text-decoration: underline !important;
}

.grid img:hover, .grid video:hover {
  animation: animPulse 1.5s infinite;
}

.grid img, .grid video {
  border-radius: 8px;
}

.grid video {
    display: block;
}

.galeria img:hover, .galeria iframe:hover {
  cursor: pointer;
}

.grid-item {
  width: 200px;
  margin-bottom: 10px;
}

.grid-item img, .grid-item video {
  width: 100%;
}

.grid {
  margin: 0 auto;
}

#galeria {
  margin-top: 50px;
}

hr {
  display: block;
  border: none;
  height: 3px !important;
  background: #102951;
  opacity: 0.5;
  background: linear-gradient(to right, #996d14, #996d14, #f0f5ff);
}

.separadores-categorias {
  display: block;
  border: none;
  height: 3px !important;
  background: #102951;
  opacity: 0.5;
  background: linear-gradient(to right, #102951, #102951, #f0f5ff);
}

#gallery-modal img:hover {
  animation: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: #102a51;
}

.img-fluid, .carousel-item img, .map-responsive {
  border-radius: 8px;
}

@media (min-width: 200px) {
  .h1-hero {
    font-size: 36px !important;
    top: 38%;
    left: 49%;
  }
  
  .p-hero {
    top: 78%;
    font-size: 14px !important;
    font-weight: bold;
  }
  
  .luna {
    width: 220px;
    height: auto;
  }
}

@media (min-width: 300px) {
  #encabezado-comida, #encabezado-bebida, #primera-fila-menu, #segunda-fila-menu, #tercera-fila-menu, #cuarta-fila-menu, #quinta-fila-menu, #sexta-fila-menu, #septima-fila-menu, #octava-fila-menu, #novena-fila-menu, #decima-fila-menu {
    display: none;
  }
  
  .columna-menu-home {
    padding-top: 60px !important;
  }
}

@media (max-width: 300px) {
  #encabezado-comida, #encabezado-bebida, #primera-fila-menu, #segunda-fila-menu, #tercera-fila-menu, #cuarta-fila-menu, #quinta-fila-menu, #sexta-fila-menu, #septima-fila-menu, #octava-fila-menu, #novena-fila-menu, #decima-fila-menu {
    width: 160px;
    height: auto;
  }
}

@media (min-width: 576px) {
  .columna-menu-home {
    padding-top: 45px;
  }
  
  .mobile-whatsapp-icon {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .whatsapp-icon {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 30px;
    right: 24px;
    z-index: 100;
    opacity: 0;
    transition: opacity 0.5s linear;
  }
  
  .whatsapp-icon a.disabled {
    pointer-events: none;
  }

  .appears {
    opacity: 1;
    transition-timing-function: linear;
  }

  .disappears {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  #encabezado-comida, #encabezado-bebida, #primera-fila-menu, #segunda-fila-menu, #tercera-fila-menu, #cuarta-fila-menu, #quinta-fila-menu, #sexta-fila-menu, #septima-fila-menu, #octava-fila-menu, #novena-fila-menu, #decima-fila-menu {
    display: flex;
  }
  
  .menu-movil {
    display: none;
  }
  
  .columna-menu-home {
    padding-top: 0;
  }
  
  .alergias-carta {
    width: 30px;
    height: auto;
  }
}

@media (min-width: 992px) {
  .h1-hero {
    font-size: 45px !important;
    top: 40%;
  }
  
  .p-hero {
    top: 78%;
  }
  
  .luna {
    width: 250px;
    height: auto;
  }
  
  .navbar-toggler {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .h1-hero {
    font-size: 64px !important;
  }
  
  .p-hero {
    font-size: 22px !important;
    margin-top: 14px;
  }
  
  .luna {
    width: 350px;
    height: auto;
  }
}

