@font-face {
  font-family: "ginora-light";
  src: url("../fonts/Ginora-Sans-Light.otf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "ginora";
  src: url("../fonts/Ginora-Sans-Regular.otf");
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: "ginora-bold";
  src: url("../fonts/Ginora-Sans-Bold.otf");
  font-weight: 300;
  font-style: normal;
}



h1,h2,h3,h4{
    font-weight: normal;
}

body, html{
    color: #2f3232;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    background-color: #fff;
    font-family: 'ginora-light', sans-serif;
    font-weight: 400;
}


*, *::before, *::after{
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: all;
    transition-property: all;
}

*::-moz-selection{
   background: #e75204;
   color: #fff;
}

*::selection {
   background: #e75204;
   color: #fff;
}

a{
    color: inherit;
}

a:hover, a:focus{
    text-decoration: none;
    color: inherit;
}

b, strong{
    font-family: 'ginora-bold', sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4{
    font-family: 'ginora-bold', sans-serif;
    font-weight: 300;
}

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

.container{
    width: 1170px;
    max-width: 100%
}

.centrado{
    float: none !important;
    margin: 0 auto !important;
    position: relative !important;
}

.contenedor-menu{
  background-image: url('../img/fondo-menu.png');
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  line-height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1000;
}

.menu{
  text-align: center;
  color: #882424;
  position: relative;
}

.menu li{
  display: inline-block;
  text-transform: uppercase;
  font-family: 'ginora-bold', sans-serif;
  position: relative;
}

.menu li a{
    padding-left: 10px;
    padding-right: 10px;
}

.menu li a:hover, .menu li a:focus, .menu li a.actual{
  color: #fff;
}


.menu li a:hover:after, .menu li a:focus:after, .menu li a.actual:after{
  content: '';
  display: block;
  width: 7  0%;
  margin: 0 auto;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}


.contenedor-sabores{
  position: fixed;
  z-index: 1001;
  width: 100%;
  margin: 0;
}

.logo{
  position: absolute;
  left: 0;
}


.logo img{
  position: absolute;
  width: 200px;
  top: 10px;
  left: 30px;
}

#menu-sabores{
  left: 0;
  right: 0;
  position: fixed;
  top: 70px;
  text-align: center;
}

#menu-sabores li{
  display: inline-block;
}


#menu-sabores li a{
  background-image: url('../img/fondo-menu-sabores.png');
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 10px;
  width: 140px;
  border-radius: 20px;
  line-height: 25px;
  display: block;
  font-family: 'ginora-bold', sans-serif;
}

#menu-sabores li a:hover, #menu-sabores li a:focus, #menu-sabores li a.sabor-actual{
  background-image: url('../img/fondo-menu-sabores-hover.png');
}

.galeria{
    padding-top: 50px;
    padding-bottom: 120px;
    text-align: center;
    background-image: url('../img/fondo-circulos.png');
    -webkit-background-size: 70px;
    background-size: 70px;
}

.galeria h2{
    text-align: center;
    color: #a57f5a;
    font-size: 40px;
    font-family: 'ginora', sans-serif;
    margin-bottom: 60px;
    margin-top: 10px;
}

.icono-instagram{
  width: 40px;
}

.instagram_gallery .col-md-3{
    padding: 1px;
}

.mascara-instagram .mascara-instagram img{
    display: block;
    width: 100%;
}

.mascara-instagram:after{
    content: '';
    position: absolute;
    display: block;
    z-index: 100;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 50px;
    background-size: 50px;
    background-image: url('../img/instagram-logo-galeria.png');
}

.mascara-instagram:hover::after{
    opacity: 0.8;
}


.intro-nosotros{
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-nosotros:before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url('../img/fondo-cafe.png');
}

.intro-nosotros h2{
  color: #ffffff;
  font-size: 65px;
  margin-bottom: 0px;
}

.intro-nosotros span{
  text-transform: uppercase;
  font-size: 25px;
}

.descripcion-intro-nosotros{
  color: #fff;
  font-family: 'Ginora-Sans-Bold', sans-serif;
  font-size: 18px;
}

.descripcion-intro-nosotros:before{
  content: '';
  width: 38px;
  height: 38px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos.png');
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-nosotros a{
  background-color: #fef2d8;
  display: block;
  border-radius: 20px;
  line-height: 30px;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 15px;
  font-family: 'ginora-bold', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.intro-nosotros a:hover, .intro-nosotros a:focus{
  background-color: #000;
  color: #fef2d8;
}


.heropanel--video{
  position: relative;
  z-index: 1;
  height: 100vh;
  background-position: center;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heropanel--video:after{
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  left: 0;
  right: 0;
  margin: auto; 
  height: 70px;
  background-image: url('../img/flecha-video.png');
  bottom: 60px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heropanel__content{
  border: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url('../img/fondo-rosa.png');
}

.heropanel__content h1{
  text-transform: none;
  color: #fff;
  font-size: 50px;
}

.heropanel__content h1 span{
  font-family: 'ginora-light', sans-serif;
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 24px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.heropanel__content h1:after{
  content: '';
  width: 24px;
  height: 24px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos.png');
  margin-top: 5px;
  margin-bottom: 5px;
}

.heropanel__content h2{
  font-family: 'ginora-bold', sans-serif;
  text-transform: normal;
  font-size: 12px;
  color: #fff;
}

.titulo-banner{
  margin-top: 20vh;
}

.titulo-banner a{
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 15px;
  line-height: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
  font-size: 10px;
}

.titulo-banner a:hover, .titulo-banner a:focus{
  background-color: #000;
  color: #fff;
}

.producto-index.rosa:before{
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/pleca-rosa.png');
  position: absolute;
  top: -40px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-repeat: repeat-x;
  left: 0;
  background-position: right;
  z-index: 100;
}

.producto-index.rosa{
  background-color: #ff84a3;
  color: #fff;
}

.producto-index.rosa a{
  color: #ff84a3;
  background-color: #fff;
}

.producto-index.cafe-claro:before{
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/pleca-cafe.png');
  position: absolute;
  top: -40px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-repeat: repeat-x;
  left: 0;
  background-position: left;
  z-index: 100;
}

.producto-index.cafe-claro{
  background-color: #f5ddb6;
  color: #a57f5a;
}

.producto-index.cafe-claro a{
  background-color: #a57f5a;
  color: #fff;
}

.producto-index.cafe{
  background-color: #a57f5a;
  color: #fff;
}

.producto-index.cafe a{
  color: #a57f5a;
  background-color: #fff;
}

.producto-index.amarillo{
  background-color: #ffc600;
  color: #fff;
}

.producto-index.amarillo a{
  color: #ffc600;
  background-color: #fff;
}

.producto-index a:hover, .producto-index a:focus{
  opacity: 0.7;
}

.producto-index{
  text-align: center;
  height: 350px;
  position: relative;
}

.producto-index a{
  display: block;
  background-color: #ccc;
  color: #fff;
  display: inline-block;
  line-height: 27px;
  padding-left: 35px;
  padding-right: 35px;
  text-transform: uppercase;
  border-radius: 20px;
  font-family: 'ginora-bold', sans-serif;
  font-size: 12px;
  margin-top: 20px;
}

.producto-index h2{
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 130px;
}

.producto-index h2 span{
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: 10px;
  font-size: 27px;
}

.producto-index h2 span:after{
  content: '';
  width: 20px;
  height: 20px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos.png');
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.foto-producto-index{
  background-image: url('../img/puntos-grandes.png');
  -webkit-background-size: 170px;
  background-size: 170px;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
}

.contenido-producto-index{
  height: 0;
  overflow: hidden;
}

.producto-index:hover h2, .producto-index:focus h2{
  margin-top: 50px;
}

.producto-index:hover h2 span:after, .producto-index:focus h2 span:after{
  display: block;
}

.producto-index:hover .contenido-producto-index{
  height: auto;
}


.blog-lista:before{
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/pleca-gris.png');
  position: absolute;
  top: -40px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-repeat: repeat-x;
  left: 0;
  background-position: right;
  z-index: 100;
}

.blog-lista{
    position: relative;
    background-color: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 100px;
}


.contenido-entrada{
    background-color: #fff;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.contenido-entrada h2{
  font-family: 'ginora', sans-serif;
  font-size: 26px;
}

.entrada:hover .contenido-entrada, .entrada:focus .contenido-entrada{
    -webkit-box-shadow: 0px 0px 11px -3px rgba(120,120,120,1);
    -moz-box-shadow: 0px 0px 11px -3px rgba(120,120,120,1);
    box-shadow: 0px 0px 11px -3px rgba(120,120,120,1);
}

.subtitulo-lista-entrada{
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.leer-nota{
    text-transform: uppercase;
    color: #e93183;
    text-align: center;
    border: 1px solid #e93183;
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
}

.leer-nota:hover, .leer-nota:focus{
    background-color: #e93183;
    color: #fff;
}

.datos-entrada{
    padding: 20px 30px;
    overflow: hidden;
    clear: both;
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.75);
}

.datos-entrada img{
    border-radius: 50%;
}


.usuario{
    line-height: 40px;
}

.navegacion{
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.navegacion li{
  display: inline-block;
  padding-top: 0 20px;
}

.banner-interior{
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh;
  text-align: center;
  color: #fff;
  padding-top: 25vh;
}

.banner-interior:before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('../img/fondo-rosa.png');
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.fecha-banner{
  font-size: 40px;
}

.fecha-banner:before{
  content: '';
  width: 38px;
  height: 38px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos.png');
  margin-top: 10px;
  margin-bottom: 10px;
}

.banner-interior h1{
  font-size: 70px;
  margin-top: 0;
}

.banner-interior span{
  font-size: 20px;
}

.escrito-por{
  color: #000;
  margin-top: 30px;
}

.escrito-por img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.banner-detalle:before{
  background-image: url('../img/fondo-cafe.png');
}

.banner-detalle .fecha-banner:before{
  background: none;
}

.detalle{
  text-align: center; 
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 21px;
}

.detalle b, .detalle strong{
    overflow: hidden; 
    clear: both;
    display: block; 
    color: #d3bca0;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
}

.detalle a, .detalle-nosotros a{
  overflow: hidden;
  clear: both;
  display: block;
  text-transform: uppercase;
  background-color: #fef2d8;
  color: #000;
  display: inline-block;
  position: relative;
  line-height: 40px;
  border-radius: 25px;
  width: 320px;
  max-width: 90%;
  font-size: 16px;
  margin-top: 70px;
  font-family: 'ginora-bold', sans-serif;
}

.detalle a:hover, .detalle a:focus, .detalle-nosotros a:hover, .detalle-nosotros a:focus{
  color: #fef2d8;
  background-color: #000;
}

.detalle-nosotros a{
  width: 340px;
}

.nosotros{
  background-image: url('../img/fondo-circulos.png');
  -webkit-background-size: 70px;
  background-size: 70px;
  padding-bottom: 50px;
}

.icono-horchaton{
  text-align: center;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-background-size: 22px;
  background-size: 22px;
  background-image: url('../img/fondo-icono-horchaton.png');
  background-repeat: repeat-x;
}

.icono-horchaton img{
  margin: 0 auto;
  width: 330px;
}

.detalle-nosotros{
  text-align: center;
  font-size: 21px;
}

.detalle-nosotros h1{
  font-size: 30px;
  color: #775c42;
  text-transform: uppercase;
  font-family: 'ginora-light', sans-serif;
}

.detalle-nosotros h1 b, .detalle-nosotros h1 strong{
  overflow: hidden;
  clear: both;
  display: block;
  text-transform: none;
  font-size: 60px;
  margin-bottom: 30px;
  color: #775c42;
  margin-top: 5px;
}

.detalle-nosotros h1:before{
  content: '';
  width: 38px;
  height: 38px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos-rosas.png');
  margin-top: 10px;
  margin-bottom: 10px;
}


.detalle-nosotros b, .detalle-nosotros strong{
  overflow: hidden;
  clear: both;
  display: block;
  color: #d3bca0;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 30px;
}


.mision, .vision, .filosofia, .valores{
  background-image: url('../img/puntos-cafe-obscuro-producto.png');
  -webkit-background-size: 200px;
  background-size: 190px;
  background-repeat: no-repeat;
  background-position: center;
}

.vision{
  background-image: url('../img/puntos-rosa-producto.png');
}

.filosofia{
  background-image: url('../img/puntos-amarillos-producto.png');
}

.valores{
  background-image: url('../img/puntos-cafe-producto.png');
}


.valor span{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 35px;
  text-align: center;
  color: #fff;
  opacity: 0;
  line-height: 30px;
}


.valor.mision span{
  background-image: url('../img/fondo-cafe-obscuro.png');
}

.valor.vision span{
  background-image: url('../img/fondo-rosa.png');
}

.valor.filosofia span{
  background-image: url('../img/fondo-amarillo.png');
}

.valor.valores span{
  background-image: url('../img/fondo-cafe.png');
  color: #5b4c3a;
}

.valor:hover span, .valor:focus span{
  opacity: 1;
}

.valor .titulo{
  font-family: 'ginora-bold', sans-serif;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contenedor-valores{
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}



.logo-footer{
  background-color: #f9668e;
  border-bottom: 2px solid #ef3d6d;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.logo-footer:before{
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/pleca-footer.png');
  position: absolute;
  top: -40px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-repeat: repeat-x;
}

.logo-footer img{
  display: block;
  position: relative;
  margin: 0 auto;
  width: 200px;
}

.direccion-footer{
  background-color: #f9668e;
  border-bottom: 2px solid #ef3d6d;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

.correo-footer{
  letter-spacing: 2px;
}

.redes-footer{
  background-color: #f9668e;
  padding-top: 8px;
  padding-bottom: 8px;
}

.redes-footer ul{
  text-align: center;
}

.redes-footer li{
  display: inline-block;
}

.redes-footer li img{
  width: 35px;
}

.creditos{
  background-color: #ef3d6d;
  color: #f8e8c6;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.banner-cafe:before{
  background-image: url('../img/fondo-cafe.png');
}

.banner-contacto h1{
  text-align: center;
  font-size: 45px;
  text-transform: uppercase;
  font-family: 'ginora-light', sans-serif;
  margin-top: 100px;
}

.banner-contacto h1 b{
  display: block;
  overflow: hidden;
  clear: both;
  text-transform: none;
  font-size: 65px;
}

.banner-contacto h1 span{
  font-size: 20px;
}

.banner-contacto form{
  position: relative;
  display: block;
  width: 100%;
  margin-top: 50px;
}

.banner-contacto input, .banner-contacto textarea{
  width: 100px;
  background: none;
  border: none;
  width: 100%;
  border-radius: 15px;
  background-image: url('../img/fondo-input.png');
  color: #483525;
  line-height: 35px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  font-family: 'ginora-bold', sans-serif;
  font-size: 12px;
}

.banner-contacto textarea{
  height: 120px;
  resize: none;
}

.banner-contacto button{
  text-transform: uppercase;
  color: #483525;
  border: none;
  border-radius: 20px;
  background-color: #fff;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  letter-spacing: 2px;
}

.banner-contacto button:hover, .banner-contacto button:focus{
  background-color: #483525;
  color: #fff;
}

.sucursales{
  font-family: 'ginora', sans-serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.sucursales iframe{
  width: 100%;
  height: 250px;
}

.sucursales span{
  color: #d3bca0;
  display: block;
  overflow: hidden;
  clear: both;
  font-family: 'ginora-bold', sans-serif;
  margin-bottom: 20px;
}

.sucursal{
  min-height: 380px
}

.banner-sabores h1{
  font-family: 'ginora-light', sans-serif;
  text-transform: uppercase;
  font-size: 40px;
}

.banner-sabores h1:before{
  content: '';
  width: 38px;
  height: 38px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos.png');
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-sabores h1 b, .banner-sabores h1 strong{
  font-family: 'ginora-bold', sans-serif;
  text-transform: none;
  font-size: 75px;
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 0 auto;
  display: block;
}

.texto-banner-sabor{
  font-size: 17px;
  line-height: 35px;
  margin-top: 30px;
}

.sabor{
  position: relative;
}

.sabor:before{
  content: '';
  width: 100%;
  height: 40px;
  background-image: url('../img/pleca-circulos.png');
  position: absolute;
  top: -40px;
  -webkit-background-size: 90px;
  background-size: 90px;
  background-repeat: repeat-x;
  left: 0;
  background-position: right;
  z-index: 100;
}

.sabor{
    background-image: url('../img/fondo-circulos.png');
    -webkit-background-size: 70px;
    background-size: 70px;
}

.galeria-sabor .col-md-3{
  padding-left: 3px;
  padding-right: 3px;
}

.galeria-sabor{
  margin-bottom: 100px;
}

.imagen-sabor{
  background-image: url('../img/puntos-cafe-producto.png');
  -webkit-background-size: 170px;
  background-size: 170px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px !important;
  position: relative;
  display: block;
}

.presentaciones{
  margin-top: 50px;
  text-align: center;
}

.presentacion{
  display: inline-block;
  float: none;
  padding-left: 30px;
  padding-right: 30px;
}

.presentacion span{
  font-size: 16px;
  display: block;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-family: 'ginora', sans-serif;
}

.presentacion h2{
  margin-top: 20px;
  font-family: 'ginora', sans-serif;
  color: #a57f5a;
  text-transform: uppercase;
  font-size: 18px;
}

.costo{
  color: #d3bca0;
  font-family: 'ginora-bold', sans-serif;
}

.intermediario{
  padding-top: 150px;
}

.intermediario:before{
  content: '';
  background-image: url('../img/fondo-rosa-pleca.png');
  display: block;
  -webkit-background-size: 10px;
  background-size: 10px;
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
}

.intermediario h1{
  color: #775c42;
  text-align: center;
  font-size: 35px;
  font-family: 'ginora-light', sans-serif;
  text-transform: uppercase;
}

.intermediario h1 b{
  margin-top: 10px;
  color: #775c42;
  text-transform: uppercase;
  font-family: 'ginora-bold', sans-serif;
  font-size: 60px;
}


.intermediario h1:before{
  content: '';
  width: 38px;
  height: 38px;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  margin: 0 auto;
  background-image: url('../img/puntos-rosas.png');
  margin-top: 20px;
  margin-bottom: 20px;
}

.intermediario:before{
  display: none;
}

.intermediario img{
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.formulario-intermediario{
  margin-top: 50px;
  margin-bottom: 50px;
}

.formulario-intermediario button{
  background-color: #a57f5a;
  color: #fff;
}

.formulario-intermediario form{
  display: block;
  margin-top: 120px;
  position: relative;
}

#modal-login-clientes:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
}

#modal-login-clientes{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    margin: 0;
    display: none;
}

.contenido-login-clientes{
    height: 270px;
    top: 20vh;
    background-color: #fff;
    position: absolute;
}


.cerrar-modal i{
    color: #8e7251;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
}

.contenido-login-clientes{
    padding-top: 50px;
}

.contenido-login-clientes button{
    position: relative;
    margin: 0 auto;
    display: block;
    float: none;
    background-color: #8e7251;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 25px;
    font-weight: bold;
}

.contenido-login-clientes button:hover, .contenido-login-clientes button:focus{
    background-color: #473929;
}

.icono-whats{
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 1100;
}


@media(max-width: 991px){

  .producto-index{
    height: auto;
    padding-bottom: 100px;
    padding-top: 50px;
  }

  .producto-index h2, .producto-index h2{
    margin-top: 50px;
  }

  .producto-index h2 span:after{
    display: block;
  }

  .producto-index .contenido-producto-index{
    height: auto;
  }

  #menu-movil{
      display: block;
      background-color: #a57f5a;
      width: 40px;
      height: 36px;
      position: fixed;
      right: 10px;
      top: 25px;
      z-index: 1004;
      border-radius: 5px;
      border: 2px solid #2e2118;
  }

  #menu-movil a{
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  #menu-movil a span{
      position: relative;
      display: block;
      background-color: #fff;
      width: 60%;
      height: 2px;
      margin: 0 auto;
      margin-top: 5px;
      margin-bottom: 5px;
      border-radius: 5px;
  }

  #menu-movil a.activo span:nth-child(2){
      display: none;
  }

  #menu-movil a.activo span:nth-child(1){
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
  }

  #menu-movil a.activo span:nth-child(3){
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
  }

  .contenedor-menu{
    z-index: 10000;
  }

  .menu{
    width: 100%;
    height: 100vh;
    padding-top: 140px;
  }

  .menu li{
    width: 100%;
    text-align: center;
    color: #bfbfbf;
  }

  .contenedor-sabores{
    z-index: 10001;
  }

  #menu-sabores{
    display: block;
    top: 400px !important;
    position: absolute;
  }

  #menu-sabores:before{
    content: 'Sabores';
    text-transform: uppercase;
    color: #fff;
    font-family: 'ginora-bold', sans-serif;
    padding-bottom: 10px;
  }

  #menu-sabores{
    width: 100%;
  }

  #menu-sabores li, #menu-sabores li a{
    width: 100%;
    margin: 0;
    border-radius: 0;
  } 

  .datos-entrada .col-sm-2{
      max-width: 80px;
  }

  .datos-entrada .leer-nota{
      margin-top: 30px;
  }

  .banner-interior h1{
    font-size: 30px;
  }

  .creditos, .creditos *{
    text-align: center;
  }

  .intermediario:before{
    display: none;
  }

  .detalle-nosotros h1 b, .detalle-nosotros h1 strong{
    font-size: 45px;
  }

  .valor.mision span, .valor.vision span, .valor.valores span, .valor.filosofia span{
    opacity: 1;
  }

  .detalle a, .detalle-nosotros a{
    font-size: 13px;
  }

  .intermediario h1 b{
    font-size: 35px;
  }

  .presentacion{
    margin-bottom: 40px;
  }

  .presentacion img{
    display: block;
    margin: 0 auto;
  }

  .banner-contacto{
    padding-top: 50px !important;
    height: auto;
    padding-bottom: 70px;
  }

  .banner-contacto h1 b, .banner-contacto h1 strong{
    font-size: 45px;
  }

  .imagen-sabor{
    margin: 0 auto;
    width: 305px;
  }

  .banner-interior{
    background-position: center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: inherit;
  }

}

@media(max-width: 767px){

  .producto-index.rosa:before, .producto-index.cafe-claro:before{
    display: none;
  }

}


@media(min-width: 768px){
  .presentacion{
    width: 33%;
  }
}

