body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 250px; }

#sidebar-wrapper {
  z-index: 9999;
  position: fixed;
  right: 0;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-left: 2px solid #eee; }
  #sidebar-wrapper a:active {
    box-shadow: none; }
  #sidebar-wrapper a i {
    color: #f80;
    font-size: 30px; }
    #sidebar-wrapper a i:hover {
      color: #ccc; }
  #sidebar-wrapper ul li {
    list-style: none;
    margin: 2px 0 0; }
  #sidebar-wrapper .desc_prod {
    color: #999; }
    #sidebar-wrapper .desc_prod h5 {
      text-align: center; }
    #sidebar-wrapper .desc_prod .img_beneficios {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 400px;
      margin-bottom: 25px; }
      #sidebar-wrapper .desc_prod .img_beneficios.primero_ben {
        background-image: url("../assets/img/beneficio1.jpg"); }
      #sidebar-wrapper .desc_prod .img_beneficios.segundo_ben {
        background-image: url("../assets/img/beneficio2.jpg"); }
      #sidebar-wrapper .desc_prod .img_beneficios.tercero_ben {
        background-image: url("../assets/img/beneficio3.jpg"); }
      #sidebar-wrapper .desc_prod .img_beneficios.cuarto_ben {
        background-image: url("../assets/img/beneficio4.jpg"); }
      #sidebar-wrapper .desc_prod .img_beneficios.quinto_ben {
        background-image: url("../assets/img/beneficio5.jpg");
        margin-bottom: 30px; }
    #sidebar-wrapper .desc_prod .unidad .tit_unidad {
      height: 60px;
      background: blueviolet;
      color: #fff;
      width: 100%;
      padding: 10px 0;
      letter-spacing: 1px;
      margin: 3px 0 5px; }
    #sidebar-wrapper .desc_prod .unidad .img_unidades {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 220px;
      margin: 0;
      padding: 0; }
      #sidebar-wrapper .desc_prod .unidad .img_unidades.primero_uni {
        background-image: url("../assets/img/unidad1.jpg"); }
      #sidebar-wrapper .desc_prod .unidad .img_unidades.segundo_uni {
        background-image: url("../assets/img/unidad2.jpg"); }
      #sidebar-wrapper .desc_prod .unidad .img_unidades.tercero_uni {
        background-image: url("../assets/img/unidad3.jpg"); }
      #sidebar-wrapper .desc_prod .unidad .img_unidades.cuarto_uni {
        background-image: url("../assets/img/unidad4.jpg"); }
  #sidebar-wrapper .imagen_back {
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px; }
    #sidebar-wrapper .imagen_back.hawaiian {
      background-image: url("../assets/img/hawaiian_sidebar.jpg"); }
    #sidebar-wrapper .imagen_back.machhiato {
      background-image: url("../assets/img/macchiato_sidebar.jpg");
      height: 730px; }
    #sidebar-wrapper .imagen_back.smoothies {
      background-image: url("../assets/img/smoothies_sidebar.jpg");
      height: 840px;
      margin-top: 100px; }
    #sidebar-wrapper .imagen_back.crepizza {
      background-image: url("../assets/img/crepizza_sidebar.jpg");
      margin-top: 100px; }
    #sidebar-wrapper .imagen_back.techai {
      background-image: url("../assets/img/techai_sidebar.jpg");
      height: 800px;
      margin-top: 100px; }
    #sidebar-wrapper .imagen_back.ofrecemos {
      background-image: url("../assets/img/ofrecemos_sidebar.jpg");
      height: 900px; }
    #sidebar-wrapper .imagen_back.necesitas {
      background-image: url("../assets/img/necesitas_sidebar.jpg");
      height: 850px; }
    #sidebar-wrapper .imagen_back.unidad {
      background-image: url("../assets/img/unidades_sidebar.jpg"); }

#wrapper.toggled #sidebar-wrapper {
  width: 40%; }

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px; }

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

h1, h2, h3, h4 {
  letter-spacing: 2px; }

.titulo {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  text-align: center;
  height: 75px;
  padding: 5px;
  margin-bottom: 50px; }

.titulo_sidebar {
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 250px;
  padding: 8px 30px;
  margin-bottom: 20px;
  margin-top: 35px;
  color: #fff; }
  .titulo_sidebar h4 {
    font-weight: 600; }
  .titulo_sidebar.hawaiian {
    background-image: url("../assets/img/titulo_azul.png"); }
  .titulo_sidebar.machhiato {
    background-image: url("../assets/img/titulo_cafe.png"); }
  .titulo_sidebar.smoothies {
    background-image: url("../assets/img/titulo_contacto.png"); }
  .titulo_sidebar.crepizza {
    background-image: url("../assets/img/titulo_promociones.png"); }
  .titulo_sidebar.techai {
    background-image: url("../assets/img/titulo_te.jpg"); }

.titulo_sidebar_mosaicos {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 85px;
  padding: 10px;
  margin-bottom: 40px;
  color: #fff; }
  .titulo_sidebar_mosaicos h3 {
    font-weight: 600; }
  .titulo_sidebar_mosaicos.beneficios {
    background-image: url("../assets/img/titulo_productos.png"); }
  .titulo_sidebar_mosaicos.ofrecemos {
    background-image: url("../assets/img/titulo_verde.jpg"); }
  .titulo_sidebar_mosaicos.necesitas {
    background-image: url("../assets/img/titulo_azul.png"); }
  .titulo_sidebar_mosaicos.unidades {
    background-image: url("../assets/img/titulo_contacto.png"); }

.player {
  position: relative;
  overflow: hidden; }
  .player .overlay {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    z-index: 30;
    background-color: #000;
    color: #FFF;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.5s all ease;
    transition: 0.2s all ease;
    opacity: 0.8;
    padding: 0;
    text-align: center; }
    .player .overlay img {
      width: 160px;
      margin-top: 18%; }
  .player:hover > .overlay {
    cursor: pointer;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
  border: 0;
  box-shadow: none; }
header .navbar {
  background-color: transparent;
  position: absolute;
  z-index: 999;
  width: 100%;
  border: 0; }
  header .navbar .navbar-toggle {
    background: #fff;
    margin-bottom: 40px; }
  header .navbar .social {
    text-align: right;
    font-size: 24px;
    right: 40px;
    position: absolute;
    bottom: 10px; }
    header .navbar .social a {
      margin: 0 5px;
      color: #fff;
      text-decoration: none; }
      header .navbar .social a:hover {
        color: #462119; }
  header .navbar .navbar-nav {
    padding: 0 30px 0 30px;
    margin-top: 50px; }
    header .navbar .navbar-nav a {
      color: #fff;
      font-size: 16px;
      letter-spacing: 2px; }
      header .navbar .navbar-nav a:hover {
        color: #462119;
        transition: all .2s ease-in-out; }
header .navbar-logo {
  position: absolute;
  left: 50%;
  margin-left: -81px;
  top: 0; }

.slider {
  background-image: url("../assets/img/seccion_slider.jpg");
  height: 850px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .slider .right, .slider .left, .slider .right_detail, .slider .left_detail {
    height: 70px;
    position: absolute;
    top: 420px;
    opacity: .5; }
  .slider .right {
    right: 29%; }
  .slider .left {
    left: 26%; }
  .slider .right:hover, .slider .left:hover {
    opacity: 1; }
  .slider .slider_principal {
    top: 200px;
    position: relative; }
    .slider .slider_principal div {
      height: 500px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%; }
      .slider .slider_principal div:focus {
        outline: none; }

header.promociones {
  background-image: url("../assets/img/seccion_header.jpg");
  height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat; }

.promo {
  height: 380px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-bottom: 50px;
  cursor: pointer;
  opacity: 0.8;
  background-size: contain; }
  .promo:hover {
    opacity: 1; }

.promociones, .info {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .promociones .titulo, .info .titulo {
    background-image: url("../assets/img/titulo_promociones.png");
    color: #fff; }
  .promociones p, .info p {
    font-size: 16px; }

.productos {
  margin-bottom: 100px;
  margin-top: 70px; }
  .productos .titulo {
    background-image: url("../assets/img/titulo_productos.png");
    color: #fff; }
  .productos .hawaiian, .productos .macchiato, .productos .smoothies, .productos .crepizza, .productos .techai {
    padding: 0; }
  .productos .hawaiian div:first-child, .productos .macchiato div:first-child, .productos .smoothies div:first-child, .productos .crepizza div:first-child {
    border-right: 1px solid #ccc; }
  .productos .hawaiian > div, .productos .macchiato > div, .productos .smoothies > div, .productos .crepizza > div, .productos .techai > div {
    height: 190px;
    background-repeat: no-repeat;
    background-position: 50%; }
  .productos .hawaiian > div.prod, .productos .macchiato > div.prod, .productos .smoothies > div.prod, .productos .crepizza > div.prod, .productos .techai > div.prod {
    cursor: pointer; }
  .productos .hawaiian > div.prod:hover, .productos .macchiato > div.prod:hover, .productos .smoothies > div.prod:hover, .productos .crepizza > div.prod:hover, .productos .techai > div.prod:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05); }
  .productos ul > li {
    list-style: none; }

.franquicias {
  background-image: url("../assets/img/seccion_franquicias.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .franquicias .titulo {
    background-image: url("../assets/img/titulo_franquicias.png");
    color: #F6A623;
    margin-top: 150px; }
  .franquicias .mosaico {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 135px 50px;
    margin-bottom: 20px;
    cursor: pointer; }
    .franquicias .mosaico.primero {
      background-image: url("../assets/img/franquicias1.jpg"); }
      .franquicias .mosaico.primero:hover {
        background-image: url("../assets/img/franquicias1_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
    .franquicias .mosaico.segundo {
      background-image: url("../assets/img/franquicias2.jpg"); }
      .franquicias .mosaico.segundo:hover {
        background-image: url("../assets/img/franquicias2_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
    .franquicias .mosaico.tercero {
      background-image: url("../assets/img/franquicias3.jpg"); }
      .franquicias .mosaico.tercero:hover {
        background-image: url("../assets/img/franquicias3_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
    .franquicias .mosaico.cuarto {
      background-image: url("../assets/img/franquicias4.jpg"); }
      .franquicias .mosaico.cuarto:hover {
        background-image: url("../assets/img/franquicias4_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
    .franquicias .mosaico.quinto {
      background-image: url("../assets/img/franquicias5.jpg"); }
      .franquicias .mosaico.quinto:hover {
        background-image: url("../assets/img/franquicias5_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
    .franquicias .mosaico.sexto {
      background-image: url("../assets/img/franquicias6.jpg"); }
      .franquicias .mosaico.sexto:hover {
        background-image: url("../assets/img/franquicias6_org.jpg");
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
        transition: all .2s ease-in-out; }
  .franquicias a:hover {
    text-decoration: none; }

.nosotros {
  background-image: url("../assets/img/seccion_nosotros2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 70%;
  margin-bottom: 30px;
  background-size: cover; }
  .nosotros .titulo {
    background-image: url("../assets/img/titulo_nosotros2.png");
    color: #fff;
    margin-top: 100px; }
  .nosotros .historia, .nosotros .mision, .nosotros .exito {
    padding: 150px 70px 70px 100px;
    text-align: right;
    font-size: 15px;
    letter-spacing: 1px;
    color: #6C6B6C; }
  .nosotros .mision {
    text-align: left;
    color: #fff; }
  .nosotros img {
    width: 95%; }
  .nosotros p {
    font-family: "Open Sans"; }

.contacto {
  margin-bottom: 100px; }
  .contacto .titulo {
    background-image: url("../assets/img/titulo_contacto.png");
    color: #fff; }
  .contacto .address {
    padding: 20px; }
    .contacto .address p {
      color: #6C6B6C; }
    .contacto .address .tel_grat {
      color: #915cb6;
      font-weight: 600 !important; }
  .contacto button {
    width: 150px;
    background: #F3F3F3;
    color: #99999f; }

footer {
  background-image: url("../assets/img/seccion_footer.jpg");
  background-repeat: no-repeat;
  padding: 60px;
  background-color: #672593;
  background-size: cover; }
  footer ul {
    border-bottom: 2px solid #fff;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin: 0 23px;
      color: #fff;
      font-size: 15px;
      margin-bottom: 25px; }
      footer ul li a {
        color: #fff; }
        footer ul li a:hover {
          text-decoration: none;
          color: #f2d14b; }
  footer p {
    text-align: center;
    color: #fff;
    margin-top: 20px; }
  footer .logo_footer {
    text-align: right; }
    footer .logo_footer img {
      top: 0;
      position: relative;
      width: 120px; }
    footer .logo_footer a.twitter, footer .logo_footer a.face {
      position: absolute;
      bottom: -50px;
      right: 90px;
      font-size: 25px;
      color: #fff; }
    footer .logo_footer a.twitter {
      right: 40px; }
    footer .logo_footer a.twitter:hover, footer .logo_footer a.face:hover {
      text-decoration: none;
      color: #f2d14b; }

@media (max-width: 1920px) {
  .desc_prod .img_beneficios {
    height: 300px !important; }

  .nosotros {
    background-position: 50% 90%;
    background-size: initial; }

  .historia, .mision, .exito {
    padding: 55px 70px 0 100px; }

  footer {
    background-size: contain; } }
@media (max-width: 1199px) {
  .promo {
    height: 310px; }

  .nosotros {
    background-position: 50% 70%; }

  .slider .right {
    right: 15%; }
  .slider .left {
    left: 13%; }

  .productos .macchiato div:first-child {
    border-right: 0 !important; }

  footer ul li {
    margin: 0 8px;
    font-size: 14px;
    margin-bottom: 25px; } }
@media (max-width: 1500px) {
  .desc_prod .img_mosaico {
    height: 250px !important; }

  #sidebar-wrapper .imagen_back {
    height: 500px !important; } }
@media (max-width: 992px) {
  .player .overlay img {
    width: 100px; }
  .player #video {
    height: 340px; }

  .desc_prod .img_mosaico {
    background-size: contain !important;
    height: 215px !important; }

  #sidebar-wrapper .imagen_back {
    height: 300px !important;
    background-position: 20%; }

  header .navbar .social {
    left: 15px;
    text-align: left;
    top: 55px; }
  header .navbar .navbar-nav a {
    font-size: 15px;
    letter-spacing: 0px; }

  .promo {
    height: 240px; }

  .productos .hawaiian div:first-child, .productos .smoothies div:first-child {
    border-right: 0 !important; }

  .nosotros {
    background-position: 50% 0; }
    .nosotros .historia, .nosotros .mision, .nosotros .exito {
      padding: 0;
      text-align: left; }
    .nosotros .exito {
      color: #fff; }

  .col-md-6.wow {
    text-align: center; }

  footer .logo_footer {
    text-align: center; }
    footer .logo_footer a.twitter, footer .logo_footer a.face {
      right: 53%; }
    footer .logo_footer a.twitter {
      right: 45%; } }
@media (max-width: 768px) {
  .desc_prod .img_beneficios {
    height: 220px !important; }

  .titulo_sidebar_mosaicos h3 {
    font-size: 17px; }

  #wrapper {
    padding-left: 0; }

  #wrapper.toggled {
    padding-left: 250px; }

  #sidebar-wrapper {
    width: 0; }

  #wrapper.toggled #sidebar-wrapper {
    width: 60%; }

  #page-content-wrapper {
    padding: 20px;
    position: relative; }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; }

  header .navbar .navbar-nav a {
    letter-spacing: 1px; }
  header .navbar .social {
    top: 20px; }

  .promo {
    height: 150px; }

  #navbar {
    background: #fff; }
    #navbar ul li a {
      color: #ff7f00; }

  .slider {
    height: 600px; }
    .slider .slider_principal {
      top: 180px; }
      .slider .slider_principal div {
        height: 380px; } }
@media (max-width: 750px) {
  .nosotros {
    background-position: 50% 100%; }
    .nosotros .historia, .nosotros .mision, .nosotros .exito {
      font-size: 13px;
      letter-spacing: 0; }

  #wrapper ul {
    padding: 0 5px; } }
@media (max-width: 550px) {
  .player .overlay img {
    width: 80px; }

  .promo {
    height: 100px;
    margin-bottom: 20px; }

  .nosotros {
    background-position: 50% 63%; }

  footer .logo_footer a.twitter, footer .logo_footer a.face {
    right: 60%; }
  footer .logo_footer a.twitter {
    right: 35%; } }

/*# sourceMappingURL=styletheme.css.map */
