@charset "UTF-8";
/*
Theme Name: NEPO Café
Theme URI: https://nepo.cafe
Description: NEPO Café
Author: un.pez.vivo
Author URI: https://www.unpezvivo.com
Version: 1.0.0
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
@import url(css/cookie.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
@font-face {
  font-family: "cr";
  src: url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cr.woff2") format("woff2"), url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cr.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "cm";
  src: url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cm.woff2") format("woff2"), url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cm.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "cb";
  src: url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cb.woff2") format("woff2"), url("https://nepo.cafe//wp-content/themes/nepocafe/fonts/cb.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
body {
  font-family: 'cr', sans-serif;
  font-feature-settings: "salt" 2;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #000000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  color: #000000; }

h2 {
  font-size: 46px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-size: 18px;
  line-height: 1.4;
  color: #000000;
  /* &:empty {
  	display: none;
  } */ }

p + p,
p + ul,
ul + p {
  margin-top: 20px; }

ul li {
  list-style: none;
  color: #333; }

ul.styled li {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.6;
  color: #333; }
  ul.styled li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    padding-right: .5em;
    font-weight: 700;
    color: #000000; }

.lora {
  font-family: 'Lora', serif; }

/* .text-black,
.text-black a {
	font-family: 'pnk', sans-serif;
} */
.text-regular,
.text-regular a {
  font-family: 'cr', sans-serif; }

.text-medium,
.text-medium a {
  font-family: 'cm', sans-serif; }

.text-bold,
.text-bold a,
strong {
  font-family: 'cb', sans-serif; }

.text-bigger {
  font-size: 22px !important; }

.text-even-bigger {
  font-size: 24px !important; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #999; }

.light-grey {
  color: #ececec; }

.dark-grey {
  color: #333; }

.dark-blue {
  color: #000000 !important; }

.accent {
  color: #000000 !important; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-30-below {
  margin-bottom: 30px; }

.margin-40-below {
  margin-bottom: 40px; }

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

.margin-30-above {
  margin-top: 30px; }

.margin-40-above {
  margin-top: 40px; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.border-top {
  border-top: 1px solid #dbdbdb; }

.border-bottom {
  border-bottom: 1px solid #dbdbdb; }

.no-block {
  display: inline; }
  .no-block + p {
    margin-top: -10px; }

.boxed {
  padding: 6px 10px;
  background-color: #000000;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a {
  color: #000; }

a.accent-link {
  color: black;
  text-decoration: underline; }
  a.accent-link:hover {
    color: #000000 !important; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.grey-link {
  color: #999 !important; }
  a.grey-link:hover {
    color: #000000 !important; }

a.light-grey-link {
  color: #ececec; }
  a.light-grey-link:hover {
    color: #000000 !important; }

.boxed-link {
  display: inline-block;
  height: 60px;
  padding: 0 30px;
  line-height: 60px;
  color: #fff;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 35px; }
  .boxed-link img {
    vertical-align: middle;
    width: 30px;
    margin: 0 0 0 10px; }
  .boxed-link:hover {
    padding: 0 35px;
    color: #fff; }
  .boxed-link.white {
    color: #000000;
    background-color: #fff;
    border-color: #000000; }
  .boxed-link.disabled {
    pointer-events: none;
    background-color: #999;
    border-color: #999;
    color: #fff !important; }

a.line-link {
  padding-bottom: 6px;
  display: inline-block;
  line-height: 0;
  color: #333;
  border-bottom: 1px solid #fff; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 101%;
    height: 1px;
    margin-bottom: -7px;
    display: inline-block;
    background-color: #fff;
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #000000 !important;
    border-color: #000000; }
    a.line-link:hover:after {
      transform: scaleX(0); }
  a.line-link.white {
    color: #fff;
    border-color: #fff; }
    a.line-link.white:after {
      background-color: #000000; }
    a.line-link.white:hover {
      color: #fff !important; }
  a.line-link.disabled {
    pointer-events: none; }

a.back-bt img {
  vertical-align: middle;
  margin-right: 15px;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s !important; }
a.back-bt:hover {
  opacity: 0.5; }
  a.back-bt:hover img {
    margin-right: 10px; }

.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.qbutton {
  height: 37px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 400;
  letter-spacing: 0 !important;
  border: 1px solid #999;
  border-radius: 0; }
  .qbutton:hover {
    padding: 0 24px;
    color: #fff;
    background-color: #000000; }
    .qbutton:hover span, .qbutton:hover i {
      color: #fff !important; }

#back_to_top {
  right: 15px !important;
  bottom: 3px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      color: #999; }
  #back_to_top:hover > span i {
    color: #333; }

@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes element-from-bottom {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.vc_row.section .element_from_bottom > div {
  transition-delay: 200ms !important;
  -webkit-animation-delay: 200ms !important;
  animation-delay: 200ms !important; }

/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 2px solid #e5ddd0;
  border-right: 2px solid #e5ddd0;
  border-bottom: 2px solid #e5ddd0;
  border-left: 2px solid #000000;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes show-alert {
  from {
    opacity: 0;
    margin-top: -140px; }
  20% {
    opacity: 1;
    margin-top: 0; }
  80% {
    opacity: 1;
    margin-top: 0; }
  to {
    opacity: 0;
    margin-top: -140px; } }
.two-columns {
  column-count: 2;
  column-gap: 40px; }
  .two-columns p {
    margin: 0 0 20px 0; }

.content_bottom {
  height: 450px; }
  .content_bottom .contact {
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    width: 50%;
    height: 450px;
    padding: 100px 110px;
    background-color: #000000; }
    .content_bottom .contact h4 {
      margin-bottom: 20px;
      font-family: 'cb';
      font-size: 40px;
      color: #fff; }
    .content_bottom .contact > div {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      width: 270px;
      font-family: 'Lora';
      font-size: 22px;
      line-height: 1.4;
      color: #fff; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

#map-container {
  position: absolute;
  width: 50%;
  height: 450px; }

#map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none !important; }
  #map img {
    max-width: none !important; }

.map-label {
  color: #444;
  font-size: 11px;
  line-height: 16px; }

#markers {
  display: none; }

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  cursor: pointer;
  display: block;
  outline: none;
  z-index: 1;
  top: calc(50% - 15px);
  width: 61px;
  height: 34px;
  padding: 0;
  color: transparent;
  border: none;
  background: transparent; }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    content: url("../../../media/slider-arrow.svg"); }
  .slider .slick-prev:hover,
  .slider .slick-next:hover {
    padding: 0 10px; }
.slider .slick-prev {
  transform: rotate(180deg);
  left: 20px; }
.slider .slick-next {
  right: 20px; }

#bewe-checkout-container {
  position: absolute;
  z-index: 100000;
  line-height: 1 !important; }
  #bewe-checkout-container .v--modal-overlay {
    background: rgba(0, 0, 0, 0.8); }
  #bewe-checkout-container input[type='text'],
  #bewe-checkout-container input[type='email'],
  #bewe-checkout-container input[type='password'],
  #bewe-checkout-container label {
    font-size: .8em !important; }

#bewe-checkout-button {
  display: inline-block; }

#bewe-login-button {
  display: inline-block;
  margin-right: 30px; }

#cookie-notice {
  font-family: 'cr' !important;
  background-color: rgba(0, 0, 0, 0.9) !important; }
  #cookie-notice .cookie-notice-container {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 !important;
    font-size: 15px !important;
    text-align: left !important; }
  #cookie-notice #cn-notice-text {
    width: 60%;
    line-height: 1.7; }
    #cookie-notice #cn-notice-text h6 {
      padding-bottom: 30px;
      font-family: 'cm' !important;
      text-transform: uppercase;
      color: #fff; }
    #cookie-notice #cn-notice-text h6 + a {
      text-decoration: underline;
      color: #fff; }
  #cookie-notice #cn-notice-buttons {
    vertical-align: top;
    width: 40%;
    padding-top: 40px;
    text-align: right; }
  #cookie-notice #cn-accept-cookie {
    width: 150px !important;
    font-family: 'cr' !important;
    font-size: 18px !important; }
  #cookie-notice #cn-close-notice {
    display: none !important; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_top {
  height: 55px;
  line-height: 55px;
  background-color: #000000; }
  header .header_top .left {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff; }
    header .header_top .left .inner > div {
      float: none !important; }
header .header_bottom {
  padding: 0; }
header a.popup_menu {
  display: none; }
header .header_inner_left .q_logo a {
  height: 65px !important; }
header .header_inner_right .header_bottom_right_widget_holder {
  padding: 0; }
header .header_inner_right .boxed-link {
  margin-left: 40px; }
header .header_inner_right .checkout-bt {
  font-size: 17px;
  line-height: 24px;
  opacity: 0.5; }
  header .header_inner_right .checkout-bt img {
    vertical-align: top;
    height: 20px;
    margin-right: 5px; }
  header .header_inner_right .checkout-bt span {
    margin-left: 5px; }
  header .header_inner_right .checkout-bt:hover {
    opacity: 1; }
header .header_inner_right .alert {
  position: absolute;
  top: 65px;
  margin: -140px 0 0 -210px;
  padding: 6px 8px 6px 10px;
  font-size: 17px;
  color: #fff;
  background-color: #000000; }
  header .header_inner_right .alert:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -8px;
    border-style: solid;
    border-width: 14px 0 14px 8px;
    border-color: transparent transparent transparent #000000; }
  header .header_inner_right .alert.show {
    animation: show-alert 3s normal forwards cubic-bezier(0.77, 0, 0.175, 1); }
header.sticky .header_inner_left .q_logo a {
  height: 30px !important; }
header.sticky .header_inner_right .boxed-link {
  transform-origin: right center;
  transform: scale(0.6); }
header.sticky .header_inner_right #bewe-checkout-button {
  transform: translate(70px, 0); }
header.sticky .header_inner_right .checkout-bt {
  font-size: 14px; }
header.sticky .header_inner_right .alert {
  top: -4px; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer .footer_bottom_holder {
  background-color: #fff; }
footer .column1 {
  width: 15% !important; }
footer .column2 {
  width: 70% !important; }
footer .column3 {
  width: 15% !important; }
footer .footer_bottom {
  height: 60px;
  font-size: 12px; }
  footer .footer_bottom .menu li a {
    letter-spacing: 0;
    color: #000000; }
    footer .footer_bottom .menu li a:hover {
      opacity: 0.5; }
  footer .footer_bottom .social a {
    margin-left: 12px; }
    footer .footer_bottom .social a:hover {
      opacity: 0.6; }

/* *********************************************************************************************************************
 * HOME
 */
.home #intro {
  position: relative;
  box-sizing: border-box;
  height: 610px;
  padding-top: 280px;
  background: #333 url("../../../media/home-intro-bkg.jpg") no-repeat center -40px;
  background-size: 105%; }
  .home #intro h3 {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    color: #fff; }
.home #claim {
  margin: 70px 0 0 0; }
  .home #claim h1 {
    max-width: 768px;
    margin: 0 auto;
    font-family: 'Lora';
    font-size: 30px;
    text-align: center; }
.home .block {
  margin-top: 110px; }
  .home .block h2 {
    margin-bottom: 30px;
    font-family: 'cm';
    font-size: 80px;
    letter-spacing: 4px; }
  .home .block p {
    padding-right: 120px;
    font-size: 22px; }
  .home .block img.emoji {
    width: 45px; }
    .home .block img.emoji.wide {
      width: 140px; }
  .home .block.right h2 {
    text-align: right; }
  .home .block.right p {
    padding: 0 0 0 140px; }
  .home .block .wpb_single_image {
    overflow: hidden; }
    .home .block .wpb_single_image.last-img img {
      margin-top: 50px; }
.home #destacados {
  margin: 70px 0;
  text-align: center; }
  .home #destacados #arrow_down:hover {
    opacity: 0.6; }
  .home #destacados > h2 {
    margin-top: 40px;
    font-size: 28px; }
  .home #destacados h3 {
    max-width: 768px;
    margin: 30px auto 60px auto;
    font-family: 'Lora';
    font-size: 22px; }
  .home #destacados .productos {
    text-align: left; }
    .home #destacados .productos .add-to-cart {
      color: #fff !important; }
    .home #destacados .productos .white {
      color: #000000 !important; }
  .home #destacados > .boxed-link {
    margin: 40px 0;
    color: #fff !important; }
.home #ig_feed {
  margin-bottom: 100px !important; }
  .home #ig_feed h2 {
    margin-bottom: 40px;
    font-size: 28px; }
    .home #ig_feed h2 a {
      color: #000000; }
      .home #ig_feed h2 a:hover {
        opacity: 0.7; }
.home .wpb_widgetised_column .widget a:hover {
  color: #fff !important; }

/* *********************************************************************************************************************
 * TIENDA
 */
.page-tienda header .boxed-link,
.single-producto header .boxed-link {
  display: none; }
.page-tienda header .checkout-bt,
.single-producto header .checkout-bt {
  margin: 0 !important; }
.page-tienda header.sticky #bewe-checkout-button,
.single-producto header.sticky #bewe-checkout-button {
  margin-right: 0 !important;
  transform: translate(0, 0) !important; }

.productos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 20px; }
  .productos:after {
    content: '';
    height: 0;
    width: 22.5%; }
  .productos.fix-flex-bug:after {
    width: 48.5%; }
  .productos .item {
    position: relative;
    width: 22.5%;
    margin-bottom: 30px;
    /* &:after {
    	content: '';
    	flex: auto;
    } */ }
    .productos .item .img {
      overflow: hidden; }
      .productos .item .img img {
        transform: scale(1.05);
        transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s !important; }
    .productos .item .data {
      padding-top: 35px; }
      .productos .item .data h2 {
        font-size: 18px; }
      .productos .item .data .pais {
        display: flex;
        justify-content: space-between;
        padding: 5px 0; }
        .productos .item .data .pais span {
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          width: 50%;
          font-size: 14px;
          text-align: right;
          text-transform: uppercase; }
          .productos .item .data .pais span.tostado {
            text-align: left; }
        .productos .item .data .pais img {
          display: inline-block;
          vertical-align: top;
          height: 12px;
          margin-left: 6px; }
      .productos .item .data p {
        height: 50px;
        font-family: 'Lora';
        font-size: 16px; }
      .productos .item .data .precio {
        font-size: 19px; }
        .productos .item .data .precio del {
          color: #999; }
    .productos .item .bts {
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 170px;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.7);
      opacity: 0;
      transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s !important; }
      .productos .item .bts a {
        box-sizing: border-box;
        width: 85%;
        margin-bottom: 15px; }
        .productos .item .bts a.add-to-cart:hover {
          background-color: #333; }
        .productos .item .bts a.white:hover {
          background-color: #ececec; }
    .productos .item:hover .img img {
      transform: scale(1); }
    .productos .item:hover .bts {
      padding-top: 150px;
      opacity: 1; }

/* *********************************************************************************************************************
 * TIENDA  >  PRODUCTO
 */
.producto {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 20px; }
  .producto > div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%; }
  .producto .gallery {
    transition: top 0.6s ease 0s !important; }
    .producto .gallery a {
      pointer-events: none; }
  .producto.sticky .gallery {
    position: fixed;
    width: 600px;
    left: calc( (100% - 1200px)/2);
    top: 100px; }
  .producto.sticky .data {
    height: 600px;
    margin-left: 50%; }
  .producto.sticky .ficha {
    margin-left: 50%; }
  .producto .data {
    box-sizing: border-box;
    padding: 140px 0 0 140px;
    text-align: center; }
    .producto .data .tostado {
      margin-top: -20px;
      font-size: 16px;
      line-height: 2;
      color: #999; }
    .producto .data h1 {
      font-size: 40px; }
    .producto .data .pais {
      padding: 10px 0 30px 0;
      text-transform: uppercase; }
      .producto .data .pais img {
        vertical-align: top;
        height: 16px;
        margin-left: 10px; }
      .producto .data .pais span {
        margin-left: 30px;
        text-transform: none; }
    .producto .data p {
      font-family: 'Lora';
      font-size: 22px; }
    .producto .data .precio {
      padding: 20px 0 50px 0;
      font-family: 'cb';
      font-size: 28px; }
      .producto .data .precio del {
        color: #999; }
  .producto .ficha {
    padding-left: 140px; }
    .producto .ficha .cata .item {
      display: inline-block;
      width: 32.5%; }
      .producto .ficha .cata .item span {
        display: block;
        padding-bottom: 6px; }
    .producto .ficha .ficha-tecnica .item {
      margin-bottom: 20px;
      text-align: center; }
      .producto .ficha .ficha-tecnica .item p {
        font-size: 24px; }
    .producto .ficha .info p {
      text-align: center;
      font-size: 17px; }
  .producto.subs .pais {
    display: none; }
  .producto.subs .ficha .accordionjs li {
    display: none; }
    .producto.subs .ficha .accordionjs li.info:last-child {
      display: block; }

.accordionjs {
  position: relative;
  list-style: none; }
  .accordionjs .acc_section {
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-top: -1px; }
    .accordionjs .acc_section .acc_head {
      position: relative;
      display: block;
      cursor: pointer;
      padding: 12px 0 9px 0;
      font-size: 28px;
      line-height: 1;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000; }
      .accordionjs .acc_section .acc_head img {
        transition: transform 0.3s ease 0s !important; }
        .accordionjs .acc_section .acc_head img:first-child {
          height: 25px;
          margin-right: 10px; }
        .accordionjs .acc_section .acc_head img:last-child {
          float: right;
          margin-top: 8px;
          transform: rotate(180deg); }
    .accordionjs .acc_section .acc_content {
      padding: 30px 0; }
    .accordionjs .acc_section.acc_active > .acc_head img:last-child {
      transform: rotate(0deg); }

.related {
  position: relative;
  padding: 100px 0;
  background-color: #fff; }
  .related h4 {
    padding-bottom: 30px;
    font-size: 28px;
    text-align: center; }

/* *********************************************************************************************************************
 * GRACIAS
 */
.page-gracias .centered {
  padding: 0 20%; }
.page-gracias h1 {
  margin: 100px 0 20px 0; }
.page-gracias h3 {
  margin-bottom: 30px;
  font-family: 'Lora'; }
.page-gracias a.boxed-link {
  margin-top: 70px; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal .wpb_text_column {
  padding: 60px 35% 60px 0; }
  .page-legal .wpb_text_column h1 {
    font-size: 30px;
    color: #000000; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    padding: 30px 0 0 0;
    font-family: 'cm';
    font-size: 18px;
    text-transform: uppercase;
    /* &:after {
    	content: '';
    	display: block;
    	width: 30px;
    	height: 1px;
    	margin-top: 10px;
    	background-color: $accent;
    } */ }
    .page-legal .wpb_text_column h2 + p {
      margin-top: 20px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
    font-family: 'Lora';
    font-size: 15px;
    line-height: 1.3;
    color: #000; }
    .page-legal .wpb_text_column p strong, .page-legal .wpb_text_column table strong, .page-legal .wpb_text_column li strong {
      font-family: 'Lora'; }
  .page-legal .wpb_text_column a {
    text-decoration: underline; }
  .page-legal .wpb_text_column ul, .page-legal .wpb_text_column ol {
    list-style: none;
    margin-top: 30px; }
  .page-legal .wpb_text_column table {
    width: 100%;
    margin: 20px 0; }
    .page-legal .wpb_text_column table th, .page-legal .wpb_text_column table td {
      text-align: left !important;
      border: 1px solid #999; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * LANG EXCEPTIONS
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * DISABLE SMOOTH SCROLLING WHEN USERS HAVE PREFERS-REDUCED-MOTION ENABLED
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
/* *********************************************************************************************************************
 * FOR RETINA
 */
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  a.boxed-link {
    font-size: 16px; }

  .content_bottom .contact {
    padding: 80px 0 80px 90px; }
    .content_bottom .contact h4 {
      font-size: 38px; }
    .content_bottom .contact > div {
      width: 240px;
      font-size: 21px; }

  #cookie-notice .cookie-notice-container {
    width: 1100px; }

  .home .block h2 {
    font-size: 70px; }
  .home .block p {
    padding-right: 90px;
    font-size: 21px; }
  .home .block.right p {
    padding: 0 0 0 90px; }

  .producto.sticky .gallery {
    width: 550px;
    left: calc( (100% - 1100px)/2); }
  .producto.sticky .data {
    height: 550px; }
  .producto .data {
    padding: 120px 0 0 120px; }
  .producto .ficha {
    padding-left: 120px; }
    .producto .ficha .ficha-tecnica .item p {
      font-size: 22px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1200
 */
@media screen and (max-width: 1200px) {
  #back_to_top {
    display: none; }

  .content_bottom .contact {
    padding: 110px 0 60px 70px; }
    .content_bottom .contact h4 {
      font-size: 35px; }
    .content_bottom .contact > div {
      width: 210px;
      font-size: 19px; }

  #cookie-notice .cookie-notice-container {
    width: 950px; }

  header .header_top {
    height: 45px;
    line-height: 48px; }
    header .header_top .left {
      font-size: 16px; }
  header .header_bottom {
    padding: 0 calc((100% - 950px)/2); }

  footer .footer_bottom ul li {
    margin-right: 30px; }

  .home #intro {
    height: 500px;
    padding-top: 230px;
    background-size: 110%; }
  .home .block {
    margin-top: 90px; }
    .home .block h2 {
      font-size: 60px; }
    .home .block p {
      padding-right: 60px;
      font-size: 20px; }
    .home .block.right p {
      padding: 0 0 0 60px; }

  .productos:after {
    width: 31%; }
  .productos .item {
    width: 31%; }

  .producto.sticky .gallery {
    width: 475px;
    left: calc( (100% - 950px)/2); }
  .producto.sticky .data {
    height: 475px; }
  .producto .data {
    padding: 30px 0 0 30px; }
    .producto .data h1 {
      font-size: 36px; }
    .producto .data p {
      font-size: 20px; }
  .producto .ficha {
    padding-left: 30px; }
    .producto .ficha .ficha-tecnica .item p {
      font-size: 20px; }

  .accordionjs .acc_section .acc_head {
    font-size: 24px; } }
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90%; }

  .content.content_top_margin_none {
    margin-top: 100px !important; }

  h3 {
    font-size: 26px; }

  .content_bottom .contact {
    padding: 90px 0 60px 50px; }
    .content_bottom .contact h4 {
      font-size: 31px; }
    .content_bottom .contact > div {
      width: 100%; }
    .content_bottom .contact .links {
      margin-top: 20px; }

  #cookie-notice .cookie-notice-container {
    width: 90%;
    text-align: center !important; }
  #cookie-notice #cn-notice-text {
    width: 100%; }
  #cookie-notice #cn-notice-buttons {
    width: 100%;
    text-align: center; }

  header {
    position: fixed !important; }
    header .header_bottom .container_inner {
      width: calc(90% + 26px); }
    header .header_bottom a.popup_menu {
      display: block;
      padding-left: 0; }
      header .header_bottom a.popup_menu .line,
      header .header_bottom a.popup_menu .line:before,
      header .header_bottom a.popup_menu .line:after {
        transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s !important; }
      header .header_bottom a.popup_menu .line {
        width: 23px; }
        header .header_bottom a.popup_menu .line:before {
          top: -7px;
          width: 23px; }
        header .header_bottom a.popup_menu .line:after {
          top: 7px;
          width: 23px; }
      header .header_bottom a.popup_menu:not(.opened) .line,
      header .header_bottom a.popup_menu:not(.opened) .line:before,
      header .header_bottom a.popup_menu:not(.opened) .line:after {
        background-color: #000000; }
    header .header_bottom a.boxed-link {
      display: none !important; }
    header .header_inner_left {
      z-index: 111; }
      header .header_inner_left .q_logo a {
        height: 30px !important; }
    header .header_inner_right {
      float: none; }
      header .header_inner_right .side_menu_button_wrapper {
        position: relative;
        display: block;
        width: 100%; }
      header .header_inner_right .header_bottom_right_widget_holder {
        position: absolute;
        display: block;
        top: 40px;
        right: 0; }
      header .header_inner_right .checkout-bt span {
        display: none; }
      header .header_inner_right .alert {
        top: -5px;
        margin-left: -190px;
        font-size: 15px; }

  .popup_menu_holder {
    background-color: #000000; }
    .popup_menu_holder nav.popup_menu {
      padding-left: 30px; }
      .popup_menu_holder nav.popup_menu ul li {
        text-align: left; }
        .popup_menu_holder nav.popup_menu ul li a {
          font-size: 22px; }
    .popup_menu_holder .popup_menu_widget_holder {
      padding-left: 30px;
      text-align: left; }
    .popup_menu_holder .social a {
      margin-right: 20px; }
      .popup_menu_holder .social a img {
        width: 40px;
        height: 40px;
        filter: brightness(0) invert(1); }
    .popup_menu_holder .menu-banner {
      position: absolute;
      top: -400px;
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; }
      .popup_menu_holder .menu-banner a.boxed-link {
        padding: 0;
        font-size: 30px;
        color: #fff; }
      .popup_menu_holder .menu-banner > div {
        width: 70%;
        line-height: 1.4;
        color: #fff; }

  footer .footer_bottom ul.menu li {
    width: auto !important;
    margin-right: 20px !important; }
  footer .footer_bottom .social a {
    margin-left: 4px; }

  .home #intro {
    height: 400px;
    padding-top: 160px;
    background-size: cover;
    background-position: center; }
    .home #intro h3 {
      font-size: 42px; }
  .home #claim {
    margin-bottom: 30px; }
    .home #claim h1 {
      font-size: 26px; }
  .home .block {
    margin-top: 50px; }
    .home .block h2 {
      font-size: 42px;
      letter-spacing: 3px; }
    .home .block p {
      padding-right: 20px;
      font-size: 17px; }
    .home .block.right p {
      padding: 0 0 0 20px; }
    .home .block .wpb_single_image.last-img img {
      margin-top: 0; }
  .home #destacados {
    margin-top: 40px; }

  .page-tienda div.grid_section .section_inner,
  .single-producto div.grid_section .section_inner {
    width: calc(90% + 30px); }

  .productos .item .data h2 {
    font-size: 17px; }
  .productos .item .data .pais span {
    font-size: 13px; }
  .productos .item .data p {
    font-size: 15px; }
  .productos .item .bts {
    padding-top: 0;
    opacity: 0 !important; }
    .productos .item .bts a {
      width: 100%;
      height: 100%;
      margin: 0; }
      .productos .item .bts a:first-child {
        display: none !important; }

  .producto .data h1 {
    font-size: 24px; }
  .producto .data p {
    font-size: 18px; }
  .producto .ficha {
    width: 100%;
    padding: 40px 0 0 0; }
    .producto .ficha .info p {
      padding: 0 30px;
      font-size: 16px; }

  .page-gracias a.boxed-link {
    margin-bottom: 280px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 85%; }

  .content.content_top_margin_none {
    margin-top: 70px !important; }

  h3 {
    font-size: 22px; }

  .content_bottom {
    height: auto; }
    .content_bottom .contact {
      position: relative;
      width: 100%;
      height: 350px;
      left: 0;
      padding: 50px 15px 0 15px; }
      .content_bottom .contact h4 {
        font-size: 26px; }
      .content_bottom .contact .links {
        margin-top: 20px; }

  #map-container {
    position: relative;
    width: 100%;
    height: 300px; }

  .slider .slick-prev {
    top: calc(50% - 25px);
    left: 8px;
    transform: rotate(180deg) scale(0.7); }

  .slider .slick-next {
    top: calc(50% - 25px);
    right: 8px;
    transform: scale(0.7); }

  #cookie-notice .cookie-notice-container {
    width: 85%;
    padding: 40px 0 !important;
    font-size: 13px !important; }
  #cookie-notice #cn-notice-text h6 {
    padding-bottom: 15px; }
  #cookie-notice #cn-notice-buttons {
    padding-top: 20px; }
  #cookie-notice #cn-accept-cookie {
    width: 190px !important;
    font-size: 17px !important; }

  header .header_bottom .container_inner {
    width: calc(85% + 26px); }
  header .header_inner_left .logo_wrapper {
    pointer-events: none;
    height: 70px !important; }
    header .header_inner_left .logo_wrapper a {
      pointer-events: auto; }
  header .header_inner_right .side_menu_button {
    height: 70px !important;
    padding-top: 5px; }
  header .header_inner_right .header_bottom_right_widget_holder {
    top: 25px; }
  header .header_inner_right .alert {
    z-index: 1000;
    top: -4px;
    margin-left: -190px;
    font-size: 15px; }

  .popup_menu_holder {
    padding-top: 160px; }
    .popup_menu_holder nav.popup_menu {
      padding-left: 15px; }
    .popup_menu_holder .popup_menu_widget_holder {
      padding-left: 15px; }
    .popup_menu_holder .menu-banner {
      width: 95%; }
      .popup_menu_holder .menu-banner > div {
        width: 85%; }

  footer .column1 {
    width: 50% !important; }
  footer .column2 {
    display: none !important; }
  footer .column3 {
    width: 50% !important; }
    footer .column3 .footer_bottom {
      text-align: right !important; }
  footer .footer_bottom {
    text-align: left !important; }
    footer .footer_bottom .social {
      padding-top: 5px; }
      footer .footer_bottom .social a {
        margin-left: 12px; }

  .home #intro {
    height: 200px;
    padding-top: 80px; }
    .home #intro h3 {
      max-width: 80%;
      font-size: 22px; }
  .home #claim {
    margin: 40px 0 !important; }
    .home #claim h1 {
      font-size: 22px; }
  .home .block {
    margin-top: 30px; }
    .home .block h2 {
      margin-bottom: 20px;
      font-size: 26px;
      letter-spacing: 1px;
      text-align: left !important; }
    .home .block p {
      padding: 0 !important; }
    .home .block .wpb_single_image {
      margin: 15px 0 !important; }
  .home #destacados > .boxed-link {
    margin: 20px 0; }
  .home .productos.slider .item {
    padding: 0 10px; }
    .home .productos.slider .item .data h2 {
      font-size: 19px; }
  .home .productos.slider .slick-list {
    padding: 0 20% 0 0; }
  .home .productos.slider .slick-prev {
    top: -40px;
    left: 0; }
  .home .productos.slider .slick-next {
    top: -40px;
    right: 0; }
  .home #ig_feed {
    margin-bottom: 30px !important; }
    .home #ig_feed h2 {
      margin-bottom: 15px; }

  .page-tienda div.grid_section .section_inner,
  .single-producto div.grid_section .section_inner {
    width: calc(85% + 30px); }
  .page-tienda .content.content_top_margin_none,
  .single-producto .content.content_top_margin_none {
    margin-top: 80px !important; }

  .productos:after {
    display: none; }
  .productos .item {
    width: 100%; }
    .productos .item .data h2 {
      font-size: 21px; }
    .productos .item .data .pais span {
      font-size: 14px; }

  .producto > div {
    width: 100%; }
  .producto .data {
    padding-left: 0; }
    .producto .data h1 {
      font-size: 26px; }
    .producto .data .bts a {
      position: fixed;
      box-sizing: border-box;
      z-index: 1000;
      bottom: 0;
      left: 0;
      height: 70px;
      width: 100%;
      font-size: 18px;
      line-height: 70px;
      border-radius: 0; }
  .producto .ficha .cata .item {
    width: 49%;
    margin-bottom: 15px; }

  .related h4 {
    padding-bottom: 20px;
    font-size: 25px; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
