@charset "UTF-8";
@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;
}
@-webkit-keyframes change-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes change-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  border: 1;
}

img {
  max-width: 100%;
}

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

.bg-azul-transparente {
  background-color: rgba(5, 31, 78, 0.9) !important;
}

.bg-white {
  background-color: white !important;
}

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

.bg-gray-transparente {
  background-color: rgba(125, 138, 154, 0.9) !important;
}

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

.bg-secundario-transparente {
  background-color: rgba(224, 233, 235, 0.9);
}

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

.bg-gray2 {
  background-color: #acbac2 !important;
}

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

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

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

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

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

.text-gray2 {
  color: #acbac2 !important;
}

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

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;
}
@media (max-width: 768px) {
  .main-banner .especial {
    padding-top: 1.875rem;
  }
}
.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;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-banner .contenido h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1em;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .main-banner .contenido h1 {
    background-color: transparent;
    margin: 0;
    margin-left: 0;
    padding: 0 10% 0;
  }
}
@media (max-width: 1200px) {
  .main-banner .contenido h1 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .main-banner .contenido h1 {
    font-size: 1.25rem;
  }
}
.main-banner .contenido .contenido_int {
  margin: 0 auto;
  width: 80%;
}
.main-banner .contenido .contenido_int .logo {
  margin-bottom: 3.125rem;
}
.main-banner .contenido .contenido_int p {
  color: #7d8a9a;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2em;
}
@media (max-width: 1200px) {
  .main-banner .contenido .contenido_int p {
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  .main-banner .contenido .contenido_int p {
    font-size: 0.9375rem;
  }
}

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

.section-j7 {
  background-color: #051f4e;
}
.section-j7 h2 {
  color: #fff;
  font-size: 1.875rem;
  line-height: 1em;
}
@media (max-width: 992px) {
  .section-j7 h2 {
    font-size: 1.25rem;
  }
}
.section-j7 p {
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
}
@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 p.especial {
  padding: 0 20%;
}
.section-j7 p.super-especial {
  padding: 0 10%;
}
.section-j7 span {
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.2em;
  text-align: center;
}
.section-j7 img.especial {
  max-width: 50px;
}
.section-j7 img.slider-especial {
  max-width: 90px;
}

.section-j3 {
  background-color: #7d8a9a;
  color: #fff;
}
@media (max-width: 992px) {
  .section-j3 .img-product {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .section-j3 .img-product {
    height: auto;
    width: 100%;
  }
}
.section-j3 .imagen img {
  display: block;
  margin: 0 auto;
}
.section-j3__contenido .contenido_int {
  display: flex;
  gap: 5%;
  padding: 1.5625rem;
}
.section-j3__contenido .contenido_int .icono {
  flex-basis: 20%;
  text-align: center;
}
.section-j3__contenido .contenido_int .icono img {
  max-width: 100%;
}
.section-j3__contenido .contenido_int .textos {
  flex-basis: 75%;
  margin: 0 auto;
  max-width: 400px;
  width: 92%;
}
.section-j3__contenido .contenido_int .textos h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.2em;
}
.section-j3__contenido .contenido_int .textos p {
  color: #051f4e;
  font-size: 0.8125rem;
}
.section-j3.bg_white {
  background-color: #fff;
  color: #051f4e;
}
.section-j3 .selector1 .icon {
  height: 28px;
  left: 75%;
  position: absolute;
  top: 52%;
  width: 29px;
}
.section-j3 .selector1 .icon .btnhover {
  cursor: pointer;
  transition: 0.3s all;
  width: 100%;
}
.section-j3 .selector1 .icon .icon_info {
  height: 243px;
  opacity: 0;
  position: absolute;
  transition: 0.3s all;
  width: 243px;
  right: -100px;
  z-index: 10000;
}
.section-j3 .selector1 .icon .icon_info img {
  width: 100%;
}
.section-j3 .selector1 .icon:hover .btnhover {
  transform: rotateZ(225deg);
}
.section-j3 .selector1 .icon:hover .icon_info {
  display: block;
  opacity: 1;
}
@media (max-width: 992px) {
  .section-j3 .selector1 .icon {
    left: 270px;
    top: 62px;
  }
}
@media (max-width: 768px) {
  .section-j3 .selector1 .icon {
    display: none;
  }
}

.section-m5__slider {
  height: 100%;
}
.section-m5__slider .cadaSlide {
  display: none;
  height: 100%;
}
.section-m5__slider .cadaSlide img {
  width: 100%;
}
@media (max-width: 768px) {
  .section-m5__slider .cadaSlide img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-m5__slider .cadaSlide.mostrar {
  display: block;
}
.section-m5__slider .cadaSlide .img-especial-bg {
  height: 100%;
  width: 100%;
}
.section-m5__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-m5__slider__btns li {
  align-items: center;
  height: 100%;
  position: relative;
}
.section-m5__slider__btns li::before {
  content: "";
}
.section-m5__slider__btns li span {
  align-items: center;
  background-color: white;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 2.5rem 0 2.1875rem;
  text-decoration: none;
  transition: 0.3s all;
}
.section-m5__slider__btns li span h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.5625rem;
}
.section-m5__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-m5__slider__btns li span h3::before {
    height: 60px;
    margin-right: 20px;
    width: 60px;
    min-width: 60px;
  }
}
.section-m5__slider__btns li span h3.head1::before {
  background: url("../assets/img/ico1-diseño.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m5__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-m5__slider__btns li span h3 {
    font-size: 1.5625rem;
  }
}
@media (max-width: 992px) {
  .section-m5__slider__btns li span h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .section-m5__slider__btns li span h3 {
    margin: 0;
  }
}
.section-m5__slider__btns li span p {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .section-m5__slider__btns li span p {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .section-m5__slider__btns li span {
    padding: 0.9375rem;
  }
}
.section-m5__slider__btns li:nth-child(even) span {
  background-color: #fff;
}
.section-m5__slider__btns li.mostrar .bg_azul_claro, .section-m5__slider__btns li:hover .bg_azul_claro {
  background-color: #d9e8ea;
  color: #051f4e;
}
.section-m5__slider__btns li.mostrar .bg_azul, .section-m5__slider__btns li:hover .bg_azul {
  background-color: #7d8a9a;
  color: #fff;
}
.section-m5__slider__btns li.mostrar .bg_blanco, .section-m5__slider__btns li:hover .bg_blanco {
  background-color: white;
  color: #051f4e;
}
.section-m5__slider__btns li.mostrar span, .section-m5__slider__btns li:hover span {
  background-color: #d9e8ea;
  color: #fff;
}
.section-m5__slider__btns li.mostrar span h3, .section-m5__slider__btns li:hover span h3 {
  color: inherit;
}
.section-m5__slider__btns li.mostrar span h3.head1::before, .section-m5__slider__btns li:hover span h3.head1::before {
  background: url("../assets/img/ico1-diseño.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m5__slider__btns li.mostrar span h3.head3::before, .section-m5__slider__btns li:hover span h3.head3::before {
  background: url("../assets/img/ico-temperatura.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.section-m5__slider__btns li.mostrar span.flecha_izq::before, .section-m5__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-m5__slider__btns li.mostrar span.flecha_izq::before, .section-m5__slider__btns li:hover span.flecha_izq::before {
    display: none;
  }
}
.section-m5__slider__btns li.mostrar span.flecha_der::before, .section-m5__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-m5__slider__btns li.mostrar span.flecha_der::before, .section-m5__slider__btns li:hover span.flecha_der::before {
    display: none;
  }
}

.section-k1__slider .cadaSlide {
  display: none;
}
@media (max-width: 768px) {
  .section-k1__slider .cadaSlide img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.section-k1__slider .cadaSlide.mostrar {
  display: block;
}
.section-k1__slider .cadaSlide .hover__animado {
  width: 60%;
  top: 47%;
  right: 57%;
  transform: translate(50%, -50%);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: hover_opacity;
          animation-name: hover_opacity;
  position: absolute;
}
@media (max-width: 992px) {
  .section-k1__slider .cadaSlide .hover__animado {
    padding: 1.875rem 0;
  }
}
.section-k1__slider__btns {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-k1__slider__btns li {
  align-items: center;
  height: 25%;
  position: relative;
}
.section-k1__slider__btns li::before {
  content: "";
}
.section-k1__slider__btns li a {
  align-items: center;
  background-color: #dfe7ea;
  color: #051f4e;
  display: flex;
  height: 100%;
  padding: 0 1.875rem;
  text-decoration: none;
  transition: 0.3s all;
}
.section-k1__slider__btns li a h3 {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 1.875rem;
  font-weight: 600;
}
.section-k1__slider__btns li a h3::before {
  content: "";
  display: inline-block;
  height: 83px;
  margin-right: 10px;
  width: 83px;
  min-width: 83px;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3::before {
    height: 62.25px;
    margin-right: 15px;
    min-width: 62.25px;
    width: 62.25px;
  }
}
.section-k1__slider__btns li a h3.head1::before {
  background: url("../assets/img/ico1-azul.png") no-repeat;
  background-size: 2.8125rem;
  background-position: bottom;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3.head1::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li a h3.head2::before {
  background: url("../assets/img/ico2-azul.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3.head2::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li a h3.head3::before {
  background: url("../assets/img/ico3-azul.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3.head3::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li a h3.head4::before {
  background: url("../assets/img/ico4-azul.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a h3.head4::before {
    background-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li a h3 {
    margin: 0;
  }
}
@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;
  }
}
.section-k1__slider__btns li a p {
  padding-left: 95px;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a p {
    font-size: 0.6875rem;
    padding-left: 80px;
  }
}
@media (max-width: 1200px) {
  .section-k1__slider__btns li a {
    padding: 0.9375rem 1.875rem;
  }
}
@media (max-width: 992px) {
  .section-k1__slider__btns li a {
    padding: 0.9375rem 1.5625rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li a {
    padding: 1.25rem 2.8125rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li a {
    padding: 1.25rem 1.5625rem;
  }
}
.section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
  background-color: #051f4e;
  color: #fff;
  padding: 0 1.875rem;
}
@media (max-width: 1200px) {
  .section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
    padding: 0.9375rem 1.875rem;
  }
}
@media (max-width: 992px) {
  .section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
    padding: 0.9375rem 1.5625rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
    padding: 0.9375rem 2.8125rem;
  }
}
@media (max-width: 768px) {
  .section-k1__slider__btns li.mostrar a, .section-k1__slider__btns li:hover a {
    padding: 1.25rem 1.5625rem;
  }
}
.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/ico1-blanco.png") no-repeat;
  background-size: 2.8125rem;
  background-position: bottom;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li.mostrar a h3.head1::before, .section-k1__slider__btns li:hover a h3.head1::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li.mostrar a h3.head2::before, .section-k1__slider__btns li:hover a h3.head2::before {
  background: url("../assets/img/ico2-blanco.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li.mostrar a h3.head2::before, .section-k1__slider__btns li:hover a h3.head2::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li.mostrar a h3.head3::before, .section-k1__slider__btns li:hover a h3.head3::before {
  background: url("../assets/img/ico3-blanco.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li.mostrar a h3.head3::before, .section-k1__slider__btns li:hover a h3.head3::before {
    background-size: 2.5rem;
  }
}
.section-k1__slider__btns li.mostrar a h3.head4::before, .section-k1__slider__btns li:hover a h3.head4::before {
  background: url("../assets/img/ico4-blanco.png") no-repeat;
  background-size: 2.8125rem;
  background-position: center;
}
@media (max-width: 992px) {
  .section-k1__slider__btns li.mostrar a h3.head4::before, .section-k1__slider__btns li:hover a h3.head4::before {
    background-size: 2.5rem;
  }
}
.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: -26px;
  position: absolute;
  transition: 0.3s all;
  width: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .section-k1__slider__btns li.mostrar a::before, .section-k1__slider__btns li:hover a::before {
    display: none;
  }
}

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

/*  */
.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: 100%;
}
.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;
  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 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;
  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%;
  top: 50%;
  color: #16401A;
  font-size: 20px;
  height: 45px;
  left: initial;
  right: 45%;
  font-size: 2.5rem;
  width: 45px;
  z-index: 1;
}
@media (max-width: 992px) {
  .slick-prev {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 768px) {
  .slick-prev {
    top: 75%;
    left: 1%;
  }
}
.slick-prev i {
  color: #051f4e;
  margin-right: 8px;
  margin-top: -3px;
}
@media (max-width: 992px) {
  .slick-prev i {
    margin-right: 5px;
    margin-top: 0px;
    font-size: 30px;
  }
}
.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%;
}

.slick-next {
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  color: #16401A;
  font-size: 20px;
  height: 45px;
  right: 1%;
  font-size: 2.5rem;
  width: 45px;
  z-index: 1;
}
@media (max-width: 992px) {
  .slick-next {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 768px) {
  .slick-next {
    top: 75%;
  }
}
.slick-next i {
  color: #051f4e;
  margin-left: 8px;
  margin-top: -3px;
}
@media (max-width: 992px) {
  .slick-next i {
    margin-left: 5px;
    margin-top: 0px;
    font-size: 30px;
  }
}
.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%;
}/*# sourceMappingURL=index.css.map */