@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");
/**************
GENERAL
**************/
form#emailFrom {
  display: none;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-y: unset !important;
}

h1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.3rem;
  }
}

h2 {
  font-family: "Alex Brush", "Montserrat", cursive;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 4.4rem;
  }
}
h2 strong {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  h2 strong {
    font-size: 3.4rem;
  }
}
h2 strong::after {
  content: "";
  width: 100%;
  display: block;
  height: 26px;
  background: url(../images/under.svg) no-repeat top right;
  background-size: contain;
}

h3 {
  font-size: 1.5rem;
}
h3 a {
  color: black;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
h3 a:hover {
  color: #FAB42E;
}

p a {
  color: black;
}

section {
  padding: 2rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  section {
    padding: 4rem 0;
  }
}

/**************
HEADER
**************/
#menuprincipal {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  padding: 0;
  z-index: 99999;
  border-bottom: 2px solid white;
}

.bl-nav {
  display: flex;
  align-items: center;
  margin: 0 15px 10px auto;
}

.co-lang {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0 !important;
  margin: 0;
}
.co-lang li {
  display: block;
  font-size: 0.8rem;
}
.co-lang li a {
  color: white;
  text-decoration: none;
}
.co-lang li a:hover, .co-lang li a.active {
  color: #FAB42E;
}

.navbar-brand img {
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-direction: column;
  }
}
.navbar-extras {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 15px 10px auto;
}
@media (min-width: 992px) {
  .navbar-extras {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.navbar-extras .co-contacto-top {
  background: #FAB42E;
  display: flex;
  flex-direction: row !important;
  gap: 18px;
  padding: 0 10px;
}
@media (min-width: 992px) {
  .navbar-extras .co-contacto-top {
    padding: 0 15px;
  }
}
.navbar-extras .co-contacto-top .el-direccion, .navbar-extras .co-contacto-top .el-whatsapp {
  color: black;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}
.navbar-extras .co-contacto-top .el-direccion img, .navbar-extras .co-contacto-top .el-whatsapp img {
  height: 22px;
}
.navbar-extras .co-contacto-top .el-direccion span, .navbar-extras .co-contacto-top .el-whatsapp span {
  display: block;
}
.navbar-extras .co-contacto-top .el-direccion {
  display: none;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .navbar-extras .co-contacto-top .el-direccion {
    display: flex;
  }
}
.navbar-extras .co-contacto-top .el-whatsapp a {
  color: black;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}
.navbar-extras .cta-top {
  background: white;
  color: black;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-extras .cta-top {
    padding: 0 15px;
  }
}

.bl-navbar {
  background: black !important;
  color: white;
}
.bl-navbar .nav-link {
  color: white;
  line-height: 1;
  transition: all 0.2s ease-out;
  border: 2px solid transparent;
  padding: 10px;
  text-align: center;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .bl-navbar .nav-link {
    padding: 5px 10px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .bl-navbar .nav-link {
    margin: 0 5px;
  }
}
.bl-navbar .nav-link.active, .bl-navbar .nav-link:hover {
  border: 2px solid #FAB42E;
}
.bl-navbar .nav-item--lang {
  display: flex;
  font-size: 90%;
}
.bl-navbar .nav-item--lang .nav-link {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
@media (min-width: 1200px) {
  .bl-navbar .nav-item--lang .nav-link {
    margin: 0;
  }
}

/**************
TOGGLER
**************/
.navbar-toggler span {
  display: block;
  background-color: #FFFFFF;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}

.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

/**************
BANNER
**************/
.bl-banner {
  margin-top: 56px;
}
@media (min-width: 768px) {
  .bl-banner {
    margin-top: 78px;
  }
}
@media (min-width: 992px) {
  .bl-banner {
    margin-top: 106px;
  }
}
.bl-banner .co-banner {
  width: 100%;
  height: auto;
}
.bl-banner .co-banner video {
  width: 100%;
  height: auto;
  display: block;
}

/**************
INTRO
**************/
.bl-intro {
  background-color: black;
  color: white;
  text-align: center;
  position: relative;
  overflow: visible;
}
.bl-intro h1 {
  -webkit-text-decoration: uppercase;
          text-decoration: uppercase;
  margin-bottom: 1.5rem;
}
.bl-intro p {
  margin-bottom: 3rem;
}
.bl-intro .btn-cta {
  color: black;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  background: #FAB42E;
  border: 3px solid #FAB42E;
  display: block;
  width: 280px;
  text-align: center;
  padding: 1.2rem 0;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -140px;
  transition: all 0.3s ease-out;
}
.bl-intro .btn-cta:hover {
  bottom: -1.5rem;
  /*background-color: white;
  border: 3px solid black;*/
}

/**************
MENU
**************/
.bl-carta .co-carta {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.bl-carta .co-carta figure {
  margin: 0;
}
.bl-carta .co-carta figure img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
}
.bl-carta .co-carta figure:hover img {
  transform: scale(1.1);
}
.bl-carta .co-carta figcaption {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
}
@media (min-width: 992px) {
  .bl-carta .co-carta figcaption {
    min-height: 4rem !important;
  }
}

/**************
PRECIOS
**************/
.bl-precios table th {
  background: black;
  color: white;
  padding: 10px 5px;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .bl-precios table th {
    font-size: 1.2rem;
    padding: 20px 10px;
  }
}
.bl-precios table td {
  padding: 10px 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .bl-precios table td {
    font-size: 1rem;
    padding: 20px 10px;
  }
}
.bl-precios table td.naranja {
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(250, 180, 46, 0.8);
  font-size: 0.9rem;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .bl-precios table td.naranja {
    font-size: 1.2rem;
    padding: 20px 10px;
  }
}
.bl-precios table td a {
  font-weight: bold;
  cursor: pointer;
}
.bl-precios table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.tooltip-inner {
  padding: 10px;
}
.tooltip-inner img {
  width: 100%;
}

/**************
SERVICIO A DOMICILIO
**************/
.bl-domicilio .co-quehacemos {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding: 0;
}
.bl-domicilio .co-quehacemos li {
  margin: 0 0 2rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  text-align: left;
  padding-left: 80px;
}
.bl-domicilio .co-quehacemos li::before {
  content: counter(my-awesome-counter);
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: 0;
  background: #FAB42E;
  border-radius: 50%;
  text-align: center;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

/***************
CÓMO
***************/
.bl-como {
  background: url(../images/fd-pared.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.bl-como::before {
  content: "";
  height: 56px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/sep-top.svg) repeat-x top left;
}
.bl-como::after {
  content: "";
  height: 56px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background: url(../images/sep-bot.svg) repeat-x bottom left;
}

.co-contacto {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-direction: column;
}
.co-contacto a {
  color: black;
  text-decoration: none;
}
@media (min-width: 992px) {
  .co-contacto {
    flex-direction: row;
  }
}
.co-contacto div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.co-instrucciones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .co-instrucciones {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
  }
}
.co-instrucciones img {
  margin-top: 5rem;
  flex: none;
  width: 40px;
  transform: rotate(90deg);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .co-instrucciones img {
    margin-top: 4rem;
    width: 50px;
    transform: rotate(0deg);
  }
}
@media (min-width: 992px) {
  .co-instrucciones img {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .co-instrucciones img {
    width: 100px;
  }
}
.co-instrucciones div {
  width: 100%;
  max-width: 140px;
}
.co-instrucciones div figure {
  background: white;
  border: 4px solid #FAB42E;
  border-radius: 50%;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .co-instrucciones div figure {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 1200px) {
  .co-instrucciones div figure {
    width: 140px;
    height: 140px;
  }
}
.co-instrucciones div figure img {
  margin-bottom: 0;
  width: auto;
  transform: rotate(0deg) !important;
  margin-top: 0 !important;
}
.co-instrucciones div figcaption {
  text-align: center;
}

/***************
DÓNDE
***************/
.bl-donde iframe {
  height: 400px;
}
@media (min-width: 768px) {
  .bl-donde iframe {
    height: 100%;
  }
}
.bl-donde .el-local {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.bl-donde .el-local img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/***************
PEDIDO
***************/
form .btn-primary {
  border-radius: 0;
  background-color: black;
  border: black;
  padding: 1rem 3rem;
}
form .btn-primary:hover {
  background: #FAB42E;
}
form a {
  color: black;
}
form .form-floating > .form-control {
  padding: 1rem 0.75rem;
  background: rgba(0, 0, 0, 0.03);
}

.form-floating label > .description {
  display: none;
}

.form-floating input[type=radio]:checked + label .description {
  display: block;
}

.form-floating > label {
  left: 0.75rem;
}

.form-floating #direccion + label {
  left: 0;
}

/***************
FOOTER
***************/
footer {
  color: white;
  background-color: black;
  position: relative;
  padding: 56px 0;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #FAB42E;
}
footer::before {
  content: "";
  height: 56px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url(../images/sep-top.svg) repeat-x top left;
}
footer .co-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  footer .co-footer {
    padding: 2rem 0 1rem;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  footer .co-footer .co-footer-text {
    text-align: right;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  footer .co-footer {
    font-size: 0.9rem;
  }
}
footer .co-footer img {
  width: 180px;
  height: auto;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  footer .co-footer img {
    margin: 0;
  }
}

#nuestra-carta, #servicio-a-domicilio, #donde-estamos, #haz-tu-pedido {
  /* padding-top: 78px;
   margin-top: -78px;*/
  top: -78px;
  position: relative;
}
@media (min-width: 992px) {
  #nuestra-carta, #servicio-a-domicilio, #donde-estamos, #haz-tu-pedido {
    top: -106px;
    /*padding-top: 106px;
    margin-top: -106px;*/
  }
}

.co-horarios {
  background-color: black;
  color: white;
  padding: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
  display: flex;
  gap: 15px;
  align-items: center;
}
.co-horarios p {
  margin-bottom: 0;
}

.modal {
  z-index: 99999;
}
.modal .modal-content {
  border-radius: 0 !important;
}
.modal .modal-header, .modal .modal-footer {
  border-radius: 0 !important;
}
.modal .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.4rem;
}
.modal .modal-body h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}
.modal .modal-body p {
  font-size: 0.9rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto;
  }
}
.modal-header button {
  border: none;
  width: 30px;
  background: #FAB42E;
  height: 30px;
  font-size: 1.8rem;
  line-height: 1;
}

.modal-footer button.btn.btn-secondary {
  border: none;
  background: black !important;
  border-radius: 0;
}/*# sourceMappingURL=custom.css.map */