/* Colors */
/* Fonts */
/* Font imports */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/Roboto-BoldCondensed.ttf");
  font-weight: 700;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.woff");
  font-weight: 900;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/Myriad-Pro.ttf");
  font-weight: 400;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  /* header */
  /* screen-smart */
  /* roupas */
  /* desc */
  /* vantagens */
}

body .mobile {
  display: none;
}

body .bg-color {
  background-color: #e8e8e8;
}

body img {
  max-width: 100%;
}

body .container {
  max-width: 1920px;
  margin: 0 auto;
}

body .header .header-container {
  background-image: url("../img/header.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 1000px;
  position: relative;
}

body .header .header-container .logo-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -55px;
}
body .header .container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .header .container-btn a {
  text-decoration: none;
}
body .header .container-btn a .btn {
  background: #ed1c24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px;
  border-radius: 0;
}
body .header .container-btn a .btn p {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  margin: 0;
}
body .header .text-container {
  margin-top: 52px;
  text-align: center;
}

body .header .text-container .ferro-inteligente h4 {
  font-family: "Roboto";
  font-size: 60px;
  color: #757374;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
}

body .header .text-container .ferro-inteligente h4:before, body .header .text-container .ferro-inteligente h4:after {
  content: "";
  width: 130px;
  height: 50px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

body .header .text-container .ferro-inteligente h4:before {
  background-image: url("../img/logo-before.png");
  top: -20px;
  left: -30px;
}

body .header .text-container .ferro-inteligente h4::after {
  background-image: url("../img/logo-after.png");
  bottom: -40px;
  right: -60px;
}

body .header .text-container .smart-tech {
  margin-top: 15px;
  text-align: center;
}

body .header .text-container .smart-tech p {
  font-family: "Roboto";
  font-size: 33px;
  color: #757374;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

body .screen-smart {
  background-image: url("../img/screen-smart-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 100px;
}

body .screen-smart .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .screen-smart .inner-container .text-container {
  text-align: center;
  font-family: "Roboto";
  margin-left: 164px;
}

body .screen-smart .inner-container .text-container h4 {
  font-size: 51px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

body .screen-smart .inner-container .text-container p {
  color: #000;
  font-size: 30px;
  letter-spacing: -1px;
}

body .screen-smart .inner-container .text-container p strong {
  font-weight: 700;
}

body .roupas {
  margin-top: 50px;
}

body .roupas .content-wrapper {
  text-align: center;
  position: relative;
}

body .roupas .content-wrapper .text-wrapper {
  position: absolute;
  bottom: -170px;
  left: 0;
  right: 0;
}

body .roupas .content-wrapper .text-wrapper h4 {
  font-size: 46px;
  font-family: "Roboto";
  font-weight: 700;
  margin: 0;
  margin-top: -20px;
  text-transform: uppercase;
  color: #757374;
}

body .desc {
  background-image: url("../img/desc-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 280px;
  min-height: 850px;
  position: relative;
}

body .desc .text-wrapper {
  text-align: center;
  position: absolute;
  top: 53%;
  left: 346px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .desc .text-wrapper h4 {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 52px;
  color: #76c51a;
  margin: 0;
  margin-bottom: 45px;
  text-transform: uppercase;
}

body .desc .text-wrapper p {
  font-family: "Myriad Pro";
  font-size: 37px;
  color: #fff;
  margin: 0;
  margin-left: 18px;
  letter-spacing: -0.5px;
}

body .desc::before {
  content: "";
  width: 100%;
  height: 110px;
  display: block;
  background-image: url("../img/desc-before.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -101px;
  left: 0;
}

body .vantagens {
  padding-top: 100px;
  background-color: #fff;
}

body .vantagens .title-container {
  text-align: center;
}

body .vantagens .title-container h4 {
  font-family: "Roboto";
  font-size: 60px;
  color: #2e2e2e;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: -1px;
}
body .vantagens .container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .vantagens .container-btn a {
  text-decoration: none;
}
body .vantagens .container-btn a .btn {
  background: #ed1c24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px;
  border-radius: 0;
}
body .vantagens .container-btn a .btn p {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  margin: 0;
}
body .vantagens .title-container h4:before, body .vantagens .title-container h4:after {
  content: "";
  width: 109px;
  height: 25px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
}

body .vantagens .title-container h4:before {
  background-image: url("../img/logo-before.png");
  top: -50px;
  left: -57px;
}

body .vantagens .title-container h4::after {
  background-image: url("../img/logo-after.png");
  bottom: -40px;
  right: -30px;
}

body .vantagens .content-wrapper {
  margin-top: 140px;
}

body .vantagens .content-wrapper .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 688px;
      grid-template-rows: 688px;
}

body .vantagens .content-wrapper .row .text-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .vantagens .content-wrapper .row .text-container h5 {
  font-family: "Roboto";
  font-weight: 900;
  font-size: 551px;
  color: #d0d0d0;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .4;
  margin: 0;
}

body .vantagens .content-wrapper .row .text-container .text-wrapper {
  text-align: center;
  position: relative;
  font-family: "Roboto";
}

body .vantagens .content-wrapper .row .text-container .text-wrapper h4 {
  font-weight: 700;
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  color: #76c51a;
}

body .vantagens .content-wrapper .row .text-container .text-wrapper p {
  font-family: "Roboto Condensed";
  color: #767676;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  margin-top: 10px;
}

body .vantagens .content-wrapper .row .image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e8e8e8;
  position: relative;
}

body .vantagens .content-wrapper .row .image-container .ferro-1 {
  position: relative;
  top: -2.5rem;
  right: -8px;
}

body .vantagens .content-wrapper .row .image-container .ferro-2 {
  position: absolute;
  right: 0;
  top: -100px;
}

body .vantagens .content-wrapper .row .image-container .pingos {
  position: absolute;
  bottom: 40px;
}

body .vantagens .content-wrapper .row .image-container .ferro-3 {
  height: 970px;
  position: relative;
  left: 50px;
}

body .vantagens .content-footer {
  text-align: center;
  text-align: center;
  margin-top: 135px;
}

body .vantagens .content-footer p {
  font-family: "Roboto";
  font-size: 24px;
  color: #000;
}
body .vantagens .content-footer .container-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body .vantagens .content-footer .container-btn a {
  text-decoration: none;
}
body .vantagens .content-footer .container-btn a .btn {
  background: #ed1c24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 45px;
  border-radius: 0;
}
body .vantagens .content-footer .container-btn a .btn p {
  color: #FFF;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  margin: 0;
}
@media (min-width: 2559px) {
  body .desc::before {
    height: 140px;
    top: -131px;
  }
}

@media (max-width: 1441px) {
  body .screen-smart {
    background-size: 100% 500px;
  }
  body .desc .text-wrapper {
    left: 155px;
  }
  body .desc::before {
    height: 80px;
    top: -74px;
  }
  body .vantagens .content-footer {
    padding: 0 15px;
  }
}

@media (max-width: 1025px) {
  body .header .text-container .ferro-inteligente h4::before {
    left: 0px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    right: -25px;
  }
  body .screen-smart {
    background-size: 100% 500px;
  }
  body .screen-smart .inner-container {
    margin-left: 50px;
  }
  body .screen-smart .inner-container .text-container {
    margin-left: 0;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 40px;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 24px;
  }
  body .desc .text-wrapper {
    top: 50%;
    left: 45px;
  }
  body .desc .text-wrapper h4 {
    font-size: 46px;
  }
  body .desc .text-wrapper p {
    font-size: 32px;
  }
  body .desc::before {
    height: 60px;
    top: -56px;
  }
  body .vantagens .title-container {
    padding: 0 30px;
  }
  body .vantagens .title-container h4 {
    font-size: 42px;
  }
  body .vantagens .title-container h4::before {
    top: -40px;
    left: -50px;
  }
  body .vantagens .title-container h4::after {
    right: -50px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h4, body .vantagens .content-wrapper .row .text-container .text-wrapper p {
    font-size: 32px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h5 {
    font-size: 453px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-1 {
    top: -2.6rem;
  }
  body .vantagens .content-wrapper .row .image-container .tempo {
    width: 90%;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-2 {
    top: -40px;
  }
  body .vantagens .content-wrapper .row .image-container .pingos {
    bottom: 110px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-3 {
    height: 860px;
    left: 0;
  }
  body .vantagens .content-footer p {
    font-size: 18px;
  }
}

@media (max-width: 941px) {
  body {
    /* header */
    /* screen-smart */
    /* roupas */
    /* desc */
    /* vantagens */
  }
  body .header .header-container {
    background-size: 100%;
    min-height: 495px;
  }
  body .header .header-container .logo-wrapper {
    bottom: -25px;
  }
  body .header .header-container .logo-wrapper img {
    width: 229px;
  }
  body .header .text-container {
    margin-top: 25px;
  }
  body .header .text-container .ferro-inteligente h4 {
    font-size: 29px;
  }
  body .header .text-container .ferro-inteligente h4::before, body .header .text-container .ferro-inteligente h4::after {
    width: 64px;
    height: 15px;
  }
  body .header .text-container .ferro-inteligente h4::before {
    left: -20px;
    top: 0px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    bottom: -15px;
    right: -35px;
  }
  body .header .text-container .smart-tech {
    margin-top: 5px;
  }
  body .header .text-container .smart-tech img {
    width: 340px;
  }
  body .header .text-container .smart-tech p {
    font-size: 16px;
  }
  body .screen-smart {
    background-size: 100% 235px;
    margin-top: 50px;
  }
  body .screen-smart .inner-container .text-container {
    position: relative;
    right: -29px;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 25px;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 14px;
  }
  body .screen-smart .inner-container .image-container {
    width: 421px;
    position: relative;
    right: -55px;
  }
  body .roupas {
    margin-top: 20px;
  }
  body .roupas .content-wrapper .text-wrapper {
    bottom: -137px;
  }
  body .roupas .content-wrapper .text-wrapper img {
    width: 210px;
  }
  body .roupas .content-wrapper .text-wrapper h4 {
    font-size: 23px;
    margin-top: -10px;
  }
  body .desc {
    min-height: 422px;
    margin-top: 230px;
    background-size: 100% 100%;
  }
  body .desc .text-wrapper {
    left: 167px;
  }
  body .desc .text-wrapper h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  body .desc .text-wrapper p {
    font-size: 18px;
  }
  body .desc::before {
    height: 51px;
    top: -48px;
  }
  body .vantagens {
    padding-top: 50px;
  }
  body .vantagens .title-container h4 {
    font-size: 30px;
  }
  body .vantagens .title-container h4::before, body .vantagens .title-container h4::after {
    width: 53px;
    height: 12px;
  }
  body .vantagens .title-container h4::before {
    top: -20px;
    left: -20px;
  }
  body .vantagens .title-container h4::after {
    right: -25px;
    bottom: -20px;
  }
  body .vantagens .content-wrapper {
    margin-top: 100px;
  }
  body .vantagens .content-wrapper .row {
    -ms-grid-rows: 338px;
        grid-template-rows: 338px;
  }
  body .vantagens .content-wrapper .row .text-container h5 {
    font-size: 270px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h4 {
    font-size: 20px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper p {
    font-size: 23px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-1 {
    height: 419px;
  }
  body .vantagens .content-wrapper .row .image-container .tempo {
    width: 338px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-2 {
    width: 415px;
  }
  body .vantagens .content-wrapper .row .image-container .pingos {
    width: 190px;
    bottom: 20px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-3 {
    height: 494px;
    bottom: -20px;
  }
  body .vantagens .content-footer {
    margin-top: 95px;
  }
  body .vantagens .content-footer p {
    font-size: 11.75px;
  }
}

@media (max-width: 769px) {
  body .header .header-container {
    min-height: 400px;
  }
  body .header .text-container .ferro-inteligente h4 {
    font-size: 38px;
  }
  body .header .text-container .ferro-inteligente h4::before {
    left: 0px;
    top: -20px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    right: -20px;
    bottom: -20px;
  }
  body .screen-smart {
    background-size: 100% 285px;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 32px;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 20px;
  }
  body .screen-smart .inner-container .image-container img {
    width: 400px;
  }
  body .roupas .content-wrapper .text-wrapper img {
    width: 240px;
  }
  body .desc::before {
    height: 45px;
    top: -42px;
  }
  body .desc .text-wrapper {
    top: 40%;
    left: 45px;
  }
  body .vantagens .title-container h4::before {
    left: -25px;
    top: -20px;
  }
  body .vantagens .title-container h4::after {
    right: -20px;
  }
  body .vantagens .content-wrapper .row {
    -ms-grid-rows: 524px;
        grid-template-rows: 524px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper p, body .vantagens .content-wrapper .row .text-container .text-wrapper h4 {
    font-size: 24px;
  }
  body .vantagens .content-wrapper .row .text-container h5 {
    font-size: 440px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-1 {
    height: 607px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-2 {
    top: -55px;
  }
  body .vantagens .content-wrapper .row .image-container .pingos {
    width: 220px;
    bottom: 130px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-3 {
    height: 660px;
  }
}

@media (max-width: 641px) {
  body {
    /* header */
    /* screen-smart */
    /* roupas */
    /* desc */
    /* vantagens */
  }
  body .mobile {
    display: block;
  }
  body .desktop {
    display: none;
  }
  body .header .header-container {
    min-height: 460px;
    background-size: cover;
  }
  body .header .header-container .logo-wrapper {
    bottom: -12px;
  }
  body .header .header-container .logo-wrapper img {
    width: 210px;
  }
  body .header .text-container .ferro-inteligente h4 {
    font-size: 27px;
  }
  body .header .text-container .ferro-inteligente h4::before, body .header .text-container .ferro-inteligente h4::after {
    width: 45px;
  }
  body .header .text-container .ferro-inteligente h4::before {
    left: -10px;
    top: -9px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    right: -19px;
  }
  body .header .text-container .smart-tech img {
    width: 370px;
  }
  body .header .text-container .smart-tech p {
    font-size: 18px;
  }
  body .screen-smart {
    background-size: 100% 265px;
  }
  body .screen-smart .inner-container {
    margin-left: 0;
  }
  body .screen-smart .inner-container .text-container {
    margin-left: 0;
    right: 8px;
    position: relative;
    width: 50%;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 25px;
  }
  body .screen-smart .inner-container .image-container {
    right: 40px;
    width: 50%;
  }
  body .screen-smart .inner-container .image-container img {
    height: 430px;
    width: auto;
    max-width: none;
  }
  body .roupas {
    margin-top: 50px;
  }
  body .roupas .content-wrapper img.img-roupas {
    width: 850px;
    max-width: none;
    margin-left: -120px;
  }
  body .roupas .content-wrapper .text-wrapper {
    bottom: -120px;
  }
  body .roupas .content-wrapper .text-wrapper img {
    width: 195px;
  }
  body .roupas .content-wrapper .text-wrapper h4 {
    font-size: 27px;
  }
  body .desc {
    margin-top: 190px;
    min-height: 455px;
    background-size: 140% 100%;
  }
  body .desc .text-wrapper {
    left: 13px;
    top: 58%;
  }
  body .desc .text-wrapper h4 {
    font-size: 29px;
  }
  body .desc .text-wrapper p {
    font-size: 18px;
    margin-left: -14px;
  }
  body .desc::before {
    height: 42px;
    top: -39px;
  }
  body .vantagens {
    padding-top: 50px;
  }
  body .vantagens .title-container h4 {
    font-size: 29px;
    letter-spacing: 0;
  }
  body .vantagens .title-container h4::before, body .vantagens .title-container h4::after {
    width: 47px;
    height: 14px;
  }
  body .vantagens .title-container h4::before {
    left: -19px;
    top: -20px;
  }
  body .vantagens .title-container h4::after {
    right: -11px;
    bottom: -10px;
  }
  body .vantagens .content-wrapper {
    margin-top: 100px;
  }
  body .vantagens .content-wrapper .row {
    -ms-grid-rows: 479px 479px;
        grid-template-rows: 479px 479px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  body .vantagens .content-wrapper .row .text-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body .vantagens .content-wrapper .row .text-container h5 {
    font-size: 350px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h4 {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.2px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper p {
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.2px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-1 {
    height: 563px;
  }
  body .vantagens .content-wrapper .row .image-container .tempo {
    width: 530px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-2 {
    width: 585px;
    top: -82px;
  }
  body .vantagens .content-wrapper .row .image-container .pingos {
    width: 282px;
    bottom: 30px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-3 {
    height: 690px;
    bottom: -10px;
  }
  body .vantagens .content-footer {
    margin-top: -60px;
    padding: 0;
  }
  body .vantagens .content-footer p {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
  body .vantagens .content-footer p br.mobile {
    display: none;
  }
}

@media (max-width: 426px) {
  body {
    /* header */
    /* screen-smart */
    /* roupas */
    /* desc */
    /* vantagens */
  }
  body .header .header-container {
    min-height: 224px;
    background-size: contain;
  }
  body .header .header-container .logo-wrapper {
    bottom: -18px;
  }
  body .header .header-container .logo-wrapper img {
    width: 120px;
  }
  body .header .text-container .ferro-inteligente h4 {
    font-size: 22px;
  }
  body .header .text-container .ferro-inteligente h4::before {
    left: 0px;
  }
  body .screen-smart {
    background-size: 100% 205px;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 20px;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 13px;
  }
  body .screen-smart .inner-container .image-container {
    right: 30px;
  }
  body .screen-smart .inner-container .image-container img {
    height: 310px;
  }
  body .roupas .content-wrapper img.img-roupas {
    width: 640px;
    margin-left: -100px;
  }
  body .roupas .content-wrapper .text-wrapper {
    bottom: -115px;
  }
  body .roupas .content-wrapper .text-wrapper img {
    width: 168px;
  }
  body .roupas .content-wrapper .text-wrapper h4 {
    font-size: 20px;
  }
  body .desc {
    min-height: 305px;
    background-size: cover;
  }
  body .desc::before {
    height: 27px;
    top: -25px;
  }
  body .desc .text-wrapper {
    top: 48%;
  }
  body .desc .text-wrapper h4 {
    font-size: 23px;
  }
  body .desc .text-wrapper p {
    font-size: 15px;
  }
  body .vantagens .content-wrapper .row .image-container .tempo {
    width: 310px;
  }
  body .vantagens .content-wrapper .row .image-container .ferro-2 {
    top: -62px;
  }
  body .vantagens .content-wrapper .row .image-container .pingos {
    bottom: 60px;
  }
  body .vantagens .content-footer p {
    font-size: 9px;
  }
}

@media (max-width: 376px) {
  body {
    /* header */
    /* screen-smart */
    /* roupas */
    /* desc */
    /* vantagens */
  }
  body .header .header-container {
    min-height: 198px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    right: -13px;
  }
  body .header .text-container .smart-tech img {
    width: 270px;
  }
  body .header .text-container .smart-tech p {
    font-size: 15px;
  }
  body .screen-smart .inner-container .text-container {
    right: 0;
  }
  body .screen-smart .inner-container .image-container {
    right: 10px;
  }
  body .screen-smart .inner-container .image-container img {
    height: 250px;
  }
  body .roupas .content-wrapper img.img-roupas {
    width: 470px;
    margin-left: -40px;
  }
  body .roupas .content-wrapper .text-wrapper {
    bottom: -85px;
  }
  body .roupas .content-wrapper .text-wrapper h4 {
    font-size: 14px;
  }
  body .roupas .content-wrapper .text-wrapper img {
    width: 138px;
  }
  body .desc {
    margin-top: 160px;
  }
  body .desc::before {
    height: 23px;
    top: -21px;
  }
  body .desc .text-wrapper {
    top: 39%;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h4, body .vantagens .content-wrapper .row .text-container .text-wrapper p {
    font-size: 28px;
  }
}

@media (max-width: 321px) {
  body .header .header-container {
    min-height: 169px;
  }
  body .header .text-container .ferro-inteligente h4::before {
    left: 20px;
    top: -20px;
  }
  body .header .text-container .ferro-inteligente h4::after {
    right: 20px;
  }
  body .screen-smart .inner-container .text-container {
    right: -10px;
  }
  body .screen-smart .inner-container .text-container h4 {
    font-size: 15px;
  }
  body .screen-smart .inner-container .text-container p {
    font-size: 12px;
  }
  body .screen-smart .inner-container .image-container {
    right: -10px;
  }
  body .screen-smart .inner-container .image-container img {
    height: 200px;
  }
  body .roupas .content-wrapper img.img-roupas {
    width: 410px;
  }
  body .vantagens .title-container h4 {
    font-size: 22px;
  }
  body .vantagens .content-wrapper .row .text-container .text-wrapper h4, body .vantagens .content-wrapper .row .text-container .text-wrapper p {
    font-size: 23px;
  }
  body .vantagens .content-wrapper .row .image.container .ferro-2 {
    top: -15px;
  }
  body .vantagens .content-wrapper .row .image.container .ferro-3 {
    height: 570px;
  }
}
/*# sourceMappingURL=main.css.map */