@import url(https://fonts.googleapis.com/css?family=Tienne:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Roboto);
.contact-heading .phone-number,
.navigation ul li {
    font-weight: 700;
    font-family: Tienne, serif
}

.contact-heading .phone-number,
.navigation ul li,
section .titulo-seccion h1 {
    font-family: Tienne, serif
}

header,
section {
    overflow: hidden
}

input.error,
textarea.error {
    border-bottom-color: #8b0000!important
}

.modal-video {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(44, 47, 119, 1);
    top: 0;
    left: 0;
    display: none;
    z-index: 101
}

.contact-heading .phone-number,
.contact-heading .contacto-info-item,
.contact-footer .phone-number,
.icon-social,
.icon-phone {
    display: inline-block;
    vertical-align: middle;
}

.modal-video .video-container-modal {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

.modal-video .video-container-modal iframe {
    position: relative!important;
    width: 100%!important;
    height: 100%!important
}

.modal-video .video-container-modal #close-video {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    cursor: pointer
}

.up-button {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #e9028c;
    color: #fff;
    padding: 1em 1.3em;
    cursor: pointer;
    transform: translateY(130%);
    -webkit-transform: translateY(130%);
    -moz-transform: translateY(130%);
    -o-transform: translateY(130%);
    -ms-transform: translateY(130%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    z-index: 100
}

.up-button.visible {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.whatsapp-button {
  position: fixed;
  top:50%;
  right:15px;
  vertical-align: right;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0
}

.main-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 0
}

.contact-heading {
    background: #e9028c;
    width: 100%;
    margin: 0;
    color: #FFF;
    padding: .5em 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

.contact-heading .phone-number {
    padding-left: 10px;
    border-left: solid 1px #FFF;
    margin-left: 10px;
    font-size: .9em;
    padding-top: .65em;
    padding-bottom: .5em
}

.contact-heading .icon-domicilio {
  width: 30px;
  margin-right: 10px
}

.icon-social a {
    position: relative;
    text-decoration: none;
    background: #fff;
    color: #e9028c;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%
}

.icon-social a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%)
}

.navigation {
    position: relative;
    margin: 0;
    width: 100%;
    background: #2c2f77;
    padding: 2em 1em
}

.navigation .menu-responsive-button {
    display: none
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.navigation ul li {
    float: left
}

.navigation ul li a {
    display: block;
    padding: .5em 1em;
    color: #fff;
    text-decoration: none!important;
    font-size: 1em;
    transition: color .3s linear;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -ms-transition: color .3s linear;
    -o-transition: color .3s linear
}

.navigation ul li a:hover {
    text-decoration: none;
    color: #ffda05
}

.navigation .logo-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.navigation .logo-container img {
    position: relative;
    height: 100%
}

.blue-text-svg {
    fill: #2c2f77
}

.pink-text-svg {
    fill: #e9028c
}

.container {
    max-width: 1600px!important
}

svg text.border {
    stroke: #fff;
    stroke-width: 20px
}

svg text.shadow {
    fill: #000!important;
    font-size: 8.2em!important;
    -webkit-filter: url(#shadow)
}

header {
    position: relative;
    background-image: url(../img/banner/cabecera_fondo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 830px;
    z-index: -1
}

header #banner-text-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    height: 300px;
    padding-top: 50px
}

header #banner-text-container .texto-principal {
    position: absolute;
    width: 98%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

header .logo_domicilio {
    position: absolute;
    max-width: 9%;
    left: 50%;
    top: 18%;
    transform: translateX(-440px);
    -webkit-transform: translateX(-440px);
    -moz-transform: translateX(-440px);
    -ms-transform: translateX(-440px);
    -o-transform: translateX(-440px)
}

header .producto {
    position: absolute;
    top: -100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out
}

header .producto.producto_quesillo {
    left: 7%;
    width: 28%
}

header .producto.producto_quesillo.animacion {
    top: 33%
}

header .producto.producto_aguacate {
    left: 33%;
    width: 22%
}

header .producto.producto_aguacate.animacion {
    top: 36%
}

header .producto.producto_chiles {
    left: 29%;
    width: 22%
}

header .producto.producto_chiles.animacion {
    top: 51%
}

header .producto.producto_cemita {
    top: 32%;
    right: 0;
    width: 58%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

header .producto.producto_cemita.animacion {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

header .producto.producto_jamon {
    left: 3%;
    width: 38%
}

header .producto.producto_jamon.animacion {
    top: 53%
}

header .producto.producto_chipotle {
    left: 28%;
    width: 22%
}

header .producto.producto_chipotle.animacion {
    top: 68%
}

section {
    position: relative
}

section .titulo-seccion {
    position: relative;
    margin-bottom: 20px
}

section .titulo-seccion img {
    display: block;
    margin: auto;
    max-width: 550px
}

section .titulo-seccion h1 {
    text-align: center;
    position: absolute!important;
    top: 45px;
    margin: 0;
    width: 100%;
    color: #FFF
}

section .titulo-seccion h1 span {
    font-size: .7em
}

#resena {
    background: url(../img/resena/fondo.png) center no-repeat;
    background-size: cover;
    height: 900px
}

#resena .ingrediente {
    position: absolute
}

#resena .ingrediente.ingrediente-cebolla {
    top: 10%;
    right: 87%;
    animation: circle-right 2s linear infinite;
    -webkit-animation: circle-right 2s linear infinite;
    -moz-animation: circle-right 2s linear infinite;
    -o-animation: circle-right 2s linear infinite;
    -ms-animation: circle-right 2s linear infinite
}

#resena .ingrediente.ingrediente-cebolla-2 {
    top: 10%;
    right: 29%;
    animation: circle-left 3s linear infinite;
    -webkit-animation: circle-left 3s linear infinite;
    -moz-animation: circle-left 3s linear infinite;
    -ms-animation: circle-left 3s linear infinite;
    -o-animation: circle-left 3s linear infinite
}

#resena .ingrediente.ingrediente-papalo-1 {
    bottom: 67%;
    left: 30%;
    animation: circle-right 3s linear infinite;
    -webkit-animation: circle-right 3s linear infinite;
    -o-animation: circle-right 3s linear infinite;
    -ms-animation: circle-right 3s linear infinite;
    -moz-animation: circle-right 3s linear infinite
}

#resena .ingrediente.ingrediente-papalo-2 {
    bottom: 2%;
    right: 84%;
    animation: circle-right 2.5s linear infinite;
    -moz-animation: circle-right 2.5s linear infinite;
    -o-animation: circle-right 2.5s linear infinite;
    -webkit-animation: circle-right 2.5s linear infinite;
    -ms-animation: circle-right 2.5s linear infinite
}

#resena .ingrediente.ingrediente-papalo-3 {
    bottom: 10%;
    left: 83%;
    animation: circle-left 2s linear infinite;
    -webkit-animation: circle-left 2s linear infinite;
    -o-animation: circle-left 2s linear infinite;
    -moz-animation: circle-left 2s linear infinite;
    -ms-animation: circle-left 2s linear infinite
}

#resena .ingrediente.ingrediente-aguacate-1 {
    bottom: 5%;
    right: 68%;
    animation: circle-left 2s linear infinite;
    -o-animation: circle-left 2s linear infinite;
    -webkit-animation: circle-left 2s linear infinite;
    -moz-animation: circle-left 2s linear infinite;
    -ms-animation: circle-left 2s linear infinite
}

#resena .ingrediente.ingrediente-aguacate-2 {
    top: 18%;
    left: 19%;
    animation: circle-right 2.5s linear infinite;
    -webkit-animation: circle-right 2.5s linear infinite;
    -moz-animation: circle-right 2.5s linear infinite;
    -ms-animation: circle-right 2.5s linear infinite;
    -o-animation: circle-right 2.5s linear infinite
}

#resena .ingrediente.ingrediente-jitomate-1 {
    top: 45%;
    left: 6%;
    animation: circle-left 2.5s linear infinite;
    -webkit-animation: circle-left 2.5s linear infinite;
    -moz-animation: circle-left 2.5s linear infinite;
    -ms-animation: circle-left 2.5s linear infinite;
    -o-animation: circle-left 2.5s linear infinite
}

#resena .ingrediente.ingrediente-jitomate-2 {
    bottom: 0;
    right: 40%;
    animation: circle-right 2s linear infinite;
    -webkit-animation: circle-right 2s linear infinite;
    -moz-animation: circle-right 2s linear infinite;
    -o-animation: circle-right 2s linear infinite;
    -ms-animation: circle-right 2s linear infinite
}

#resena .ingrediente.ingrediente-chile-1 {
    bottom: 55%;
    left: 75%;
    animation: circle-left 3s linear infinite;
    -webkit-animation: circle-left 3s linear infinite;
    -moz-animation: circle-left 3s linear infinite;
    -ms-animation: circle-left 3s linear infinite;
    -o-animation: circle-left 3s linear infinite
}

#resena .ingrediente.ingrediente-chile-2 {
    bottom: 3%;
    left: 63%;
    animation: circle-right 1.5s linear infinite;
    -webkit-animation: circle-right 1.5s linear infinite;
    -moz-animation: circle-right 1.5s linear infinite;
    -ms-animation: circle-right 1.5s linear infinite;
    -o-animation: circle-right 1.5s linear infinite
}

@keyframes circle-right {
    from {
        transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        transform: rotate(360deg) translateX(2%) rotate(-360deg)
    }
}

@-webkit-keyframes circle-right {
    from {
        -webkit-transform: rotate(0) translateX(2%) rotate(0);
        -o-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg) translateX(2%) rotate(-360deg);
        -o-transform: rotate(360deg) translateX(2%) rotate(-360deg)
    }
}

@-moz-keyframes circle-right {
    from {
        -moz-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -moz-transform: rotate(360deg) translateX(2%) rotate(-360deg)
    }
}

@-ms-keyframes circle-right {
    from {
        -ms-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -ms-transform: rotate(360deg) translateX(2%) rotate(-360deg)
    }
}

@-o-keyframes circle-right {
    from {
        -webkit-transform: rotate(0) translateX(2%) rotate(0);
        -o-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg) translateX(2%) rotate(-360deg);
        -0-transform: rotate(360deg) translateX(2%) rotate(-360deg)
    }
}

@keyframes circle-left {
    from {
        transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        transform: rotate(-360deg) translateX(2%) rotate(360deg)
    }
}

@-webkit-keyframes circle-left {
    from {
        -webkit-transform: rotate(0) translateX(2%) rotate(0);
        -o-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg) translateX(2%) rotate(360deg);
        -o-transform: rotate(-360deg) translateX(2%) rotate(360deg)
    }
}

@-moz-keyframes circle-left {
    from {
        -moz-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -moz-transform: rotate(-360deg) translateX(2%) rotate(360deg)
    }
}

@-o-keyframes circle-left {
    from {
        -webkit-transform: rotate(0) translateX(2%) rotate(0);
        -o-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -webkit-transform: rotate(-360deg) translateX(2%) rotate(360deg);
        -o-transform: rotate(-360deg) translateX(2%) rotate(360deg)
    }
}

@-ms-keyframes circle-left {
    from {
        -ms-transform: rotate(0) translateX(2%) rotate(0)
    }
    to {
        -ms-transform: rotate(-360deg) translateX(2%) rotate(360deg)
    }
}

#resena .content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

#menu .menu-item,
#menu .menu-item .menu-item-title {
    position: relative
}

#resena .chef-container {
    width: 470px;
    height: 600px;
    overflow: hidden;
    display: inline-block
}

#resena .chef-container .chef {
    width: 100%;
    display: block;
    margin: 18px auto auto
}

#resena #main-resena-text {
    position: relative;
    display: inline-block;
    width: 480px;
    margin-top: 80px;
    margin-left: -35px;
    vertical-align: top;
    white-space: pre-wrap
}

#resena #main-resena-text .texto-resena {
    width: 90%;
    display: block;
    margin: auto
}

#resena #main-resena-text p {
    color: #fff;
    text-align: center;
    margin: -30px 0 0
}

#menu {
    padding-bottom: 100px
}

#menu .menu-container {
    margin-top: 40px
}

#menu .menu-item {
    padding: .5em;
    background: url(../img/menu/fondo.png) center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    height: 340px;
    z-index: 0
}
#menu .menu-item.paqueteFamiliar {
    background: url(../img/menu/fondofamiliar.png) center no-repeat;
    background-size: cover;
}

#menu .menu-item:hover {
    animation: scalling 1s ease-in-out;
    -webkit-animation: scalling 1s ease-in-out;
    -moz-animation: scalling 1s ease-in-out;
    -ms-animation: scalling 1s ease-in-out;
    -o-animation: scalling 1s ease-in-out
}

@keyframes scalling {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

@-webkit-keyframes scalling {
    0%,
    100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05)
    }
}

@-moz-keyframes scalling {
    0%,
    100% {
        -moz-transform: scale(1)
    }
    50% {
        -moz-transform: scale(1.05)
    }
}

@-ms-keyframes scalling {
    0%,
    100% {
        -ms-transform: scale(1)
    }
    50% {
        -ms-transform: scale(1.05)
    }
}

@-o-keyframes scalling {
    0%,
    100% {
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
    50% {
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
}

#menu .menu-item .menu-item-title img {
    display: block;
    margin: auto;
    height: 40px
}

#call-to-action:after,
#call-to-action:before {
    height: 30px;
    left: 0;
    width: 100%;
    position: absolute
}

#menu .menu-item .producto {
    position: absolute;
    bottom: 30px;
    width: 90%
}

#menu .menu-item .producto.small {
    width: 77%;
    left: 10%
}

#menu .menu-item .precio {
    position: absolute;
    width: 90px;
    top: 120px;
    left: 70%
}

#menu .menu-item .producto.small+.precio {
    top: 155px
}

#menu .menu-item .precio.offset {
    left: 50%
}

#menu .menu-item .producto.small+.precio.offset {
    top: 120px
}

#menu .menu-item.large img.producto {
    display: inline-block;
    max-width: 51%;
    position: relative;
    vertical-align: middle;
    margin-top: 20px
}

#menu .menu-item.large img.producto.large {
    max-width: 63%;
    margin-top: 40px
}
#menu .menu-item.paqueteFamiliar img.producto {
    max-width: 718px;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#menu .menu-item.large .info-paquete {
    display: inline-block;
    width: 48%;
    position: relative;
    vertical-align: top
}

#menu .menu-item.large img.producto.large+.info-paquete {
    width: 32%;
    margin-top: 40px
}

#menu .menu-item.large .info-paquete .precio {
    position: relative!important;
    display: block;
    margin: auto;
    left: inherit;
    top: inherit
}

#menu .menu-item.large .info-paquete small {
    position: relative!important;
    display: block;
    margin: 55px auto auto;
    left: inherit;
    bottom: inherit
}

#menu .menu-item p {
    color: #FFF;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin: 10px auto;
    font-size: .85em
}

#menu .menu-item.large p {
    font-size: 1em
}

#menu .menu-item p span {
    font-family: Tienne, serif;
    font-weight: bolder;
    font-size: 1.1em
}

#menu .menu-item small {
    font-family: Roboto, serif;
    font-weight: lighter;
    color: #fff;
    text-align: center;
    display: block;
    font-size: .6em;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0
}

#menu .about-item .content {
    position: absolute;
    top: 47%;
    width: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

#menu .about-item .title {
    position: relative
}

#menu .about-item .title img {
    display: block;
    margin: auto;
    width: 370px
}

#menu .about-item .title h3 {
    position: absolute!important;
    width: 100%;
    text-align: center;
    font-family: Tienne, serif;
    color: #fff;
    top: 44px;
    margin: 0;
    font-size: 1.6em
}

#menu .about-item p,
#menu .about-item ul {
    max-width: 75%;
    font-family: Roboto, sans-serif;
    font-weight: bolder
}

#menu .about-item p {
    text-align: center;
    color: #2c2f77;
    margin: 10px auto auto;
    line-height: 1.7;
    font-size: 1em
}

#menu .about-item ul {
    list-style: none;
    padding: 0;
    margin: auto
}

#menu .about-item ul li {
    color: #2c2f77
}

#menu .about-item ul li:before {
    content: "• ";
    color: #e9028c;
    font-size: 1.3em
}

#call-to-action {
    background: url(../img/call-to-action/background.png) center left no-repeat #2c2f77;
    background-size: 50%;
    overflow: visible;
    padding: 0;
    position: relative;
    -webkit-box-shadow: 0 33px 65px -16px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 33px 65px -16px rgba(0, 0, 0, .75);
    box-shadow: 0 33px 65px -16px rgba(0, 0, 0, .75)
}

#call-to-action:before {
    background: url(../img/call-to-action/marco.png) center no-repeat;
    background-size: cover;
    content: '';
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%)
}

#call-to-action:after {
    background: url(../img/call-to-action/marco-2.png) center no-repeat;
    background-size: cover;
    content: '';
    bottom: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%)
}

#call-to-action .container {
    display: table
}

#call-to-action .persona {
    height: 350px
}

#call-to-action .persona img {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    height: 140%;
    left: 40%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

#call-to-action h3 {
    text-align: center;
    color: #FFF;
    font-family: Tienne, sans-serif;
    font-size: 2.6em;
    font-weight: 400
}

#call-to-action h3 span {
    color: #ffda05;
    letter-spacing: 1px;
    font-weight: 700
}

#call-to-action .info {
    padding-top: 20px
}

#call-to-action .info img {
    display: block;
    margin: 20px auto;
    width: 30px
}

#call-to-action p {
    color: #fff;
    text-align: center;
    font-size: 1.2em
}

#call-to-action .button {
    display: block;
    background: #e9028c;
    color: #FFF;
    font-family: Roboto, sans-serif;
    border-radius: 300px;
    text-align: center;
    font-weight: bolder;
    font-size: 1.3em;
    padding: .5em;
    max-width: 220px;
    margin: 20px auto;
    text-decoration: none
}

#call-to-action .button:hover {
    background: #ffda05;
    color: #2c2f77
}

#galeria {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: -1;
    text-align: center
}

#galeria .content {
    margin-top: 70px
}

#galeria .fondo-background {
    position: absolute
}

#galeria .fondo-background.cemita {
    top: 0;
    left: 0;
    width: 20%;
    max-width: 327px
}

#galeria .fondo-background.aguacate {
    top: 140px;
    right: 30px
}

#galeria .navigation-container {
    position: relative;
    text-align: center;
    max-width: 400px;
    margin: auto
}

#galeria .navigation-container .cemita-pointer {
    position: absolute;
    top: 0;
    width: 60px;
    height: 47px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateX(50px) translateY(-100%);
    -webkit-transform: translateX(50px) translateY(-100%);
    -moz-transform: translateX(50px) translateY(-100%);
    -o-transform: translateX(50px) translateY(-100%);
    -ms-transform: translateX(50px) translateY(-100%);
    left: 0;
    margin-left: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

#galeria .navigation-container ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#galeria .navigation-container ul:after {
    display: block;
    clear: both;
    content: '';
    background: #f7f7f7;
    height: 4px;
    border-radius: 100px
}

#galeria .navigation-container .pasador {
    content: '';
    position: absolute;
    background: #e9028c;
    height: 4px;
    border-radius: 100px;
    bottom: 0;
    left: 0;
    width: 100px;
    transform: translateY(-5px);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    z-index: 1
}

#galeria .gallery,
#galeria .gallery-container {
    position: relative
}

#galeria .navigation-container ul li {
    float: left;
    min-width: 100px;
    font-family: Roboto, sans-serif;
    color: #2c2f77;
    padding: 1em 0;
    cursor: pointer
}

#galeria .navigation-container ul li.active {
    font-weight: bolder
}

#galeria .menu-lists {
    display: inline-block;
    width: 100%;
    margin-top: 40px
}

#galeria .menu-lists ul {
    width: 45%;
    list-style: none;
    margin: 0 5% 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    opacity: 0;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

#galeria .menu-lists ul.list-no-margin {
    margin-right: 0
}

#galeria .menu-lists ul li {
    font-family: Roboto, serif;
    font-weight: bolder;
    color: #2c2f77;
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.2em;
    text-align: center;
}

#galeria .menu-lists ul li:nth-of-type(2) {
    margin-top: 10px
}

#galeria .menu-lists ul li span {
    color: #e9028c;
    float: right
}

#galeria .menu-lists ul li.title-list {
    font-family: Tienne, serif;
    font-weight: 900;
    color: #e9028c;
    font-size: 1.4em;
    padding-bottom: 30px!important;
    margin-bottom: 0
}

#galeria .menu-lists ul li.separador {
    border-bottom: solid 1px #f7f7f7;
    padding-bottom: 10px
}

#galeria .gallery {
    margin-top: 50px;
    white-space: nowrap;
    overflow: hidden
}

#galeria .gallery .slider-images-container {
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

#galeria .gallery .slider-images-container:after {
    content: '';
    display: block;
    clear: both
}

#galeria .gallery .slider-images-container .image-item {
    float: left;
    height: 300px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

#galeria .gallery .slider-images-container .image-item .image {
    position: relative;
    width: 95%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    cursor: pointer
}

#galeria .gallery .slider-images-container .image-item .image:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/galeria/gallery-over.png) center no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

#galeria .gallery .slider-images-container .image-item .image:hover:after {
    opacity: 1
}

#galeria .gallery-container .gallery-button {
    position: absolute;
    width: 20px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

#galeria .gallery-container .gallery-button.gallery-left-button {
    background-image: url(../img/galeria/left-off.png);
    left: -30px
}

#galeria .gallery-container .gallery-button.gallery-left-button:hover {
    background-image: url(../img/galeria/left-on.png)
}

#galeria .gallery-container .gallery-button.gallery-right-button {
    background-image: url(../img/galeria/right-off.png);
    right: -30px
}

#galeria .gallery-container .gallery-button.gallery-right-button:hover {
    background-image: url(../img/galeria/right-on.png)
}

.modal-gallery {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background: rgba(44, 47, 119, 1);
    display: none
}

.modal-gallery .image-container-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    width: 80%;
    height: 80%
}

.modal-gallery .image-container-modal .image-modal {
    height: 100%;
    width: 100%;
    background-color: #000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.modal-gallery .image-container-modal #close-image {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    font-size: 1.4em;
    cursor: pointer
}

#sucursales {
    background: url(../img/sucursales/fondo.png) center no-repeat;
    background-size: cover;
    padding: 50px 0
}

#sucursales .titulo-seccion {
    position: relative;
    margin-bottom: 100px
}

#sucursales .titulo-seccion .sello {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-450px);
    -moz-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    -webkit-transform: translateX(-450px);
    -o-transform: translateX(-450px)
}

#sucursales .sucursales-container {
    height: 500px;
    overflow: auto;
    border: 1px solid #2c2f77;
    padding: 0!important;
    background: #fff
}

#contact,
#sucursales .sucursales-container ul li.selected,
#sucursales .sucursales-container ul li:hover {
    background: #e9028c
}

#sucursales .sucursales-container ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#sucursales .sucursales-container ul li {
    border-bottom: solid 1px #2c2f77;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 2em;
    cursor: pointer
}

#sucursales .sucursales-container ul li:last-child {
    border-bottom: none
}

#sucursales .sucursales-container ul li h4 {
    font-family: Tienne, serif;
    font-weight: 700;
    margin: 0 0 5px;
    color: #2c2f77
}

#sucursales .sucursales-container ul li.selected h4,
#sucursales .sucursales-container ul li.selected h4 span,
#sucursales .sucursales-container ul li:hover h4,
#sucursales .sucursales-container ul li:hover h4 span {
    color: #fff
}

#sucursales .sucursales-container ul li h4 span {
    color: #e9028c
}

#sucursales .sucursales-container ul li.selected p,
#sucursales .sucursales-container ul li:hover p {
    color: #FFF
}

#sucursales .sucursales-container ul li p {
    font-family: Roboto, sans-serif;
    color: #2c2f77;
    margin: 0
}

#sucursales .sucursales-container ul li p span {
    font-weight: bolder
}

#sucursales .mapa-contenedor {
    height: 500px
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: grey
}

#contact .video-container {
    position: relative;
    height: 730px;
    margin: 0!important;
    padding: 0!important;
    cursor: pointer;
    z-index: 0
}

#contact .video-container:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../img/contacto/video_background.png) center no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: -1
}

#contact .video-container #play-button {
    position: absolute!important;
    top: 50%;
    left: 50%;
    width: 30%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 100
}

#contact .video-container:hover #play-button {
    opacity: 1
}

#contact .video-container #bgndVideo {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    z-index: 0
}

#contact .video-container #bgndVideo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1
}

#contact .form-container {
    padding: 70px 0 0
}

#contact .form-container h1 {
    color: #fff;
    font-family: Tienne, serif;
    font-weight: 700;
    font-size: 3em;
    margin: 0 50px
}

#contact .form-container form {
    margin: 0 50px
}

#contact .form-container .input-field {
    padding: 0
}

#contact .form-container .input-field input::-webkit-input-placeholder,
#contact .form-container .input-field textarea::-webkit-input-placeholder {
    color: #fff
}

#contact .form-container .input-field input::-moz-placeholder,
#contact .form-container .input-field textarea::-moz-placeholder {
    color: #fff
}

#contact .form-container .input-field input:-ms-input-placeholder,
#contact .form-container .input-field textarea:-ms-input-placeholder {
    color: #fff
}

#contact .form-container .input-field input:-moz-placeholder,
#contact .form-container .input-field textarea:-moz-placeholder {
    color: #fff
}

#contact .form-container .input-field input,
#contact .form-container .input-field textarea {
    width: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    border-bottom: solid 1px #FFF;
    color: #FFF;
    font-family: Tienne, serif;
    padding: .3em 0;
    margin-top: 20px;
    font-size: 1.1em!important
}

#contact .form-container .input-field #submit-button {
    width: 100%;
    border: 1px solid #FFF;
    background: #fff;
    color: #2c2f77;
    border-radius: 300px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.5em!important;
    padding: .3em!important
}

#contact .form-container .input-field #submit-button:hover {
    background: 0 0;
    color: #fff
}

#contact .form-container .info-contacto .contacto-info-item .content-info,
#contact .form-container .info-contacto .contacto-info-item .icon {
    display: inline-block;
    vertical-align: top;
    color: #fff
}

#contact .form-container .info-contacto {
    margin: 25px 0 20px 0!important;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

#contact .form-container .info-contacto .contacto-info-item:first-of-type {
    padding-right: 30px;
    border-right: solid 2px #FFF;
    margin-right: 30px
}

#contact .form-container .info-contacto .contacto-info-item .icon {
    color: #ffda05;
    font-size: 1.5em;
    transform: rotate(95deg);
    -webkit-transform: rotate(95deg);
    -moz-transform: rotate(95deg);
    -o-transform: rotate(95deg);
    -ms-transform: rotate(95deg);
    margin-right: 6px
}

#contact .form-container .info-contacto .contacto-info-item .content-info,
#contact .form-container .info-contacto .contacto-info-item .content-info-quejas  {
    font-family: Roboto, sans-serif;
    font-weight: 500
}

#contact .form-container .info-contacto .contacto-info-item .content-info h4,
#contact .form-container .info-contacto .contacto-info-item .content-info-quejas h4 {
    margin: 0 0 10px;
    font-family: Tienne, serif;
    font-weight: 700;
    letter-spacing: 1px
}

#contact .form-container .info-contacto .contacto-info-item .content-info p,
#contact .form-container .info-contacto .contacto-info-item .content-info-quejas p  {
    margin: 0;
    letter-spacing: 1px
}

#contact .form-container .info-contacto .contacto-info-item img {
    max-width: 75px;
    margin-left: 10px
}

.content-info-quejas {
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  display:inline-block;
}

.icon-quejas {
  color: #ffda05;
  font-size: 1.5em;
  transform: rotate(95deg);
  -webkit-transform: rotate(95deg);
  -moz-transform: rotate(95deg);
  -o-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  margin-right: 6px;
  margin-top: 15px;
  display: inline-block;
  vertical-align: top
}

footer {
    background: #464646;
    color: #fff;
    text-align: center;
    padding: 20px 0
}

footer .row {
    margin: auto
}

footer a {
    color: #e9028c
}

footer a:hover {
    color: #e9028c;
    text-decoration: none
}

footer p {
    margin: 10px
}

footer p.copy-right {
    text-align: left
}

footer p.estrategia {
    text-align: right
}

footer .icon-social {
    font-size: 1.5em;
    margin-top: 6px
}
footer .phone-number {
  margin-top: 6px
}

footer .icon-social a {
    color: #464646!important;
    height: 30px;
    width: 30px
}

@media only screen and (max-width:1237px) {
    #contact .form-container .info-contacto,
    #contact .form-container form,
    #contact .form-container h1 {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media only screen and (max-width:1199px) {
    #menu .menu-item.large p {
        font-size: .8em
    }
    #menu .menu-item.large img.producto {
        margin-top: 60px
    }
    #menu .menu-item.large img.producto.large {
        margin-top: 80px
    }
    #menu .about-item .content {
        width: 95%;
        margin-left: -15px
    }
    #menu .about-item {
        position: relative
    }
    #menu .about-item .background {
        width: 100%
    }
    #menu .about-item .title img {
        width: 300px
    }
    #menu .about-item .title h3 {
        font-size: 1.3em;
        top: 38px
    }
    #menu .about-item p {
        font-size: .9em;
        line-height: 1.2;
        margin-top: 20px
    }
    #menu .about-item ul li {
        font-size: .9em;
        line-height: 1
    }
}

@media only screen and (max-width:1100px) {
    #galeria .fondo-background.aguacate {
        top: 10px;
        right: 0
    }
}

@media only screen and (max-width:992px) {
    .navigation ul li,
    .social-phone {
        float: none!important
    }
    .contact-heading,
    .navigation ul li {
        text-align: center
    }
    .social-phone {
      text-align: right;

    }
    .contact-heading .phone-number {
        text-align: left;
        width: 200px
    }

    .social-phone span{
        display: none
    }
    .navigation {
        position: relative;
        z-index: 0
    }
    .navigation .menu-responsive-button {
        display: block!important;
        cursor: pointer;
        position: relative;
        height: 17px
    }
    .navigation .menu-responsive-button:after,
    .navigation .menu-responsive-button:before {
        content: '';
        display: block;
        height: 3px;
        background: #fff;
        width: 100%
    }
    .navigation .menu-responsive-button.active:after,
    .navigation .menu-responsive-button.active:before {
        position: absolute;
        margin-top: 8.5px;
        top: 0
    }
    .navigation .menu-responsive-button.active:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg)
    }
    .navigation .menu-responsive-button.active:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg)
    }
    .navigation .menu-responsive-button span {
        display: block;
        height: 3px;
        background: #FFF;
        width: 30px;
        margin: 4px 0
    }
    .navigation .menu-responsive-button.active span {
        opacity: 0
    }
    .navigation ul {
        position: absolute;
        background: #2c2f77;
        width: 100%;
        left: 0;
        top: 100%;
        padding-top: 80px!important;
        display: none;
        z-index: -1
    }
    .navigation ul li a {
        padding: .5em!important
    }
    header .producto.animacion.producto_quesillo {
        top: 38%
    }
    header .producto.animacion.producto_aguacate {
        top: 40%
    }
    header .producto.animacion.producto_chiles {
        top: 51%
    }
    header .producto.producto_cemita {
        top: 32%
    }
    header .producto.animacion.producto_jamon {
        top: 53%
    }
    header .producto.animacion.producto_chipotle {
        top: 59%
    }
    #menu .menu-item.large img.producto,
    #menu .menu-item.large img.producto.large {
        margin-top: 0;
        position: absolute!important;
        max-width: 60%;
        left: 15%;
        top: 125px
    }
    #menu .menu-item.large img.producto.large {
        max-width: 70%
    }
    #menu .menu-item.large .info-paquete,
    #menu .menu-item.large img.producto.large+.info-paquete {
        width: 100%;
        margin-top: 0
    }
    #menu .menu-item.large .info-paquete small {
        margin-top: 93px
    }
    #menu .menu-item.large .info-paquete .precio {
        margin-left: 70%
    }
    #menu .about-item .background {
        width: 114%
    }
    #menu .about-item .content {
        width: 100%;
        margin: 0!important
    }
    #menu .about-item .title img {
        width: 350px;
        margin-bottom: 15px
    }
    #menu .about-item .title h3 {
        font-size: 1.4em;
        top: 42px
    }
    #menu .about-item p,
    #menu .about-item ul li {
        font-size: 1.2em;
        line-height: 1.5
    }
    #call-to-action .persona {
        height: auto;
        position: absolute;
        width: auto;
        bottom: 0;
        left: 10%
    }
    #call-to-action .persona img {
        height: auto;
        width: 280px
    }
    #call-to-action .info {
        margin-left: 50%
    }
    #call-to-action h3 {
        font-size: 2em
    }
    #call-to-action p {
        font-size: 1em
    }
    #galeria .fondo-background.aguacate {
        right: -80px
    }
    #contact .video-container {
        height: 500px
    }
    #contact .form-container {
        margin-bottom: 50px
    }
    footer p.copy-right,
    footer p.estrategia {
        text-align: center!important
    }
    #bgndVideo {
        display: none
    }
}

@media only screen and (max-width:980px) {
    header #banner-text-container {
        width: 620px
    }
    header .logo_domicilio {
        max-width: 78px;
        transform: translateX(-340px);
        -moz-transform: translateX(-340px);
        -o-transform: translateX(-340px);
        -webkit-transform: translateX(-340px);
        -ms-transform: translateX(-340px);
        top: 20%
    }
    #resena .chef-container {
        width: 400px;
        height: 570px;
        overflow: hidden;
        display: inline-block;
        position: relative
    }
    #resena .chef-container .chef {
        height: 569px
    }
    #resena #main-resena-text {
        width: 420px;
        position: relative;
        margin-left: -35px
    }
    #resena #main-resena-text p {
        margin-top: 0
    }
}

@media only screen and (max-width:930px) {
    header {
        height: 730px
    }
    header .producto.animacion.producto_quesillo {
        top: 45%
    }
    header .producto.animacion.producto_aguacate {
        top: 47%
    }
    header .producto.animacion.producto_chiles {
        top: 56%
    }
    header .producto.producto_cemita {
        top: 42%
    }
    header .producto.animacion.producto_jamon {
        top: 58%
    }
    header .producto.animacion.producto_chipotle {
        top: 65%
    }
    header .logo_domicilio {
        top: 23%
    }
}

@media only screen and (max-width:920px) {
    #sucursales .titulo-seccion .sello {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: 100px;
        top: 90%
    }
}

@media only screen and (max-width:800px) {
    #resena .chef-container {
        width: 400px;
        height: 490px;
        overflow: hidden;
        display: block;
        margin: auto
    }
    #resena .chef-container .chef {
        height: 490px
    }
    #resena #main-resena-text {
        display: block;
        margin-top: -40px!important;
        margin: 0
    }
    #resena #main-resena-text p {
        margin-top: -20px
    }
    #call-to-action {
        background-size: cover
    }
}

@media only screen and (max-width:780px) {
    #galeria .fondo-background.aguacate {
        right: -30px;
        width: 200px
    }
    #galeria .gallery-container {
        max-width: 80%;
        margin: auto
    }
    #galeria .gallery .slider-images-container .image-item {
        height: 200px
    }
}

@media only screen and (max-width:767px) {
    #sucursales .mapa-contenedor,
    #sucursales .sucursales-container {
        height: 300px
    }
    #menu .menu-item .producto {
        left: 50%;
        width: 330px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }
    #menu .menu-item .precio {
        left: 60%!important
    }
    #menu .menu-item .producto.small {
        width: 260px;
        left: 50%
    }
    #menu .menu-item.large img.producto,
    #menu .menu-item.large img.producto.large {
        max-width: 200px;
        left: 50%;
        top: 125px
    }
    #menu .menu-item.large img.producto.large {
        max-width: 265px
    }
    #menu .menu-item.large .info-paquete,
    #menu .menu-item.large img.producto.large+.info-paquete {
        width: 100%;
        margin-top: 0
    }
    #menu .menu-item.large .info-paquete small {
        margin-top: 93px
    }
    #menu .about-item .background,
    #menu .about-item .content,
    #menu .menu-item.large .info-paquete .precio {
        margin-left: 0
    }
    #sucursales .sucursales-container ul li {
        padding: 1em
    }
    #menu .menu-item.paqueteFamiliar img.producto {
        width: 90% !important
    }
    #menu .menu-item.paqueteFamiliar .menu-item-title {
        max-width: 469px;
        width: 90%;
        margin: auto
    }
    #menu .menu-item.paqueteFamiliar .menu-item-title img{
        width: 100%;
        height: auto !important;
    }
    #contact .video-container #play-button{
        opacity: 1;
    }
}

@media only screen and (max-width:736px) {
    #menu .about-item p,
    #menu .about-item ul li {
        font-size: 1.1em;
        line-height: 1.2
    }
}

@media only screen and (max-width:710px) {
    header {
        height: 630px
    }
    header .producto.animacion.producto_quesillo {
        top: 45%
    }
    header .producto.animacion.producto_aguacate {
        top: 47%
    }
    header .producto.animacion.producto_chiles {
        top: 56%
    }
    header .producto.producto_cemita {
        top: 42%
    }
    header .producto.animacion.producto_jamon {
        top: 58%
    }
    header .producto.animacion.producto_chipotle {
        top: 65%
    }
    header #banner-text-container {
        width: 520px;
        height: 250px
    }
    header .logo_domicilio {
        transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        top: 25%
    }
}

@media only screen and (max-width:700px) {
    #galeria .fondo-background.aguacate,
    #galeria .fondo-background.cemita {
        display: none
    }
}

@media only screen and (max-width:680px) {
    #call-to-action .persona {
        height: auto;
        position: absolute;
        width: auto;
        bottom: 0;
        left: 10%
    }
    #call-to-action .persona img {
        height: auto;
        width: 252px
    }
    #call-to-action h3 {
        font-size: 1.5em
    }
    #call-to-action p {
        font-size: .9em
    }
    #call-to-action .button {
        font-size: 1em;
        max-width: 200px
    }
    .social-phone {
      text-align: right;
      font-size: 10px
    }
    .contact-heading .phone-number {
        text-align: left;
        width: 150px
    }
}

@media only screen and (max-width:640px) {
    #menu .about-item .background {
        width: 110%;
        margin-left: 2%
    }
}

@media only screen and (max-width:630px) {
    header {
        height: 530px
    }
    header .producto.animacion.producto_quesillo {
        top: 55%
    }
    header .producto.animacion.producto_aguacate {
        top: 57%
    }
    header .producto.animacion.producto_chiles {
        top: 66%
    }
    header .producto.producto_cemita {
        top: 52%
    }
    header .producto.animacion.producto_jamon {
        top: 68%
    }
    header .producto.animacion.producto_chipotle {
        top: 75%
    }
    header .logo_domicilio {
        top: 30%
    }
}

@media only screen and (max-width:600px) {
    #call-to-action .persona {
        left: 5%
    }
    #call-to-action .info {
        margin-left: 30%
    }
    #call-to-action .persona img {
        height: auto;
        width: 212px
    }
}

@media only screen and (max-width:590px) {
    #menu .menu-item.paqueteFamiliar{
        height: 300px;
    }
}
@media only screen and (max-width:580px) {
    #menu .about-item p,
    #menu .about-item ul li {
        font-size: 1em;
        line-height: 1
    }
    #galeria .gallery-container {
        max-width: 90%
    }
    #call-to-action .persona {
        left: 0
    }
    #galeria .gallery .slider-images-container .image-item {
        height: 150px
    }
}

@media only screen and (max-width:560px) {
    .navigation .logo-container {
        height: 150px!important
    }
    header #banner-text-container {
        width: 450px;
        height: 210px
    }
    header .logo_domicilio {
        transform: translateX(-230px);
        -webkit-transform: translateX(-230px);
        -moz-transform: translateX(-230px);
        -ms-transform: translateX(-230px);
        -o-transform: translateX(-230px);
        top: 30%
    }
    #sucursales .titulo-seccion img,
    section .titulo-seccion img {
        display: block;
        margin: auto;
        max-width: 400px!important
    }
    #sucursales .titulo-seccion h1,
    section .titulo-seccion h1 {
        font-size: 1.7em;
        top: 35px
    }
}

@media only screen and (max-width:544px) {
    #contact .video-container {
        height: 300px
    }
    #contact .form-container .info-contacto {
        font-size: .9em
    }
}

@media only screen and (max-width:525px) {
    #contact .form-container .info-contacto{
        text-align: center;
    }

    #contact .form-container .info-contacto .contacto-info-item {
        border: none!important;
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
    .content-info-quejas {
      text-align: center;
    }
}

@media only screen and (max-width:767px) {
    #call-to-action .info {
        margin-left: 0;
        width: 100%
    }
    #call-to-action .persona {
        display: none
    }
}

@media only screen and (max-width:500px) {
    header {
        height: 430px
    }
    header .logo_domicilio {
        top: 33%
    }
}

@media only screen and (max-width:480px) {
    #menu .about-item .title img {
        width: 250px;
        margin-bottom: 0
    }
    #menu .about-item .title h3 {
        font-size: 1em;
        top: 32px
    }
    #menu .about-item .content {
        width: 100%;
        margin: -5px 0 0
    }
    #menu .about-item p,
    #menu .about-item ul li {
        font-size: .9em
    }
    #galeria .menu-lists ul li.title-list {
        text-align: center
    }
    #galeria .menu-lists ul {
        width: 100%;
        margin-right: 0
    }
    .social-phone {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 25px;
      margin-top: 15px;
      width: 300px
    }
    .contact-heading .phone-number {
      text-align: center;
        margin: 0;
        border-style:none;
        width: 300px
    }
    .contact-heading .phone-number .separator{
      display: initial;
    }
    .contact-heading .contacto-info-item{
      display: block;
      margin-bottom: 10px
    }
}

@media only screen and (max-width:477px) {
    .navigation .logo-container {
        height: 120px!important
    }
    svg text.shadow {
        font-size: 4em!important
    }
    header #banner-text-container {
        width: 360px;
        height: 210px
    }
    header .logo_domicilio {
        transform: translateX(-190px);
        -webkit-transform: translateX(-190px);
        -moz-transform: translateX(-190px);
        -o-transform: translateX(-190px);
        -ms-transform: translateX(-190px);
        top: 30%;
        max-width: 60px
    }
    #resena .chef-container {
        width: 300px;
        height: 440px;
        overflow: hidden;
        display: block
    }
    #resena .chef-container .chef {
        height: 435px
    }
    #resena #main-resena-text {
        display: block;
        margin-top: -40px!important;
        margin: 0;
        width: 320px
    }
    #resena #main-resena-text p {
        margin-top: -20px
    }
    .social-phone {
      text-align: center;
      margin-bottom: 15px
    }

}

@media only screen and (max-width:447px) {
    #sucursales .titulo-seccion img {
        max-width: 250px!important
    }
    #sucursales .titulo-seccion h1 {
        font-size: 1.2em;
        top: 23px
    }
}

@media only screen and (max-width:430px) {
    #galeria .gallery .slider-images-container .image-item {
        height: 120px
    }
}

@media only screen and (max-width:429px) {
    #galeria .navigation-container {
        max-width: 320px
    }
    #galeria .navigation-container .cemita-pointer {
        width: 40px;
        height: 31px
    }
    #galeria .navigation-container ul li {
        font-size: .8em;
        min-width: 80px
    }
    #galeria .navigation-container .pasador {
        width: 80px;
        left: 0
    }
}

@media only screen and (max-width:414px) {
    section .titulo-seccion img {
        max-width: 300px!important
    }
    section .titulo-seccion h1 {
        font-size: 1.5em;
        top: 28px
    }
}

@media only screen and (max-width:400px) {
    #menu .menu-item.paqueteFamiliar .precio{
        left: 50% !important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}
@media only screen and (max-width:394px) {
    .navigation .logo-container {
        height: 100px!important
    }
    header .logo_domicilio {
        transform: translateX(-130px);
        -webkit-transform: translateX(-130px);
        -moz-transform: translateX(-130px);
        -o-transform: translateX(-130px);
        -ms-transform: translateX(-130px);
        top: 28%;
        max-width: 50px
    }
}

@media only screen and (max-width:380px) {
    header {
        height: 330px
    }
    header .logo_domicilio {
        top: 36%
    }
    #menu .menu-item .producto {
        width: 290px
    }
    #menu .about-item .background {
        width: 124%;
        margin-left: -5%
    }
    #menu .about-item .content {
        margin-top: -15px
    }
    #menu .about-item p,
    #menu .about-item ul {
        max-width: 98%;
        font-size: .8em
    }
    .social-phone {
      margin: 5px auto;
      width: 150px;
    }
    .contact-heading .phone-number {
        padding: 0;
        margin-top: 5px;
        border-style:none;
        width: 150px
    }
    .contact-heading .phone-number .separator{
        display: none
    }
    .contact-heading .icon-domicilio{
      margin: 0
    }
}

@media only screen and (max-width:350px) {
    #galeria .navigation-container {
        max-width: 280px
    }
    #galeria .navigation-container .cemita-pointer {
        width: 30px;
        height: 23px
    }
    #galeria .navigation-container ul li {
        font-size: .8em;
        min-width: 70px
    }
    #galeria .navigation-container .pasador {
        width: 70px;
        left: 0
    }
}

@media only screen and (max-width:320px) {
    #menu .about-item .content {
        margin-top: -25px!important
    }
    #menu .about-item p,
    #menu .about-item ul {
        font-size: .7em
    }
}

#event-contact {
    display: none!important
}

#phone-numbers.focus * {
    color: #ffda05!important
}

@media only screen and (max-width:767px) {
    #event-contact {
        display: block!important
    }
    #franquicia-contact {
        display: none!important
    }
}
