@font-face {
  font-family: 'ElectroluxSans';
  src: url("../assets/fonts/ElectroluxSans-Regular.eot");
  src: url("../assets/fonts/ElectroluxSans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ElectroluxSans-Regular.woff2") format("woff2"), url("../assets/fonts/ElectroluxSans-Regular.woff") format("woff"), url("../assets/fonts/ElectroluxSans-Regular.ttf") format("truetype"), url("../assets/fonts/ElectroluxSans-Regular.svg#ElectroluxSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ElectroluxSans';
  src: url("../assets/fonts/ElectroluxSansSemBd.eot");
  src: url("../assets/fonts/ElectroluxSansSemBd.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/ElectroluxSansSemBd.woff2") format("woff2"), url("../assets/fonts/ElectroluxSansSemBd.woff") format("woff"), url("../assets/fonts/ElectroluxSansSemBd.ttf") format("truetype"), url("../assets/fonts/ElectroluxSansSemBd.svg#ElectroluxSansSemBd") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 2rem;
}

@media (max-width: 1679.98px) {
  html {
    font-size: 1.3rem;
  }
}

body {
  font-size: 1rem;
  line-height: 1.2;
  font-family: 'ElectroluxSans';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo-m {
  background: #051f4e;
}

.logo-m img {
  max-width: 9.375rem;
}

.main-content {
  max-width: 62.5rem;
}

.header__statico {
  background-color: #031d50;
  padding: 32px 40px;
}

.header__statico img {
  max-width: 186px;
}

/* Main Banner */
.main-banner {
  display: block;
  position: relative;
}

.main-banner__hero {
  height: 28.0625rem;
}

.main-banner__hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .main-banner__hero img {
    width: 100%;
    -o-object-position: 80%;
       object-position: 80%;
  }
}

@media (max-width: 550px) {
  .main-banner__hero {
    height: 18.75rem;
  }
}

.main-banner__wrapper {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media (max-width: 991.98px) {
  .main-banner__wrapper {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.main-banner__content-box {
  background: rgba(4, 30, 81, 0.9);
}

.main-banner__text-aux {
  color: #7d8a9a;
  font-size: 1.125rem;
}

.main-banner__text {
  color: #7d8a9a;
  font-size: 1.0625rem;
}

.main-banner .electrolux__title {
  font-size: 1.25rem;
}

.main-banner__wrapper-logo {
  background: #051f4ef2;
}

.main-banner .logo {
  max-width: 8rem;
}

.section-2 {
  position: relative;
}

.section-2__img {
  width: 18.75rem;
  max-width: 50%;
  position: absolute;
  z-index: 10;
  right: 4%;
  bottom: 0;
}

@media (max-width: 1680px) {
  .section-2__img {
    right: 4%;
    max-width: 46%;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-2__img {
    position: relative;
    right: 0px;
    top: 0px;
    padding: 20px 0px 0;
  }
}

@media (max-width: 768px) {
  .section-2__img {
    max-width: 80%;
  }
}

.section-2__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding-left: 0.5rem;
}

.section-2__text {
  font-size: 0.875rem;
  margin: 0 auto;
  display: block;
  padding-left: 0.5rem;
}

.section-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 96;
  margin: 0 auto;
  max-width: 18.75rem;
}

.section-2__item__contenido {
  text-align: left;
}

.section-2__item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 3.5625rem;
}

@media (max-width: 1680px) {
  .section-2__item {
    padding: 1.25rem 0;
  }
}

@media (max-width: 768px) {
  .section-2__item {
    padding: 0;
    width: 96%;
  }
}

.section-3 hr {
  background-color: #FFF;
}

.section-3 .wrapper {
  display: block;
  width: 60%;
  margin: 0px auto;
}

.section-3__title {
  font-size: 1.25rem;
  color: #051f4e;
  margin-bottom: 0.9375rem;
}

.section-3__title b {
  font-weight: bold;
}

.section-3 .content-block {
  position: relative;
  width: 23.71875rem;
  max-width: 100%;
  margin: 0px auto;
  display: block;
}

.section-3 .content-block .plus {
  background: #051f4e;
  color: #FFF;
  width: 1.3125rem;
  height: 1.3125rem;
  display: block;
  border-radius: 2px;
  text-align: center;
  line-height: 1.3125rem;
  font-weight: 600;
  font-size: 1.3125rem;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .section-3 .content-block .plus {
    display: none !important;
  }
}

.section-3 .content-block .plus:hover {
  color: #051f4e;
  background: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-3 .content-block .plus__one {
  top: 15px;
  right: 38%;
}

.section-3 .content-block .plus__one + .electrolux__tooltip {
  top: 0%;
  right: -5%;
}

@media (max-width: 768px) {
  .section-3 .content-block .plus__one + .electrolux__tooltip {
    display: none;
  }
}

.section-3 .content-block .plus__two {
  top: 10%;
  right: 60%;
}

.section-3 .content-block .plus__two + .electrolux__tooltip {
  top: 25%;
  right: 55%;
}

@media (max-width: 1100px) {
  .section-3 .content-block .plus__two + .electrolux__tooltip {
    top: 16%;
    right: 40%;
  }
}

@media (max-width: 768px) {
  .section-3 .content-block .plus__two + .electrolux__tooltip {
    display: none;
  }
}

.section-3 .content-block .electrolux__tooltip {
  display: none;
  position: absolute;
  pointer-events: none;
  z-index: 10;
}

@media (max-width: 767.98px) {
  .section-3 .content-block .electrolux__tooltip {
    display: block;
    position: relative;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: auto;
  }
}

.section-3 .content-block .electrolux__tooltip img {
  width: 10.9375rem;
}

@media (max-width: 767.98px) {
  .section-3 .content-block .electrolux__tooltip img {
    width: 6.25rem;
  }
}

.section-6__text {
  font-size: 1.25rem;
  margin: 0;
}

.section-6__title {
  font-size: 1.875rem;
  font-weight: 600;
  width: 80%;
  margin-left: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .section-6__title {
    width: 100%;
    font-size: 1.5625rem;
  }
}

.section-5 .wrapper-text {
  max-width: 100%;
  width: 16.40625rem;
  display: block;
  margin: 0px auto;
}

.section-5__text {
  font-size: 0.9375rem;
  color: #7d8a9a;
}

.section-separator {
  display: block;
  background-image: url("../assets/img/bg-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 1.875rem 0;
}

.section-separator p {
  color: #051f4e;
  font-size: 1.25rem;
  margin: 0;
}

.section-separator p b {
  font-weight: 600;
  font-size: 1.5625rem;
}

/*  */
.electrolux__title {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #051f4e;
  margin: 0;
}

.electrolux__text {
  font-size: 0.9375rem;
  margin: 0;
}

.electrolux__text b {
  font-weight: 600;
}

.blue {
  color: #051f4e;
}

.primary-bg {
  background: #051f4e;
}

.secondary-bg {
  background: #e0e9eb;
}

.gray-bg {
  background: #7d8a9a;
}

.text-gray {
  color: #7d8a9a;
}

/* Product dimensions */
.product-dimensions__img {
  width: 15.875rem;
}

.product-dimensions__title {
  color: #051f4e;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 25px;
}

.product-dimensions__item-title {
  background: #051f4e;
  font-size: 0.78125rem;
  border-radius: 8px;
  padding: 10px;
}

.product-dimensions__item-title p {
  margin: 0;
  font-weight: 600;
}

.product-dimensions__table {
  max-width: 400px;
}

@media (max-width: 767.98px) {
  .product-dimensions__table {
    margin: 2rem auto 0px;
  }
}

.product-dimensions__table ul {
  list-style: none;
  padding: 0;
}

.product-dimensions__table ul li {
  background: #e0e9eb;
  border-radius: 8px;
  font-size: 0.78125rem;
  margin-top: 7px;
  color: #051f4e;
}

footer {
  background: #051f4e;
}

@media (max-width: 768px) {
  footer .img-fluid {
    display: block;
    margin: 0 auto;
    max-width: 160px;
  }
}

.legal {
  font-size: 0.5rem;
  margin: 0;
}

@media (max-width: 768px) {
  .legal {
    font-size: 14px;
    text-align: center;
  }
}

.slick-dots {
  bottom: 0.625rem;
}

.slick-dots li {
  width: 0.9375rem;
  height: 0.9375rem;
}

.slick-dots li button {
  width: 0.9375rem;
  height: 0.9375rem;
}

.slick-dots li button:before {
  font-size: 24px;
  line-height: 24px;
  width: 0.9375rem;
  height: 0.9375rem;
  color: #FFF;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #051f4e;
  opacity: 1;
}

.slick-arrow {
  background: url("../assets/img/arrow.png") no-repeat center center;
  background-size: cover;
  width: 0.84375rem;
  height: 1.65625rem;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.slick-arrow.custom-arrow-left {
  left: 0px;
  top: calc(50% - 53px / 2);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 20;
}

.slick-arrow.custom-arrow-right {
  right: 0px;
  top: calc(50% - 53px / 2);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 20;
}
/*# sourceMappingURL=index.css.map */