:root {
    --primario : rgb(0, 0, 0);
    --texto: #000000;
}
@font-face {
    font-family: 'Museo';
    src:url('Museo300-regular.otf'),
        url('Museo700-regular.otf');
  }

html {
  overflow-x: hidden;
  flex-wrap:wrap;}
  

body {
  font-family: 'Museo';
  /*background: #c0a17c;*/
  background-color: rgb(249, 246, 238);
  font-size: 16px;
  line-height: 1.6;
  color: var(--texto) }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: var(--primario); }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: 'Museo';
  font-weight: bold; }


  .logo {
    margin-right: 10px;
    max-width: 100px;
    height: auto; 
  }
  
  .social-icons {
    display: inline-flex;
    align-items: center;
  }
  
  .social-icons a {
    margin-right: 10px;
    color: #000000;
    font-size: 24px;
    text-decoration: none;
  }
  .navbar-brand a {
    color: #000; 
}

/* Estilo para pantallas grandes */
.navbar-brand {
  display: flex;
  align-items: center;
}

.logo {
  max-height: 100px; /* Ajusta el tamaño máximo del logo según tus necesidades */
  margin-right: 10px; /* Ajusta el espacio entre el logo y el texto según tus necesidades */
}

/* Estilo para pantallas pequeñas */
@media (max-width: 991.98px) {
  .navbar-brand {
    flex-direction: column; /* Cambia la dirección del eje principal para apilar el logo y el texto en pantallas pequeñas */
    align-items: flex-start; /* Alinea los elementos al inicio del contenedor */
  }

  .logo {
    margin-bottom: 5px; /* Ajusta el espacio entre el logo y el texto apilado según tus necesidades */
  }
}

.navbar-toggler .oi {
    color: #000; 
}

#section-about {
  padding-top: 20px;
  padding-bottom: 20px; 
}
@media screen and (max-width: 767px) {
  #section-about {
      padding-top: 10px; 
      padding-bottom: 20px; 

  }
}

#section-about p, #section-gallery p{
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 767px){
  #section-about p{
  font-size: 20px;
}}
#section-menu p {
    color: black;
} 
.two-column-container {
    max-width: 700px; /* Adjust the max-width as needed */
    margin: 0 auto; /* Center the container horizontally */
}

.accordion-item {
    margin-bottom: 0; /* Adjust the margin between accordion items */
}

#section-contact {
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 1;
}

.col-md-6:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.contorno-negro {
  color: rgb(0, 0, 0); 
}

.two-column-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.left-column {
  flex: 1;
  margin-right: 10px; /* Espacio entre las columnas */
}

.right-column {
  flex: 1;
}

/* Estilos para la sección de reservas */
.formulario-reserva {
  text-align: center;
  padding: 100px;
  background-color: #CDA434;
}

/* Estilos para el título dentro de la sección de reservas */
.formulario-reserva h3 {
  font-size: 65px; 
  color: #FFFFFF; 
  text-align: center; 
  font-family: 'Museo';
  transition: transform 0.34s ease-in-out;
  line-height: 1;
}

.formulario-reserva h3:hover {
  transform: scale(1.1); /* Escala el título al 110% al pasar el cursor */
}

/* Estilo para el botón dentro de la sección del formulario */
.formulario-reserva .btn-primary {
  background-color: #3c4042;
  color: #fff;
  transition: background-color 0.3s ease;
  border: none;
  margin-top: 45px;
  font-size: 24px;
  padding: 10px 20px;
  font-family: 'Museo';
}

.btn_reserva {
    display: inline-block;
  background-color: #25d366; /* Color verde característico de WhatsApp */
  color: #fff; /* Color de texto blanco */
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn_reserva:hover {
    background-color: #128c7e;
    color:white;
}

.formulario-reserva .btn-primary:hover {
  background-color: #373e42;
}

/* Estilo para los campos del formulario dentro de la sección del formulario */
.formulario-reserva .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Estilo para los placeholders de los campos de entrada dentro de la sección del formulario */
.formulario-reserva .form-control::placeholder {
  color: #777;
}

/* Estilo para los mensajes de error de validación dentro de la sección del formulario */
.formulario-reserva .invalid-feedback {
  display: block;
  color: #d9534f;
}

/* Estilo para el mensaje de éxito de validación dentro de la sección del formulario */
.formulario-reserva .valid-feedback {
  display: block;
  color: #5bc0de;
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 960px) {
  /* Modifica el tamaño del título para dispositivos móviles */
  .formulario-reserva h3 {
    font-size: 30px;
  }

  /* Alinea el botón al centro para dispositivos móviles */
  .formulario-reserva .btn-primary {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  /* Ajusta el espacio entre los campos del formulario para dispositivos móviles */
  .formulario-reserva .form-control {
    margin-bottom: 5px;
  }
}



.text-primary {
  color: var(--primario) !important; }

.eventos {
    background-image: url("../images/bannerEventos2.png");
    height: 400px;
   background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
     
}


.title_bebidas {
    background-color: #0096dc;
    color: white;
    text-transform: uppercase;
    font-size: 18;
    text-align: center;
}
.sub_titulo_bebidas {
    text-transform: uppercase;
    color: black;
    font-size: 16;
    font-weight: bold;
}




.ftco-sub-title {
    margin-top: 50px;
}
.eventos h2 {
    margin: 50px 0;
}


.ftco-navbar-light {
  background-color: #CDA434 !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    .ftco-navbar-light {
      background: #CDA434 !important;
      top: 0;
      position: relative; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 20px;
      font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-cta a {
    color: #ffffff; }
  .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 960px) {
      .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0; } }
    .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
      position: absolute;
      content: "";
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 2px;
      background: rgba(207, 187, 0, 0.05); }
      @media screen and (max-width: 960px) {
        .ftco-navbar-light .navbar-nav > .nav-item.ftco-seperator:before {
          display: none; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: rgb(0, 0, 0) !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important; }
    @media screen and (max-width: 768px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }
    @media screen and (max-width: 576px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      padding-right: 0;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      padding-top: 0.7rem !important;
      padding-bottom: 0.7rem !important;
      color: #000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #CDA434 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000; }

.navbar-brand {
    text-transform: uppercase;
    letter-spacing: .1em; 
    font-weight: 700;
}

.bg-image, .ftco-cover {
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 650px;
  background-position-y: 50%;
  }

.ftco-cover {
  background-position: center center; }
  .ftco-cover .ftco-heading {
    font-size: 40px;
    line-height: 1.34;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .ftco-cover .ftco-heading {
        font-size: 37px;
        line-height: 1.3; } }
  .ftco-cover .ftco-subheading, .ftco-cover p {
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-family: 'Museo'; }
  @media screen and (max-width: 768px) {
    .ftco-cover .btn {
      width: 100% !important;
      border: 1px solid red; } }
  .ftco-cover a {
    position: relative;
    color: #fff; }
    .ftco-cover a:before {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #F96D00;
      height: 2px;
      content: " "; }
  .ftco-cover.overlay {
    position: relative; }
    .ftco-cover.overlay:before {
      content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .ftco-cover .ftco-vh-100 {
    min-height: 700px !important; }

.ftco-slant {
  position: relative;
  overflow: hidden; }
  .ftco-slant:after {
    width: 120%;
    height: 200px;
    left: -10%;
    background: #f2f2f2;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    content: "";
    position: absolute;
    bottom: -100px; }
    @media screen and (max-width: 960px) {
      .ftco-slant:after {
        bottom: -150px; } }
    @media screen and (max-width: 768px) {
      .ftco-slant:after {
        bottom: -170px; } }
  .ftco-slant.ftco-slant-white:after {
    background: #fff; }
  .ftco-slant.ftco-slant-dark:after {
    background: #263135; }

.ftco-uppercase {
  font-size: 30px; }

.menu-item {
  margin-bottom: 30px; }
  .menu-item img {
    width: 100px;
    border-radius: 50%; }
  .menu-item .menu-price {
    font-family: 'Museo';
    font-size: 24px; }

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px; } }

.bg-light {
  background: #CDA434 !important; }

.ftco-custom-gutters {
  margin-left: -10px;
  margin-right: -10px; }
  .ftco-custom-gutters [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px; }
    .ftco-custom-gutters [class*=col-] .ftco-thumbnail {
      display: block;
      margin-bottom: 10px; }

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: 'Museo'; }
  .btn.btn-lg {
    font-size: 16px !important;
    padding: 13px 40px !important; }
  .btn.btn-sm {
    padding: 10px 20px;
    font-size: 12px; }
  .btn.btn-primary {
    border-radius: 0px; }
  .btn.btn-secondary {
    border: 2px solid #ccc;
    background: none;
    border-radius: 0px;
    color: #999999; }
    .btn.btn-secondary:hover {
      background: #F96D00;
      border-color: #F96D00;
      color: #fff; }
  .btn:before {
    display: none; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #443a32;
    border-color: #F96D00;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      border-color: #c65700;
      background: #c65700; }
  .btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    border-radius: 0px;
    border-width: 2px; }
    .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
      background: #fff;
      border-color: #fff;
      color: #000; }

.form-control {
  border: 2px solid rgba(0, 0, 0, 0.2);
  height: 55px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    border: 2px solid #000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-vh-75 {
  height: 75vh; }
  @media screen and (max-width: 960px) {
    .ftco-vh-75 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

.ftco-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important; }
  @media screen and (max-width: 576px) {
    .ftco-tab-nav {
      display: block !important;
      margin-bottom: 10px;
      width: 100% !important; } }
  .ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important; }
    @media screen and (max-width: 576px) {
      .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important; } }
    .ftco-tab-nav li a {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .2em;
      color: #ccc;
      border: 2px solid #ccc;
      border-radius: 0 !important; }
      .ftco-tab-nav li a.active {
        background: none !important;
        color: black !important;
        border: 2px solid #000; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.bg-primary {
  background: #F96D00 !important; }

.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #ffffff;
  font-family: 'Museo';
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }

#section-about {
  background-color: #CDA434;
  padding: 5em 0; }
  #section-about p {
    font-size: 28px;
}
  #section-about .img {
    position: center;
    right: 0; }
    @media screen and (max-width: 768px) {
      #section-about .img {
        position: relative;
        right: inherit; }
        #section-about .img img {
          max-width: 100%; } }

#section-gallery {
  background-color: #E3DAC9;
}

#section-offer {
  padding: 12em 0; }

.ftco-section {
  padding: 7em 0; }

.ftco-bg-dark {
  background: #CDA434; }

.ftco-footer {
  font-size: 16px; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;}
  .ftco-footer p {
    color: rgb(0, 0, 0); }
  .ftco-footer a {
    color: rgb(0, 0, 0); }
    .ftco-footer a:hover {
      color: #000000; }
  .ftco-footer .ftco-heading {
    font-size: 24px; }
  .ftco-footer .ftco-heading-2 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgb(0, 0, 0); }

.ftco-pricing-popular {
  position: relative; }
  .ftco-pricing-popular .popular-text {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -16px;
    right: 0;
    background: #F96D00;
    color: #fff;
    padding: 2px 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    letter-spacing: .1em; }

.ftco-pricing h2 {
  font-size: 17px;
  text-transform: uppercase; }

.ftco-pricing .ftco-price-per {
  font-size: 70px; }
  .ftco-pricing .ftco-price-per sup {
    font-size: 20px;
    top: -1.5em; }
  .ftco-pricing .ftco-price-per strong {
    color: #000; }
  .ftco-pricing .ftco-price-per span {
    font-size: 20px; }

.ftco-pricing ul li {
  margin-bottom: 10px; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
    background: rgb(0, 0, 0);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #F96D00; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #F96D00; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }

.ftco-owl {
  position: relative;
  z-index: 1; }
  .ftco-owl .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .ftco-owl .owl-nav .owl-prev,
    .ftco-owl .owl-nav .owl-next {
      position: absolute;
      font-size: 30px;
      background: #F96D00;
      color: #fff;
      padding: 10px;
      line-height: 0; }
    .ftco-owl .owl-nav .owl-prev {
      left: 0; }
    .ftco-owl .owl-nav .owl-next {
      right: 0; }
  .ftco-owl .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 30px; }
    .ftco-owl .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1; }
      .ftco-owl .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #ccc;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 7px; }
      .ftco-owl .owl-dots .owl-dot.active span {
        background: #F96D00; }
  .ftco-owl:hover .owl-nav {
    visibility: visible;
    opacity: 1; }

#map {
  height: 400px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    #map {
      height: 300px; } }

#reservationModal .close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer; }
  #reservationModal .close:active, #reservationModal .close:focus {
    outline: none !important; }
  #reservationModal .close span {
    font-size: 30px; }
  #reservationModal .close small {
    font-size: 16px;
    position: relative;
    top: -2px;
    right: 10px; }

#reservationModal .modal-content {
  border-radius: 0; }
  #reservationModal .modal-content label {
    color: #000; }
  #reservationModal .modal-content .modal-body {
    padding: 0; }
  #reservationModal .modal-content .bg-image, #reservationModal .modal-content .ftco-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    @media screen and (max-width: 960px) {
      #reservationModal .modal-content .bg-image, #reservationModal .modal-content .ftco-cover {
        height: 200px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden; } }

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.ftco-counter .ftco-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #F96D00; }

.ftco-counter .ftco-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }


.redes {
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    margin: 0 20px;
}

.redes-txt {
    text-transform: uppercase;
}
.redes-txt a {
    color: black;
    font-weight: bolder;
    font-size: 14px;
}
@media (min-width:480px){
    .redes-txt a {
        font-size: 20px;
    }
}
@media (min-width:768px){
    .redes-txt a {
        font-size: 14px;
    }
}
@media (min-width:992px){
    .redes-txt a {
        font-size: 20px;
    }
}
/*BOTONES FLOTANTES*/

.contacto {
  position: fixed;
  bottom: 60px;
  right: 70px;
  cursor: pointer;
  color: black;
  background-color: white;
  border-radius: 10px;
  padding: 1px 20px;
  border: 1px solid #333;
  margin: 0;
}
.contacto p {
  padding: 0;
  margin: 0;
}

.boton_whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
  color:forestgreen;
  background-color: lawngreen;
  border-radius: 50%;
  font-size: 35px;
}

.boton_whatsapp:hover {
    color: white;
}


/* idioma */

.idioma_text {
  position: fixed;
  left: 70px;
  bottom: 20px;
  cursor: pointer;
  color: black;
  background-color: white;
  border-radius: 10px;
  padding: 1px 20px;
  border: 1px solid #333;
  margin: 0;
}
.idioma_text p {
  padding: 0;
  margin: 0;
}

.icon_idioma {
	position: fixed;
	left: 20px;
	bottom: 20px;
	cursor: pointer;
  font-size: 35px;
}

.icon_idioma img {
  height: 60px;
  width: 60px;
}

.icon_idioma:hover {
    color: white;
}


/*BOTONES FLOTANTES*/

/**************************/

.modall {
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    animation: modal 1s 1s forwards;
    visibility: hidden;
    opacity: 0;
}

.contenido {
    position: relative;
    width: 350px;
    height: 500px;
    margin: auto;
    background: white;
    border-radius: 10px;
}

.contenido img {
    position: absolute;
    width: 100%;
    height: 100%;
}
#cerrar {
    display: none;
}

#cerrar + label {
    position: fixed;
    color: white;
    font-size: 25px;
    z-index: 20000;
    background: darkred;
    padding: 5px 10px;
    right: 10px;
    border-radius: 50%;
    cursor: pointer;
    animation: modal 1s 1s forwards;
    visibility: hidden;
    opacity: 0;
}

#cerrar:checked + label, #cerrar:checked ~ .modall {
    display: none;
}

@keyframes modal {
    100% {
    visibility: visible;
    opacity: 1;
    }
}

#btn_cerrar {
    z-index: 30000;
    color: white;
}
.move-right {
  margin-left: 20px;
}
.ftco-section-black {
  background-color: rgba(0, 0, 0, 0.904);
  color: white;
  padding: 15px 0;
}

.icon_vegetariano {
    width:50px !important;
    height:40px;
}
