@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: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #222;
  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: #dd296f;
}
#cookies-msg a.uk-button:hover {
  background: #8a1643;
}
#cookies-msg a:not(.uk-button) {
  color: #dd296f;
}
#cookies-msg a:not(.uk-button):hover {
  color: #8a1643;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
  font-family: "Inter", sans-serif;
  line-height: 1.2em;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: "Inter", sans-serif;
  line-height: 1.1em;
}
@media (max-width: 639px) {
  .uk-heading-small {
    font-size: 2.2rem;
  }
}
@media (max-width: 479px) {
  .uk-heading-small {
    font-size: 2rem;
  }
}
.uk-text-bold {
  font-weight: 600;
}
.uk-text-primary {
  color: #dd296f !important;
}
.uk-button {
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 1.875rem;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 3rem;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-style: normal;
  border-radius: 500px;
}
.uk-button.uk-button-primary {
  background-color: #dd296f;
  color: #fff;
}
.uk-button.uk-button-primary:hover {
  background-color: #b61d58;
}
.uk-button.white {
  background-color: white;
}
.uk-border-radius {
  border-radius: 6.25rem;
}
header {
  position: relative;
  z-index: 10;
}
header .cq-top-header {
  background: #fff !important;
  padding: 1.25rem 0;
  z-index: 10;
}
header .uk-logo {
  width: 13.75rem;
}
@media (max-width: 959px) {
  header .uk-logo {
    width: 11.25rem;
  }
}
@media (max-width: 639px) {
  header .uk-logo {
    width: 9.375rem;
  }
}
@media (max-width: 479px) {
  header .uk-logo {
    width: 8.125rem;
  }
}
header .uk-navbar-container {
  background: #fff !important;
  box-shadow: 0 5px 15px rgba(39, 44, 63, 0.06);
}
header .uk-navbar {
  border-top: 1px solid #e7e8ea;
}
header .uk-navbar ul li a {
  font-family: "Inter", sans-serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  position: relative;
}
header .uk-navbar ul li a:hover {
  color: #dd296f;
}
header .uk-navbar ul li a:hover:before {
  left: 0.9375rem;
  right: 0.9375rem;
  background-color: #dd296f;
}
header .uk-navbar ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 2px;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
  left: 0.9375rem;
  left: 50%;
  right: 50%;
}
header .uk-navbar ul li.uk-active a {
  color: #dd296f;
}
header .uk-navbar ul li.uk-active a:before {
  left: 0.9375rem;
  right: 0.9375rem;
  background-color: #dd296f;
}
#nav-mobile ul.uk-nav-default li a {
  font-size: 0.9rem;
  padding: 10px 0 !important;
}
#nav-mobile ul.uk-nav-default li.uk-active a {
  color: #dd296f;
}
.uk-container-large {
  max-width: 1360px;
}
footer .uk-logo {
  width: 6.875rem;
}
@media (max-width: 639px) {
  footer .uk-logo {
    width: 6.25rem;
  }
}
footer h6 {
  font-weight: 500;
}
footer ul.uk-nav li a {
  font-size: 0.8rem;
}
@media (max-width: 959px) {
  .slider {
    margin-right: 0;
    width: auto;
  }
}
@media (min-width: 960px) {
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1360px / 2) - 40px);
  }
}
.uk-breadcrumb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
}
.uk-section-default .uk-breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.uk-breadcrumb li a {
  font-size: 12px;
}
.uk-breadcrumb li span {
  font-size: 12px;
}
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
  margin: 0 calc(10px - 5px) 0 calc(10px - 5px);
}
h1 span {
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.cq-text-background {
  background-color: #dd296f;
  background-image: linear-gradient(150deg, #dd296f 0px, #b61d58 100%);
  color: transparent !important;
}
.cq-text-background-white {
  background-image: linear-gradient(150deg, #ffffff 0px, rgba(255, 255, 255, 0.3) 100%);
  color: transparent !important;
}
.cq-subnav-brands > li.uk-active a {
  color: #dd296f;
  font-weight: 600;
}
.cq-subnav-brands > li a {
  line-height: 2em;
}
.cq-brand-grid .uk-card {
  position: relative;
}
.cq-brand-grid .uk-card > i {
  transition: all ease 0.3s;
  opacity: 0;
}
.cq-brand-grid .uk-card:hover > i {
  opacity: 100;
}
.consentimiento > :nth-child(n + 2) {
  margin-top: 0px;
  padding-top: 0px;
}
@media (min-width: 960px) {
  .info {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: none !important;
  }
}
@media (min-width: 960px) {
  .velado {
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 57%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 57%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 57%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  }
}
@media (max-width: 959px) {
  .velado {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 960px) {
  #info-slideshow {
    max-width: 453px;
  }
}
