@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/************************************
  @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: #333;
  background: white;
  left: 0 !important;
  margin-left: 0 !important;
}
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: #435358;
}
#cookies-msg a.uk-button:hover {
  background: #171c1e;
}
#cookies-msg a:not(.uk-button) {
  color: #435358;
}
#cookies-msg a:not(.uk-button):hover {
  color: #171c1e;
}
/* .uk-container{
	max-width: 1300px;
}
.uk-container-small {
    max-width: 980px;
} */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5 {
  font-family: 'Inter', sans-serif;
}
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
  font-family: 'Inter', sans-serif;
}
.uk-h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.dg-global {
  position: relative;
}
header .dg-topbar {
  background-color: #333;
  color: white;
  text-transform: none;
}
header .dg-topbar ul li a {
  text-transform: none !important;
}
header .dg-topbar ul li.uk-active a {
  font-weight: bold;
  color: white;
}
header .dg-header-nav {
  background-color: white;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  transition: all 0.4s ease-out;
  z-index: 10000;
}
header .dg-header-nav.uk-sticky-below {
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
  z-index: 10000;
}
header .dg-header-nav .dg-navbar ul.uk-navbar-nav > li > a {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 1250px) {
  header .dg-header-nav .dg-navbar ul.uk-navbar-nav > li > a {
    padding: 0 10px;
  }
}
header .dg-header-nav .dg-navbar ul.uk-navbar-nav > li .uk-navbar-dropdown {
  min-width: 250px;
}
header .dg-header-nav .dg-navbar a.uk-button {
  padding: 0 20px;
}
.uk-button.uk-button-primary {
  background-color: #435358;
}
.uk-button.uk-button-primary:hover {
  background-color: rgba(67, 83, 88, 0.8);
}
.dg-topbar-mobile {
  background-color: white !important;
}
.uk-button {
  font-family: 'Inter', sans-serif;
  text-transform: none;
}
.dg-modal {
  width: 550px;
}
@media (min-width: 960px) {
  .dg-modal {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
  }
}
.dg-offcanvas-bar {
  background-color: #435358;
}
.dg-offcanvas-bar img.logo *,
.dg-offcanvas-bar svg.logo * {
  fill: white;
}
.dg-offcanvas-bar ul.uk-nav li a {
  color: #ffffff;
}
.dg-gold {
  color: #435358 !important;
}
.dg-slideshow h1 {
  color: #fff;
  font-weight: 600;
}
.dg-slideshow p {
  font-size: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .dg-slideshow p {
    font-size: 1.125rem;
  }
}
@media (max-width: 479px) {
  .dg-slideshow p {
    font-size: 1rem;
  }
}
.dg-slidenav {
  /* padding: 21px 18px; */
  color: #435358;
  background: #141414;
  padding: 38px 36px;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
}
.dg-slidenav i {
  display: inline-block;
  color: #435358;
}
.dg-slidenav:hover {
  background: #282828;
}
footer {
  font-size: 0.875rem;
}
footer ul.uk-list.uk-list-divider a {
  font-size: 0.8rem;
}
.uk-section-gold {
  background: #596e75;
  color: white;
}
.dg-callus {
  opacity: 0;
  z-index: 100;
  width: 380px;
}
.dg-callus .emblema {
  background-color: #435358;
  color: white;
}
.dg-callus .emblema img.brand *,
.dg-callus .emblema svg.brand * {
  fill: white;
}
.dg-callus .emblema:hover {
  color: white;
}
.dg-callus h3 {
  font-family: 'Inter', sans-serif;
  margin: 10px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media (max-width: 639px) {
  .dg-callus h3 {
    margin-top: 0;
  }
}
.dg-callus a.uk-button {
  border-radius: 100px;
}
.dg-callus .dg-padding {
  padding: 20px 30px;
}
@media (max-width: 639px) {
  .dg-callus .dg-padding {
    padding: 20px 20px;
  }
}
@media (max-width: 639px) {
  .dg-callus {
    width: 100%;
    text-align: center;
  }
  .dg-callus > div {
    border-radius: 4px;
  }
  .dg-callus > div a {
    line-height: 40px !important;
  }
}
.dg-shrink-button {
  position: absolute;
  left: -15px;
  background-color: white !important;
}
.dg-shrink-button i {
  color: #333;
}
.dg-efx {
  width: 80px;
}
.dg-efx .dg-less {
  display: none;
}
.dg-efx .dg-padding {
  padding: 20px;
}
.dg-efx .dg-shrink-button {
  left: -20px;
}
.num {
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 100px;
  position: absolute;
  font-size: 28px;
  font-weight: 400;
  color: white;
  top: -35px;
  left: 50%;
  margin-left: -25px;
  background-color: #435358;
  border: 2px solid white;
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
}
@media (max-width: 639px) {
  .num {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100px;
    position: absolute;
    font-size: 21px;
    font-weight: 400;
    color: white;
    top: -18px;
  }
}
.icon {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  position: absolute;
  font-weight: 600;
  color: white;
  top: -35px;
  border: 4px solid white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.dg-servicios-grid .uk-card {
  min-height: 120px;
}
.dg-card {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 8px;
  box-shadow: 15px 15px 20px rgba(57, 65, 124, 0.08);
  transition: all ease 0.3s;
}
.dg-card:hover {
  box-shadow: 2px 2px 4px rgba(57, 65, 124, 0.2) !important;
  transform: translateY(2px);
}
.dg-card h3 {
  line-height: 1.2rem;
  margin-bottom: 5px !important;
}
.dg-card h3 a {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}
.dg-card .info {
  padding: 0 10px;
}
.dg-card .price {
  font-weight: 600;
  font-size: 1.2rem;
  color: #435358;
}
strong,
.uk-text-bold {
  font-weight: 600;
}
.mapa-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.mapa-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.dg-pagination li {
  padding-left: 10px;
}
ul.dg-pagination li > a {
  height: 25px;
  min-width: 25px;
  text-align: center;
  padding: 0 5px;
  border-radius: 100px;
}
ul.dg-pagination li.uk-active > a {
  background: #435358;
  color: white !important;
  font-weight: 500;
}
.uk-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
}
.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: #435358;
}
.ci-badge {
  background-color: orangered!important;
  color: #fff;
  width: 18px!important;
  height: 18px!important;
  line-height: 18px!important;
  text-align: center;
  font-weight: 400;
  font-size: 0.7rem;
  position: absolute;
  right: -5px;
  padding: 0!important;
  top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.ci-badge:hover {
  cursor: pointer;
}
.ci-cart {
  padding: 0;
  width: 300px;
  line-height: 15px;
}
.ci-cart .ci-price-cart {
  font-size: 1.125rem;
  font-weight: 600;
  color: #435358;
}
.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: #e6e6e6;
}
.ci-button-checkout {
  background-color: #e6e6e6 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem;
}
.ci-button-checkout:hover {
  background-color: #f3f3f3 !important;
}
.ci-button-solicitar {
  background-color: #435358 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.875rem;
  transition: all ease 0.4s;
}
.ci-button-solicitar:hover {
  background-color: #4e6166 !important;
}
.ci-card-secondary {
  background: #435358;
}
.ci-bg-grey {
  background: #666666 !important;
}
div.comparador-sticky {
  background-color: white;
  visibility: hidden;
  height: 0;
  margin-top: 0 !important;
}
div.comparador-sticky.uk-sticky-fixed {
  visibility: visible;
  height: auto;
  padding-bottom: 15px;
  margin-top: 15px !important;
}
.uk-text-primary {
  color: #435358 !important;
}
a.uk-text-primary {
  color: #435358 !important;
}
.grecaptcha-badge {
  display: none !important;
}
.pedido {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.pedido:hover,
.pedido:focus {
  background-color: transparent;
  border: none;
  outline: none;
}
.fade-me {
  opacity: 0.2;
}
.uk-text-primary {
  color: #435358;
}
.filter-buttom {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
}
small {
  display: inline-block;
  line-height: 1.5em;
}
.uk-table-small td,
.uk-table-small th {
  border-color: #e5e5e5;
}
.uk-modal {
  z-index: 99999;
}
