@font-face {
  font-family: "Electrolux Sans Bold";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Electrolux Bold"),
    url(../fonts/ElectroluxSans-Bold.woff) format("woff");
}

@font-face {
  font-family: "Electrolux Sans SemiBold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Electrolux SemiBold"),
    url(../fonts/ElectroluxSans-SemiBold.woff) format("woff");
}

@font-face {
  font-family: "Electrolux Sans Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Electrolux Regular"),
    url(../fonts/ElectroluxSans-Regular.woff) format("woff");
}

@font-face {
  font-family: "Electrolux Sans Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Electrolux Light"),
    url(../fonts/ElectroluxSans-Light.woff) format("woff");
}

body {
  background-color: #fff;
  font-family: "Electrolux Sans Regular";
  color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  letter-spacing: 0.01px;
}

div,
p,
h1,
h2,
h3,
h4,
span {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  border: none;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  border: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin: 0 2%;
}

#carouselDesktop {
  position: relative;
  width: 100%;
  height: 100%;
}

#carousel-bg {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.carousel-indicators {
  justify-content: flex-start;
  margin-left: 7%;
  margin-right: 0;
  margin-bottom: 3%;
}

@media screen and (max-width: 766px) {
  .carousel-indicators {
    margin: 0 auto 10px;
    width: 105px;
    top: 24%;
  }
}

.carousel-indicators [data-bs-target] {
  color: #7b8a9c;
  background-color: #7b8a9c;
  border-radius: 50%;
  font-family: "Electrolux Sans Bold";
  font-size: 23px;
  width: 34px;
  height: 34px;
  opacity: 1;
  margin: 0px 7px 0px;
  padding: 0;
}

@media screen and (max-width: 990px) {
  .carousel-indicators [data-bs-target] {
    width: 25px;
    height: 25px;
    margin: 0px 6px 0px;
  }
}

@media screen and (max-width: 766px) {
  .carousel-indicators [data-bs-target] {
    width: 18px;
    height: 18px;
    margin: 0px 4px 0px;
  }
}

.carousel-indicators .active {
  background-color: #fff;
  color: #fff;
}

.carousel-caption {
  font-family: "Electrolux Sans";
  width: 100%;
  text-align: left;
  line-height: normal;
  color: var(--branco);
}

.bg-azul {
  background-color: #011e41;
}

.bg2 {
  background-color: #adb9c3;
}

.txt-azul {
  color: #011e41;
}

.txt-branco {
  color: #fff;
}

.ft-regular {
  font-family: "Electrolux Sans Regular" !important;
}

.ft-SemiBold {
  font-family: "Electrolux Sans SemiBold" !important;
}

.ft-Bold {
  font-family: "Electrolux Sans Bold" !important;
}

.d-flex {
  display: flex;
  justify-content: center;
}

#section-2 {
  width: 100%;
  padding: 8% 0;
}

#section-2 #video {
  padding: 64px 125px 64px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  z-index: 999;
}

@media screen and (max-width: 1280px) {
  #section-2 #video {
    padding: 64px 90px 64px;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 990px) {
  #section-2 #video {
    padding: 64px 50px 64px;
  }
}

@media screen and (max-width: 766px) {
  #section-2 #video {
    padding: 62px 30px;
  }
}

#section-2 #video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.blocor-meio-textos-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 20px 0px 110px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-left {
    padding: 0px 20px 0px 80px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-left {
    padding: 0px 20px 0px 60px;
  }
}

@media screen and (max-width: 880px) {
  .blocor-meio-textos-left {
    padding: 0px 20px 0px 50px;
  }
}

@media screen and (max-width: 768px) {
  .blocor-meio-textos-left {
    padding: 0px 20px 0px 30px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-left {
    padding: 55px 5px;
    text-align: center;
    align-items: center;
    align-content: center;
  }
}

.blocor-meio-textos-left h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Electrolux Sans SemiBold";
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-left h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-left h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 880px) {
  .blocor-meio-textos-left h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-left h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 370px) {
  .blocor-meio-textos-left h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.blocor-meio-textos-left .txt1 {
  padding-bottom: 40px;
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-left .txt1 {
    padding-bottom: 20px;
  }
}

.blocor-meio-textos-left p {
  font-size: 35px;
  line-height: 42px;
  font-family: "Electrolux Sans Regular";
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-left p {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-left p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-left p {
    font-size: 16px;
    line-height: 20px;
  }
}

.blocor-meio-textos-left p span {
  font-family: "Electrolux Sans SemiBold";
}

.blocor-meio-textos-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0px 20px 0px 100px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 90px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 60px;
  }
}

@media screen and (max-width: 880px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 50px;
  }
}

@media screen and (max-width: 768px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 30px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-right {
    padding: 55px 5px;
    text-align: center;
    align-items: center;
    align-content: center;
  }
}

.blocor-meio-textos-right h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Electrolux Sans SemiBold";
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-right h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-right h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 880px) {
  .blocor-meio-textos-right h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-right h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 370px) {
  .blocor-meio-textos-right h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.blocor-meio-textos-right .txt1 {
  padding-bottom: 40px;
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-right .txt1 {
    padding-bottom: 20px;
  }
}

.blocor-meio-textos-right p {
  font-size: 35px;
  line-height: 42px;
  font-family: "Electrolux Sans Regular";
}

@media screen and (max-width: 1280px) {
  .blocor-meio-textos-right p {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 990px) {
  .blocor-meio-textos-right p {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 766px) {
  .blocor-meio-textos-right p {
    font-size: 16px;
    line-height: 20px;
  }
}

.blocor-meio-textos-right p span {
  font-family: "Electrolux Sans SemiBold";
}

#animate-icons .icon_open {
  max-width: 60px;
  top: 46%;
  left: 23%;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 990px) {
  #animate-icons .icon_open {
    max-width: 50px;
  }
}

@media screen and (max-width: 830px) {
  #animate-icons .icon_open {
    max-width: 45px;
  }
}

@media screen and (max-width: 766px) {
  #animate-icons .icon_open {
    max-width: 60px;
    top: 59.5%;
    left: 43%;
  }
}

#animate-icons .icon_close {
  max-width: 60px;
  top: 37%;
  left: 37%;
  cursor: pointer;
  display: none;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  #animate-icons .icon_close {
    max-width: 50px;
  }
}

@media screen and (max-width: 830px) {
  #animate-icons .icon_close {
    max-width: 45px;
  }
}

@media screen and (max-width: 766px) {
  #animate-icons .icon_close {
    max-width: 60px;
    top: 48.5%;
    left: 81%;
  }
}

#animate-icons .card1.img_none {
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#animate-icons .img_none {
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#animate-icons .img_block {
  transition: 0.3s ease-out;
  opacity: 1;
  overflow: visible;
}

.bloco-imagem {
  padding: 0px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.bloco-imagem img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-carousel {
  padding: 0px;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

@media screen and (max-width: 766px) {
  .video-carousel {
    height: auto;
  }
}

.video-carousel iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

#section-10 {
  display: flex;
  color: #011e41;
  padding: 50px 0 0;
  flex-direction: column;
  justify-content: center;
  background-color: #adb9c3;
}

#section-10 h1 {
  font-size: 50px;
  line-height: 60px;
  font-family: "Electrolux Sans SemiBold";
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  #section-10 h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 990px) {
  #section-10 h1 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 880px) {
  #section-10 h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 766px) {
  #section-10 h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 370px) {
  #section-10 h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

#section-10 .col-md-3,
#section-10 .col-md-4 {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 766px) {
  #section-10 .carousel-indicators {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 127px;
    justify-content: center;
  }

  #section-10 .carousel-indicators [data-bs-target] {
    color: #7b8a9c;
    background-color: #7b8a9c;
    width: 20px;
    height: 20px;
  }

  #section-10 .carousel-indicators .active {
    background-color: #011e41;
    color: #011e41;
  }
}

#footer {
  background-color: #011e41;
  padding: 70px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 990px) {
  #footer {
    padding: 65px 20px;
  }
}

@media screen and (max-width: 766px) {
  #footer {
    padding: 70px 10px 60px;
  }
}

#footer img {
  max-width: 297px;
}

@media screen and (max-width: 766px) {
  #footer img {
    max-width: 290px;
  }
}

@media screen and (max-width: 380px) {
  #footer img {
    max-width: 240px;
  }
}
