@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");
}
:root {
  --branco: #FFFFFF;
  --color-p: #333333;
  --preto: #000000;
  --azul: #011E41;
  --bg-light: #ADB9C3;
  --fonte-principal: "Electrolux Sans Regular", sans-serif;
}

body {
  background-color: var(--branco);
  font-family: var(--fonte-principal);
  color: var(--branco);
}

.container-fluid {
  max-width: 1440px;
}

* {
  letter-spacing: 0.01px;
}

div, p, h1, h2, h3, span {
  margin: 0px;
  padding: 0px;
}

.container-fluid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-azul {
  background-color: var(--azul);
}

.bg2 {
  background-color: var(--bg-light);
}

.bg3 {
  background-color: #7A8A9C;
}

.txt-azul {
  color: var(--azul);
}

.txt-branco {
  color: var(--branco);
}

.ft-regular {
  font-family: "Electrolux Sans Regular" !important;
}

.ft-SemiBold {
  font-family: "Electrolux Sans SemiBold" !important;
}

.ft-Bold {
  font-family: "Electrolux Sans Bold" !important;
}

.header {
  position: relative;
  background-color: var(--branco);
}
.header .header__imagem-fundo {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: auto;
}
.header .header__box {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 766px) {
  .header .header__box {
    justify-content: flex-start;
    top: 20px;
    left: auto;
    align-items: center;
  }
}
.header .header__box .box-info {
  margin-left: 85px;
  margin-top: 75px;
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info {
    margin-left: 80px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info {
    margin-left: 60px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info {
    margin-left: 40px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info {
    margin-left: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .header .header__box .box-info {
    margin: 0px;
    width: 100%;
    max-width: 370px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info {
    margin: 0px;
    width: 100%;
    max-width: 330px;
  }
}
.header .header__box .box-info .box-texto {
  color: var(--branco);
  background-color: var(--azul);
  padding: 34px 40px 32px 38px;
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .box-texto {
    padding: 30px 35px 28px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info .box-texto {
    padding: 28px 30px 28px 28px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .box-texto {
    padding: 25px 30px 25px 25px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info .box-texto {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 766px) {
  .header .header__box .box-info .box-texto {
    padding: 24px 10px 24px 28px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info .box-texto {
    padding: 20px 10px 20px 24px;
  }
}
.header .header__box .box-info .box-texto p {
  letter-spacing: 0.1px;
  font-size: 35px;
  line-height: 42px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .box-texto p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info .box-texto p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .box-texto p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info .box-texto p {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 780px) {
  .header .header__box .box-info .box-texto p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 766px) {
  .header .header__box .box-info .box-texto p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info .box-texto p {
    font-size: 22px;
    line-height: 28px;
  }
}
.header .header__box .box-info .box-texto span {
  letter-spacing: 0.1px;
  font-size: 35px;
  line-height: 42px;
  font-family: "Electrolux Sans Regular";
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .box-texto span {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info .box-texto span {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .box-texto span {
    font-size: 25px;
    line-height: 32px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info .box-texto span {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 780px) {
  .header .header__box .box-info .box-texto span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 777px) {
  .header .header__box .box-info .box-texto span {
    font-size: 18px;
    line-height: 24px;
  }
}
.header .header__box .box-info .box-texto .box-texto__logo {
  width: 100%;
  max-width: 300px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .box-texto .box-texto__logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .box-texto .box-texto__logo {
    max-width: 220px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info .box-texto .box-texto__logo {
    max-width: 180px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 766px) {
  .header .header__box .box-info .box-texto .box-texto__logo {
    max-width: 145px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info .box-texto .box-texto__logo {
    max-width: 135px;
    padding-bottom: 14px;
  }
}
.header .header__box .box-info .texto-base {
  background-color: var(--bg-light);
  color: var(--azul);
  padding: 23px 40px 23px 38px;
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .texto-base {
    padding: 23px 20px 23px 38px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info .texto-base {
    padding: 19px 35px 25px 35px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .texto-base {
    padding: 18px 20px 18px 25px;
  }
}
@media screen and (max-width: 880px) {
  .header .header__box .box-info .texto-base {
    padding: 15px 20px 15px 20px;
  }
}
@media screen and (max-width: 780px) {
  .header .header__box .box-info .texto-base {
    padding: 12px 20px 12px 20px;
  }
}
@media screen and (max-width: 766px) {
  .header .header__box .box-info .texto-base {
    padding: 13px 10px 13px 28px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info .texto-base {
    padding: 12px 0px 12px 24px;
  }
}
.header .header__box .box-info .texto-base .texto-base1 {
  font-family: "Electrolux Sans SemiBold";
  font-size: 28px;
  line-height: 35px;
}
@media screen and (max-width: 1280px) {
  .header .header__box .box-info .texto-base .texto-base1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__box .box-info .texto-base .texto-base1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 990px) {
  .header .header__box .box-info .texto-base .texto-base1 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 780px) {
  .header .header__box .box-info .texto-base .texto-base1 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 380px) {
  .header .header__box .box-info .texto-base .texto-base1 {
    font-size: 16px;
    line-height: 20px;
  }
}

.section-2 {
  background-color: var(--branco);
  width: 100%;
  padding: 0;
}
.section-2 #video {
  padding: 0;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  z-index: 999;
}
.section-2 #video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.bloco-textos1-100 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 30px;
}
@media screen and (max-width: 990px) {
  .bloco-textos1-100 {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos1-100 {
    padding: 40px 10px;
  }
}
.bloco-textos1-100 h1 {
  font-size: 60px;
  line-height: 68px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (max-width: 1280px) {
  .bloco-textos1-100 h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media screen and (max-width: 990px) {
  .bloco-textos1-100 h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos1-100 h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .bloco-textos1-100 h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.bloco-textos1-100 h1 span {
  font-family: "Electrolux Sans SemiBold";
}
.bloco-textos1-100 p {
  font-family: "Electrolux Sans Regular";
  font-size: 35px;
  line-height: 42px;
  margin-top: 12px;
}
@media screen and (max-width: 1280px) {
  .bloco-textos1-100 p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 990px) {
  .bloco-textos1-100 p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos1-100 p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 380px) {
  .bloco-textos1-100 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.bloco-textos1-100 p span {
  font-family: "Electrolux Sans SemiBold";
}

.bloco-textos-100 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 65px 30px;
  letter-spacing: 0.01px;
}
@media screen and (max-width: 990px) {
  .bloco-textos-100 {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos-100 {
    padding: 40px 10px;
  }
}
.bloco-textos-100 h1 {
  font-size: 45px;
  line-height: 52px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (max-width: 1280px) {
  .bloco-textos-100 h1 {
    font-size: 45px;
    line-height: 52px;
  }
}
@media screen and (max-width: 990px) {
  .bloco-textos-100 h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos-100 h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .bloco-textos-100 h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.bloco-textos-100 h1 span {
  font-family: "Electrolux Sans SemiBold";
  letter-spacing: 0.01px;
}
.bloco-textos-100 p {
  font-family: "Electrolux Sans Regular";
  font-size: 35px;
  line-height: 42px;
  margin-top: 12px;
  letter-spacing: 0.01px;
}
@media screen and (max-width: 1280px) {
  .bloco-textos-100 p {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (max-width: 990px) {
  .bloco-textos-100 p {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 766px) {
  .bloco-textos-100 p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 380px) {
  .bloco-textos-100 p {
    font-size: 16px;
    line-height: 20px;
  }
}
.bloco-textos-100 p span {
  font-family: "Electrolux Sans SemiBold";
}

.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 30px 0px 90px;
  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 50px;
  }
}
@media screen and (max-width: 880px) {
  .blocor-meio-textos-left {
    padding: 0px 20px 0px 40px;
  }
}
@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: 40px 10px;
    text-align: center;
    align-items: center;
    align-content: center;
  }
}
.blocor-meio-textos-left h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: "Electrolux Sans SemiBold";
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .blocor-meio-textos-left h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 990px) {
  .blocor-meio-textos-left h1 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 880px) {
  .blocor-meio-textos-left h1 {
    font-size: 38px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@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: 380px) {
  .blocor-meio-textos-left h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
.blocor-meio-textos-left .txt1 {
  padding-bottom: 30px;
}
@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 30px 0px 90px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 80px;
  }
}
@media screen and (max-width: 990px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 50px;
  }
}
@media screen and (max-width: 880px) {
  .blocor-meio-textos-right {
    padding: 0px 20px 0px 40px;
  }
}
@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: 40px 10px;
    text-align: center;
    align-items: center;
    align-content: center;
  }
}
.blocor-meio-textos-right h1 {
  font-size: 45px;
  line-height: 50px;
  font-family: "Electrolux Sans SemiBold";
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .blocor-meio-textos-right h1 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 990px) {
  .blocor-meio-textos-right h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 880px) {
  .blocor-meio-textos-right h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@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: 380px) {
  .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";
}

.icon-section4 {
  max-width: 550px;
  width: 90%;
}

.cta {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-top: 20%;
}
@media screen and (max-width: 990px) {
  .cta {
    max-width: 200px;
    margin-top: 15%;
  }
}
@media screen and (max-width: 766px) {
  .cta {
    max-width: 130px;
    margin-top: 16px;
  }
}

.section-modos-limpeza .icon1 .icon-click {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 22%;
  left: 34%;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .section-modos-limpeza .icon1 .icon-click {
    width: 50px;
    height: 50px;
    top: 16%;
    left: 31%;
  }
}
@media screen and (max-width: 766px) {
  .section-modos-limpeza .icon1 .icon-click {
    width: 50px;
    height: 50px;
    top: 40.5%;
    left: 24%;
  }
}
@media screen and (max-width: 390px) {
  .section-modos-limpeza .icon1 .icon-click {
    width: 40px;
    height: 40px;
    top: 41%;
    left: 25%;
  }
}
.section-modos-limpeza .icon2 .icon-click {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 65%;
  left: 73%;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .section-modos-limpeza .icon2 .icon-click {
    width: 50px;
    height: 50px;
    top: 64%;
    left: 72%;
  }
}
@media screen and (max-width: 766px) {
  .section-modos-limpeza .icon2 .icon-click {
    width: 50px;
    height: 50px;
    top: 61.5%;
    left: 78%;
  }
}
@media screen and (max-width: 390px) {
  .section-modos-limpeza .icon2 .icon-click {
    width: 40px;
    height: 40px;
    top: 62.5%;
    left: 77%;
  }
}
.section-modos-limpeza .icon3 {
  position: absolute;
  top: 11%;
  left: 75%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 490px;
  height: 100%;
  max-height: 324px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
@media screen and (max-width: 990px) {
  .section-modos-limpeza .icon3 {
    top: 5%;
    left: 75%;
    max-width: 365px;
    max-height: 240px;
  }
}
@media screen and (max-width: 766px) {
  .section-modos-limpeza .icon3 {
    max-width: 350px;
    max-height: 130px;
    justify-content: center;
    text-align: center;
    top: 70px;
    left: 50%;
  }
}
@media screen and (max-width: 390px) {
  .section-modos-limpeza .icon3 {
    max-width: 300px;
    top: 50px;
  }
}
.section-modos-limpeza .icon3 p {
  font-size: 35px;
  line-height: 40px;
  font-family: "Electrolux Sans Regular";
  margin-left: 55px;
}
@media screen and (max-width: 990px) {
  .section-modos-limpeza .icon3 p {
    font-size: 28px;
    line-height: 34px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 766px) {
  .section-modos-limpeza .icon3 p {
    font-size: 16px;
    line-height: 22px;
    margin-left: 0;
  }
}
.section-modos-limpeza .icon3 p span {
  font-family: "Electrolux Sans SemiBold";
}
.section-modos-limpeza .icon_close {
  rotate: 45deg !important;
}

.footer {
  background-color: var(--azul);
  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: 55px 10px 60px;
  }
}
.footer img {
  max-width: 297px;
}
@media screen and (max-width: 766px) {
  .footer img {
    max-width: 235px;
  }
}
.footer p {
  padding: 45px 0px 0px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--branco);
  max-width: 1120px;
  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: 576px) {
  .footer p {
    font-size: 14px;
    line-height: 18px;
    padding: 50px 20px 0px;
  }
}

.section-6 {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .section-6 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .section-6 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-6 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 {
    padding-top: 60px;
  }
}
.section-6 h3 {
  text-align: center;
  font-size: 22px;
  color: var(--azul);
  margin-bottom: 20px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (min-width: 430px) {
  .section-6 h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-6 h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-6 h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 h3 {
    font-size: 60px;
  }
}
.section-6 p {
  font-size: 14px;
  text-align: center;
  color: var(--azul);
  margin-bottom: 40px;
  font-family: "Electrolux Sans Regular";
}
@media screen and (min-width: 430px) {
  .section-6 p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section-6 p {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-6 p {
    font-size: 25px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 p {
    font-size: 30px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 p {
    font-size: 35px;
    margin-bottom: 75px;
  }
}
.section-6 p strong {
  font-family: "Electrolux Sans SemiBold";
}
.section-6 .contentRobo {
  position: relative;
}
.section-6 .contentRobo .imgRobo {
  visibility: visible;
  opacity: 1;
}
.section-6 .contentRobo .imgRobo.hidden {
  visibility: hidden;
  opacity: 0;
}
.section-6 .contentRobo .boxContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 100%;
  height: 100%;
}
.section-6 .contentRobo .boxContent.open {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-6 .contentRobo .buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.section-6 .contentRobo .buttons .topButtons {
  width: 100%;
  height: auto;
}
.section-6 .contentRobo .buttons .bottomButtons {
  width: 100%;
  height: auto;
}
.section-6 .contentRobo .buttons button {
  background: none;
  border: none;
  position: absolute;
}
.section-6 .contentRobo .buttons button.buttonContent1 {
  top: -4%;
  left: 38%;
}
@media screen and (min-width: 430px) {
  .section-6 .contentRobo .buttons button.buttonContent1 {
    top: -3%;
    left: 39%;
  }
}
@media screen and (min-width: 576px) {
  .section-6 .contentRobo .buttons button.buttonContent1 {
    top: -2%;
    left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent1 {
    top: 22.5%;
    left: 13%;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 .contentRobo .buttons button.buttonContent1 {
    top: 23%;
    left: 14%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent1 {
    top: 23.5%;
    left: 14.5%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent1.active {
    top: 35.5%;
  }
}
@media screen and (min-width: 992px) {
  .section-6 .contentRobo .buttons button.buttonContent1.active {
    top: 36.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent1.active {
    top: 37.5%;
  }
}
.section-6 .contentRobo .buttons button.buttonContent2 {
  top: -4%;
  right: 6%;
}
@media screen and (min-width: 430px) {
  .section-6 .contentRobo .buttons button.buttonContent2 {
    top: -3%;
    right: 8%;
  }
}
@media screen and (min-width: 576px) {
  .section-6 .contentRobo .buttons button.buttonContent2 {
    top: -3%;
    right: 8.5%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent2 {
    top: 22.5%;
    right: 14.5%;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 .contentRobo .buttons button.buttonContent2 {
    top: 23%;
    right: 15.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent2 {
    top: 23.5%;
    right: 16%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent2.active {
    top: 35.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent2.active {
    top: 36.5%;
  }
}
.section-6 .contentRobo .buttons button.buttonContent3 {
  bottom: 17%;
  left: 38%;
}
@media screen and (min-width: 430px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 18%;
    left: 39%;
  }
}
@media screen and (min-width: 576px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 19%;
    left: 40%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 25%;
    left: 13%;
  }
}
@media screen and (min-width: 992px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 26%;
    left: 13.5%;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 26%;
    left: 14%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent3 {
    bottom: 27.5%;
    left: 14.5%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent3.active {
    bottom: 12.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent3.active {
    bottom: 14.5%;
  }
}
.section-6 .contentRobo .buttons button.buttonContent4 {
  bottom: 17%;
  right: 6%;
}
@media screen and (min-width: 430px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    bottom: 18%;
    right: 6%;
  }
}
@media screen and (min-width: 576px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    bottom: 19%;
    right: 7%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    bottom: 13%;
    right: 15%;
  }
}
@media screen and (min-width: 992px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    bottom: 14.5%;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    right: 15.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent4 {
    bottom: 15.5%;
    right: 16%;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button.buttonContent4.active {
    bottom: 6.5%;
  }
}
@media screen and (min-width: 1400px) {
  .section-6 .contentRobo .buttons button.buttonContent4.active {
    bottom: 7%;
  }
}
.section-6 .contentRobo .buttons button svg {
  transition: all 0.3s;
}
@media screen and (min-width: 576px) {
  .section-6 .contentRobo .buttons button svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-6 .contentRobo .buttons button svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .section-6 .contentRobo .buttons button svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-6 .contentRobo .buttons button svg {
    width: 45px;
    height: 45px;
  }
}
.section-6 .contentRobo .buttons button.active svg {
  transform: rotate(-45deg);
}
.section-6 .contentRobo .buttons button.active svg path:nth-child(1) {
  fill: #7A8A9C;
}
.section-6 .contentRobo .buttons button.active svg path:nth-child(2) {
  fill: var(--branco);
}
.section-6 .contentRobo .buttons button.active svg path:nth-child(3) {
  fill: var(--branco);
}

.section-7 {
  background-color: #011e41;
}

.section-7 .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-7 .boxContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .section-7 .boxContent {
    align-items: flex-start;
  }
}
.section-7 .boxContent h3, .section-7 .boxContent .h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Electrolux Sans SemiBold";
}

@media screen and (min-width: 430px) {
  .section-7 .boxContent h3, .section-7 .boxContent .h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-7 .boxContent h3, .section-7 .boxContent .h3 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-7 .boxContent h3, .section-7 .boxContent .h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-7 .boxContent h3, .section-7 .boxContent .h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-7 .boxContent h3, .section-7 .boxContent .h3 {
    font-size: 45px;
  }
}
.section-7 .boxContent p {
  font-family: "Electrolux Sans SemiBold";
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (max-width: 420px) {
  .section-7 .boxContent p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 430px) {
  .section-7 .boxContent p {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-7 .boxContent p {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-7 .boxContent p {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-7 .boxContent p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section-7 .boxContent p {
    font-size: 35px;
  }
}
.section-7 .boxContent p.hidden {
  display: none;
}

.section-7 .boxContent .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.section-7 .boxContent .content.active {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .section-7 .boxContent .content.active {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .section-7 .boxContent .content.active {
    padding-bottom: 57px;
  }
}
@media screen and (min-width: 1280px) {
  .section-7 .boxContent .content.active {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .section-7 .boxContent .content.active {
    padding-bottom: 73px;
  }
}
.section-7 .boxContent .content img {
  max-width: 280px;
}

@media screen and (min-width: 375px) {
  .section-7 .boxContent .content img {
    max-width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .section-7 .boxContent .content img {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .section-7 .boxContent .content img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .section-7 .boxContent .content img {
    max-width: 440px;
  }
}
.section-7 .boxContent .content img.imgPopUp {
  visibility: hidden;
  opacity: 0;
}

.section-7 .boxContent .content img.imgContent {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
}

.section-7 .boxContent .content img.active {
  opacity: 1;
  visibility: visible;
}

.section-7 .boxContent .content .button {
  position: absolute;
  z-index: 1;
  top: -5%;
  left: -5%;
}

.section-7 .boxContent .content .button button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}

@media screen and (min-width: 992px) {
  .section-7 .boxContent .content .button button {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-7 .boxContent .content .button button svg {
    width: 45px;
    height: 45px;
  }
}
.section-7 .boxContent .content .button.open {
  top: 0%;
}

.section-7 .boxContent .content .button.open button {
  transform: rotate(-45deg);
}

.section-9 {
  background-color: #ADB9C3;
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .section-9 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-9 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-9 {
    padding-top: 60px;
  }
}
.section-9 h3, .section-9 .h3 {
  text-align: center;
  font-size: 22px;
  color: #011e41;
  margin-bottom: 10px;
  font-family: "Electrolux Sans SemiBold";
}

@media screen and (min-width: 430px) {
  .section-9 h3, .section-9 .h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-9 h3, .section-9 .h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-9 h3, .section-9 .h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 h3, .section-9 .h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-9 h3, .section-9 .h3 {
    font-size: 60px;
  }
}
.section-9 p {
  font-size: 14px;
  text-align: center;
  color: #011e41;
  margin-bottom: 40px;
}

@media screen and (min-width: 430px) {
  .section-9 p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section-9 p {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-9 p {
    font-size: 25px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 p {
    font-size: 30px;
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .section-9 p {
    font-size: 35px;
    margin-bottom: 75px;
  }
}
.section-9 .contentRobo {
  position: relative;
}

.section-9 .contentRobo .imgRobo {
  visibility: visible;
  opacity: 1;
}

.section-9 .contentRobo .imgRobo.hidden {
  visibility: hidden;
  opacity: 0;
}

.section-9 .contentRobo .boxContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ADB9C3;
}

.section-9 .contentRobo .boxContent.open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-9 .contentRobo .buttons {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.section-9 .contentRobo .buttons .topButtons {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-around;
  margin-top: -2%;
}

@media screen and (min-width: 430px) {
  .section-9 .contentRobo .buttons .topButtons {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons .topButtons {
    justify-content: space-between;
    margin-top: 11%;
  }
}
.section-9 .contentRobo .buttons .bottomButtons {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-around;
  margin-bottom: 18%;
}

@media screen and (min-width: 430px) {
  .section-9 .contentRobo .buttons .bottomButtons {
    margin-bottom: 19%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons .bottomButtons {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.section-9 .contentRobo .buttons button {
  background: none;
  border: none;
}

.section-9 .contentRobo .buttons button.buttonContent1 {
  margin-left: 32%;
}

@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent1 {
    margin-left: 16%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent1.active {
    margin-top: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button.buttonContent1.active {
    margin-top: 3.5%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent1.notActive {
    margin-top: -6%;
  }
}
.section-9 .contentRobo .buttons button.buttonContent2 {
  margin-left: 17%;
}

@media screen and (max-width: 766px) {
  .section-9 .contentRobo .buttons button.buttonContent2 {
    margin-left: 45%;
    margin-top: -7%;
  }
}
@media screen and (max-width: 380px) {
  .section-9 .contentRobo .buttons button.buttonContent2 {
    margin-left: 45%;
    margin-top: -4%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent2 {
    margin-right: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button.buttonContent2 {
    margin-right: 16%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent2.active {
    margin-top: 6.3%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent2.notActive {
    margin-top: -3%;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button.buttonContent2.notActive {
    margin-top: -3.5%;
  }
}
.section-9 .contentRobo .buttons button.buttonContent3 {
  margin-left: 39%;
}

@media screen and (min-width: 430px) {
  .section-9 .contentRobo .buttons button.buttonContent3 {
    margin-left: 38%;
  }
}
@media screen and (max-width: 766px) {
  .section-9 .contentRobo .buttons button.buttonContent3 {
    margin-left: 37%;
    margin-top: -16%;
  }
  .section-9 .contentRobo .buttons button.buttonContent3.active {
    margin-left: 41%;
    margin-top: -15%;
  }
}
@media screen and (max-width: 380px) {
  .section-9 .contentRobo .buttons button.buttonContent3 {
    margin-left: 36%;
    margin-top: -24%;
  }
  .section-9 .contentRobo .buttons button.buttonContent3.active {
    margin-left: 41%;
    margin-top: -23%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent3 {
    margin-left: 14%;
    margin-bottom: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button.buttonContent3 {
    margin-bottom: 12.5%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent3.active {
    margin-bottom: 6.3%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent3.notActive {
    margin-top: -6%;
  }
}
.section-9 .contentRobo .buttons button.buttonContent4 {
  margin-left: 22%;
}

@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent4 {
    margin-right: 14%;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button.buttonContent4 {
    margin-right: 16%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 766px) {
  .section-9 .contentRobo .buttons button.buttonContent4 {
    margin-left: 20%;
    margin-top: -21%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent4.active {
    margin-bottom: -5%;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button.buttonContent4.notActive {
    margin-bottom: 6.25%;
  }
}
@media screen and (min-width: 992px) {
  .section-9 .contentRobo .buttons button.buttonContent4.notActive {
    margin-bottom: 6.05%;
  }
}
.section-9 .contentRobo .buttons button svg {
  transition: all 0.3s;
}

@media screen and (min-width: 576px) {
  .section-9 .contentRobo .buttons button svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-9 .contentRobo .buttons button svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .section-9 .contentRobo .buttons button svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-9 .contentRobo .buttons button svg {
    width: 45px;
    height: 45px;
  }
}
.section-9 .contentRobo .buttons button.active svg {
  transform: rotate(-45deg);
}

.section-9 .contentRobo .buttons button.active svg path:nth-child(1) {
  fill: #7b8a9c;
}

.section-9 .contentRobo .buttons button.active svg path:nth-child(2) {
  fill: #FFFFFF;
}

.section-9 .contentRobo .buttons button.active svg path:nth-child(3) {
  fill: #FFFFFF;
}

.section-10 {
  background-color: #ADB9C3;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-10 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-10 h4, .section-10 .h4 {
  color: #011e41;
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
  font-family: "Electrolux Sans SemiBold";
}

@media screen and (min-width: 430px) {
  .section-10 h4, .section-10 .h4 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-10 h4, .section-10 .h4 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 h4, .section-10 .h4 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 h4, .section-10 .h4 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 h4, .section-10 .h4 {
    font-size: 45px;
  }
}
.section-10 .boxContent {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-10 .boxContent button {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
  border: 0;
  z-index: 1;
}
@media screen and (max-width: 380px) {
  .section-10 .boxContent button {
    top: -6px;
  }
}

.section-10 .boxContent button.active svg {
  transform: rotate(-45deg);
}

.section-10 .boxContent button svg {
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .section-10 .boxContent button svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 .boxContent button svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 .boxContent button svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 .boxContent button svg {
    width: 45px;
    height: 45px;
  }
}
.section-10 .boxContent img {
  max-width: 115px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .section-10 .boxContent img {
    max-width: 130px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 .boxContent img {
    max-width: 145px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 .boxContent img {
    max-width: 160px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 .boxContent img {
    max-width: 174px;
  }
}
.section-10 .boxContent .content {
  transition: all 0.2s;
}

.section-10 .boxContent .content.hidden {
  visibility: hidden;
  opacity: 0;
}

.section-10 .boxContent p {
  font-family: "Electrolux Sans SemiBold";
  color: #011e41;
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .section-10 .boxContent p {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-10 .boxContent p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 .boxContent p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 .boxContent p {
    font-size: 35px;
  }
}
.section-10 .boxContent .popup {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  padding-top: 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.section-10 .boxContent .popup.open {
  visibility: visible;
  opacity: 1;
  display: block;
}

.section-10 .boxContent .popup p {
  font-family: "Electrolux Sans Regular";
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .section-10 .boxContent .popup p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-10 .boxContent .popup p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1400px) {
  .section-10 .boxContent .popup p {
    font-size: 30px;
  }
}
.section-11 {
  position: relative;
}
.section-11 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-11 .content {
    align-items: flex-end;
    justify-content: center;
  }
}
.section-11 .content .boxContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .section-11 .content .boxContent {
    justify-content: center;
    padding-top: 0;
  }
}
.section-11 .content .boxContent .cont {
  margin-left: 100px;
}
@media screen and (max-width: 990px) {
  .section-11 .content .boxContent .cont {
    margin-left: 60px;
  }
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent .cont {
    margin-left: 0;
  }
}
.section-11 .content .boxContent h4 {
  color: var(--branco);
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent h4 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 430px) {
  .section-11 .content .boxContent h4 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-11 .content .boxContent h4 {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .section-11 .content .boxContent h4 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-11 .content .boxContent h4 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-11 .content .boxContent h4 {
    font-size: 45px;
    margin-bottom: 60px;
  }
}
.section-11 .content .boxContent p {
  color: var(--branco);
  text-align: center;
  font-size: 13px;
  margin-bottom: 20px;
  font-family: "Electrolux Sans Regular";
}
@media screen and (min-width: 430px) {
  .section-11 .content .boxContent p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section-11 .content .boxContent p {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-11 .content .boxContent p {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-11 .content .boxContent p {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-11 .content .boxContent p {
    font-size: 35px;
    margin-bottom: 45px;
  }
}
.section-11 .content .boxContent p.tl {
  font-size: 10px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .section-11 .content .boxContent p.tl {
    font-size: 13px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .section-11 .content .boxContent p.tl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .section-11 .content .boxContent p.tl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .section-11 .content .boxContent p.tl {
    font-size: 23px;
  }
}
.section-11 .content .boxContent .contentPopup {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent .contentPopup {
    justify-content: center;
  }
}
.section-11 .content .boxContent .contentPopup img {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .section-11 .content .boxContent .contentPopup img {
    max-width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .section-11 .content .boxContent .contentPopup img {
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .section-11 .content .boxContent .contentPopup img {
    max-width: 435px;
  }
}
@media screen and (min-width: 1400px) {
  .section-11 .content .boxContent .contentPopup img {
    max-width: 440px;
  }
}
.section-11 .content .boxContent .contentPopup .popup {
  opacity: 0;
  display: none;
}
.section-11 .content .boxContent .contentPopup .popup.open {
  display: block;
  opacity: 1;
}
.section-11 .content .boxContent .contentPopup .imgContent1 {
  top: 0;
}
.section-11 .content .boxContent .contentPopup .imgContent1.hidden {
  opacity: 0;
  display: none;
}
.section-11 .content .boxContent .contentPopup .imgContent2 {
  top: 0;
}
.section-11 .content .boxContent .contentPopup .imgContent2.hidden {
  opacity: 0;
  display: none;
}
.section-11 .content .boxContent .contentPopup .btnCont {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  top: -19%;
  left: -6%;
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent .contentPopup .btnCont {
    left: 0;
  }
}
.section-11 .content .boxContent .contentPopup .btnCont.active {
  top: -8%;
  left: -3%;
}
@media screen and (max-width: 766px) {
  .section-11 .content .boxContent .contentPopup .btnCont.active {
    left: 1%;
  }
}
.section-11 .content .boxContent .contentPopup .btnCont svg {
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .section-11 .content .boxContent .contentPopup .btnCont svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-11 .content .boxContent .contentPopup .btnCont svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .section-11 .content .boxContent .contentPopup .btnCont svg {
    width: 45px;
    height: 45px;
  }
}
.section-11 .content .boxContent .contentPopup .btnCont.active svg {
  transform: rotate(-45deg);
}

.section-13 .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-13 .boxContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 30px;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-13 .boxContent {
    align-items: flex-start;
  }
}
.section-13 .boxContent h3 {
  color: var(--branco);
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .section-13 .boxContent h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-13 .boxContent h3 {
    font-size: 30px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent h3 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-13 .boxContent h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-13 .boxContent h3 {
    font-size: 45px;
  }
}
.section-13 .boxContent p {
  font-family: "Electrolux Sans SemiBold";
  color: var(--branco);
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (min-width: 430px) {
  .section-13 .boxContent p {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  .section-13 .boxContent p {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent p {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-13 .boxContent p {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section-13 .boxContent p {
    font-size: 35px;
  }
}
.section-13 .boxContent p.hidden {
  display: none;
}
.section-13 .boxContent .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}
.section-13 .boxContent .content.active {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section-13 .boxContent .content.active {
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent .content.active {
    padding-bottom: 125px;
  }
}
.section-13 .boxContent .content img {
  max-width: 280px;
}
@media screen and (min-width: 430px) {
  .section-13 .boxContent .content img {
    max-width: 330px;
  }
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent .content img {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .section-13 .boxContent .content img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .section-13 .boxContent .content img {
    max-width: 480px;
  }
}
.section-13 .boxContent .content img.imgPopUp {
  display: none;
  opacity: 0;
}
.section-13 .boxContent .content img.imgContent {
  display: none;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
}
.section-13 .boxContent .content img.active {
  opacity: 1;
  display: block;
}
.section-13 .boxContent .content .button {
  position: absolute;
  z-index: 1;
  top: -5%;
  left: -5%;
}
.section-13 .boxContent .content .button button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent .content .button button {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .section-13 .boxContent .content .button button svg {
    width: 45px;
    height: 45px;
  }
}
.section-13 .boxContent .content .button.open {
  top: 2.5%;
  transform: rotate(-45deg);
}

.section-15 {
  position: relative;
}
.section-15 ._close {
  display: none !important;
}
.section-15 ._open {
  display: block !important;
}
.section-15 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-15 .content {
    align-items: flex-end;
    justify-content: center;
  }
}
.section-15 .content .boxContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .section-15 .content .boxContent {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .section-15 .content .boxContent {
    justify-content: center;
    padding-top: 0;
  }
}
.section-15 .content .boxContent .cont {
  margin-left: 100px;
}
@media screen and (max-width: 990px) {
  .section-15 .content .boxContent .cont {
    margin-left: 60px;
  }
}
@media screen and (max-width: 766px) {
  .section-15 .content .boxContent .cont {
    margin-left: 0;
  }
}
.section-15 .content .boxContent h4 {
  color: var(--branco);
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Electrolux Sans SemiBold";
}
@media screen and (min-width: 430px) {
  .section-15 .content .boxContent h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .section-15 .content .boxContent h4 {
    text-align: left;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .section-15 .content .boxContent h4 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-15 .content .boxContent h4 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .section-15 .content .boxContent h4 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.section-15 .content .boxContent p {
  color: var(--branco);
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: "Electrolux Sans Regular";
}
@media screen and (min-width: 430px) {
  .section-15 .content .boxContent p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .section-15 .content .boxContent p {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .section-15 .content .boxContent p {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-15 .content .boxContent p {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .section-15 .content .boxContent p {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 36px;
  }
}
.section-15 .content .boxContent p.tl {
  font-size: 10px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .section-15 .content .boxContent p.tl {
    font-size: 13px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .section-15 .content .boxContent p.tl {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .section-15 .content .boxContent p.tl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .section-15 .content .boxContent p.tl {
    font-size: 23px;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .section-15 .content .boxContent .contentPopupFuncoes {
    justify-content: center;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes img {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .section-15 .content .boxContent .contentPopupFuncoes img {
    max-width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .section-15 .content .boxContent .contentPopupFuncoes img {
    max-width: 370px;
  }
}
@media screen and (min-width: 1200px) {
  .section-15 .content .boxContent .contentPopupFuncoes img {
    max-width: 435px;
  }
}
@media screen and (min-width: 1400px) {
  .section-15 .content .boxContent .contentPopupFuncoes img {
    max-width: 440px;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes .popup {
  opacity: 0;
  display: none;
}
.section-15 .content .boxContent .contentPopupFuncoes .popup.open {
  display: block;
  opacity: 1;
}
.section-15 .content .boxContent .contentPopupFuncoes .imgContentFuncoes1 {
  top: 0;
}
.section-15 .content .boxContent .contentPopupFuncoes .imgContentFuncoes1.hidden {
  opacity: 0;
  display: none;
}
.section-15 .content .boxContent .contentPopupFuncoes .imgContentFuncoes2 {
  top: 0;
}
.section-15 .content .boxContent .contentPopupFuncoes .imgContentFuncoes2.hidden {
  opacity: 0;
  display: none;
}
.section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  top: -13%;
  left: -5%;
}
@media screen and (max-width: 766px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes {
    top: -28%;
    left: 8%;
  }
}
@media screen and (max-width: 420px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes {
    top: -28%;
    left: 3%;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes svg {
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes svg {
    width: 45px;
    height: 45px;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes.active {
  top: -7%;
  left: -5%;
}
@media screen and (max-width: 766px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes.active {
    top: -9%;
    left: 8%;
  }
}
@media screen and (max-width: 420px) {
  .section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes.active {
    top: -9%;
    left: 3%;
  }
}
.section-15 .content .boxContent .contentPopupFuncoes .btnContFuncoes.active svg {
  transform: rotate(-45deg);
}

.video-diluicao {
  padding: 0px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.video-diluicao iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.section-16 {
  position: relative;
}
.section-16 .buttons8Cm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .section-16 .buttons8Cm {
    width: 50%;
    height: 55%;
  }
}
.section-16 .buttons8Cm button {
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  .section-16 .buttons8Cm button svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 992px) {
  .section-16 .buttons8Cm button svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-16 .buttons8Cm button svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .section-16 .buttons8Cm button svg {
    width: 50px;
    height: 50px;
  }
}
.section-16 .buttons8Cm button.btn8cm1 {
  margin-left: 0%;
}
@media screen and (max-width: 766px) {
  .section-16 .buttons8Cm button.btn8cm1 {
    margin-left: 47%;
    margin-top: 9%;
  }
}
@media screen and (min-width: 768px) {
  .section-16 .buttons8Cm button.btn8cm1 {
    margin-left: 6%;
    margin-top: -12%;
  }
}
.section-16 .buttons8Cm button.btn8cm2 {
  margin-top: 15%;
  margin-left: 10%;
}
@media screen and (max-width: 766px) {
  .section-16 .buttons8Cm button.btn8cm2 {
    margin-top: 18%;
    margin-left: -6%;
  }
}
@media screen and (min-width: 768px) {
  .section-16 .buttons8Cm button.btn8cm2 {
    margin-left: -51%;
    margin-top: 27%;
  }
}
.section-16 .content8cm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 766px) {
  .section-16 .content8cm {
    top: 23%;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .section-16 .content8cm {
    margin-top: 20%;
    margin-right: 100px;
  }
}
@media screen and (min-width: 992px) {
  .section-16 .content8cm {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .section-16 .content8cm {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .section-16 .content8cm {
    padding-left: 60px;
  }
}
.section-16 .box8CmContent {
  position: relative;
  display: none;
}
.section-16 .box8CmContent img {
  max-width: 225px;
}
@media screen and (min-width: 360px) {
  .section-16 .box8CmContent img {
    max-width: 280px;
  }
}
@media screen and (min-width: 576px) {
  .section-16 .box8CmContent img {
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .section-16 .box8CmContent img {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .section-16 .box8CmContent img {
    max-width: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .section-16 .box8CmContent img {
    max-width: 500px;
  }
}
@media screen and (min-width: 1400px) {
  .section-16 .box8CmContent img {
    max-width: 690px;
  }
}
.section-16 .box8CmContent button {
  position: absolute;
  background: none;
  border: none;
  right: -8%;
  top: -12%;
}
@media screen and (min-width: 360px) {
  .section-16 .box8CmContent button {
    right: -6%;
    top: -10%;
  }
}
@media screen and (min-width: 576px) {
  .section-16 .box8CmContent button {
    right: -5%;
    top: -7%;
  }
}
@media screen and (min-width: 1400px) {
  .section-16 .box8CmContent button {
    right: -4.5%;
  }
}
.section-16 .box8CmContent button svg {
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  .section-16 .box8CmContent button svg {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .section-16 .box8CmContent button svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .section-16 .box8CmContent button svg {
    width: 50px;
    height: 50px;
  }
}

.section-17 ._close {
  display: none !important;
}
.section-17 ._open {
  display: block !important;
}
.section-17 .kit_prod1, .section-17 .kit_prod2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 40px 70px;
}
@media screen and (max-width: 766px) {
  .section-17 .kit_prod1, .section-17 .kit_prod2 {
    padding: 0 0 35px;
    max-width: 277px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-17 .cta-cards {
  position: absolute;
  max-width: 300px;
  bottom: -45px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1280px) {
  .section-17 .cta-cards {
    max-width: 250px;
    bottom: -38px;
  }
}
@media screen and (max-width: 880px) {
  .section-17 .cta-cards {
    max-width: 213px;
    bottom: -34px;
  }
}
.section-17 .cta-kit-performance, .section-17 .cta-controle-remoto {
  cursor: pointer;
}
.section-17 .box-alert {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 630px;
  height: auto;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
.section-17 .box-alert.open {
  display: block;
}
@media screen and (max-width: 1280px) {
  .section-17 .box-alert {
    max-width: 550px;
  }
}
@media screen and (max-width: 990px) {
  .section-17 .box-alert {
    max-width: 320px;
    max-height: 240px;
  }
}
@media screen and (max-width: 766px) {
  .section-17 .box-alert {
    max-width: 277px;
    justify-content: center;
    text-align: center;
    bottom: 35px;
    left: 50%;
  }
}
.section-17 .icon_close {
  rotate: 45deg !important;
}

.section-18 a {
  background-color: #ADB9C3;
  font-family: "Electrolux Sans SemiBold";
  font-size: 16px;
  color: #011E41;
  text-align: center;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-18 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-18 a {
    font-size: 25px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-18 a {
    font-size: 30px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .section-18 a {
    font-size: 33px;
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .ft-20 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 576px) {
  .ft-20 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}/*# sourceMappingURL=style.css.map */