@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: 78px;
    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;
}

.bg-azul {
  background-color: #011e41;
}

.bg2 {
  background-color: #adb9c3;
}

.txt-azul {
  color: #011e41;
}

.txt-branco {
  color: #fff;
}

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

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

#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: 136px;
    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;
  }
}
#footer p {
  padding: 45px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  max-width: 1220px;
  font-family: "Electrolux Sans Light";
}
@media screen and (max-width: 992px) {
  #footer p {
    max-width: 100%;
    padding: 30px 30px 0px;
  }
}
@media screen and (max-width: 766px) {
  #footer p {
    padding: 60px 30px 0px;
  }
}
#footer p sup {
  font-size: 8px;
  top: -0.4em;
}
