@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;
}
body {
  border: 1;
}

img {
  max-width: 100%;
}

.texto-rojo {
  color: #e13b55 !important;
}

.bg-rojo {
  background: #e13b55 !important;
}

.bg-negro {
  background: black;
}

.bg-azul {
  background-color: #051f4e;
  padding: 6.25rem 1.5625rem;
}
@media (max-width: 768px) {
  .bg-azul {
    padding: 1.5625rem 1.5625rem;
  }
}

.text-rosado {
  color: #b1abba !important;
}

.bg-black-especial {
  background-color: #2b2936 !important;
}

.bg-coffe-transparent {
  background-color: #34313c;
  opacity: 0.95;
  padding: 6.25rem 1.5625rem;
}
@media (max-width: 768px) {
  .bg-coffe-transparent {
    padding: 1.5625rem 1.5625rem;
  }
}

.bg-img-especial {
  background: url(../assets/img/copas.png);
  padding: 29.6875rem 0 10.9375rem 1.5625rem;
}
@media (max-width: 768px) {
  .bg-img-especial {
    padding: 14.0625rem 0 6.25rem 0rem;
  }
}

.bg-img-especial2 {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  width: 50%;
  transform: translate(-70%, -50%);
}
@media (max-width: 992px) {
  .bg-img-especial2 {
    width: 65%;
  }
}

.bg-white {
  background-color: white;
  padding: 2.5rem 10% 2.5rem 1.5625rem;
  z-index: 20;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  max-width: 60%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .bg-white {
    padding: 2.5rem 1.5625rem;
    left: 25%;
  }
}

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

.bg-secundario {
  background-color: #e0e9eb;
}

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

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

.azul {
  color: #051f4e !important;
}

.azul-cielo-bg {
  background-color: #d9e8ea !important;
}

.text-white {
  color: #fff !important;
}

.mx-1000-px {
  max-width: 1000px;
}

hr.especial {
  background-color: white;
  opacity: 1;
  height: 1.8px;
}

hr.especial-2 {
  background-color: #e13b55;
  opacity: 1;
  height: 1.8px;
}

.bg-negro-especial {
  background-color: #333333 !important;
}

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 .logo-especial {
  position: absolute;
  top: 10%;
  left: 5%;
  max-width: 9.375rem;
}
.main-banner__splash {
  background-color: #e13b55;
  top: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 62%;
  height: 100%;
  left: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 85% 50%, 70% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0, 85% 50%, 70% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .main-banner__splash {
    position: static;
    width: 100%;
    opacity: 1 !important;
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.main-banner__splash .container-logo {
  background-color: #e13b55;
  width: 70%;
  padding: 3.75rem 3.75rem 3.75rem 0.625rem;
}
@media (max-width: 992px) {
  .main-banner__splash .container-logo {
    padding: 0.3125rem 1.5625rem;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .main-banner__splash .container-logo {
    padding: 0.3125rem 1.5625rem;
    text-align: center;
  }
}
.main-banner__splash .container-logo .logo {
  padding: 0.9375rem 0;
  max-width: 15.625rem;
  width: 100%;
}
.main-banner__splash .container-logo .logo h2 {
  color: #fff;
  font-size: 1.09375rem;
  font-weight: 600;
  line-height: 1em;
  padding: 0.9375rem;
}
.main-banner__splash .container-logo p {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  margin-top: 0.9375rem;
}
@media (max-width: 1200px) {
  .main-banner__splash .container-logo p {
    font-size: 0.9375rem;
  }
}
@media (max-width: 992px) {
  .main-banner__splash .container-logo p {
    font-size: 0.78125rem;
  }
}
.main-banner__splash h1 {
  color: #fff;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .main-banner__splash h1 {
    font-size: 1.40625rem;
  }
}
@media (max-width: 992px) {
  .main-banner__splash h1 {
    font-size: 1.25rem;
  }
}
.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 .contenido {
  color: #e0e9eb;
  max-width: 15.625rem;
  width: 94%;
}
.main-banner .contenido .logo {
  top: 0.9375rem;
  left: 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-n1 {
  display: block;
  position: relative;
}
.section-n1 img.logo {
  width: 6.25rem;
}
.section-n1 .background-especial {
  background-image: url("../assets/img/stage.png");
  background-position: bottom;
  background-size: cover;
}
.section-n1__splash {
  background-color: #fff;
  top: 4.6875rem;
  position: absolute;
  right: 2.5rem;
  width: 45%;
}
@media (max-width: 992px) {
  .section-n1__splash {
    position: static;
    width: 100%;
  }
}
.section-n1__splash .container-logo {
  background-color: #051f4e;
  padding: 2.5rem 2.1875rem;
}
@media (max-width: 992px) {
  .section-n1__splash .container-logo {
    padding: 0.3125rem 1.5625rem;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .section-n1__splash .container-logo {
    padding: 0.3125rem 1.5625rem;
    text-align: center;
  }
}
.section-n1__splash .container-logo .logo {
  background-color: #051f4e;
  padding: 0.9375rem 0;
  max-width: 9.375rem;
}
.section-n1__splash .container-logo .logo h2 {
  color: #fff;
  font-size: 1.09375rem;
  font-weight: 600;
  line-height: 1em;
  padding: 0.9375rem;
}
.section-n1__splash .container-logo p {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #acbac1;
  margin-top: 0.9375rem;
}
@media (max-width: 1200px) {
  .section-n1__splash .container-logo p {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  .section-n1__splash .container-logo p {
    font-size: 0.9375rem;
  }
}
.section-n1__splash h1 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section-n1__splash h1 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-n1__splash h1 {
    font-size: 1.25rem;
  }
}
.section-n1__hero {
  height: 28.0625rem;
}
.section-n1__hero img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .section-n1__hero img {
    width: 100%;
    -o-object-position: 85%;
       object-position: 85%;
  }
}
.section-n1__wrapper {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  top: 0px;
  left: 0px;
}
@media (max-width: 991.98px) {
  .section-n1__wrapper {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.section-n1__content-box {
  background: #051f4e;
}
@media (max-width: 992px) {
  .section-n1__content-box .electrolux__title {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .section-n1__content-box {
    background-color: #051f4e;
  }
}
.section-n1__text {
  color: #7d8a9a;
  font-weight: 600;
  font-size: 1.0625rem;
}
@media (max-width: 992px) {
  .section-n1__text {
    color: #fff;
  }
}
.section-n1 .contenido {
  color: #e0e9eb;
  max-width: 48%;
  width: 100%;
  height: 30% !important;
}
@media (max-width: 768px) {
  .section-n1 .contenido {
    max-width: 70%;
    width: 100%;
    height: 40% !important;
    width: 100%;
  }
}
.section-n1 .contenido .logo {
  top: 1.5625rem;
  position: absolute;
}
.section-n1 .contenido h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
  color: #051f4e;
}
@media (max-width: 1200px) {
  .section-n1 .contenido h1 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-n1 .contenido h1 {
    font-size: 1.25rem;
  }
}
.section-n1 .contenido p {
  color: #051f4e;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0;
}
@media (max-width: 1200px) {
  .section-n1 .contenido p {
    font-size: 0.78125rem;
  }
}
@media (max-width: 992px) {
  .section-n1 .contenido p {
    font-size: 0.6875rem;
  }
}

.section-j7.bg-azul {
  background-color: #7d8a9a;
}

.section-j7 {
  background-color: #051f4e;
}
.section-j7 h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .section-j7 h2 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-j7 h2 {
    font-size: 1.25rem;
  }
}
.section-j7 p {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-align: center;
  margin: 0 7.8125rem;
}
@media (max-width: 1200px) {
  .section-j7 p {
    margin: 0 0;
    font-size: 0.78125rem;
  }
}
@media (max-width: 992px) {
  .section-j7 p {
    margin: 0 0;
    font-size: 0.6875rem;
  }
}
.section-j7 span {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-j7 span {
    font-size: 0.78125rem;
  }
}

.section-n3 .texto-especial {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
}
@media (max-width: 768px) {
  .section-n3 .texto-especial {
    position: relative;
    left: 0%;
    top: 0%;
    transform: none;
    width: 100%;
    padding: 2.5rem 1.5625rem;
  }
}
.section-n3 h3 {
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1em;
  color: white;
}
@media (max-width: 1200px) {
  .section-n3 h3 {
    font-size: 1.40625rem;
  }
}
@media (max-width: 992px) {
  .section-n3 h3 {
    font-size: 1.25rem;
  }
}
.section-n3 p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
  margin: 0 7.8125rem;
}
@media (max-width: 1200px) {
  .section-n3 p {
    margin: 0 0;
    font-size: 0.9375rem;
  }
}
@media (max-width: 992px) {
  .section-n3 p {
    margin: 0 0;
    font-size: 0.78125rem;
  }
}
.section-n3 span {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .section-n3 span {
    font-size: 0.78125rem;
  }
}

.section-k4 .selector1 {
  position: absolute;
  right: 11.2%;
  top: 14%;
}
@media (max-width: 992px) {
  .section-k4 .selector1 {
    right: 14.8%;
    top: 14%;
  }
}
@media (max-width: 768px) {
  .section-k4 .selector1 {
    right: 16%;
    top: 40%;
  }
}
@media (max-width: 500px) {
  .section-k4 .selector1 {
    right: 26%;
    top: 42%;
  }
}
.section-k4 .selector1 .icon {
  height: 28px;
  width: 29px;
}
.section-k4 .selector1 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  transform: rotateZ(225deg);
}
.section-k4 .selector1 .icon .icon_info {
  height: 180px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 180px;
  left: -76px;
}
.section-k4 .selector1 .icon .icon_info img {
  width: 100%;
}
@media (max-width: 500px) {
  .section-k4 .selector1 .icon .icon_info {
    height: 130px;
    left: -52px;
    width: 130px;
  }
}
.section-k4 .selector1 .icon:hover .btnhover {
  transform: rotateZ(0);
}
.section-k4 .selector1 .icon:hover .icon_info {
  display: block;
  opacity: 1;
}
.section-k4__caja {
  background-color: #051f4e;
  max-width: 700px;
  padding: 4.6875rem 3.75rem 4.6875rem 2.5rem;
  position: absolute;
  width: 48%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .section-k4__caja {
    padding: 1.875rem;
  }
}
.section-k4__caja-contenedor h2 {
  align-items: center;
  color: white;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
}
.section-k4__caja-contenedor h2::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../assets/img/slider_k_icon_4.png");
  background-size: contain;
  display: inline-block;
  height: 83px;
  margin-right: 10px;
  vertical-align: top;
  width: 83px;
}
.section-k4__caja-contenedor h2.head1::before {
  background: url("../assets/img/ico-luz.png") no-repeat;
  background-size: 2.8125rem;
  background-position: bottom;
}
@media (max-width: 992px) {
  .section-k4__caja-contenedor h2.head1::before {
    background-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section-k4__caja-contenedor h2 {
    margin: 0;
  }
}
.section-k4__caja-contenedor p {
  color: white;
  font-size: 1rem;
  padding-left: 95px;
}
@media (max-width: 992px) {
  .section-k4__caja-contenedor p {
    font-size: 0.6875rem;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .section-k4__caja {
    max-width: 768px;
    width: 100%;
    top: 0;
    transform: none;
    position: initial;
  }
}
.section-k4__imagen img {
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}

.section-k1 .order-md-1 {
  order: 1;
}
.section-k1 .order-md-2 {
  order: 2;
}
.section-k1 .selector1 {
  position: absolute;
  left: 48%;
  top: 40%;
}
.section-k1 .selector1 .icon {
  height: 28px;
  width: 29px;
}
.section-k1 .selector1 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  transform: rotateZ(225deg);
}
.section-k1 .selector1 .icon .icon_info {
  height: 243px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 243px;
  left: -108px;
}
.section-k1 .selector1 .icon .icon_info img {
  width: 100%;
}
.section-k1 .selector1 .icon:hover .btnhover {
  transform: rotateZ(0);
}
.section-k1 .selector1 .icon:hover .icon_info {
  display: block;
  opacity: 1;
}
.section-k1__slider .cadaSlide {
  display: none;
}
@media (max-width: 768px) {
  .section-k1__slider .cadaSlide img {
    max-height: 600px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
}
.section-k1__slider .cadaSlide img.img_especial {
  max-height: 40.625rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-k1__slider .cadaSlide img.img_especial {
    max-height: 32.8125rem;
  }
}
@media (max-width: 992px) {
  .section-k1__slider .cadaSlide img.img_especial {
    max-height: 28.125rem;
  }
}
.section-k1__slider .cadaSlide img.img-especial-bg {
  width: 100%;
}
@media (max-width: 768px) {
  .section-k1__slider .cadaSlide img.img-especial-bg {
    max-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-k1__slider .cadaSlide.mostrar {
  display: block;
}
.section-k1__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-k1__slider__btns li {
  align-items: center;
  height: 50%;
  position: relative;
}
.section-k1__slider__btns li::before {
  content: "";
}
.section-k1__slider__btns li a {
  align-items: center;
  background-color: #7d8a9a;
  color: white;
  display: flex;
  height: 100%;
  padding: 0 2em;
  text-decoration: none;
  transition: 0.3s all;
}
.section-k1__slider__btns li a h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 2.5rem;
  font-weight: 600;
}
.section-k1__slider__btns li a h3::before {
  content: "";
  display: inline-block;
  height: 94px;
  margin-right: 20px;
  width: 94px;
  min-width: 94px;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3::before {
    height: 70.5px;
    margin-right: 15px;
    min-width: 70.5px;
    width: 70.5px;
  }
}
.section-k1__slider__btns li a h3.head1::before {
  background: url("../assets/img/ico-limpieza-blanco.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-k1__slider__btns li a h3.head3::before {
  background: url("../assets/img/ico-economia-azul.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .section-k1__slider__btns li a h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li a h3 {
    margin: 0;
  }
}
.section-k1__slider__btns li a p {
  padding-left: 114px;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a p {
    font-size: 0.6875rem;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li a {
    padding: 0.9375rem;
  }
}
.section-k1__slider__btns li a.especial {
  color: #051f4e;
}
.section-k1__slider__btns li:nth-child(even) a {
  background-color: #d9e8ea;
}
.section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
  background-color: #051f4e;
  color: #fff;
}
.section-k1__slider__btns li.mostrar a h3, .section-k1__slider__btns li:hover a h3 {
  color: inherit;
}
.section-k1__slider__btns li.mostrar a h3.head1::before, .section-k1__slider__btns li:hover a h3.head1::before {
  background: url("../assets/img/ico-limpieza-blanco.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-k1__slider__btns li.mostrar a h3.head3::before, .section-k1__slider__btns li:hover a h3.head3::before {
  background: url("../assets/img/ico-economia-blanco.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-k1__slider__btns li.mostrar a::before, .section-k1__slider__btns li:hover a::before {
  border-bottom: 23px solid transparent;
  border-right: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  left: -25px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-k1__slider__btns li.mostrar a::before, .section-k1__slider__btns li:hover a::before {
    display: none;
  }
}

.section-n2 .btn-cer-abr {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 200000000000;
  padding: 30px 15px;
  border-radius: 100%;
  color: #e13b55;
  background-color: white;
}
.section-n2 .selector1 {
  position: absolute;
  right: 22%;
  top: -20%;
  z-index: 200000000000;
}
@media (max-width: 768px) {
  .section-n2 .selector1 {
    right: 50%;
    top: 5%;
    transform: translate(50%, 50%);
  }
}
.section-n2 .selector1 .icon {
  height: 28px;
  width: 29px;
}
.section-n2 .selector1 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  transform: rotateZ(225deg);
}
.section-n2 .selector1 .icon .icon_info {
  height: 180px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 280px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, 0);
}
@media (max-width: 992px) {
  .section-n2 .selector1 .icon .icon_info {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .section-n2 .selector1 .icon .icon_info {
    width: 130px;
  }
}
.section-n2 .selector1 .icon img {
  width: 100%;
}
.section-n2 .selector1:hover .btnhover {
  transform: rotateZ(0);
}
.section-n2 .selector1:hover .icon_info {
  display: block;
  opacity: 1;
}
.section-n2 .selector2 {
  position: absolute;
  left: 40%;
  bottom: 30%;
  z-index: 200000000000;
}
@media (max-width: 768px) {
  .section-n2 .selector2 {
    right: 58%;
    bottom: 25%;
    transform: translate(50%, 50%);
  }
}
.section-n2 .selector2 .icon {
  height: 28px;
  width: 29px;
}
.section-n2 .selector2 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  transform: rotateZ(225deg);
}
.section-n2 .selector2 .icon .icon_info {
  height: 180px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 280px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(100%, 0);
}
@media (max-width: 992px) {
  .section-n2 .selector2 .icon .icon_info {
    width: 200px;
  }
}
@media (max-width: 500px) {
  .section-n2 .selector2 .icon .icon_info {
    width: 130px;
  }
}
.section-n2 .selector2 .icon img {
  width: 100%;
}
.section-n2 .selector2:hover .btnhover {
  transform: rotateZ(0);
}
.section-n2 .selector2:hover .icon_info {
  display: block;
  opacity: 1;
}
.section-n2 .max {
  min-height: 12.5rem;
}
.section-n2 .max .vitrina {
  z-index: 999999999999999900000000000000;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 37.5rem;
}
@media (max-width: 768px) {
  .section-n2 .max .vitrina {
    top: 0;
    position: relative;
    max-height: 37.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section-n2 .max .container-info {
  display: flex;
  flex-direction: column;
}
.section-n2 .max .container-info h3 {
  align-items: center;
  color: #e13b55;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 1200px) {
  .section-n2 .max .container-info h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-n2 .max .container-info h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-n2 .max .container-info h3 {
    margin: 0;
  }
}
.section-n2 .max .container-info p {
  font-size: 0.8125rem;
  color: black;
  padding: 0 0 0 20%;
}
@media (max-width: 768px) {
  .section-n2 .max .container-info p {
    font-size: 0.6875rem;
    padding: 0 10%;
    text-align: center !important;
  }
}
.section-n2 .max .container-info p.especial {
  padding: 0 20% 0 0;
}
@media (max-width: 768px) {
  .section-n2 .max .container-info p.especial {
    padding: 0 10%;
    text-align: center !important;
  }
}
.section-n2 .max .container-info p.text-right {
  text-align: right;
}
.section-n2 .max .container-info img {
  width: 5rem;
}

.section-k6 .text-right {
  text-align: right;
}
.section-k6 .text-left {
  text-align: left;
}
.section-k6 .selector1 {
  position: absolute;
  right: 45%;
  top: 45%;
}
.section-k6 .selector1 .icon {
  height: 28px;
  width: 29px;
}
.section-k6 .selector1 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
  transform: rotateZ(225deg);
}
.section-k6 .selector1 .icon .icon_info {
  height: 180px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 180px;
  left: -76px;
}
.section-k6 .selector1 .icon .icon_info img {
  width: 100%;
}
@media (max-width: 500px) {
  .section-k6 .selector1 .icon .icon_info {
    height: 130px;
    left: -52px;
    width: 130px;
  }
}
.section-k6 .selector1 .icon:hover .btnhover {
  transform: rotateZ(0);
}
.section-k6 .selector1 .icon:hover .icon_info {
  display: block;
  opacity: 1;
}
.section-k6__slider {
  height: 100%;
}
.section-k6__slider .cadaSlide {
  display: none;
}
.section-k6__slider .cadaSlide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-k6__slider .cadaSlide.mostrar {
  display: block;
  height: 100%;
}
.section-k6__slider .cadaSlide.mostrar .text-blue {
  color: #051f4e;
}
.section-k6__slider .cadaSlide.mostrar .text-gray {
  color: #7d8a9a;
}
.section-k6__slider .cadaSlide .img-especial-bg {
  height: 100%;
  width: 100%;
}
.section-k6__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .section-k6__slider__btns {
    height: 9.375rem;
  }
}
.section-k6__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-k6__slider__btns li::before {
  content: "";
}
.section-k6__slider__btns li span {
  align-items: center;
  background-color: #d9e8ea;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 4.6875rem;
  text-decoration: none;
  transition: 0.3s all;
  text-align: left;
}
.section-k6__slider__btns li span h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
@media (max-width: 1200px) {
  .section-k6__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-k6__slider__btns li span h3 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 992px) {
  .section-k6__slider__btns li span p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767px) {
  .section-k6__slider__btns li span {
    padding: 0.9375rem;
    text-align: center;
  }
}
.section-k6__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-k6__slider__btns li.mostrar .bg_azul_claro, .section-k6__slider__btns li:hover .bg_azul_claro {
  background-color: #d9e8ea;
  color: #051f4e;
}
.section-k6__slider__btns li.mostrar .bg_azul, .section-k6__slider__btns li:hover .bg_azul {
  background-color: #051f4e;
  color: #fff;
}
.section-k6__slider__btns li.mostrar span, .section-k6__slider__btns li:hover span {
  color: #fff;
}
.section-k6__slider__btns li.mostrar span h3, .section-k6__slider__btns li:hover span h3 {
  color: inherit;
}

@-webkit-keyframes hover_opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hover_opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slick-initialized .slick-slide {
  align-items: center;
  display: flex;
}

.section-m6__slider {
  height: 100%;
}
.section-m6__slider .cadaSlide {
  display: none;
  height: 100%;
}
.section-m6__slider .cadaSlide img {
  text-align: center;
}
@media (max-width: 768px) {
  .section-m6__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-m6__slider .cadaSlide.mostrar {
  display: block;
}
.section-m6__slider .cadaSlide .img-especial-bg {
  height: 100%;
  width: 100%;
}
.section-m6__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-m6__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-m6__slider__btns li::before {
  content: "";
}
.section-m6__slider__btns li span {
  align-items: center;
  background-color: white;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 5.625rem 0 7.1875rem;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m6__slider__btns li span h3 {
  margin-top: 1.25rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1200px) {
  .section-m6__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-m6__slider__btns li span h3 {
    font-size: 1.25rem;
  }
}
.section-m6__slider__btns li span p {
  margin-top: 1.25rem;
  text-align: start;
  padding: 0 0.625rem;
}
@media (max-width: 992px) {
  .section-m6__slider__btns li span p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 992px) {
  .section-m6__slider__btns li span {
    padding: 0.9375rem 4.6875rem;
  }
}
@media (max-width: 768px) {
  .section-m6__slider__btns li span {
    padding: 0.9375rem 7.8125rem;
  }
}
@media (max-width: 500px) {
  .section-m6__slider__btns li span {
    padding: 0.9375rem 4.6875rem;
  }
}
.section-m6__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-m6__slider__btns li.mostrar .bg_azul_claro, .section-m6__slider__btns li:hover .bg_azul_claro {
  background-color: #d9e8ea;
  color: #051f4e;
}
.section-m6__slider__btns li.mostrar .bg_azul, .section-m6__slider__btns li:hover .bg_azul {
  background-color: #7d8a9a;
  color: #fff;
}
.section-m6__slider__btns li.mostrar .bg_blanco, .section-m6__slider__btns li:hover .bg_blanco {
  background-color: white;
  color: #051f4e;
}
.section-m6__slider__btns li.mostrar span, .section-m6__slider__btns li:hover span {
  background-color: #d9e8ea;
  color: #fff;
}
.section-m6__slider__btns li.mostrar span h3, .section-m6__slider__btns li:hover span h3 {
  color: inherit;
}
.section-m6__slider__btns li.mostrar span h3.head1::before, .section-m6__slider__btns li:hover span h3.head1::before {
  background: url("../assets/img/ice-blue.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m6__slider__btns li.mostrar span h3.head3::before, .section-m6__slider__btns li:hover span h3.head3::before {
  background: url("../assets/img/ico-temperatura.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m6__slider__btns li.mostrar span.flecha_izq::before, .section-m6__slider__btns li:hover span.flecha_izq::before {
  border-bottom: 23px solid transparent;
  border-right: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m6__slider__btns li.mostrar span.flecha_izq::before, .section-m6__slider__btns li:hover span.flecha_izq::before {
    display: none;
  }
}
.section-m6__slider__btns li.mostrar span.flecha_der::before, .section-m6__slider__btns li:hover span.flecha_der::before {
  border-bottom: 23px solid transparent;
  border-left: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  right: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m6__slider__btns li.mostrar span.flecha_der::before, .section-m6__slider__btns li:hover span.flecha_der::before {
    display: none;
  }
}

.section-m9__slider .cadaSlide {
  display: none;
  height: 100%;
}
.section-m9__slider .cadaSlide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .section-m9__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-m9__slider .cadaSlide.mostrar {
  display: block;
}
.section-m9__slider .cadaSlide .img-especial-bg {
  height: 100%;
  width: 100%;
}
.section-m9__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-m9__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-m9__slider__btns li::before {
  content: "";
}
.section-m9__slider__btns li span {
  align-items: center;
  background-color: white;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0.9375rem 2.5rem;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m9__slider__btns li span h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.section-m9__slider__btns li span h3::before {
  content: "";
  display: inline-block;
  height: 60px;
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
}
@media (max-width: 992px) {
  .section-m9__slider__btns li span h3::before {
    height: 60px;
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
  }
}
.section-m9__slider__btns li span h3.head1::before {
  background: url("../assets/img/ico1-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li span h3.head2::before {
  background: url("../assets/img/ico-reversible.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .section-m9__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-m9__slider__btns li span h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-m9__slider__btns li span h3 {
    margin: 0;
  }
}
.section-m9__slider__btns li span p {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .section-m9__slider__btns li span p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .section-m9__slider__btns li span {
    padding: 0.9375rem;
  }
}
.section-m9__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-m9__slider__btns li.mostrar .bg_azul_claro, .section-m9__slider__btns li:hover .bg_azul_claro {
  background-color: #d9e8ea;
  color: #051f4e;
}
.section-m9__slider__btns li.mostrar .bg_azul, .section-m9__slider__btns li:hover .bg_azul {
  background-color: #7d8a9a;
  color: #fff;
}
.section-m9__slider__btns li.mostrar .bg_blanco, .section-m9__slider__btns li:hover .bg_blanco {
  background-color: white;
  color: #051f4e;
}
.section-m9__slider__btns li.mostrar .bg_gris, .section-m9__slider__btns li:hover .bg_gris {
  background-color: #7d8a9a;
  color: white;
}
.section-m9__slider__btns li.mostrar span, .section-m9__slider__btns li:hover span {
  background-color: #d9e8ea;
  color: #fff;
}
.section-m9__slider__btns li.mostrar span h3, .section-m9__slider__btns li:hover span h3 {
  color: inherit;
}
.section-m9__slider__btns li.mostrar span h3.head1::before, .section-m9__slider__btns li:hover span h3.head1::before {
  background: url("../assets/img/ico1-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span h3.head2::before, .section-m9__slider__btns li:hover span h3.head2::before {
  background: url("../assets/img/ico2-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span h3.head3::before, .section-m9__slider__btns li:hover span h3.head3::before {
  background: url("../assets/img/ico3-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span h3.head4::before, .section-m9__slider__btns li:hover span h3.head4::before {
  background: url("../assets/img/ico4-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span h3.head5::before, .section-m9__slider__btns li:hover span h3.head5::before {
  background: url("../assets/img/ico5-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span h3.head6::before, .section-m9__slider__btns li:hover span h3.head6::before {
  background: url("../assets/img/ico6-s5.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m9__slider__btns li.mostrar span.flecha_izq::before, .section-m9__slider__btns li:hover span.flecha_izq::before {
  border-bottom: 23px solid transparent;
  border-right: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m9__slider__btns li.mostrar span.flecha_izq::before, .section-m9__slider__btns li:hover span.flecha_izq::before {
    display: none;
  }
}
.section-m9__slider__btns li.mostrar span.flecha_der::before, .section-m9__slider__btns li:hover span.flecha_der::before {
  border-bottom: 23px solid transparent;
  border-left: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  right: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m9__slider__btns li.mostrar span.flecha_der::before, .section-m9__slider__btns li:hover span.flecha_der::before {
    display: none;
  }
}
.section-m9 .especial-slider {
  height: 100%;
}

.section-m1__slider .cadaSlide {
  display: none;
}
@media (max-width: 768px) {
  .section-m1__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-m1__slider .cadaSlide.mostrar {
  display: block;
}
.section-m1__slider .cadaSlide .img_especial {
  max-height: 650px;
  width: 100%;
}
.section-m1__slider__btns {
  height: 12.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .section-m1__slider__btns {
    height: 7.8125rem;
  }
}
.section-m1__slider__btns li {
  align-items: center;
  height: 101%;
  position: relative;
}
.section-m1__slider__btns li::before {
  content: "";
}
.section-m1__slider__btns li a {
  align-items: center;
  background-color: #d9e8ea;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 2em;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m1__slider__btns li a h3 {
  align-items: center;
  color: black;
  display: flex;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5625rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .section-m1__slider__btns li a h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-m1__slider__btns li a h3 {
    margin: 0.625rem;
  }
}
.section-m1__slider__btns li a p {
  font-size: 0.9375rem;
  text-align: center;
}
@media (max-width: 992px) {
  .section-m1__slider__btns li a p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .section-m1__slider__btns li a {
    padding: 0.9375rem;
  }
}
.section-m1__slider__btns li:nth-child(even) a {
  background-color: #fff;
}
.section-m1__slider__btns li.mostrar a, .section-m1__slider__btns li:hover a {
  background-color: #051f4e;
  color: #fff;
}
.section-m1__slider__btns li.mostrar a h3, .section-m1__slider__btns li:hover a h3 {
  color: inherit;
}
.section-m1__slider__btns li.mostrar a.flecha_izq::before, .section-m1__slider__btns li:hover a.flecha_izq::before {
  border-right: 26px solid transparent;
  border-bottom: 23px solid #051f4e;
  border-left: 26px solid transparent;
  content: "";
  height: 0;
  top: -20px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-m1__slider__btns li.mostrar a.flecha_der::before, .section-m1__slider__btns li:hover a.flecha_der::before {
  border-bottom: 23px solid transparent;
  border-left: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  right: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m1__slider__btns li.mostrar a.flecha_der::before, .section-m1__slider__btns li:hover a.flecha_der::before {
    display: none;
  }
}

.section-m2 {
  height: 100%;
}
.section-m2__slider {
  height: 100%;
}
.section-m2__slider .cadaSlide {
  height: 100%;
  display: none;
}
.section-m2__slider .cadaSlide img {
  width: 100%;
}
@media (max-width: 768px) {
  .section-m2__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-m2__slider .cadaSlide.mostrar {
  display: block;
}
.section-m2__slider .cadaSlide .img-especial-bg {
  height: 28.125rem;
  width: 100%;
}
@media (max-width: 992px) {
  .section-m2__slider .cadaSlide .img-especial-bg {
    height: 25rem;
  }
}
.section-m2__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-m2__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-m2__slider__btns li::before {
  content: "";
}
.section-m2__slider__btns li span {
  align-items: center;
  background-color: #d9e8ea;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 2em;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m2__slider__btns li span h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.section-m2__slider__btns li span h3::before {
  content: "";
  display: inline-block;
  height: 94px;
  margin-right: 20px;
  width: 94px;
  min-width: 94px;
}
@media (max-width: 992px) {
  .section-m2__slider__btns li span h3::before {
    height: 70.5px;
    margin-right: 15px;
    min-width: 70.5px;
    width: 70.5px;
  }
}
.section-m2__slider__btns li span h3.head1::before {
  background: url("../assets/img/ice.png") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .section-m2__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-m2__slider__btns li span h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-m2__slider__btns li span h3 {
    margin: 0;
  }
}
.section-m2__slider__btns li span p {
  padding-left: 114px;
  font-size: 1.1875rem;
}
@media (max-width: 992px) {
  .section-m2__slider__btns li span p {
    font-size: 0.6875rem;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .section-m2__slider__btns li span {
    padding: 0.9375rem;
  }
}
.section-m2__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-m2__slider__btns li.mostrar .bg_azul_claro, .section-m2__slider__btns li:hover .bg_azul_claro {
  background-color: white;
  color: #051f4e;
}
.section-m2__slider__btns li.mostrar .bg_azul, .section-m2__slider__btns li:hover .bg_azul {
  background-color: #7d8a9a;
  color: #fff;
}
.section-m2__slider__btns li.mostrar span, .section-m2__slider__btns li:hover span {
  background-color: #d9e8ea;
  color: #fff;
}
.section-m2__slider__btns li.mostrar span h3, .section-m2__slider__btns li:hover span h3 {
  color: inherit;
}
.section-m2__slider__btns li.mostrar span h3.head1::before, .section-m2__slider__btns li:hover span h3.head1::before {
  background: url("../assets/img/ice.png") no-repeat;
  background-position: center;
  background-size: 3.75rem;
}
@media (max-width: 1200px) {
  .section-m2__slider__btns li.mostrar span h3.head1::before, .section-m2__slider__btns li:hover span h3.head1::before {
    background-size: 3.125rem;
  }
}
@media (max-width: 992px) {
  .section-m2__slider__btns li.mostrar span h3.head1::before, .section-m2__slider__btns li:hover span h3.head1::before {
    background-size: 2.5rem;
  }
}
.section-m2__slider__btns li.mostrar span.flecha_izq::before, .section-m2__slider__btns li:hover span.flecha_izq::before {
  border-bottom: 23px solid transparent;
  border-right: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m2__slider__btns li.mostrar span.flecha_izq::before, .section-m2__slider__btns li:hover span.flecha_izq::before {
    display: none;
  }
}
.section-m2__slider__btns li.mostrar span.flecha_der::before, .section-m2__slider__btns li:hover span.flecha_der::before {
  border-bottom: 23px solid transparent;
  border-left: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  right: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m2__slider__btns li.mostrar span.flecha_der::before, .section-m2__slider__btns li:hover span.flecha_der::before {
    display: none;
  }
}

.section-m3 {
  height: 100%;
}
.section-m3__slider {
  height: 100%;
}
.section-m3__slider .cadaSlide {
  height: 100%;
  display: none;
}
.section-m3__slider .cadaSlide img {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .section-m3__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-m3__slider .cadaSlide.mostrar {
  display: block;
}
.section-m3__slider .cadaSlide .img-especial-bg {
  height: auto;
  width: 100%;
}
@media (max-width: 992px) {
  .section-m3__slider .cadaSlide .img-especial-bg {
    height: 25rem;
  }
}
.section-m3__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-m3__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-m3__slider__btns li::before {
  content: "";
}
.section-m3__slider__btns li span {
  align-items: center;
  background-color: #d9e8ea;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 2em;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m3__slider__btns li span h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1.40625rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
@media (max-width: 1200px) {
  .section-m3__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-m3__slider__btns li span h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-m3__slider__btns li span h3 {
    margin: 0;
  }
}
.section-m3__slider__btns li span p {
  font-size: 0.9375rem;
}
@media (max-width: 992px) {
  .section-m3__slider__btns li span p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .section-m3__slider__btns li span {
    padding: 0.9375rem;
  }
}
.section-m3__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-m3__slider__btns li.mostrar .bg_azul_claro, .section-m3__slider__btns li:hover .bg_azul_claro {
  background-color: #d9e8ea;
  color: #051f4e;
}
.section-m3__slider__btns li.mostrar .bg_azul, .section-m3__slider__btns li:hover .bg_azul {
  background-color: #7d8a9a;
  color: #fff;
}
.section-m3__slider__btns li.mostrar .bg_azul_gris, .section-m3__slider__btns li:hover .bg_azul_gris {
  background-color: white;
  color: #051f4e;
}
.section-m3__slider__btns li.mostrar span, .section-m3__slider__btns li:hover span {
  background-color: #d9e8ea;
  color: #fff;
}
.section-m3__slider__btns li.mostrar span h3, .section-m3__slider__btns li:hover span h3 {
  color: inherit;
}
.section-m3__slider__btns li.mostrar span.flecha_izq::before, .section-m3__slider__btns li:hover span.flecha_izq::before {
  border-bottom: 23px solid transparent;
  border-right: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  left: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m3__slider__btns li.mostrar span.flecha_izq::before, .section-m3__slider__btns li:hover span.flecha_izq::before {
    display: none;
  }
}
.section-m3__slider__btns li.mostrar span.flecha_der::before, .section-m3__slider__btns li:hover span.flecha_der::before {
  border-bottom: 23px solid transparent;
  border-left: 26px solid #051f4e;
  border-top: 23px solid transparent;
  content: "";
  height: 0;
  right: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
}
@media (max-width: 768px) {
  .section-m3__slider__btns li.mostrar span.flecha_der::before, .section-m3__slider__btns li:hover span.flecha_der::before {
    display: none;
  }
}

/*  */
.electrolux__title {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #e0e9eb;
  margin: 0;
}
.electrolux__title_big {
  font-size: 2.1875rem;
  font-weight: 600;
  color: #e0e9eb;
  margin: 0;
}
.electrolux__subtitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #e0e9eb;
  margin: 0;
}
.electrolux__subtitle_big {
  font-size: 1.4375rem;
  font-weight: 600;
  color: #e0e9eb;
  margin: 0;
}
.electrolux__text {
  font-size: 0.9115625rem;
  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.875rem;
  max-height: 25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-dimensions__title {
  color: black;
  font-size: 1.875rem;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1200px) {
  .product-dimensions__title {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .product-dimensions__title {
    font-size: 1.25rem;
  }
}
.product-dimensions__item-title {
  background: #e13b55;
  font-size: 0.78125rem;
  padding: 10px;
}
.product-dimensions__item-title p {
  margin: 0;
  font-weight: 600;
  font-size: 1.09375rem;
}
.product-dimensions__table {
  max-width: 400px;
}
@media (max-width: 767.98px) {
  .product-dimensions__table {
    margin: 2rem auto 0px;
  }
}
.product-dimensions__table .info-frigidaire {
  padding: 5% 10%;
  text-align: center;
  background: #f3f3f3;
}
.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 .raya-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 300px;
  width: 300px;
  -webkit-clip-path: polygon(75% 59%, 100% 0, 100% 60%, 100% 100%, 59% 100%);
          clip-path: polygon(75% 59%, 100% 0, 100% 60%, 100% 100%, 59% 100%);
  background: #e13b55;
}
@media (max-width: 768px) {
  footer .raya-footer {
    display: none;
  }
}
footer p {
  font-size: 0.625rem;
  width: 70%;
  margin: 0;
  text-align: center;
}
@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;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.slick-arrow.custom-arrow-left {
  left: 0px;
  transform: rotate(180deg);
}
.slick-arrow.custom-arrow-right {
  right: 0px;
}

.mx-700-px {
  max-width: 700px;
}

.slick-track {
  align-items: center;
  display: flex;
}

.slick-prev {
  background-color: #fff;
  border-radius: 100%;
  bottom: 25px;
  color: #16401A;
  font-size: 20px;
  height: 45px;
  left: initial;
  right: 95px;
  top: initial;
  width: 45px;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:active, .slick-prev:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-prev::before {
  content: none;
}
.slick-prev.blog {
  bottom: initial;
  right: initial;
  left: 25px;
  top: calc(50% - 10px);
}
.slick-prev.home_slide {
  bottom: 0;
  right: 75px;
  left: initial;
  top: initial;
}
.slick-prev.home_slide2 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: 20px;
  right: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-prev.home_slide2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-prev.home_slide2 {
    top: 100%;
  }
}
.slick-prev.home_slide3 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: -55px;
  right: initial;
  top: calc(50% - 55px);
}
.slick-prev.home_slide4 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: 0px;
  right: initial;
  top: 50%;
}
.slick-prev.home_slide5 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: 0;
  right: initial;
  top: calc(50% - 55px);
}
.slick-prev.home_slide6 {
  background: none;
  background-color: rgba(255, 255, 255, 0.4);
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: 20px;
  right: initial;
  top: 50%;
}
@media (max-width: 500px) {
  .slick-prev {
    height: 30px;
    right: 55px;
    width: 30px;
  }
}

.slick-next {
  background-color: #fff;
  border-radius: 100%;
  bottom: 25px;
  color: #16401A;
  font-size: 20px;
  height: 45px;
  right: 25px;
  top: initial;
  width: 45px;
  z-index: 1;
}
.slick-next:hover, .slick-next:active, .slick-next:focus {
  color: initial;
  outline: initial;
  background-color: #fff;
}
.slick-next::before {
  content: none;
}
.slick-next.blog {
  bottom: initial;
  top: calc(50% - 10px);
}
.slick-next.home_slide {
  bottom: 0;
  right: 25px;
  left: initial;
  top: initial;
}
.slick-next.home_slide2 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  right: 20px;
  left: initial;
  top: 50%;
}
@media (max-width: 768px) {
  .slick-next.home_slide2 {
    top: 80%;
  }
}
@media (max-width: 500px) {
  .slick-next.home_slide2 {
    top: 100%;
  }
}
.slick-next.home_slide3 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: -55px;
  right: initial;
  top: calc(50% + 55px);
}
.slick-next.home_slide4 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  right: 0px;
  left: initial;
  top: 50%;
}
.slick-next.home_slide5 {
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  left: 0;
  right: initial;
  top: calc(50% + 55px);
}
.slick-next.home_slide6 {
  background: none;
  background-color: rgba(255, 255, 255, 0.4);
  color: #051f4e;
  font-size: 30px;
  bottom: initial;
  right: 20px;
  left: initial;
  top: 50%;
}
@media (max-width: 500px) {
  .slick-next {
    height: 30px;
    right: 15px;
    width: 30px;
  }
}/*# sourceMappingURL=index.css.map */