p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #000000;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

svg, img {
  max-width: 100%;
}

html, body {
  height: 100%;
  margin: 0;
  font-size: 12px;
  font-family: "Roboto", serif;
}
@media only screen and (min-width: 1280px) {
  html, body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1680px) {
  html, body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6, input, select, textarea {
  font-family: "Roboto", serif;
  font-weight: normal;
}

.grid {
  width: min(92%, 90rem);
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #000000;
}

.sec-header {
  width: 100%;
  top: 0;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media screen and (max-width: 500px) {
  .sec-header {
    padding: 1.4rem 0;
  }
}
.sec-header .logo {
  align-self: center;
}
.sec-header .sec-menu {
  align-self: center;
}
.sec-header .sec-menu input#menuhamburguer {
  display: none;
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu {
    z-index: 999;
    order: 4;
    width: 30%;
  }
  .sec-header .sec-menu .redes-sociais-res {
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 40px;
    z-index: 2;
    transform: translate(-50%, 0);
    max-height: 30px;
    top: auto;
    bottom: 0;
  }
  .sec-header .sec-menu .redes-sociais-res a {
    margin: 0 20px;
  }
  .sec-header .sec-menu .redes-sociais-res a path,
  .sec-header .sec-menu .redes-sociais-res a svg {
    fill: #fff;
  }
  .sec-header .sec-menu .menu-responsivo {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #097A7C;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #097A7C, 0 0 0 8px #097A7C;
    z-index: 2;
    transition: 0.4s ease-in-out;
  }
  .sec-header .sec-menu .menu-responsivo:hover {
    box-shadow: 0 0 0 8px #097A7C, 0 0 0 8px #097A7C;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer {
    display: block;
    background: #fff;
    width: 25px;
    height: 2px;
    position: relative;
    top: 14px;
    left: 2px;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after, .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    background: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.4s ease-in-out;
    left: 0;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:before {
    top: -6px;
  }
  .sec-header .sec-menu .menu-responsivo .hamburguer:after {
    bottom: -6px;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer {
    transform: rotate(45deg);
    transform-origin: center;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:after, .sec-header .sec-menu input#menuhamburguer:checked ~ label .hamburguer:before {
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ label .menu-responsivo {
    box-shadow: 0 0 0 130vw #097A7C, 0 0 0 130vh #097A7C;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul {
    transition: 0.25s 0.4s ease;
    opacity: 1 !important;
    visibility: unset;
  }
  .sec-header .sec-menu input#menuhamburguer:checked ~ .menu-div-menu ul li ul {
    transition: 0s;
    padding: 0;
  }
  .sec-header .sec-menu ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: 0.4s ease-in-out;
    visibility: hidden;
    z-index: 2;
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (max-width: 500px) {
  .sec-header .sec-menu ul {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .sec-header .sec-menu ul li {
    width: auto;
    display: block;
    text-align: center;
  }
  .sec-header .sec-menu ul li a {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
  }
}
.sec-header .sec-menu li {
  display: inline-table;
}
.sec-header .sec-menu li a {
  display: block;
  font-size: 1rem;
  color: #000;
  padding: 1rem 1.5rem;
  transition: 0.3s ease-in-out;
}
.sec-header .sec-menu li a:hover {
  color: #097A7C;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #000000;
}

button.button,
a.button {
  background-color: #097A7C;
  padding: 1rem 2.5rem;
  font-size: 1.167rem;
  color: #fff;
  display: inline-table;
  margin-top: 1.667rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.3s ease-in-out;
}
button.button:hover,
a.button:hover {
  background-color: #065455;
}

.sec-hero {
  background: url(../imagens/fundo-hero.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .sec-hero {
    position: relative;
  }
  .sec-hero:after {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
  }
}
.sec-hero .grid {
  padding: 12rem 0 8rem 0;
}
@media screen and (max-width: 500px) {
  .sec-hero .grid {
    height: 80vh;
    align-items: center;
    padding: 4rem 0 0 0;
    z-index: 3;
    position: relative;
  }
}
.sec-hero .grid .desc {
  width: 100%;
  max-width: 56vw;
}
@media screen and (max-width: 500px) {
  .sec-hero .grid .desc {
    max-width: 100%;
    padding: 2rem;
  }
}
.sec-hero .grid .desc h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .sec-hero .grid .desc h1 {
    font-size: 3rem;
  }
}
.sec-hero .grid .desc h1 + p {
  font-size: 1.5rem;
  color: #fff;
}

.sec-hero-obrigado {
  background: url(../imagens/fundo-hero.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.sec-hero-obrigado:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.sec-hero-obrigado .grid {
  padding: 16rem 0 12rem 0;
  z-index: 3;
  position: relative;
  height: 80vh;
  align-items: center;
}
.sec-hero-obrigado .grid .desc {
  width: 100%;
  max-width: 54vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .sec-hero-obrigado .grid .desc {
    max-width: 100%;
    padding: 2rem;
  }
}
.sec-hero-obrigado .grid .desc h1 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .sec-hero-obrigado .grid .desc h1 {
    font-size: 3rem;
  }
}
.sec-hero-obrigado .grid .desc h1 + p {
  max-width: 34rem;
  color: #fff;
  margin: 0 auto;
}

.sec-about {
  padding: 6rem 0;
}
@media screen and (max-width: 500px) {
  .sec-about {
    padding: 6rem 2rem;
  }
}
.sec-about h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #097A7C;
}
.sec-about .desc {
  width: 50%;
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .sec-about .desc {
    width: 100%;
    padding-top: 2rem;
  }
}
.sec-about .desc p:first-child {
  padding-top: 0;
}
.sec-about .img {
  width: 100%;
  padding-top: 4rem;
}

.sec-services {
  padding: 6rem 0;
  background-color: #F3F3F3;
}
@media screen and (max-width: 500px) {
  .sec-services .grid {
    padding: 2rem;
  }
}
.sec-services .tt {
  width: 100%;
}
.sec-services .tt h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #097A7C;
}
.sec-services .tt p {
  max-width: 768px;
  text-align: justify;
}
.sec-services .services-list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-top: 2rem;
  justify-content: flex-start;
  gap: 2rem;
}
.sec-services .services-list .service {
  width: calc(33.33333% - 2rem);
  padding-bottom: 2rem;
}
.sec-services .services-list .service svg, .sec-services .services-list .service path {
  fill: #097A7C !important;
}
.sec-services .services-list .service svg {
  width: 50px !important;
  height: auto !important;
}
@media screen and (max-width: 500px) {
  .sec-services .services-list .service {
    width: 100%;
  }
}
.sec-services .services-list .service h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 1.5rem;
}
.sec-services .services-list .service h3 + p {
  padding-top: 1.5rem;
  text-align: justify;
}

.sec-why {
  padding: 4rem 0;
}
@media screen and (max-width: 500px) {
  .sec-why .grid {
    padding: 2rem;
  }
}
.sec-why .desc {
  width: 50%;
  padding: 8rem 0;
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .sec-why .desc {
    width: 100%;
    padding: 0;
  }
}
.sec-why .desc h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #097A7C;
}
.sec-why .desc h3 {
  margin-top: 2rem;
}
.sec-why .desc ul {
  margin-left: 10px;
}
.sec-why .desc ul li {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #000000;
  padding-top: 5px;
}
.sec-why .img {
  background-color: #ccc;
  background: url("../imagens/img-porque-innovabe.jpg");
  background-position: center;
  background-size: cover;
  width: 40%;
}
@media screen and (max-width: 500px) {
  .sec-why .img {
    width: 100%;
    height: 350px;
    margin-top: 2rem;
  }
}

.sec-mission {
  background-color: #333;
  background: url("../imagens/fundo-mis-vis-val.jpg");
  background-position: center;
  background-size: cover;
  padding: 8rem 0;
  position: relative;
}
.sec-mission:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.sec-mission .grid {
  position: relative;
  z-index: 3;
}
.sec-mission .item {
  width: calc(33.33333% - 2rem);
}
@media screen and (max-width: 500px) {
  .sec-mission .item {
    width: 100%;
    padding: 2rem;
  }
}
.sec-mission .item h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.sec-mission .item p {
  padding-top: 1rem;
  color: #fff;
  text-align: justify;
}

.sec-clients {
  text-align: center;
  padding: 6rem 0;
}
@media screen and (max-width: 500px) {
  .sec-clients .grid {
    padding: 2rem;
  }
}
.sec-clients h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #097A7C;
  text-align: center;
  width: 100%;
}
.sec-clients p {
  max-width: 40rem;
  margin: 0 auto;
  padding-top: 1rem;
}
.sec-clients .carr-clientes {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 2rem;
}

.sec-contact {
  background-color: #F3F3F3;
  padding: 6rem 0;
}
.sec-contact h2 {
  font-size: 2.875rem;
  font-weight: bold;
  color: #097A7C;
  width: 100%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 500px) {
  .sec-contact h2 {
    text-align: center;
  }
}
.sec-contact .form {
  width: 45%;
}
@media screen and (max-width: 500px) {
  .sec-contact .form {
    width: 100%;
    padding: 2rem;
  }
}
.sec-contact .form p {
  padding-top: 1rem;
}
.sec-contact .form label {
  width: 100%;
}
.sec-contact .form label .textfield {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  background: transparent;
  border: 1px solid #000000;
  margin-top: 5px;
}
.sec-contact .form label textarea {
  height: 120px;
  resize: vertical;
}
.sec-contact .desc {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .sec-contact .desc {
    width: 100%;
    padding: 2rem;
  }
}
.sec-contact .desc .item {
  width: 50%;
}
.sec-contact .desc .item h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.sec-contact .desc .item p {
  padding-top: 10px;
}
.sec-contact .desc .item p a {
  color: #000000;
  text-decoration: underline;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  padding-top: 2rem;
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
