.body {
  background-color: #494949;
  font-family: Lato, sans-serif;
  letter-spacing: 1px;
}

.hero-section {
  position: relative;
  height: 100vh;
  max-height: 1200px;
  min-height: 650px;
  background-image: url('../images/image-hero-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.nav-bar {
  position: fixed;
  z-index: 100;
  display: inline-block;
  overflow: hidden;
  width: 70px;
  height: 100vh;
  background-color: #494949;
  box-shadow: 0 0 29px 5px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-bar:hover {
  width: 400px;
}

.father-icon-menu {
  display: block;
  height: 65px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 25px;
  padding-right: 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.icon-menu {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  float: right;
  background-image: url('../images/menu-icon.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.father-list-menu {
  width: 380px;
  margin-top: 20px;
  float: right;
}

.list-menu-item {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 300;
  text-align: right;
}

.list-menu-item:hover {
  padding-right: 30px;
  border-right: 4px solid #05a000;
}

.list-menu-item.cta-menu-item:hover {
  padding-right: 15px;
  border-right-width: 0px;
  border-right-color: transparent;
  border-bottom-style: none;
}

.icon-section-menu {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.text-item-menu {
  width: 80%;
  margin-top: 5px;
  float: left;
  font-size: 18px;
}

.cta-menu {
  display: inline-block;
  width: 200px;
  margin-right: 40px;
  padding: 10px 60px;
  background-color: #05a000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 15px;
}

.cta-menu:hover {
  background-color: #4de748;
}

.father-logo-hero {
  position: relative;
  display: block;
  width: 85%;
  height: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.logo-hero {
  position: absolute;
  left: 50%;
  width: 300px;
  height: 100%;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: 230px;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.language-select {
  width: 35px;
  height: 35px;
  margin-top: 15px;
  margin-right: 10px;
  padding-top: 6px;
  float: right;
  border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.language-select:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.father-columns-h1-hero {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h1-column {
  width: 50%;
  float: left;
  text-align: right;
}

.h1-hero {
  display: inline-block;
  color: #fff;
  font-size: 60px;
  text-align: right;
}

.complement-h1-heo {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.arrow-hero {
  margin-top: 10px;
}

.text-hero {
  padding-top: 30px;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.cta-hero {
  width: 96%;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #05a000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 18px;
  text-align: center;
}

.cta-hero:hover {
  background-color: #51dd4c;
}

.section-vantagens {
  position: relative;
  height: 70vh;
  max-height: 1000px;
  min-height: 700px;
  background-image: -webkit-linear-gradient(176deg, #9ca0ab, #cacbcf);
  background-image: linear-gradient(274deg, #9ca0ab, #cacbcf);
}

.link-father-item-menu {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.conteiner-defaut {
  position: relative;
  display: block;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.father-h2-section-vantagens {
  position: absolute;
  width: 41%;
  margin-top: 40px;
  margin-left: 70px;
  text-align: right;
}

.h2-gray {
  display: inline-block;
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #494949;
  font-size: 28px;
}

.strong-barra-h2 {
  position: relative;
  z-index: 10;
  color: #05a000;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: -10px;
}

.strong-barra-h2.white-strong {
  color: #fff;
  font-weight: 600;
}

.strong-h2-green {
  color: #05a000;
}

.father-croped-image-vantagens {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60%;
  height: 80%;
  margin-left: 70px;
  background-image: url('../images/image-section-vantagens-crop.png');
  background-position: 0px 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.father-columns-section-vantagens {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 50px;
}

.column-section-vantagens {
  overflow: hidden;
  height: 170px;
  margin-bottom: 20px;
  padding-top: 15px;
  background-color: #05a000;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
}

.numbers-column-section-vantagens {
  display: block;
  width: 10%;
  height: 90%;
  padding-top: 15px;
  padding-left: 5px;
  float: left;
  border-right: 2px solid #fff;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.title-column-section-vantagens {
  width: 88%;
  margin-bottom: 5px;
  padding-left: 10px;
  float: right;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.text-block {
  width: 88%;
  padding-right: 20px;
  padding-left: 10px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.section-o-que-e {
  position: relative;
  background-color: #494949;
}

.father-image-section-o-que-e {
  position: absolute;
  width: 50%;
  height: 100%;
  background-image: url('../images/image-section-o-que-e.svg');
  background-position: 100% 50%;
  background-size: cover;
}

.column-section-o-que-e {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
}

.column-section-o-que-e.column-2 {
  border-left: 2px solid #fff;
}

.h2-section-o-que-e {
  margin-top: -10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: right;
}

.h3-section-o-que-e {
  width: 60%;
  margin-top: 10px;
  float: right;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: right;
}

.text-section-o-que-e {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.section-nossas-solucoes {
  padding-left: 70px;
  background-image: url('../images/sdftyui9oi.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.h2-section-solucoes {
  display: block;
  width: 650px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}

.columns-section-solucoes {
  width: 33%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
}

.card-section-solucoes {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 7px -1px rgba(0, 0, 0, .2);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.card-section-solucoes.no-colapse {
  cursor: default;
}

.icon-card-section-solucoes {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
}

.title-card-section-solucoes {
  display: inline-block;
  width: 74%;
  margin-top: 12px;
  float: right;
  color: #818181;
  font-size: 18px;
}

.title-card-section-solucoes.triple-line {
  margin-top: 0px;
}

.title-card-section-solucoes.single-line {
  margin-top: 20px;
}

.father-lint-card {
  display: block;
  margin-top: 80px;
  margin-bottom: 30px;
  clear: both;
  color: #05a000;
  font-size: 16px;
}

.item-list-card-section-solucoes {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #05a000;
}

.triangle-card-section-solucoes {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-image: url('../images/triangle-is-my-favorite-shape.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.plus-triangle {
  margin-top: 14px;
  margin-right: 4px;
  color: #fff;
  font-size: 20px;
  text-align: right;
}

.section-monitoramento {
  position: relative;
  background-image: url('../images/background-monitoramento.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.column-section-monitoramento {
  width: 60%;
  height: 100%;
  margin-left: 15px;
  text-align: right;
}

.h2-section-monitoramento {
  width: 50%;
  margin-top: 0px;
  float: right;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.text-section-monitoramento {
  width: 60%;
  margin-bottom: 40px;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.box-section-monitoramento {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 93%;
  height: 60%;
  background-color: hsla(0, 0%, 100%, .1);
}

.sub-column-monitoramento {
  width: 46%;
  padding-top: 50px;
  float: right;
}

.item-list-monitoramento {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-list-section-monitoramento {
  width: 80px;
  height: 80px;
}

.text-item-list-section-monitoramento {
  width: 70%;
  margin-top: 10px;
  padding-left: 20px;
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-item-list-section-monitoramento.couple-line {
  margin-top: 20px;
}

.father-image-section-monitoramento {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40%;
  height: 107%;
  min-height: 700px;
  margin-top: -47px;
  background-image: url('../images/Isometric-Perspective-Mock-Up-1.png');
  background-position: 0px 0px;
  background-size: 130%;
  background-repeat: no-repeat;
}

.section-nosso-profissionais {
  background-image: url('../images/image-secion-nossos-profissionais-1.jpg');
  background-position: 0px 95%;
  background-size: cover;
  background-repeat: no-repeat;
}

.father-text-nosso-profissionais {
  width: 55%;
  margin-left: 15%;
  padding: 30px;
  background-color: rgba(73, 73, 73, .9);
}

.h2-section-nossos-profissionais {
  margin-top: 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.text-section-nosso-profissionais {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.section-na-midia {
  position: relative;
  background-color: #05a000;
}

.column-section-na-midia {
  width: 40%;
  height: 100%;
  float: left;
  text-align: right;
}

.slider {
  width: 58%;
  height: 200px;
  float: right;
  clear: none;
  background-color: transparent;
}

.icon {
  font-size: 25px;
}

.right-arrow {
  top: 80px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100px;
}

.left-arrow {
  left: 600px;
  top: 80px;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 100px;
}

.slide-nav {
  display: none;
}

.aspas {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}

.text-midia {
  width: 85%;
  float: right;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.sectiom-contato {
  background-image: url('../images/Group-300-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.column-section-contato {
  width: 50%;
  height: 100%;
  padding-left: 50px;
  float: left;
}

.column-section-contato.colum-contato-1 {
  border-left: 2px solid #fff;
}

.logo-section-contato {
  margin-bottom: 40px;
  margin-left: 40px;
}

.text-contato {
  margin-top: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-contato.strong-text-contato {
  margin-left: 40px;
}

.h2-form-contato {
  margin-bottom: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
}

.field-form {
  margin-top: 20px;
  margin-bottom: 40px;
  border-style: none;
}

.form {
  width: 70%;
}

.send-buttomform {
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #05a000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 18px;
}

.send-buttomform:hover {
  background-color: #35c930;
}

.footer {
  height: 80px;
  background-color: #000;
}

.text-footer {
  padding-top: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.link-politicas-de-provacidade-footer {
  color: #fff;
 display: none;
}

.box-section-midia {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 56%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .2);
}

.slide {
  padding-left: 20px;
}

.strong-hero {
  position: relative;
  z-index: 20;
  color: #05a000;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -22px;
}

.father-languege-icons {
  float: right;
}

.bold-text {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

html.w-mod-js *[data-ix="colapse-card"] {
  height: 100px;
}

@media (max-width: 991px) {
  .hero-section {
    height: 800px;
    max-height: auto;
    min-height: auto;
  }
  .nav-bar {
    display: none;
  }
  .father-logo-hero {
    width: 100%;
  }
  .father-columns-h1-hero {
    position: static;
    width: 100%;
    margin-top: 150px;
    padding-right: 100px;
    padding-left: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .h1-column {
    width: 100%;
    text-align: center;
  }
  .arrow-hero {
    display: none;
  }
  .text-hero {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-top: 10px;
    font-weight: 300;
    text-align: center;
  }
  .cta-hero {
    width: 50%;
  }
  .section-vantagens {
    height: auto;
    max-height: auto;
    min-height: auto;
  }
  .conteiner-defaut {
    overflow: hidden;
    padding-right: 50px;
    padding-left: 50px;
  }
  .father-h2-section-vantagens {
    position: static;
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .father-croped-image-vantagens {
    display: none;
  }
  .father-columns-section-vantagens {
    position: static;
    width: 100%;
    height: auto;
    padding: 0px 100px;
  }
  .column-section-vantagens {
    height: auto;
  }
  .text-block {
    margin-bottom: 20px;
    font-weight: 300;
  }
  .column-section-o-que-e {
    width: 100%;
    text-align: center;
  }
  .column-section-o-que-e.column-2 {
    border-left-style: none;
  }
  .h2-section-o-que-e {
    text-align: center;
  }
  .h3-section-o-que-e {
    width: auto;
    float: none;
    font-weight: 300;
    text-align: center;
  }
  .text-section-o-que-e {
    font-weight: 300;
  }
  .section-nossas-solucoes {
    padding-left: 0px;
  }
  .columns-section-solucoes {
    width: 100%;
    padding-right: 0px;
  }
  .title-card-section-solucoes {
    width: 84%;
  }
  .column-section-monitoramento {
    width: 100%;
    margin-left: 0px;
  }
  .h2-section-monitoramento {
    width: 100%;
    text-align: center;
  }
  .text-section-monitoramento {
    width: 100%;
    margin-bottom: 20px;
    font-weight: 300;
    text-align: center;
  }
  .box-section-monitoramento {
    display: none;
  }
  .sub-column-monitoramento {
    width: 50%;
  }
  .father-list-monitoramento {
    padding-left: 0px;
  }
  .item-list-monitoramento {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .text-item-list-section-monitoramento {
    width: 100%;
  }
  .text-item-list-section-monitoramento.couple-line {
    font-weight: 300;
  }
  .father-image-section-monitoramento {
    display: none;
  }
  .father-text-nosso-profissionais {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-section-nosso-profissionais {
    font-weight: 300;
  }
  .column-section-na-midia {
    width: 100%;
  }
  .slider {
    width: auto;
    height: auto;
  }
  .right-arrow {
    top: 0px;
    height: auto;
  }
  .left-arrow {
    left: 0px;
    top: 0px;
    height: auto;
    margin-left: 0px;
  }
  .aspas {
    position: fixed;
    margin-left: 15px;
    opacity: 0.25;
  }
  .text-midia {
    margin-right: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 300;
  }
  .column-section-contato {
    width: 100%;
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .column-section-contato.colum-contato-1 {
    border-left-style: none;
  }
  .logo-section-contato {
    margin-bottom: 15px;
  }
  .text-contato.strong-text-contato {
    margin-top: 15px;
    margin-left: 0px;
    font-weight: 300;
  }
  .h2-form-contato {
    text-align: center;
  }
  .form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .box-section-midia {
    display: none;
  }
  .slide {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .father-columns-h1-hero {
    padding-right: 80px;
    padding-left: 80px;
  }
  .h1-hero {
    font-size: 30px;
  }
  .cta-hero {
    width: 80%;
  }
  .section-vantagens {
    min-height: 900px;
  }
  .conteiner-defaut {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h2-gray {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .strong-barra-h2 {
    font-size: 40px;
  }
  .father-columns-section-vantagens {
    padding-right: 0px;
    padding-left: 20px;
  }
  .h2-section-o-que-e {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .h2-section-solucoes {
    width: auto;
  }
  .icon-card-section-solucoes {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
  .title-card-section-solucoes {
    width: 80%;
  }
  .column-section-monitoramento {
    padding-left: 0px;
  }
  .h2-section-monitoramento {
    float: none;
    font-size: 25px;
  }
  .sub-column-monitoramento {
    width: 100%;
  }
  .text-item-list-section-monitoramento {
    padding-right: 80px;
    padding-left: 80px;
  }
  .aspas {
    width: 40px;
    height: 40px;
  }
  .text-midia {
    margin-right: 0px;
  }
  .column-section-contato {
    margin-left: 0px;
  }
  .column-section-contato.colum-contato-1 {
    border-left-style: none;
  }
  .strong-hero {
    font-size: 60px;
    letter-spacing: -15px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    display: block;
    height: 650px;
    text-align: center;
  }
  .father-logo-hero {
    height: 95px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-hero {
    position: static;
    left: 0%;
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: 10px;
    float: left;
    background-size: contain;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .language-select {
    margin-top: 10px;
    margin-bottom: 10px;
    float: none;
  }
  .father-columns-h1-hero {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .h1-hero {
    margin-top: 0px;
  }
  .text-hero {
    padding-left: 0px;
  }
  .cta-hero {
    margin-left: 0px;
  }
  .section-vantagens {
    min-height: 1150px;
  }
  .conteiner-defaut {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h2-gray {
    width: auto;
  }
  .strong-barra-h2 {
    font-size: 35px;
    letter-spacing: -5px;
  }
  .father-columns-section-vantagens {
    padding-left: 0px;
  }
  .numbers-column-section-vantagens {
    width: 100%;
    margin-bottom: 10px;
    border-right-style: none;
  }
  .title-column-section-vantagens {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
  }
  .text-block {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 20px;
    text-align: center;
  }
  .column-section-o-que-e {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h2-section-o-que-e {
    font-size: 20px;
  }
  .text-section-o-que-e {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h2-section-solucoes {
    font-size: 20px;
    line-height: 25px;
  }
  .columns-section-solucoes {
    padding-left: 0px;
  }
  .card-section-solucoes {
    padding-right: 10px;
    padding-left: 15px;
  }
  .icon-card-section-solucoes {
    margin-right: 10px;
  }
  .title-card-section-solucoes {
    width: 80%;
    font-size: 16px;
  }
  .h2-section-monitoramento {
    font-size: 20px;
    line-height: 25px;
  }
  .text-section-monitoramento {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-column-monitoramento {
    padding-top: 0px;
  }
  .text-item-list-section-monitoramento {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 300;
  }
  .text-item-list-section-monitoramento.couple-line {
    padding-right: 10px;
    padding-left: 10px;
  }
  .father-text-nosso-profissionais {
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .h2-section-nossos-profissionais {
    font-size: 20px;
    line-height: 25px;
  }
  .right-arrow {
    width: 20px;
    border-style: none;
  }
  .left-arrow {
    width: 20px;
    border-style: none;
  }
  .aspas {
    margin-left: 45px;
  }
  .text-midia {
    position: relative;
    left: 29px;
    padding-right: 2px;
    padding-left: 2px;
    float: none;
    text-align: center;
  }
  .logo-section-contato {
    width: 200px;
    margin-left: 0px;
  }
  .h2-form-contato {
    font-size: 20px;
  }
  .form {
    width: 90%;
  }
  .text-footer {
    padding-right: 65px;
    padding-left: 65px;
  }
  .slide {
    padding-right: 0px;
    padding-left: 0px;
  }
  .father-languege-icons {
    width: 100px;
    margin-top: 20px;
    float: right;
  }
}