@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;
}

img {
  max-width: 100%;
}

.bg-azul {
  background-color: #051f4e;
}

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

.bg-azul1 {
  background-color: #d9e8ea;
}

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;
}

.barra-superior__wrapper-logo .logo {
  max-width: 8rem;
}

/* 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: 85%;
       object-position: 85%;
  }
}

.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: 0rem;
    padding-bottom: 0rem;
  }
}

.main-banner__content-box {
  background: #051f4e;
}

@media (max-width: 992px) {
  .main-banner__content-box .electrolux__title {
    color: #fff;
  }
}

@media (max-width: 992px) {
  .main-banner__content-box {
    background-color: #051f4e;
  }
}

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

@media (max-width: 992px) {
  .main-banner__text {
    color: #fff;
  }
}

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

.main-banner .contenido {
  color: #e0e9eb;
  max-width: 15.625rem;
  width: 94%;
}

.main-banner .contenido .logo {
  bottom: 0.9375rem;
  right: 0.9375rem;
  position: absolute;
}

.main-banner .contenido h1 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1em;
}

.main-banner .contenido p {
  color: #7d8a9a;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}

.section-j1 {
  background-color: #7d8a9a;
}

.section-j1 .texto-intro {
  margin: 0 auto;
  max-width: 37.5rem;
}

.section-j1 .texto-intro h2 {
  color: #e0e9eb;
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
}

.section-j1 .texto-intro p {
  color: #051f4e;
  font-size: 0.8125rem;
  line-height: 1.0em;
  margin-bottom: 0.3125rem;
  text-align: center;
}

.section-j2 img {
  border-radius: 0px;
}

.section-j2__title {
  font-weight: 600;
  font-size: 1.17188rem;
  margin: 0 0 10px;
}

.section-j2__text {
  font-size: 0.8125rem;
}

.section-j2 .card-group .card {
  border: none;
}

.section-j2 .card-group .card:first-child {
  background: #e0e9eb;
}

.section-j2 .card-group .card:nth-child(2) {
  background: #7d8a9d;
}

.section-j2 .card-group .card:last-child {
  background: #e0e9eb;
}

.section-j2 .card-group .card .card-body {
  display: block;
  width: 90%;
  margin: 0px auto;
}

@media (max-width: 768px) {
  .section-j2 .card-group .card {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section-j2 .card-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.section-j3 {
  background-color: #7d8a9a;
  color: #fff;
}

.section-j3 .imagen {
  padding: 1.875rem 0;
}

.section-j3 .imagen img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.section-j3__contenido .textos {
  margin: 0 auto;
  width: 92%;
  max-width: 400px;
}

.section-j3__contenido .textos h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2em;
}

.section-j3__contenido .textos p {
  font-size: 0.8125rem;
}

.section-j3.bg_white {
  background-color: #fff;
  color: #051f4e;
}

.section-j5 {
  background-color: #041e51;
  color: #e0e9eb;
}

.section-j5 .contenido {
  position: relative;
  top: calc(100% / -3);
}

@media (max-width: 768px) {
  .section-j5 .contenido {
    top: 0;
    padding: 2.5rem 0;
  }
}

.section-j5 .contenido .cuadro {
  background-color: #7d8a9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
  padding: 1.5625rem;
}

.section-j5 .contenido .cuadro .icono {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
}

.section-j5 .contenido .cuadro .textos {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
}

.section-j5 .contenido .cuadro .textos h3 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.0em;
  margin: 0 0 20px;
}

.section-j5 .contenido .cuadro .textos h4 {
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}

.section-j5 .contenido .cuadro .textos p {
  color: #051f4e;
  font-size: 0.8125rem;
  margin: 0;
}

.section-j5 .contenido .cuadro.cuadro2 {
  background-color: #fff;
  color: #051f4e;
}

.section-j6 .iconos {
  height: 100%;
}

.section-j6 .iconos__indv {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #051f4e;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  height: calc(100% / 3);
  padding: 0 1.875rem;
}

.section-j6 .iconos__indv:nth-child(2) {
  background-color: #d9e8ea;
  color: #051f4e;
}

.section-j6 .iconos__indv:nth-child(3) {
  background-color: #7d8a9c;
  color: #fff;
}

.section-j6 .iconos__indv .icono {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

@media (max-width: 450px) {
  .section-j6 .iconos__indv .icono {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.section-j6 .iconos__indv .icono img {
  margin-left: 0.625rem;
  width: 5rem;
}

@media (max-width: 450px) {
  .section-j6 .iconos__indv .icono img {
    margin-left: 0;
  }
}

.section-j6 .iconos__indv .textos {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  padding: 0 1.25rem;
}

.section-j6 .iconos__indv .textos h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.section-j6 .iconos__indv .textos p {
  font-size: 0.8125rem;
  margin: 0 0 10px;
}

.section-j6 .iconos__indv .textos p:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .section-j6 .iconos__indv {
    padding: 1.5625rem 1.875rem;
  }
}

@media (max-width: 450px) {
  .section-j6 .iconos__indv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-j6 .imagen {
  position: relative;
}

.section-j6 .imagen img {
  position: relative;
  height: 100%;
}

@media (max-width: 1100px) {
  .section-j6 .imagen img {
    height: 900px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 768px) {
  .section-j6 .imagen img {
    height: 500px;
    width: 100%;
  }
}

.section-j6 .imagen .label {
  background-color: #051f4e;
  bottom: 0;
  color: #e0e9eb;
  padding: 0.9375rem 1.25rem;
  position: absolute;
  right: 0;
  width: 80%;
}

.section-j6 .imagen .label p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1em;
  margin: 0;
}

.section-j7 {
  background-color: #051f4e;
}

.section-j7 h2 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  margin: 0;
}

.section-j8 .columna-1 {
  background-color: #051f4e;
  color: #fff;
  text-align: center;
}

.section-j8 .columna-1 > div {
  padding: 5rem 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

.section-j8 .columna-1 > div h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 20px;
}

.section-j8 .columna-1 > div p {
  margin: 0;
}

.section-j8 .columna-2 {
  text-align: center;
}

.section-j8 .columna-2 > div {
  padding: 5rem 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

.section-j8 .columna-2 .icono {
  margin: 0 0 20px;
}

.section-j8 .columna-2 p {
  margin: 0;
}

.section-j9 {
  background-color: #7d8a9c;
}

.section-j9 .tecnologia {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  height: 100%;
  padding: 1.25rem;
}

.section-j9 .tecnologia .icono {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.section-j9 .tecnologia .icono img {
  margin-top: -150px;
  max-width: 100%;
}

@media (max-width: 992px) {
  .section-j9 .tecnologia .icono img {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .section-j9 .tecnologia .icono img {
    margin-top: 0px;
    width: auto;
  }
}

.section-j9 .tecnologia .textos {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

.section-j9 .tecnologia .textos h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
}

.section-j9 .tecnologia .textos p {
  font-size: 0.8125rem;
}

.section-j9 .tecnologia .textos-azules {
  color: #051f4e;
}

@media (max-width: 768px) {
  .section-j9 img {
    width: 100%;
  }
}

.slick-initialized .slick-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.electrolux__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e0e9eb;
  margin: 0;
}

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

.electrolux__text b {
  font-weight: 600;
}

.blue {
  color: #051f4e;
}

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

.secondary-bg {
  background: #e0e9eb;
}

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

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

.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;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slick-arrow.custom-arrow-right {
  right: 0px;
}

.mx-700-px {
  max-width: 700px;
}
/*# sourceMappingURL=index.css.map */