/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */


 @font-face {
    font-family: 'Special';
    src: local('Special Request'), local('SpecialRequest'),
      url('fonts/SpecialRequest.woff') format('woff2'),
      url('fonts/SpecialRequest.woff2') format('woff'),
      url('fonts/SpecialRequest.ttf') format('truetype'),
        url('fonts/SpecialRequest.svg#SpecialRequest') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url('fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: local('Graphik Regular'), local('Graphik-Regular'),
      url('fonts/Graphik-Regular.woff') format('woff2'),
      url('fonts/Graphik-Regular.woff2') format('woff'),
      url('fonts/Graphik-Regular.ttf') format('truetype'),
        url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik Black';
    src: local('Graphik Black'), local('Graphik-Black'),
         url('fonts/Graphik-Black.woff') format('woff2'),
         url('fonts/Graphik-Black.woff2') format('woff'),
         url('fonts/Graphik-Black.ttf') format('truetype'),
        url('fonts/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}



::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
   overflow-x: hidden;
}

   /*-----------Tipografías---------------*/
   
.graphik{
  font-family: Graphik; 
}

.graphik-black{
  font-family: Graphik Black; 

}

.montserrat{
  font-family: Montserrat; 
}

.special{
  font-family: Special;
}

.bold{
  font-weight: bold;
}

.italic{
  font-style: italic;
}

.light{
  font-weight: 300;
}

/*-----------Colores---------------*/

.blanco{
   color: #fff;
}

.gris{
  color: #474747;
}

.azul{
  color: #002241;
}

.azulito{
  color: #01c2c1;
}

.aguacate{
  color: #cfdb60;
}

.naranja{
  color: #de5517;
}

/*------------Font ------------*/

.font-16{
   font-size: 16px;
}

/*----------Sitio------------*/

body{ 
   background: #fafafa; 
   font-family: Graphik; 
   font-size: 14px; 
   position:relative; 
}

#top{
   z-index: 111;
   -webkit-transition: all 500ms ease-out;
   -moz-transition: all 500ms ease-out;
   -ms-transition: all 500ms ease-out;
   -o-transition: all 500ms ease-out;
   transition: all 500ms ease-out;
}

#top .navbar-nav{
   margin-top: 30px;
}


.navegacion{
   display: none;
   background: #fff;
}

.navegacion .navbar{
   width: 100%;
}


.navbar-shrink {
    background-color: #fff;
    margin-top: 0;
    z-index: 999999;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    box-shadow: 0 1px 5px #e0e1e1, inset 0 0 5px white;
    position: fixed;
    top: 0!important;
    right: 0;
    left: 0;
}

#platillos{ position: relative; margin-bottom: 600px; }

.animated{ animation-duration: 2s; }

.hoja1{ position: absolute; top: -3%; left: -6%; }

.hoja2{ position: absolute; top: 13%; left: 12%; z-index: 1; }

.hoja3{ position: absolute; top: 19%; right: -4%; z-index: 1;}

#platillos .carousel .carousel-item img{ margin: 0 auto; display: block; }

#platillos .carousel-indicators{
   bottom: -20%;
   z-index: 1;
}

.textura{ position: absolute; top: 0;     left: 0;

}

.fondo-cool{ 
   font-size: 15.5em;
   position: absolute;
   width: 100%;
   text-align: center;
   color: #fff;
   top: 18px;
}

.inclinado{ transform: rotate(-18deg); }

.inclinado.special.azul{
   font-size: 7em;
   top: -4rem;
   left: 23%;
}

.caption{
   top: 15em;
    right: 5%;
    width: 22%;
}

.carousel-indicators li{ width: auto!important; height: auto!important;
margin-left: auto; margin-right: auto; background: transparent; text-indent:
unset; margin-bottom: -273px; }

.caption .titulo{ font-size: 24px; }

.caption p{ font-size: 14px; }

.centrado{ width: 85%; }

#nosotros{ margin-top: 325px; position: relative; }

#nosotros .carousel-cell {
  min-height: 691px;
  background: #fff;
}

#nosotros .flickity-button{
   background: transparent;
}

#nosotros .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 30%;
    top: 30%;
    width: 40%;
    color: #fff;
    height: 40%;
}

#nosotros .carousel-nav .carousel-cell {
  min-height: 259px;
  width: auto;
  margin-right: 20px;
}

#nosotros .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}

.owl-item div{ border-radius: 10px; overflow: hidden; }

h1.aguacate.special{ 
   font-size: 6em; 
   margin: 0 0 0 .5em; 
}

h1.montserrat.blanco{
   margin: 0 0 0 .5em; 
}

.carousel.carousel-main.flickity-enabled.is-draggable{
   margin-top: -15%;
}

#frase{ background: #fefff1; padding: 25rem 0 25rem; position: relative;    }

#frase h1{ font-size: 7em; margin: 10px 0; line-height: 75px; }

.naranja{ position: absolute; top: -3%; }

.pina{
   position: absolute;
   right: 15%;
   top:20%;
}

.betabel{
   position: absolute;
   right: -7%;
   top: 3%;
}

.fresa{
   position: absolute;
   right: 3%;
   top:32%;
}

.jugo{
   position: absolute;
    top: 44%;
    left: 44%;
}


.parallax-window {
    min-height: 1000px;
    background: transparent;
}

.menu{
   margin-top: -35vh;
   margin-bottom: 2rem;
}

.menu h1{
   color: #fff;
}

.container-rev {
   height: 100vh;
   width: 100%;
   
}

.fullscreen {
  background: #333;
}

.sucursales{
   padding: 20px 0;
   margin-bottom: 4rem;
}

.sucursales img{
   margin: 2rem auto;
   display: block;
}

.sucursales a{
   width: 100%;
   display: block;
   color: #414141;
   text-decoration: none;
}

.sucursales .sucursal{
   padding: 0 25px;
}

.sucursales .carousel,
.sucursales .flickity-slider,
.sucursales .flickity-viewport{
   width: 100%;
   min-height: 380px;
}

.sucursales .carousel-cell {
  opacity: .8;
  width: 30%;
  height: auto;
}

footer p strong{
   color: #de5517;
}

footer img{
   margin-top: -30px;
}


.red-social{
  position: fixed;
  right: 2%;
  z-index: 1;
  cursor: pointer;
}

.fb{
   top: 40%;
}

.insta{
  top: 49%;
}

.email{
  top: 58%;
}

.whats{
  top: 67%;
}



.contacto{
   background: #01c2c1;
   border-radius: 10px;
   padding: 30px 20px 10px;
   display: none;
   position: absolute;
   right: 0;
   width: 300px;
   bottom: 64px;
   z-index: 9;
}

.contacto .form-control{
    font-size: 12px;
    resize: none;
}

.contacto p{
    font-size: 12px;
    text-align: center;
    resize: none;
}

.contacto button{
   color: #000;
   font-size: 14px;
   padding: 0;
   width: 100%;
   text-align: center;
}

#cross {
    background: #000;
    height: 11px;
    position: relative;
    width: 2px;
}

#cross:after {
    background: #000;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    top: 4px;
    width: 12px;
}

.cruz{
   position: absolute;
    top: 2px;
    right: 5px;
    width: 29px;
    padding: 9px 14px;
    height: 29px;
    border-radius: 50%;
    transform: rotate(-45deg);
    cursor: pointer;
}

.mostrar{
   -webkit-transition: all 500ms ease-out;
   -moz-transition: all 500ms ease-out;
   -ms-transition: all 500ms ease-out;
   -o-transition: all 500ms ease-out;
   transition: all 500ms ease-out;
   display: block;
}

.popup {
  width: 100%;
  margin-top: 15%;
}
   
.row.descarga-menu {
    margin-top: 3%;
}

button#descarga-menu {
    border: 3px solid;
    border-color: #e05517;
    background-color: transparent;
    color: #e05517;
    padding: 1% 3% 1% 3%;
    position: relative;
    float: right;
    margin-right: 20%;
    border-radius: 12px;
    font-family: "montserrat";
}
button#servicio-domicilio2 {
    position: relative;
    float: left;
    margin-left: 5%;
    padding: 7px 10px 7px 10px;
    margin-top: -2%;
    border-radius: 12px;
    border: 3px solid;
    border-color: #e05517;
    background-color: transparent;
    color: #e05517;
    font-family: "montserrat";
    top: -264%;
}
button#servicio-domicilio {
    position: relative;
    float: right;
    margin-right: 5%;
    padding: 7px 10px 7px 10px;
    border-radius: 12px;
    border: 3px solid;
    border-color: #e05517;
    background-color: transparent;
    color: #e05517;
}
.close {
    position: relative;
    top: 17%;
}
button.boton-nuevo {
    border-color: #f9a61c;
    color: #f9a61c;
    background: #ffffff;
    border-radius: 12px;
}


@media (min-width: 1920px){
   .contenido-nosotros{
      margin: 15rem 0;
   }

   img.img-fluid.textura{
      margin-top: -13rem
      z-index:-10000;
   }
   .row.descarga-menu {
       margin-top: 3%;
   }
   button#descarga-menu {
       border: 3px solid;
       border-color: #e05517;
       background-color: transparent;
       color: #e05517;
       padding: 1% 3% 1% 3%;
       position: relative;
       float: right;
       margin-right: 20%;
   }
   button#servicio-domicilio2 {
       margin-right: -5%;
   }

}

@media (min-width: 768px) and (max-width: 1024px){

   iframe{
     height: 700px!important;
   }

   body{
      overflow-x: hidden;
   }

   .hoja1,
   .hoja2,
   .hoja3{
      display: none;
   }

   #platillos .carousel .carousel-item img {
       margin: 0 auto;
       display: block;
       width: 50%;
   }

   .fondo-cool {
       font-size: 9em;
   }

   #platillos {
       margin-bottom: 300px;
   }

   #nosotros{
      margin-top: 0;
   }

   #nosotros .carousel-nav{
      display: none;
   }

   .parallax-window {
       min-height: 600px;
   }

   .centrado {
       margin-bottom: 30%;
   }

   h1.montserrat.blanco {
       margin: 4rem 0 0 2em;
   }

   h1.aguacate.special {
       font-size: 4em;
       margin: 0 0 0 .8em;
   }

   .jugo,
   .pina,
   .fresa{
      display: none;
   }

   #frase {
       padding: 10rem 0 10rem;
   }

   #frase h1{
      text-align: center!important;
   }

   #frase img {
       width: 50%;
   }

   .red-social {
       right: 10%;
   }

   footer img {
       margin-top: -30px;
       margin-left: -50px;
   }
   button#descarga-menu {
       border: 3px solid;
       border-color: #e05517;
       background-color: transparent;
       color: #e05517;
       padding: 1% 3% 1% 3%;
       position: relative;
       float: none;
       margin-right: 0;
       text-align: center;
   }
   button#servicio-domicilio2 {
       position: relative;
       float: right;
       margin-right: 7%;
       top:0;
   }
   .descarga-menu{
      text-align: center;
      margin-top: 7%;
   }
   button#servicio-domicilio {
       right: -20%;
       padding: 7px 5px 7px 5px;
   }
}


@media(max-width: 767px){
   
   iframe{
     height: 550px!important;
   }
   
   img.img-fluid.mx-auto.d-block {
       margin-left: -20px!important;
       width: 50%;
   }

   .hoja1,
   .hoja2,
   .hoja3,
   .fondo-cool,
   .caption,
   #platillos .carousel-indicators,
   .jugo{
      display: none;
   
   }

   .navbar{
      margin: 0;
      float: right;
      padding: 10px 0;
   }

   .navbar-light .navbar-nav .nav-link{
      text-align: center;
   }

   #frase h1 {
       font-size: 50px;
       line-height: 43px;
       text-align: left!important;
   }

   #platillos {
       margin-bottom: 0;
   }

   #nosotros {
      background: url(../img/fondo_anaranjado.png)no-repeat;
      width: 100%;
      background-size: cover;
       margin-top: 50px;
   }

   a.navbar-brand img{
      width: 60%;
   }

   .navegacion button.navbar-toggler {
       margin-top: 5px;
   }

   .navbar-light .navbar-toggler{
      border-color: transparent;
      float: right;
      margin: 0;
      padding: 0;
   }

   .nav-link {
       display: block;
       padding: 0.5rem 0rem;
       color: #474747;
       text-align: center;
   }

   #top .navbar-nav {
       margin-top: 0px;
       margin-bottom: 20px;

   }

   .inclinado.special.azul {
       font-size: 7em;
       top: 0;
       left: 0;
       position: relative!important;
       text-align: center;
       margin: 1rem 0;
   }

   .contenido-nosotros{
      padding-top: 100px;
   }

   .contenido-nosotros h1{
      text-align: center;
   }

   h1.aguacate.special {
       font-size: 4em;
       margin: 0 0 0 .5em;
   }

   .centrado {
      width: 100%;
      text-align: center;
      margin-bottom: 90px;
   }

   #nosotros .carousel-cell {
       min-height: 259px;
       width: 100%;
       background: transparent;
   }

   #nosotros .carousel-cell img{
      margin: 0 auto;
      display: block;
   }

   #frase {
       background: #fefff1;
       padding: 8rem 0 4rem;
       position: relative;
   }

   .naranja,
   .pina,
   .betabel,
   .fresa,
   .jugo{
       width: 30%;
   }

   .naranja img,
   .pina img,
   .betabel img,
   .fresa img,
   .jugo img{
       width: 100%;
   }

   .sucursales .carousel-cell{
      width: 100%;
      text-align: center;
   }

   .sucursales h1 {
       text-align: center!important;
       width: 100%;
   }

   footer img {
       margin-top: -30px;
       width: 50%;
   }
   button#descarga-menu {
       border: 3px solid;
       border-color: #e05517;
       background-color: transparent;
       color: #e05517;
       padding: 1% 3% 1% 3%;
       position: relative;
       float: none;
       margin-right: 0;
       text-align: center;
   }
   .descarga-menu{
      text-align: center;
      margin-top: 7%;
   }
   .container.servicio-domicilio {
       text-align: center;
   }
   button#servicio-domicilio2 {
       position: relative;
       float: none;
       margin-right: 0;
       top:0;
   }
   div#navbarSupportedContent {
       text-align: center;
   }

   button#servicio-domicilio {
      float: none;
      margin-right: 0;
   }


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}