html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 16px;
}

*, *:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  outline: none;
}
.dinone {display: none !important;}
.btn:disabled {
  cursor: no-drop !important;
}
span#respuesta-envio {
  display: flex;
  justify-content: center;
  align-items: center;
}

span#respuesta-envio p {
  margin: 0;
  margin-left: 1rem;
  text-decoration-line: underline;
}

body {
  font-family: 'Handlee', cursive;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-weight: 400;
}

.font-courgette {
  font-family: 'Courgette', cursive;
}

/*productos: principio*/
.article-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-product {
  border: solid 4px #fff;
  border-bottom: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .bg-product {
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
    width: 50%;
  }
}

@media (min-width: 960px) {
  .bg-product {
    border: solid 4px #fff;
    border-left: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.bg-product div {
  color: #fff;
  background: var(--bg-transparent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 1rem;
  width: 100%;
}

.bg-product div h2 {
  font-family: 'Courgette', cursive;
  font-size: 2.3rem;
}

.bg-product div span {
  color: var(--color-text);
}

.bg-p1 {
  background: url(../img/bg-btn/mate-y-cafe.jpg) no-repeat center/cover;
}

.bg-p2 {
  background: url(../img/bg-btn/secos.jpg) no-repeat center/cover;
}


@media screen and (min-width: 540px) and (max-width: 800px) {
  .bg-p2 {
    border-left: none;
  }
}

.bg-p3 {
  background: url(../img/bg-btn/panes-y-facturas.jpg) no-repeat center/cover;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .bg-p3 {
    border-bottom: solid 4px #fff;
  }
}

.bg-p4 {
  background: url(../img/bg-btn/tortas-y-tartas.jpg) no-repeat center/cover;
  border-bottom: solid 4px #fff;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .bg-p4 {
    border-left: none;
  }
}

@media (min-width: 992px) {
  .bg-p4 {
    border-right: none;
  }
}

/*productos: fin*/
/*servicios: principio*/
.servicios {
  background: -webkit-gradient(linear, left top, right top, from(var(--bg-one)), color-stop(var(--bg-two)), to(var(--bg-three)));
  background: linear-gradient(to right, var(--bg-one), var(--bg-two), var(--bg-three));
  padding: 2rem 0;
}

@media (min-width: 992px) {
  .servicios {
    padding: 4rem 0;
  }
}

.article-servicios {
  color: #fff;
  padding: 1rem 1.2rem;
  text-align: center;
}

.article-servicios h2 {
  font-size: 2rem;
  margin-bottom: .75rem;
}

.article-servicios span {
  color: var(--color-text);
}

.btn-line {
  color: #fff;
  font-style: italic;
  position: relative;
}

.btn-line::after {
  content: '';
  -webkit-box-shadow: 0 0 1px 0.8px var(--color-text);
          box-shadow: 0 0 1px 0.8px var(--color-text);
  bottom: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

/*servicios: fin*/
/*banner: principio*/
.banner {
  background-blend-mode: soft-light;
  background: -webkit-gradient(linear, left top, right top, from(var(--bg-grad-1)), color-stop(#000), to(var(--bg-grad-2))), url(../img/nosotros.jpg) no-repeat;
  background: linear-gradient(to right, var(--bg-grad-1), rgba(0, 0, 0, 0), var(--bg-grad-2)), url(../img/nosotros.jpg) no-repeat;
  background-size: 100% auto;
  height: 417px;
  position: relative;
  display: none;
}

@media (min-width: 960px) {
  .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner aside {
    color: #fff;
    text-align: center;
    width: 61%;
    z-index: 1;
  }
  .banner aside h2 {
    font-family: 'Courgette', cursive;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .banner aside p {
    font-size: 1.5rem;
  }
}

.banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

/*banner: fin*/
/*sedes: principio*/
.sedes-k {
  background: #f9f9f9;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
}

.sedes-k .bg-logo {
  background: url(../img/logo.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-40deg) scale(1) translate(10.9rem, 20.2rem);
          transform: rotate(-40deg) scale(1) translate(10.9rem, 20.2rem);
  opacity: .1;
  width: 100%;
  height: 100%;
}

.sedes-k h1 {
  color: var(--bg-three);
  font-size: 2.5rem;
  font-family: 'Courgette', cursive;
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 720px) {
  .sedes-k h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.sedes-k article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 992px) {
  .sedes-k article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3rem 0;
  }
}

/*sedes - estilos para deskotp: principio*/
@media (min-width: 720px) {
  .sedes-bg-k {
    background: url(../img/logo.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -28%;
    top: 33%;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    opacity: .1;
  }
}

.left-desktop-k {
  margin-right: 1.2rem;
  width: 100%;
}

.left-desktop-k .nav-link {
  border-bottom: solid 1px var(--color-text);
  border-radius: 0;
  padding: 0.5rem .4rem;
  position: relative;
}

.left-desktop-k .nav-link .chevron-k {
  visibility: hidden;
  opacity: 0;
  font-size: 1.7rem;
  -webkit-transition: all .8s;
  transition: all .8s;
  left: 75%;
  position: absolute;
  bottom: 0;
  color: var(--color-text2);
  top: 33%;
}

.left-desktop-k .nav-link.active {
  background-color: #f0f0f0;
}

.left-desktop-k .nav-link.active .chevron-k {
  visibility: visible;
  opacity: 1;
  left: 90%;
}

.left-desktop-k .nav-link:hover {
  background-color: #f0f0f0;
  -webkit-box-shadow: inset 0 0 4px rgba(200, 200, 200, 0.6);
          box-shadow: inset 0 0 4px rgba(200, 200, 200, 0.6);
}

.left-desktop-k a {
  color: var(--color-text2);
  margin-right: .5rem;
  width: 48%;
}

.left-desktop-k h4 {
  color: var(--color-text2);
  margin: .5rem 0 0;
}

.left-desktop-k span {
  color: var(--color-text2);
  font-size: .86rem;
}

/*sedes - estilos para deskotp: fin*/
/*sedes - estilos para movil: principio*/
.sedes-mov-k {
  padding: 3rem 0 0;
}

.left-movil-k ul {
  margin-bottom: 0;
}

.left-movil-k li:nth-child(1) {
  border-top: solid 1px var(--color-text);
}

.left-movil-k li {
  border-bottom: solid 1px var(--color-text);
  padding: .8rem 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--gray-dark);
  text-decoration: none;
}

.left-movil-k li h4 {
  margin-bottom: 0;
}

.left-movil-k .box-text-k {
  width: 100%;
}

.left-movil-k .box-data-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-movil-k .box-data-k span {
  color: var(--color-text2);
  width: 100%;
}

.left-movil-k .spaceY-k {
  line-height: 18px;
  margin-bottom: .3rem;
}

.left-movil-k .box-icon-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left-movil-k .box-icon-k i {
  border-radius: 4px;
  border: solid 1px;
  color: var(--bg-one);
  margin: .4rem .4rem .4rem .5rem;
  padding: 1rem;
}

/*sedes - estilos para movil: fin*/
.sedes-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sedes-right h3 {
  font-size: 2.2rem;
  line-height: 30px;
}

.sedes-right span {
  text-align: center;
}

.sedes-right img {
  -webkit-box-shadow: 2px 2px 2px 0px var(--bg-transparent);
          box-shadow: 2px 2px 2px 0px var(--bg-transparent);
  margin: .6rem 0;
  width: 100%;
  z-index: 1;
}

.sedes-right .span1 {
  color: var(--color-text2);
  font-size: 1.05rem;
  text-align: center;
  width: 100%;
}

/*sedes: fin*/
:root {
  --bg-one: #00923d;
  --bg-two: #49b658;
  --bg-three: #0b9841;
  --bg-four: #43b356;
  --bg-five: #02933c;
  --btn-one: #4ca92b;
  --tit-one: #299a0e;
  --dark: #010001;
  --bg-transparent: rgba(0, 0, 0, 0.3);
  --color-text: #e3e3e3;
  --color-text2: #6b6b6b;
  --bg-grad-1: #ca6f30;
  --bg-grad-2: #00923d;
}

.btn-common-k {
  background-color: var(--bg-five);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 1.1rem;
  padding: .5rem 2rem .25rem;
  position: relative;
}

.btn-common-k::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  z-index: 1;
}

.btn-common-k:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
}

.btn-common-k:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}

.btn-one {
  background: var(--btn-one);
}

header {
  background: var(--light);
  position: relative;
  background: #fff;
}

@media (min-width: 960px) {
  header {
    background: url(../img/slider-home.jpg) no-repeat, rgba(0, 0, 0, 0.4);
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: center 68%;
    height: 380px;
  }
}

.h-tit-k {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 960px) {
  .h-tit-k {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.header-h1 {
  color: var(--bg-five);
  position: relative;
  font-family: 'Courgette', cursive;
  text-align: center;
  top: 8%;
  padding: 1.5rem 0;
}

@media (min-width: 960px) {
  .header-h1 {
    color: #fff;
    display: block;
    font-size: 3rem;
    left: 15%;
    padding: 0;
    text-align: left;
    top: 15%;
    width: 50%;
  }
}

.navbar {
  background: var(--dark);
  width: 100%;
  background: var(--light);
}

@media (min-width: 960px) {
  .navbar {
    background: transparent;
  }
}

@media (min-width: 960px) {
  .fondo {
    background: rgba(255, 255, 255, 0.2);
  }
}

.navbar-brand img {
  width: 160px;
}

@media (min-width: 720px) {
  .navbar-brand img {
    width: 160px;
  }
}

.navbar-nav {
  font-size: 1.4rem;
  font-family: 'Courgette', cursive;
  margin: 0 2rem;
}

.navbar-nav a {
  color: #000 !important;
  margin-left: .5rem;
  text-align: center;
}

@media (min-width: 960px) {
  .navbar-nav a {
    color: #fff !important;
  }
}

.navbar-nav a:hover {
  color: var(--dark) !important;
}

.navbar-nav a.active-nav {
  color: var(--dark) !important;
}

@media (max-width: 992px) {
  .line1, .line2, .line3 {
    margin: .3rem 0;
    height: 3px;
    background: var(--bg-four);
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
    width: 25px;
  }
}

@media (min-width: 992px) {
  .mod-nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*header: principio*/
@media (min-width: 960px) {
  .h-product {
    background: url(../img/bn-torta.png) no-repeat center 73%/cover, rgba(0, 0, 0, 0.4);
    height: 250px;
  }
  .h-product h1 {
    top: 4%;
  }
}

/*header: fin*/
/*lista de productos: principio*/
.section-grid {
  padding: 0 0 2rem;
}

@media (min-width: 960px) {
  .section-grid {
    padding: 4rem 0 2rem;
  }
}

.box-article .cards {
  -webkit-box-shadow: 5px 5px 6px var(--bg-transparent);
          box-shadow: 5px 5px 6px var(--bg-transparent);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.box-article .cards div {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--bg-two)), color-stop(var(--bg-three)), to(var(--bg-one)));
  background: linear-gradient(var(--bg-two), var(--bg-three), var(--bg-one));
  border-radius: 0  0 8px 8px;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.6rem 0.8rem;
  text-align: center;
}

@media (min-width: 960px) {
  .box-article .cards div {
    height: 220px;
    min-height: 190px;
  }
}

.box-article .cards div h2 {
  font-size: 1.8rem;
  font-family: 'Courgette', cursive;
  margin-bottom: .6rem;
}

.box-article .cards div span {
  font-size: .95rem;
}

.box-article .cards img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

/*lista de productos: fin*/
/*banner de contacto: principio*/
.br-producto {
  background: -webkit-gradient(linear, right top, left top, from(var(--bg-one)), color-stop(var(--bg-two)), to(var(--bg-three)));
  background: linear-gradient(to left, var(--bg-one), var(--bg-two), var(--bg-three));
  padding: 3rem 0;
}

.br-producto article {
  color: #fff;
  padding: 1rem 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 960px) {
  .br-producto article {
    width: auto;
  }
}

.br-producto article h2 {
  font-size: 2rem;
}

/*banner de contacto: fin*/
@media (max-width: 960px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar .container {
    width: 100%;
  }
}

.col-md-4 {
  border: solid 1px;
}

.lunch {
  color: var(--bg-one);
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  .lunch {
    padding: 3rem 0;
  }
}

.lunch .tit-lunch {
  font-family: 'Courgette', cursive;
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: .6rem;
  text-transform: uppercase;
}

.lunch .tit-lunch span {
  font-size: 1rem;
}

.lunch .sub-lunch {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0;
  padding-left: .6rem;
}

.lunch ul {
  padding-left: 1.5rem;
}

.lunch ul li {
  font-size: 1.3rem;
  position: relative;
}

.lunch ul li::before {
  content: '.';
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 1.5rem;
}

.row-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-k .col-left-k {
  width: 28%;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .row-k .col-left-k {
    width: 32%;
  }
}

.row-k .col-middle-k {
  border-left: solid 1px #00923d47;
  border-right: solid 1px #00923d47;
  padding: 0 6%;
  width: 38%;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .row-k .col-middle-k {
    padding: 0 1%;
    width: 36%;
  }
}

.row-k .col-right-k {
  padding-left: 6%;
  width: 32%;
}

@media screen and (min-width: 540px) and (max-width: 800px) {
  .row-k .col-right-k {
    padding-left: 1%;
    width: 32%;
  }
}

@media (min-width: 960px) {
  .box-height-k {
    height: 297px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1030px) {
  .box-height-k {
    height: 330px;
  }
}

.card-header-k {
  padding: 0;
}

.btn-link-k {
  color: var(--bg-one);
  font-size: 1.2rem;
  padding: 0.75rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.btn-link-k:hover {
  text-decoration: none;
}

.btn-link-k:hover:focus {
  color: var(--bg-one);
  text-decoration: none;
}

.btn-link-k .down-k, .btn-link-k .up-k {
  position: absolute;
  right: 12px;
  top: 18px;
}

.btn-link-k .down-k {
  display: none;
}

.btn-link-k .up-k {
  display: block;
}

.btn-link-k.collapsed .down-k {
  display: block;
}

.btn-link-k.collapsed .up-k {
  display: none;
}

.lunch-movil span {
  font-weight: 600;
  font-size: 1.3rem;
}

.ts-header, .ts-control {
  display: none;
}

@media (min-width: 1200px) {
  .span12 {
    width: 100%;
  }
  [class*="span"] {
    margin-left: 0;
  }
}

@media (max-width: 979px) and (min-width: 768px) {
  .slider .span12 {
    width: 100%;
  }
  .slider .row {
    margin-left: -20px !important;
    margin-right: 0 !important;
  }
}

.thumb-scroller {
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ts-horizontal .ts-prev {
  left: 15px !important;
}

.ts-horizontal .ts-next {
  right: 15px !important;
}

.ts-prev, .ts-next {
  background-color: transparent;
}

.ts-slide {
  padding: 0 !important;
}

.ts-wrapper {
  border: solid 1px #fff;
  border-width: 3px !important;
}

.ts-prev div, .ts-next div {
  background-image: url(../img/scroller-assets.png);
  opacity: 1;
}

.contact {
  padding-bottom: 2rem;
}

@media (min-width: 960px) {
  .contact {
    padding: 5rem 0;
  }
}

footer {
  background: -webkit-gradient(linear, left top, right top, from(var(--bg-four)), to(var(--bg-five)));
  background: linear-gradient(to right, var(--bg-four), var(--bg-five));
}

footer .box-foot-k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 4rem 0 1rem 0;
  text-align: center;
  width: 100%;
}

footer .box-foot-k a {
  color: #fff;
  padding: .5rem 1rem;
  position: relative;
  width: 100%;
}

footer .box-foot-k a::after {
  content: '';
  position: absolute;
  border: solid 1.5px #fff;
  border-radius: 50%;
  top: 40%;
  right: 0px;
}

footer .box-foot-k a:nth-child(5)::after {
  display: none;
}

@media screen and (min-width: 720px) {
  footer .box-foot-k {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

footer .foot-k {
  background: var(--dark);
  padding: 1rem 0;
  text-align: center;
}

footer .foot-k span {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */