/*
	Fonts
*/
/*
	Common
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 60px; }

header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 10px;
  background: #ec008c;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center; }
    header ul li {
      display: inline-block; }
      header ul li a {
        display: block;
        padding: 10px 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: white;
        -webkit-transition: 320ms all ease;
        -moz-transition: 320ms all ease;
        -ms-transition: 320ms all ease;
        -o-transition: 320ms all ease;
        transition: 320ms all ease; }
        header ul li a:hover {
          box-shadow: inset 0 -3.25em 0 0 white;
          color: #ec008c;
          text-decoration: none; }

a.mobile-menu {
  display: none; }

.intro {
  padding: 10vh;
  background-image: url("images/bg-intro.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover; }
  .intro h2, .intro .section.ordena h3, .section.ordena .intro h3 {
    color: #ec008c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-transform: none;
    font-weight: 700;
    font-style: italic;
    text-align: center; }

.top-slide {
  position: relative; }
  .top-slide .slider-logo {
    display: block;
    position: absolute;
    z-index: 99;
    width: 33%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.owl-item img {
  opacity: .3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

.owl-item:hover img {
  opacity: .9; }

a.phone-float {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 24px;
  position: fixed;
  right: 10px;
  top: 50%;
  background: #ec008c;
  text-align: center;
  color: white;
  border-radius: 100%;
  border: 2px solid white;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3); }

.section {
  padding: 70px 0;
  position: relative; }

#map {
  width: 100%;
  height: 500px; }

.sucursales {
  position: relative; }

.info-map {
  display: block;
  position: absolute;
  z-index: 98;
  background: #ec008c;
  left: 10%;
  top: 50%;
  color: white;
  padding: 20px;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -ms-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease; }
  .info-map.second {
    right: 5%;
    top: 10%;
    width: 300px;
    left: auto;
    transform: none; }
  .info-map h3 {
    font-size: 24px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
  .info-map .silent {
    margin: 0;
    opacity: 0.8; }
  .info-map.active {
    background: white;
    color: #ec008c;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3); }

a.menu {
  display: block;
  text-align: center;
  height: 220px;
  font-size: 24px;
  font-weight: 700;
  color: white;
  position: relative;
  overflow: hidden;
  font-style: italic;
  cursor: pointer; }
  a.menu span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 3; }
  a.menu img {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 420ms ease;
    -moz-transition: all 420ms ease;
    -ms-transition: all 420ms ease;
    -o-transition: all 420ms ease;
    transition: all 420ms ease; }
  a.menu:hover {
    text-decoration: none; }
    a.menu:hover img {
      width: 130%;
      left: -15%; }
    a.menu:hover:after {
      box-shadow: inset 0 -15.25em 0 0 rgba(255, 255, 255, 0.3); }
  a.menu:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 470ms ease;
    -moz-transition: all 470ms ease;
    -ms-transition: all 470ms ease;
    -o-transition: all 470ms ease;
    transition: all 470ms ease;
    width: 96%;
    height: 90%;
    border: 5px solid rgba(255, 255, 255, 0.3);
    left: 2%;
    top: 5%;
    z-index: 2; }

.section.ordena h2, .section.ordena h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #412985;
  margin: 30px 0;
  font-size: 2.5rem; }

.section.ordena h3 {
  font-size: 1.5rem;
  margin-bottom: .4rem; }

.section.ordena p {
  margin: 10px 0; }
  .section.ordena p a.call {
    background: #412985;
    padding: 15px 15px 15px 50px;
    color: white;
    display: inline-block;
    color: white;
    font-weight: 700;
    border: 3px solid white;
    position: relative;
    -webkit-transition: 320ms all ease;
    -moz-transition: 320ms all ease;
    -ms-transition: 320ms all ease;
    -o-transition: 320ms all ease;
    transition: 320ms all ease; }
    .section.ordena p a.call span {
      display: block;
      width: 80px;
      height: 80px;
      line-height: 70px;
      font-size: 30px;
      background: white;
      border: 5px solid #412985;
      color: #412985;
      text-align: center;
      border-radius: 100%;
      position: absolute;
      left: -40px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transition: 320ms all ease;
      -moz-transition: 320ms all ease;
      -ms-transition: 320ms all ease;
      -o-transition: 320ms all ease;
      transition: 320ms all ease; }
    .section.ordena p a.call:hover {
      text-decoration: none;
      transform: scale(1.1);
      box-shadow: inset 0 -3.25em 0 0 #ec008c;
      border-color: #ec008c; }
      .section.ordena p a.call:hover span {
        background: #ec008c;
        color: white;
        border-color: white; }
  .section.ordena p.icon {
    margin-left: 0; }
  .section.ordena p.first {
    margin-bottom: 30px;
    margin-left: 40px;
    font-size: 24px; }
  .section.ordena p.second {
    font-size: 18px; }
  .section.ordena p.detalles {
    font-size: .8rem; }
  .section.ordena p a {
    color: #412985;
    font-weight: bold; }

.section.ordena .social {
  margin: 20px 0 30px 0px;
  text-align: center; }
  .section.ordena .social a {
    display: inline-block;
    line-height: 80px;
    width: 80px;
    height: 80px;
    font-size: 36px;
    background: #ec008c;
    color: white;
    border-radius: 100%;
    text-align: center;
    margin-right: 15px;
    border: 3px solid white;
    -webkit-transition: 320ms all ease;
    -moz-transition: 320ms all ease;
    -ms-transition: 320ms all ease;
    -o-transition: 320ms all ease;
    transition: 320ms all ease; }
    .section.ordena .social a:hover {
      text-decoration: none;
      transform: scale(1.1);
      box-shadow: inset 0 -3.25em 0 0 white;
      color: #ec008c;
      border-color: #ec008c; }

.almuerzos {
  padding: 70px 0; }
  .almuerzos .lead {
    font-size: 1rem;
    color: #412985;
    font-weight: bold; }
  .almuerzos .green {
    color: #89ac2e;
    font-weight: bold;
    font-size: 48px; }
  .almuerzos .pink {
    color: #ec008c;
    font-weight: bold;
    font-size: 26px;
    line-height: 1; }
  .almuerzos .blue {
    color: #412985;
    font-size: 1.5rem; }
  .almuerzos .salsas {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    text-align: center; }
  .almuerzos h2, .almuerzos .section.ordena h3, .section.ordena .almuerzos h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #412985; }
  .almuerzos h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold; }
  .almuerzos .col-4 {
    text-align: right; }
  .almuerzos .precios-lunch {
    display: block;
    width: 340px;
    max-width: 100%;
    margin: 10px auto; }

#modalMedidas h2, #modalMedidas .section.ordena h3, .section.ordena #modalMedidas h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #412985; }

footer {
  background: #ec008c url(images/pattern.jpg) repeat-x top;
  background-size: 50px auto;
  padding-top: 55px;
  text-align: center;
  color: #6d0040;
  font-size: 13px; }

.btn-primary {
  background: #ec008c;
  color: white;
  border-color: #ec008c; }

@media screen and (max-width: 768px) {
  body {
    padding: 0; }
  .intro h2, .intro .section.ordena h3, .section.ordena .intro h3 {
    font-size: 1rem; }
  a.mobile-menu {
    display: block;
    background: #ec008c;
    border-radius: 5px;
    top: 5px;
    left: 5px;
    position: fixed;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    line-height: 1;
    font-size: 21px;
    text-align: center;
    color: white !important;
    z-index: 100;
    -webkit-transition: 400ms all;
    -moz-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all; }
    a.mobile-menu .fa-times {
      display: none; }
    a.mobile-menu.active {
      background: white;
      color: #ec008c !important; }
      a.mobile-menu.active .fa-times {
        display: block; }
      a.mobile-menu.active .fa-bars {
        display: none; }
  header {
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    top: -100px;
    -webkit-transition: 400ms all;
    -moz-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all; }
    header ul li {
      display: block; }
    header.active {
      visibility: visible;
      opacity: 1;
      top: 0; }
  .info-map,
  .info-map.second {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    transform: none;
    text-align: center;
    padding: 15px; }
  .section {
    padding: 10px 0;
    text-align: center; }
    .section.ordena p.first, .section.ordena p, .section.ordena p.second, .section.ordena .social {
      margin: 10px 0; }
    .section.ordena p a:hover {
      box-shadow: inset 0 -6.25em 0 0 white; }
    .section.ordena p a.call {
      font-size: 1rem; }
      .section.ordena p a.call span {
        left: -20px;
        width: 60px;
        height: 60px;
        line-height: 50px; }
  #modalMedidas.p-5 {
    padding: 15px !important; }
  #modalMedidas h2, #modalMedidas .section.ordena h3, .section.ordena #modalMedidas h3 {
    font-size: 24px; } }
