@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/************************************
@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: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 479px) {
  body,
  html {
    font-size: 14px;
  }
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
#cookies-msg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
#cookies-msg.shown {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  #cookies-msg {
    text-align: center;
  }
}
#cookies-msg > div {
  background: white;
  padding: 15px 0;
  box-shadow: 0 -14px 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg > div > div {
  box-sizing: content-box;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* Tablet landscape and bigger */
}
@media (min-width: 640px) {
  #cookies-msg > div > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  #cookies-msg > div > div {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#cookies-msg.floating {
  left: 15px;
  right: 15px;
}
#cookies-msg.floating > div {
  width: 800px;
  max-width: 100%;
  margin: 15px auto;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
#cookies-msg.floating > div > div {
  padding-left: 20px;
  padding-right: 20px;
}
#cookies-msg #cookies-msg-close {
  display: none;
}
#cookies-msg .cookies-msg-actions a {
  display: block;
}
#cookies-msg a.uk-button {
  background: #e219e3;
}
#cookies-msg a.uk-button:hover {
  background: #870f87;
}
#cookies-msg a:not(.uk-button) {
  color: #e219e3;
}
#cookies-msg a:not(.uk-button):hover {
  color: #870f87;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: 'Rubik', sans-serif;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: 'Rubik', sans-serif;
  line-height: 1em;
}
.uk-input,
.uk-select,
.uk-textarear,
.uk-dropdown {
  border-radius: 0.3125rem;
}
.uk-button {
  border-radius: 0.3125rem;
  font-size: 0.9375rem;
  text-transform: none;
  font-family: 'Rubik', sans-serif;
}
.uk-button.uk-button-primary {
  color: white;
  background: #e219e3;
}
.uk-button.uk-button-primary:hover {
  color: white;
  background: #ea45ea;
}
.uk-button.uk-button-muted {
  color: #333;
  background: #ddd;
}
.uk-button.uk-button-muted:hover {
  color: #333;
  background: #eee;
}
.uk-button.uk-button-default {
  border-color: #aaa;
}
.uk-button.uk-button-secondary {
  color: white;
  background: #373f50;
}
.uk-button.uk-button-secondary:hover {
  color: white;
  background: #4c576e;
}
.uk-button.uk-button-small {
  font-size: 0.8125rem !important;
}
.uk-button.uk-button-large {
  font-size: 1.1rem !important;
}
.uk-button.fr-button-shadow {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(226, 25, 227, 0.9);
}
a:hover {
  text-decoration: none;
}
.uk-text-primary {
  color: #e219e3 !important;
}
.uk-text-secondary {
  color: #373f50 !important;
}
header .fr-topbar {
  background: #373f50;
  padding: 0.625rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 479px) {
  header .fr-topbar {
    font-size: 0.7rem;
    padding: 0.425rem 0;
  }
}
header .fr-topbar strong {
  color: #ffffff;
  font-weight: 500;
}
header .fr-topbar em {
  font-style: normal;
  color: #e219e3;
}
header .fr-topbar i {
  color: #e219e3;
  font-size: 1.15em;
}
header .fr-topbar .uk-subnav strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  text-transform: none;
}
header .fr-topbar .uk-subnav i {
  color: #e219e3;
  font-size: 1.15em;
}
header .fr-topbar .uk-subnav.fr-subnav-small > li {
  padding-left: 10px;
}
header .fr-topbar .uk-subnav.fr-subnav-small > li:before {
  margin-right: 10px;
}
@media (max-width: 959px) {
  header .fr-topbar .uk-subnav.fr-subnav-small > li:nth-child(2):before {
    border-left: none;
  }
}
header .fr-topbar .uk-subnav.fr-subnav-small > li a {
  text-transform: none;
  color: white;
}
header .fr-navbar {
  margin: 15px 0;
}
@media (max-width: 959px) {
  header .fr-navbar {
    margin: 12px 0;
  }
}
@media (max-width: 639px) {
  header .fr-navbar {
    margin: 10px 0;
  }
}
@media (max-width: 479px) {
  header .fr-navbar {
    margin: 0px 0;
  }
}
header .fr-navbar .uk-navbar-nav > li > a {
  font-family: 'Rubik', sans-serif;
  text-transform: none;
  font-size: 1rem;
}
header .fr-navbar .uk-logo {
  padding: 0;
}
@media (max-width: 959px) {
  header .fr-navbar .uk-logo img {
    width: 180px;
  }
}
@media (max-width: 639px) {
  header .fr-navbar .uk-logo img {
    width: 150px;
  }
}
@media (max-width: 479px) {
  header .fr-navbar .uk-logo img {
    width: 130px;
  }
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: 60px;
}
.uk-section-secondary {
  background-color: #222732;
}
.uk-text-bold {
  font-weight: 500;
}
footer .uk-logo img *,
footer .uk-logo svg * {
  fill: white;
}
.fr-item {
  position: relative;
  border-radius: 0.4375rem;
  background-color: white;
}
.fr-listado .fr-item {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.fr-item .uk-label {
  display: inline-block;
  padding: 0.25em 0.625em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.175rem;
  text-transform: none;
}
.fr-item .fr-img {
  padding: 15px;
}
.fr-item .fr-img img {
  max-height: 260px;
}
.fr-item .fr-card-body {
  padding: 1.25rem;
}
.fr-item .fr-card-body .fr-product-price {
  margin-top: 0.75rem;
  font-size: 1.1rem;
  color: #e219e3;
}
.fr-item .fr-card-body h3 {
  font-size: 0.875rem !important;
  font-weight: 500;
}
.fr-item .fr-card-body h3 a {
  color: #333;
}
.fr-item .fr-card-body a.uk-text-meta {
  font-size: 0.75rem !important;
}
.fr-item .fr-card-body button {
  line-height: 35px;
  font-size: 0.85rem;
}
.fr-item .fr-card-body button i {
  position: relative;
  top: -3px;
}
.fr-item a.fr-link-comparar {
  font-size: 0.8125rem;
  color: #333;
}
.fr-item a.fr-link-comparar:hover {
  color: #e219e3;
}
@media (min-width: 640px) {
  .fr-item a.fr-link-comparar {
    opacity: 0;
  }
}
.fr-item .fr-card-body-hidden {
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: -0.6rem;
  transition: all 0.15s ease-in-out;
  border-radius: 0.4375rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #fff;
}
@media (min-width: 640px) {
  .fr-item .fr-card-body-hidden {
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    position: absolute;
  }
}
@media (min-width: 640px) {
  .fr-listado .fr-item .fr-card-body-hidden {
    margin-top: -1.5rem;
  }
}
.fr-item:hover {
  border-color: #fff !important;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.fr-item:hover .fr-card-body-hidden {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0.5rem 1.025rem -0.375rem rgba(0, 0, 0, 0.1);
}
.fr-item:hover a.fr-link-comparar {
  opacity: 1;
}
.fr-slider-productos > li {
  padding-top: 10px;
  padding-bottom: 80px;
}
.fr-nav-offcanvas {
  background-color: #e219e3;
}
.fr-nav-offcanvas {
  background-color: #2857A3;
  box-shadow: rgba(0, 0, 0, 0.07) 0 3px 12px;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(226, 25, 227, 0.6);
}
.fr-nav-offcanvas img.fr-brand *,
.fr-nav-offcanvas svg.fr-brand * {
  fill: white;
}
.fr-nav-offcanvas input {
  border-radius: 0.3125rem;
}
.fr-nav-offcanvas ul.uk-nav li {
  position: relative;
}
.fr-nav-offcanvas ul.uk-nav li a {
  color: #ffffff;
}
.fr-nav-offcanvas ul.uk-subnav li a.uk-icon-button {
  line-height: 36px;
}
ul.fr-dotnav li.uk-active a {
  background-color: #e219e3;
}
ul.fr-dotnav li a {
  background-color: white;
  border: none;
  width: 12px;
  height: 12px;
}
.fr-bnnrs {
  color: white;
  min-height: 260px;
}
.fr-bnnrs h2 {
  color: white;
}
@media (max-width: 639px) {
  .fr-bnnrs {
    min-height: 193px;
  }
}
.fr-slidenav {
  /* padding: 21px 18px; */
  color: #e219e3;
  background: rgba(20, 20, 20, 0);
  padding: 38px 36px;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.fr-slidenav i {
  display: inline-block;
  color: white;
}
.fr-slidenav:hover {
  background: rgba(0, 0, 0, 0.4);
}
.fr-info-slider {
  color: rgba(255, 255, 255, 0.8);
}
.fr-info-slider h6 {
  color: rgba(255, 255, 255, 0.8);
}
.fr-info-slider h1 {
  color: white;
}
.fr-callus {
  opacity: 0;
  z-index: 100;
  width: 380px;
}
.fr-callus .uk-card {
  border-radius: 0.3125rem;
}
.fr-callus .emblema {
  background-color: #e219e3;
  color: white;
  border-radius: 0.3125rem;
}
.fr-callus .emblema img.brand *,
.fr-callus .emblema svg.brand * {
  fill: white;
}
.fr-callus .emblema:hover {
  color: white;
}
.fr-callus h3 {
  font-family: 'Rubik', sans-serif;
  margin: 10px 0;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .fr-callus h3 {
    margin-top: 0;
  }
}
.fr-callus .fr-padding {
  padding: 20px 30px;
}
@media (max-width: 639px) {
  .fr-callus .fr-padding {
    padding: 20px 20px;
  }
}
@media (max-width: 639px) {
  .fr-callus {
    width: 100%;
    text-align: center;
  }
  .fr-callus > div {
    border-radius: 4px;
  }
  .fr-callus > div a {
    line-height: 40px !important;
  }
}
.fr-shrink-button {
  position: absolute;
  left: -15px;
  background-color: white!important;
}
.fr-shrink-button i {
  color: #333;
}
.fr-efx {
  width: 80px;
}
.fr-efx .fr-less {
  display: none;
}
.fr-efx .fr-padding {
  padding: 20px;
}
.fr-efx .fr-shrink-button {
  left: -20px;
}
.fr-cart-dropdown {
  padding: 0;
  width: 300px;
  line-height: 15px;
  font-family: 'Rubik', sans-serif;
}
.fr-cart-dropdown .fr-price-cart {
  font-size: 18px;
  font-weight: 600;
  color: #e219e3;
  position: relative;
}
.fr-cart-dropdown .fr-price-cart s {
  font-weight: 300;
  margin-top: 5px;
  color: #aaa;
  display: inline-block;
  font-size: 0.9rem;
}
.fr-cart-dropdown h6 {
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 5px 0 10px 0;
  font-family: 'Rubik', sans-serif;
}
.fr-cart-dropdown h6 a {
  color: #666;
}
.fr-cart-dropdown h6 a:hover {
  text-decoration: underline;
}
.fr-cart-dropdown .fr-cant {
  font-size: 0.8rem;
}
.fr-cart-dropdown .fr-cant strong {
  font-weight: 600;
}
.fr-cart-dropdown .fr-cart-muted {
  background-color: #F0F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fr-cart-dropdown .fr-subtotal {
  font-size: 14px;
}
.fr-cart-dropdown .fr-subtotal strong {
  font-size: 18px;
  font-weight: 600;
}
.fr-badge {
  border-radius: 100px;
  width: 20px;
  height: 20px;
  background: #e8eff4;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  position: absolute;
  top: -5px;
  left: 30px;
}
.fr-cart-dropdown {
  padding: 0;
  width: 300px;
  line-height: 15px;
  font-family: 'Rubik', sans-serif;
}
.fr-cart-dropdown .fr-price-cart {
  font-size: 18px;
  font-weight: 600;
  color: #e219e3;
  position: relative;
}
.fr-cart-dropdown .fr-price-cart s {
  font-weight: 300;
  margin-top: 5px;
  color: #aaa;
  display: inline-block;
  font-size: 0.9rem;
}
.fr-cart-dropdown h6 {
  font-size: 0.9rem;
  line-height: 1rem;
  margin: 5px 0 10px 0;
  font-family: 'Rubik', sans-serif;
}
.fr-cart-dropdown h6 a {
  color: #666;
}
.fr-cart-dropdown h6 a:hover {
  text-decoration: underline;
}
.fr-cart-dropdown .fr-cant {
  font-size: 0.8rem;
}
.fr-cart-dropdown .fr-cant strong {
  font-weight: 600;
}
.fr-cart-dropdown .fr-cart-muted {
  background-color: #F0F6F6;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fr-cart-dropdown .fr-subtotal {
  font-size: 14px;
}
.fr-cart-dropdown .fr-subtotal strong {
  font-size: 18px;
  font-weight: 600;
}
.fr-filter {
  width: 270px;
}
.fr-filter h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #666;
}
.fr-filter .uk-list {
  margin: 0;
  /*max-height: 210px;*/
  overflow-y: auto;
}
.fr-filter .uk-list li {
  margin-top: 0 !important;
  position: relative;
}
.fr-filter .uk-list li ul {
  margin: 0;
  padding-left: 20px;
}
.fr-filter .uk-fieldset {
  max-height: 210px;
  overflow-y: auto;
}
.fr-filter .uk-fieldset label {
  display: block;
  font-size: 0.9rem;
  font-family: 'Rubik', sans-serif;
}
.fr-filter .uk-fieldset ul {
  margin: 0;
  padding-left: 20px;
}
.fr-filter .uk-fieldset ul li {
  margin-top: 0 !important;
}
.fr-filter label {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fr-filter .btn-desplegable-grupo {
  background: #FFF;
  color: #444;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  right: 0;
  top: 0;
}
.fr-filter .btn-desplegable-grupo.small {
  height: 30px;
  line-height: 30px;
}
.fr-filter .btn-desplegable-grupo.small span:after {
  top: 2px;
}
.fr-filter .btn-desplegable-grupo:hover {
  text-decoration: none;
}
.fr-filter .btn-desplegable-grupo span:after {
  content: '>';
  font: 20px "Consolas", monospace;
  color: #A5A5A5;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 2px;
  top: -1px;
  padding: 0 0 0px;
  position: absolute;
  pointer-events: none;
}
.fr-offcanvas-light {
  background: white;
  color: #333;
}
.fr-offcanvas-light .uk-checkbox {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.2);
}
.fr-offcanvas-light .uk-checkbox:checked,
.fr-offcanvas-light .uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}
.fr-offcanvas-light .uk-link,
.fr-offcanvas-light a {
  color: #1e87f0;
}
.fr-offcanvas-light .uk-link:hover,
.fr-offcanvas-light a:hover {
  color: #0f6ecd;
}
.uk-sticky #img-sticky {
  display: none;
}
.uk-sticky.uk-active #img-sticky {
  display: inherit;
}
.fr-buscador-cabecera {
  padding-top: 15px;
}
.cn-floating-contact .uk-icon-button {
  transition: all 0.2s ease-out;
  color: white;
  border: 2px solid white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 639px) {
  .cn-floating-contact .uk-icon-button {
    width: 54px;
    height: 54px;
  }
  .cn-floating-contact .uk-icon-button svg,
  .cn-floating-contact .uk-icon-button image {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 640px) {
  .cn-floating-contact .uk-icon-button {
    width: 60px;
    height: 60px;
  }
  .cn-floating-contact .uk-icon-button svg,
  .cn-floating-contact .uk-icon-button image {
    width: 30px;
    height: 30px;
  }
}
.cn-floating-contact .uk-icon-button.uk-icon-button-whatsapp {
  background-color: #00E676;
}
.cn-floating-contact .uk-icon-button:hover {
  opacity: 0.75;
}
/*# sourceMappingURL=main.css.map */