/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) {
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Barlow', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5 {
  font-family: 'Barlow', sans-serif;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Barlow', sans-serif;
}
.bgn-green {
  color: #016634;
}
header .bgn-topbar {
  background-color: #016634;
  color: white;
  text-transform: none;
}
header .bgn-topbar ul li a {
  text-transform: none !important;
  color: white;
}
header .bgn-topbar ul li a i {
  color: white;
}
header .bgn-topbar ul li a.bgn-phone {
  color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.3em;
}
header .bgn-header-nav {
  background-color: white;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  transition: all 0.4s ease-out;
}
@media (max-width: 959px) {
  header .bgn-header-nav {
    padding: 20px 0!important;
  }
}
@media (max-width: 639px) {
  header .bgn-header-nav {
    padding: 15px 0!important;
  }
}
@media (max-width: 479px) {
  header .bgn-header-nav {
    padding: 10px 0!important;
  }
}
header .bgn-header-nav .uk-logo img {
  transition: all 0.4s ease-out;
  width: 220px;
}
@media (max-width: 959px) {
  header .bgn-header-nav .uk-logo img {
    width: 170px;
  }
}
@media (max-width: 639px) {
  header .bgn-header-nav .uk-logo img {
    width: 150px;
  }
}
@media (max-width: 479px) {
  header .bgn-header-nav .uk-logo img {
    width: 100px;
  }
}
header .bgn-header-nav.uk-sticky-below {
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 960px) {
  header .bgn-header-nav.uk-sticky-below {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 960px) {
  header .bgn-header-nav.uk-sticky-below .uk-logo img {
    transition: all 0.4s ease-out;
    width: 180px;
  }
}
@media (max-width: 959px) {
  header .bgn-header-nav .bgn-navbar .uk-navbar-item {
    min-height: 65px;
  }
}
@media (max-width: 639px) {
  header .bgn-header-nav .bgn-navbar .uk-navbar-item {
    min-height: 50px;
  }
}
header .bgn-header-nav .bgn-navbar a.uk-button {
  background-color: #01994e;
  color: white;
  border-radius: 100px;
  font-size: 1rem;
  padding: 0 20px;
}
@media (min-width: 960px) {
  header .bgn-header-nav .bgn-navbar a.uk-button {
    line-height: 44px;
  }
}
@media (max-width: 639px) {
  header .bgn-header-nav .bgn-navbar a.uk-button {
    padding: 0 10px;
  }
}
header .bgn-header-nav .bgn-navbar div.uk-button {
  background-color: #01994e;
  color: white;
  border-radius: 100px;
  font-size: 1rem;
  padding: 0 20px;
}
@media (min-width: 960px) {
  header .bgn-header-nav .bgn-navbar div.uk-button {
    line-height: 44px;
  }
}
@media (max-width: 639px) {
  header .bgn-header-nav .bgn-navbar div.uk-button {
    padding: 0 10px;
  }
}
header .bgn-header-nav .bgn-navbar div a {
  color: #FFF;
}
.uk-button {
  font-family: 'Karla', sans-serif;
  text-transform: none;
}
.uk-button.uk-button-secondary {
  background-color: #033535;
}
.bgn-modal {
  border-top: 5px solid #016634;
}
.bgn-modal h2 {
  font-weight: 500;
}
@media (min-width: 960px) {
  .bgn-modal {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
  }
}
.bgn-thumbnav > * > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.1s ease-in-out;
  transition-property: background-color, border-color, box-shadow;
  border: 5px solid transparent;
}
.bgn-thumbnav > .uk-active > ::after {
  border-color: white;
}
.bgn-slidenav {
  /* padding: 21px 18px; */
  color: #016634;
  background: #044d4d;
  padding: 38px 36px;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.bgn-slidenav i {
  display: inline-block;
  color: white;
}
.bgn-slidenav:hover {
  background: #033535;
}
.bgn-slideshow {
  color: #ffffff !important;
}
.bgn-slideshow .uk-heading-medium {
  font-weight: 500;
}
.bgn-slideshow .uk-text-lead {
  color: #ffffff !important;
  font-size: 1.2rem;
}
.bgn-slideshow .uk-text-small {
  color: #ffffff !important;
}
.bgn-social a {
  color: white;
  background: #033535;
  transition: all 0.4s ease;
}
.bgn-social a:hover {
  color: white;
  background: #016634;
}
.uk-text-bold {
  font-weight: 500;
}
footer {
  padding-bottom: 40px!important;
}
footer.uk-text-muted {
  background-color: #f9f9f9;
}
footer .bgn-phone {
  color: #114a5d;
  font-size: 2rem;
  font-family: 'Barlow', sans-serif;
}
footer h4 {
  font-weight: 600 !important;
  color: #016634 !important;
}
.bgn-evolucion .uk-text-lead {
  font-size: 1.4rem;
  color: #ffffff !important;
}
.bgn-footer {
  background-color: #016634;
  color: white;
  padding: 10px 0;
}
.bgn-footer .bgn-phone {
  color: white;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}
@media (max-width: 339px) {
  .bgn-footer .bgn-phone {
    font-size: 1.1em;
  }
  .bgn-footer .bgn-phone i {
    display: none;
  }
}
#cookies {
  position: fixed;
  bottom: 20px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-size: 0.8rem;
  text-align: center;
}
@media (max-width: 479px) {
  #cookies {
    left: 20px;
    right: 20px;
    width: auto;
    margin-left: 0;
  }
}
.ci-basket {
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 1rem;
}
.ci-basket:hover svg * {
  stroke: #016634;
}
.ci-badge {
  background-color: #016634;
  color: #FFF;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
  position: absolute;
  right: -8px;
  top: -8px;
  border: 1px solid #666;
}
.ci-badge:hover {
  color: #FFF;
  cursor: pointer;
}
.ci-cart {
  padding: 0;
  width: 300px;
  line-height: 15px;
}
.ci-cart .ci-price-cart {
  font-size: 1.125rem;
  font-weight: 600;
  color: #016634;
}
.ci-cart .ci-price-cart s {
  font-weight: 300;
  margin-top: 5px;
  color: #aaa;
  display: block;
  font-size: 0.813rem;
}
.ci-cart h6 {
  font-size: 0.875rem;
  line-height: 14px;
  margin: 5px 0 10px 0;
}
.ci-cart h6 a {
  color: #666;
}
.ci-cart h6 a:hover {
  text-decoration: underline;
}
.ci-cart .ci-cant {
  font-size: 0.813rem;
}
.ci-cart .ci-cant strong {
  font-weight: 600;
}
.ci-cart .ci-cart-muted {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ci-cart .ci-subtotal {
  font-size: 0.875rem;
}
.ci-cart .ci-subtotal strong {
  font-size: 1.125rem;
  font-weight: 600;
}
.ci-badge {
  background-color: #033535;
}
.ci-button-checkout {
  background-color: #033535 !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 1rem;
}
.ci-button-checkout:hover {
  background-color: #044d4d !important;
}
.ci-button-solicitar {
  background-color: #016634 !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 0.875rem;
  transition: all ease 0.4s;
}
.ci-button-solicitar:hover {
  background-color: #017f41 !important;
}
.ci-card-secondary {
  background: #016634;
}
.ci-bg-grey {
  background: #FFF !important;
}
.bgn-callus {
  opacity: 0;
  z-index: 100;
  width: 380px;
}
.bgn-callus .emblema {
  background-color: #016634;
  color: white;
}
.bgn-callus .emblema img *,
.bgn-callus .emblema svg * {
  fill: white;
}
.bgn-callus .emblema:hover {
  color: white;
}
.bgn-callus h3 {
  font-family: 'Karla', sans-serif;
  margin: 10px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .bgn-callus h3 {
    margin-top: 0;
  }
}
.bgn-callus a.uk-button {
  border-radius: 100px;
}
.bgn-callus .bgn-padding {
  padding: 20px 30px;
}
@media (max-width: 639px) {
  .bgn-callus .bgn-padding {
    padding: 20px 20px;
  }
}
@media (max-width: 639px) {
  .bgn-callus {
    width: 100%;
    text-align: center;
  }
  .bgn-callus > div {
    border-radius: 4px;
  }
  .bgn-callus > div a {
    line-height: 40px !important;
  }
}
input.fc-search-input {
  width: 100%;
  font-size: 20px !important;
  height: 53px !important;
  border-color: #6c6c6c !important;
}
input.fc-search-input.fc-mobile {
  width: 320px;
  font-size: 20px !important;
  height: 33px !important;
  border-color: #6c6c6c !important;
}
.fc-clever {
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 15px;
  /*width: 800px;*/
}
.fc-search-input:focus .fc-clever {
  display: block !important;
}
.fc-search-input.fc-mobile:focus .fc-clever {
  display: block !important;
}
.fc-qsearch {
  /*border-top: 3px solid @color-3;
    background-color: #f6f6f6;
    padding: 20px 0px;

    @media (min-width:960px) {
      height: 90px;
    }
    */
}
.fc-qsearch .fc-input {
  font-weight: 300;
}
.fc-qsearch .fc-input input text {
  font-size: 18px;
  padding-right: 60px !important;
  height: 48px;
  line-height: 48px;
  border-color: #ddd;
}
@media (min-width: 960px) {
  .fc-qsearch .fc-input input text {
    padding-right: 270px !important;
  }
}
.fc-qsearch .fc-input .fc-btn-search {
  display: inline-block;
  background: #016634;
  height: 53px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  stroke: white !important;
  cursor: pointer;
  border: none;
  padding: 0;
}
.fc-qsearch .fc-input .fc-btn-search svg * {
  stroke: white !important;
}
.fc-qsearch .fc-input .fc-filter-search {
  position: absolute;
  background-color: #f0f0f0;
  right: 48px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  padding: 0 10px;
  height: 50px;
  line-height: 40px;
  top: 1px;
}
.fc-qsearch .fc-input .fc-filter-search select {
  height: 52px;
  font-size: 16px;
}
.fc-qsearch .fc-input .fc-filter-search select option {
  font-size: 16px;
  font-family: 'Karla', sans-serif;
}
.fc-qsearch .fc-input .fc-filter-search button {
  font-size: 16px;
  border: none;
  padding: 0 10px;
  text-transform: none;
}
.fc-bordder-novedades {
  border: solid 3px #bd2a32;
}
.destacado {
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
.destacado svg {
  margin-top: -20px;
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
.destacado svg polygon {
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
.destacado-ficha {
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
.destacado-ficha svg {
  margin-top: 20px;
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
.destacado-ficha svg polygon {
  color: #bd2a32;
  fill: #FFF;
  stroke: #FFF;
}
figure.bloque_listado_novedades {
  height: 100px!important;
}
figure.bloque_listado_novedades img {
  height: 108px!important;
}
figure.bloque_listado {
  height: 170px!important;
}
figure.bloque_listado img {
  height: 178px!important;
}
/*# sourceMappingURL=main.css.map */