:root {
  --light-sea-green: #28b7ba;
  --black-2: #333;
  --dark-slate-grey: #404143;
  --white: white;
  --black: black;
}

.body {
  background-color: #ececec;
}

.menu {
  z-index: 3;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-logo {
  z-index: 2;
  width: 240px;
  margin-left: 40px;
  margin-right: 20px;
  position: relative;
}

.menu-logo._2 {
  align-items: center;
  display: flex;
}

.menu-links {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.menu-link {
  color: var(--black-2);
  text-align: center;
  border-bottom: 5px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 13px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .3s;
}

.menu-link:hover {
  border-bottom-color: var(--dark-slate-grey);
}

.menu-link.w--current {
  border-bottom-color: #1dacaf;
}

.menu-link-associado {
  background-color: var(--light-sea-green);
  color: var(--white);
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 16px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.menu-link-associado:hover {
  background-color: var(--black-2);
  color: var(--light-sea-green);
}

.menu-logo-branco {
  opacity: 0;
  position: absolute;
}

.menu-logo-branco._2 {
  opacity: 1;
  position: relative;
}

.slider {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 60px;
}

.pg-geral {
  z-index: 2;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pg-home {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-slide-1 {
  background-image: linear-gradient(#fff, #ffffff2b 17%, #fff0 41%), url('../images/GTL-Seguros-Home-Img01.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.mask {
  width: 100%;
  height: 100%;
}

.home-slide-centro {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.menu-cor-verde {
  z-index: 1;
  background-color: var(--light-sea-green);
  width: 100%;
  height: 90px;
  position: absolute;
}

.link {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s, background-color .2s;
}

.div-block-2 {
  background-color: var(--light-sea-green);
  flex-direction: column;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.div-block-2._2 {
  z-index: 2;
  position: relative;
}

.menu-btn {
  display: none;
}

.menu-principal {
  display: flex;
}

.menu-btn-fecha {
  display: none;
}

.pg-quem-somos {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  display: flex;
}

.pg-seguradoras {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.seguradora-logos {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.seguradoras-img {
  margin: 20px 35px;
}

.titulo {
  z-index: 3;
  color: var(--dark-slate-grey);
  margin-top: 26px;
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.titulo._2 {
  margin-bottom: 32px;
}

.pg-contato {
  background-color: var(--light-sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.pg-footer {
  background-color: #383c40;
  background-image: url('../images/GTL-Seguros-Footer-Fundo.png');
  background-position: 50% 267px;
  background-repeat: repeat-x;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.subtitulo {
  color: var(--dark-slate-grey);
  margin-bottom: 100px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.subtitulo.branco {
  color: var(--white);
  margin-bottom: 20px;
}

.pg-seguros {
  background-color: #ececec;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pg-seguros-corpo {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 300px;
  display: flex;
}

.seguros-menu {
  justify-content: space-between;
  align-items: flex-start;
  width: 630px;
  display: flex;
}

.seguros-menu-linhas {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.seguros-link-titulo {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.seguros-link {
  background-color: var(--light-sea-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.seguros-link-img {
  background-color: var(--dark-slate-grey);
  border-radius: 9px;
  height: 130px;
  padding: 21px;
}

.seguro-info {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20vh;
  display: flex;
}

.seguro-info-voce {
  z-index: 2;
  background-color: #28b7bacc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 520px;
  margin-top: 71px;
  margin-left: -40px;
  padding: 32px 60px;
  display: flex;
  position: relative;
}

.seguros-link-seguros {
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.seguros-titulo {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.seguro-box-divide {
  flex-flow: column wrap;
  align-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  display: flex;
}

.seguro-slider {
  z-index: 1;
  width: 500px;
  height: 300px;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.seguro-info-empresa {
  z-index: 2;
  background-color: #28b7bab3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 710px;
  margin-top: 71px;
  margin-right: -60px;
  padding: 32px 51px;
  display: flex;
  position: relative;
}

.seguros-principal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.img-fundo {
  width: 100%;
  height: 100vh;
}

.home-slide-2 {
  background-image: linear-gradient(#fff, #ffffff2b 17%, #fff0 41%), url('../images/GTL-Seguros-Home-Img02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.home-slide-3 {
  background-image: linear-gradient(#fff, #ffffff2b 17%, #fff0 41%), url('../images/GTL-Seguros-Home-Img03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.home-slide-01 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600%;
  max-width: 1200px;
  display: flex;
}

.home-slide-01-textos {
  width: 500px;
}

.home-subtitulo {
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.home-titulo {
  color: #20a5a8;
  font-family: Exo, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 53px;
}

.home-slide-02 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 600%;
  max-width: 1200px;
  display: flex;
}

.home-slide-02-textos {
  text-align: right;
  width: 680px;
}

.home-slide-03 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600%;
  max-width: 1200px;
  display: flex;
}

.home-slide-03-textos {
  text-align: left;
  width: 710px;
}

.quem-somos-textos {
  width: 40%;
  margin-right: -32px;
}

.quem-somos-img {
  width: 60%;
  padding-left: 30px;
}

.quem-somossubtitulo {
  color: var(--dark-slate-grey);
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph {
  font-family: Open Sans, sans-serif;
}

.texto {
  margin-bottom: 28px;
  font-family: Open Sans, sans-serif;
}

.footer-conteudo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-titulo {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 26px;
}

.footer-texto {
  color: var(--white);
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.footer-produzido {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 192px;
  margin-top: 286px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.contato-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.contato-titulo {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.contato-textos {
  width: 400px;
}

.contato-colunas {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 66px;
  display: flex;
}

.form {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 70px 50px;
  display: flex;
}

.form-box {
  flex-direction: column;
  width: 100%;
  margin-top: 46px;
  display: flex;
}

.form-linhas {
  align-items: center;
  display: flex;
}

.form-texto {
  width: 130px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.submit-button {
  background-color: var(--light-sea-green);
  margin-left: 107px;
}

.form-envia {
  background-color: var(--light-sea-green);
  margin-left: 107px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.seguro-slider-2 {
  z-index: 1;
  width: 500px;
  height: 300px;
}

.menu-home {
  color: var(--black-2);
  text-align: center;
  border-bottom: 5px solid #0000;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 13px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .3s;
}

.menu-home:hover {
  border-bottom-color: var(--dark-slate-grey);
}

.menu-home.w--current {
  border-bottom-color: #0000;
}

.link-2 {
  color: var(--black-2);
  font-weight: 600;
  text-decoration: none;
}

.rs-colunas {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6px;
  display: flex;
}

.rs-coluna {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 18px;
  display: flex;
}

.mensagem {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.envio-box {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 500px;
  max-width: 500px;
  padding: 60px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.envio-img {
  margin-bottom: 17px;
  position: relative;
}

.envio-img._2 {
  z-index: 2;
  position: absolute;
}

.text-block-2 {
  color: var(--black-2);
}

.envia-btn {
  background-color: var(--light-sea-green);
  color: #fff;
  margin-top: 25px;
  padding: 10px 30px;
  text-decoration: none;
  transition: color .5s, background-color .5s;
  display: inline-block;
  box-shadow: 2px 2px 5px -2px #0000004d;
}

.envia-btn:hover {
  background-color: #85b12b;
}

.envio-img-ok {
  z-index: 2;
  margin-bottom: 17px;
  position: absolute;
}

.envio-img-ok._2 {
  z-index: 2;
  position: absolute;
}

.link-copy {
  background-color: var(--white);
  color: var(--light-sea-green);
  margin-left: 0;
  margin-right: 0;
  transition: background-color .2s, background-color .2s;
}

@media screen and (max-width: 991px) {
  .menu {
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
  }

  .menu-logo {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .menu-links {
    z-index: 10;
    background-color: var(--light-sea-green);
    transform-origin: 50% 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    overflow: hidden;
  }

  .menu-link {
    border-bottom-width: 0;
  }

  .menu-logo-cor {
    display: inline-block;
  }

  .menu-logo-branco {
    opacity: 1;
  }

  .pg-home {
    overflow: hidden;
  }

  .home-slide-centro {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-cor-verde {
    height: 80px;
  }

  .link {
    background-color: var(--white);
    color: var(--light-sea-green);
  }

  .div-block-2 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .div-block-2._2 {
    margin-right: 36px;
  }

  .menu-btn {
    z-index: 2;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-btn-barra-1 {
    background-color: var(--white);
    border-radius: 25px;
    width: 30px;
    height: 6px;
    line-height: 4px;
  }

  .menu-principal {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .menu-btn-barra-2 {
    background-color: var(--white);
    border-radius: 25px;
    width: 30px;
    height: 6px;
    line-height: 4px;
  }

  .menu-btn-fecha {
    z-index: 3;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .pg-quem-somos {
    flex-direction: column-reverse;
    height: auto;
    padding: 100px 60px;
  }

  .pg-seguradoras {
    padding-top: 130px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .titulo {
    line-height: 35px;
  }

  .pg-contato {
    justify-content: flex-start;
    height: auto;
    padding-top: 130px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pg-seguros {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pg-seguros-corpo {
    margin-top: 130px;
  }

  .seguros-menu {
    justify-content: space-around;
    width: 100%;
  }

  .seguro-info {
    flex-direction: column;
    align-items: center;
    padding-top: 220px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .seguro-info._2 {
    flex-direction: column-reverse;
    padding-top: 173px;
  }

  .seguro-info-voce {
    align-items: center;
    width: 500px;
    height: auto;
    margin-top: 50px;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .seguro-box-divide {
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
  }

  .seguro-slider {
    justify-content: flex-end;
    align-items: center;
    width: 500px;
    height: auto;
  }

  .seguro-info-empresa {
    width: 500px;
    height: auto;
    margin-top: 51px;
    margin-right: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .seguros-principal {
    height: auto;
  }

  .home-slide-01 {
    align-items: flex-start;
    width: auto;
  }

  .home-slide-01-textos, .home-slide-02, .home-slide-02-textos, .home-slide-03, .home-slide-03-textos {
    width: auto;
  }

  .quem-somos-textos {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }

  .quem-somos-img {
    padding-left: 0;
  }

  .contato-textos {
    width: 100%;
  }

  .contato-colunas {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .form {
    width: 100%;
    margin-top: 24px;
  }

  .seguro-slider-2 {
    justify-content: flex-end;
    align-items: center;
    width: 500px;
    height: auto;
  }

  .menu-home {
    border-bottom-width: 0;
  }

  .mensagem {
    z-index: 1;
    position: relative;
  }

  .link-copy {
    background-color: var(--white);
    color: var(--light-sea-green);
  }
}

@media screen and (max-width: 767px) {
  .menu-logo {
    width: 210px;
    height: 70px;
  }

  .menu-links {
    margin-top: 70px;
  }

  .menu-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-cor-verde {
    height: 70px;
  }

  .menu-btn {
    margin-top: 10px;
    margin-right: 20px;
  }

  .menu-btn-barra-1, .menu-btn-barra-2 {
    position: relative;
  }

  .menu-btn-fecha {
    z-index: 3;
    margin-right: 20px;
    display: none;
  }

  .pg-quem-somos {
    padding: 130px 40px;
  }

  .pg-seguradoras {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pg-contato {
    text-align: center;
    padding-left: 39px;
    padding-right: 39px;
  }

  .pg-footer {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subtitulo {
    text-align: center;
  }

  .pg-seguros {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pg-seguros-corpo {
    padding-bottom: 150px;
  }

  .seguros-link-titulo {
    line-height: 26px;
  }

  .seguro-info {
    padding-top: 180px;
    padding-left: 0;
    padding-right: 0;
  }

  .seguro-info-voce {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .seguros-link-seguros {
    margin-bottom: 14px;
  }

  .seguros-titulo {
    line-height: 29px;
  }

  .seguro-slider {
    width: auto;
    max-width: 500px;
  }

  .seguro-info-empresa {
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-slide-3 {
    background-image: linear-gradient(#ffffff7d, #ffffff7d), linear-gradient(#fff, #ffffff2b 17%, #fff0 41%), url('../images/GTL-Seguros-Home-Img03.jpg');
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
  }

  .home-titulo {
    font-size: 40px;
    line-height: 50px;
  }

  .quem-somos-textos {
    margin-right: 0;
  }

  .contato-info {
    justify-content: flex-start;
    align-items: center;
  }

  .contato-colunas {
    margin-top: 20px;
  }

  .form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-linhas {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .form-envia {
    margin-left: 0;
  }

  .seguro-slider-2 {
    width: auto;
    max-width: 500px;
  }

  .menu-home {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rs-colunas {
    justify-content: center;
    margin-bottom: 21px;
  }

  .rs-coluna {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .menu._2 {
    align-items: center;
    height: 70px;
  }

  .menu-logo {
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 70px;
    margin-left: 20px;
    margin-right: 70px;
    display: flex;
  }

  .menu-logo._2 {
    margin-right: 0;
  }

  .menu-link {
    margin-bottom: 16px;
  }

  .menu-logo-branco._2 {
    width: 100%;
    max-width: none;
  }

  .home-slide-centro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2._2 {
    justify-content: center;
    align-items: center;
    margin: 0 16px 0 17px;
  }

  .menu-btn, .menu-btn-fecha {
    margin-right: 10px;
  }

  .pg-quem-somos {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pg-seguradoras {
    text-align: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .seguradoras-img {
    margin: 15px;
  }

  .pg-contato {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pg-footer {
    background-position: 50% 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subtitulo {
    margin-bottom: 50px;
  }

  .pg-seguros {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pg-seguros-corpo {
    margin-top: 80px;
  }

  .seguros-menu {
    flex-direction: column;
    align-items: center;
  }

  .seguros-menu-linhas {
    margin-bottom: 50px;
  }

  .seguros-link-titulo {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .seguro-info, .seguro-info._2 {
    padding-top: 100px;
  }

  .seguro-info-voce {
    padding-bottom: 48px;
  }

  .seguro-box-divide {
    height: auto;
    display: block;
  }

  .quem-somos-img {
    width: 100%;
  }

  .footer-texto {
    width: 280px;
    line-height: 30px;
  }

  .form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-home {
    margin-bottom: 16px;
  }

  .envia-btn {
    width: 200px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 18px;
  }
}


