* {
  box-sizing: border-box;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.menu-superior {
  background-color: rgba(16, 25, 40, 0.35);
  padding: 1.5rem 8rem !important;
  position: fixed;
  top: 0;
  z-index: 10001;
  width: 100%;
}
.menu-superior .navbar .collapse {
  justify-content: space-between;
}
.menu-superior .navbar .collapse ul.navbar-nav {
  gap: 5rem;
  margin: 0;
  list-style: none;
}
.menu-superior .navbar .collapse ul.navbar-nav li.nav-item a {
  color: #fff;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 500;
}
.menu-superior .navbar .collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: rgba(16, 25, 40, 0.35) !important;
}
.menu-superior .navbar .collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.menu-superior .navbar .collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(16, 25, 40, 0.7) !important;
}

.banner {
  padding: 8rem;
  min-height: 113vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  position: relative;
  overflow: hidden;
}
.banner .chamada {
  position: relative;
  top: 66%;
  left: 0%;
}
.banner .chamada h1 {
  color: white;
  line-height: 1.15;
  font-size: 3.1rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
.banner .chamada p {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  margin: 1.5rem 0 0;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.banner .chamada .btn-banner {
  margin-top: 3rem;
}
.banner .chamada .btn-banner a {
  background-color: white;
  border-radius: 10rem;
  color: #467bc5;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
}
.banner .chamada .btn-banner a:hover {
  background-color: #467bc5;
  color: #fff;
}
.banner .chamada .redes-sociais {
  margin-top: 3rem;
  gap: 1rem;
}
.banner .chamada .redes-sociais .icon {
  width: 2.5rem;
  background-color: #fff;
  height: 2.5rem;
  border-radius: 5rem;
  cursor: pointer;
}
.banner .chamada .redes-sociais .icon i {
  font-size: 1.5rem;
}

.produtos {
  background-color: #0a417a;
  padding: 4rem 12rem 0rem;
  position: relative;
  overflow: hidden;
}
.produtos .titulo {
  display: flex;
  justify-content: center;
}
.produtos .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem;
}
.produtos .itens {
  margin-top: 10rem;
  padding: 0 0rem 0 8rem;
  position: relative;
  z-index: 2;
}
.produtos .itens .item {
  position: relative;
  height: 30rem;
}
.produtos .itens .item .imagem {
  position: absolute;
  width: 35%;
  height: 100%;
  bottom: 10%;
  left: 0%;
}
.produtos .itens .item .imagem img {
  width: 100%;
  height: auto;
}
.produtos .itens .item .imagem-direita {
  position: absolute;
  width: 35%;
  height: 100%;
  bottom: 12%;
  right: 8%;
}
.produtos .itens .item .imagem-direita img {
  width: 100%;
  height: auto;
}
.produtos .itens .item .container-texte {
  background-color: white;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 3rem;
  border-radius: 2.5rem;
}
.produtos .itens .item .container-texte .texto {
  align-items: end;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
.produtos .itens .item .container-texte .texto h4 {
  text-align: end;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.produtos .itens .item .container-texte .texto h4 span {
  color: #467bc5;
}
.produtos .itens .item .container-texte .texto p {
  font-size: 1.25rem;
  text-align: end;
  font-weight: 400;
  margin: 0;
}
.produtos .itens .item .container-texte .texto a {
  background-color: #467bc5;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5rem;
}
.produtos .itens .item .container-texte-2 {
  background-color: white;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 2rem 3rem;
  border-radius: 2.5rem;
}
.produtos .itens .item .container-texte-2 .texto-2 {
  align-items: start;
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
.produtos .itens .item .container-texte-2 .texto-2 h4 {
  text-align: start;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.produtos .itens .item .container-texte-2 .texto-2 h4 span {
  color: #467bc5;
}
.produtos .itens .item .container-texte-2 .texto-2 p {
  font-size: 1.25rem;
  text-align: start;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.produtos .itens .item .container-texte-2 .texto-2 a {
  background-color: #467bc5;
  padding: 0.5rem 2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5rem;
}
.produtos .vetor {
  width: 6%;
  height: auto;
  position: absolute;
  top: 7%;
  left: 12%;
}
.produtos .vetor img {
  width: 100%;
  height: auto;
}
.produtos .vetor-02 {
  width: 30%;
  height: auto;
  position: absolute;
  top: 32%;
  left: -3%;
  z-index: 1;
}
.produtos .vetor-02 img {
  width: 100%;
  height: auto;
}
.produtos .vetor-03 {
  width: 20%;
  height: auto;
  position: absolute;
  top: 9%;
  right: -8%;
}
.produtos .vetor-03 img {
  width: 100%;
  height: auto;
}

.depoimentos {
  padding: 0 12rem 1rem;
  background-color: #0a417a;
  position: relative;
}
.depoimentos .titulo {
  display: flex;
  justify-content: center;
}
.depoimentos .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem;
}
.depoimentos .galeria-depoimentos {
  margin: 5rem 0 0;
  position: relative;
}
.depoimentos .galeria-depoimentos .item {
  background-color: #fff;
  padding: 2rem;
  margin: 0 2rem;
  min-height: 25rem;
  border-radius: 1rem;
  position: relative;
}
.depoimentos .galeria-depoimentos .item h1 {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.depoimentos .galeria-depoimentos .item h1 span {
  font-size: 1rem;
  font-weight: 400;
}
.depoimentos .galeria-depoimentos .item img#img-google {
  width: 5%;
  position: absolute;
  top: 4%;
  right: 5%;
}
.depoimentos .galeria-depoimentos .item img {
  width: 30%;
  margin: 1rem 0;
}
.depoimentos .galeria-depoimentos .item p {
  margin: 2rem 0;
  font-size: 1.15rem;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.depoimentos .galeria-depoimentos .slick-arrow {
  position: absolute;
  bottom: 58%;
  background: transparent;
  border-radius: 50%;
  border: none;
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}
.depoimentos .galeria-depoimentos .slick-arrow img {
  width: 100%;
}
.depoimentos .galeria-depoimentos .prev-arrow {
  right: 100%;
}
.depoimentos .galeria-depoimentos .next-arrow {
  right: -5%;
}
.depoimentos .vetor {
  position: absolute;
  width: 13%;
  left: -9%;
  bottom: -22%;
  z-index: 1;
}
.depoimentos .vetor img {
  width: 100%;
  height: auto;
}

.cases-depoimentos {
  background-color: #0a417a;
  padding: 0rem 12rem 5rem;
  position: relative;
  overflow: hidden;
}
.cases-depoimentos .titulo {
  display: flex;
  justify-content: center;
}
.cases-depoimentos .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem;
}
.cases-depoimentos .galeria-cases {
  margin: 0rem 0;
  position: relative;
  z-index: 2;
}
.cases-depoimentos .galeria-cases .item {
  border-radius: 1rem;
  margin: 1rem;
  box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
  padding: 2rem;
}
.cases-depoimentos .galeria-cases .item img {
  width: 100%;
  border-radius: 1rem;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s;
}
.cases-depoimentos .galeria-cases .item img:hover {
  filter: none;
}
.cases-depoimentos .galeria-cases .slick-arrow {
  position: absolute;
  bottom: 37%;
  background: transparent;
  border-radius: 50%;
  padding: 1rem;
  border: none;
  width: 5rem;
  height: 5rem;
}
.cases-depoimentos .galeria-cases .slick-arrow img {
  width: 100%;
}
.cases-depoimentos .galeria-cases .prev-arrow {
  left: -8%;
}
.cases-depoimentos .galeria-cases .next-arrow {
  right: -8%;
}
.cases-depoimentos .quem-somos {
  margin-top: 2rem;
}
.cases-depoimentos .quem-somos .titulo {
  display: flex;
  justify-content: center;
}
.cases-depoimentos .quem-somos .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.75rem;
}
.cases-depoimentos .quem-somos .texto {
  margin-top: 3rem;
}
.cases-depoimentos .quem-somos .texto p {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  text-align: justify;
}
.cases-depoimentos .quem-somos .imagem {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem 0 0;
}
.cases-depoimentos .quem-somos .imagem img {
  width: 100%;
  border-radius: 0.5rem;
  height: auto;
}
.cases-depoimentos .quem-somos .vetor {
  position: absolute;
  width: 16%;
  right: -7%;
  top: 30%;
  z-index: 1;
}
.cases-depoimentos .quem-somos .vetor img {
  width: 100%;
  height: auto;
}

.filosofia {
  background-color: #0a417a;
  padding: 6rem 12rem 8rem;
  position: relative;
  overflow: hidden;
}
.filosofia .titulo {
  display: flex;
  justify-content: center;
}
.filosofia .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem;
}
.filosofia .texto {
  margin-top: 3rem;
}
.filosofia .texto p {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  text-align: justify;
}
.filosofia .itens {
  margin-top: 4rem;
}
.filosofia .itens .item {
  min-height: 24rem;
  padding: 2rem;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}
.filosofia .itens .item .imagem {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.filosofia .itens .item .imagem img {
  width: 15%;
  height: auto;
}
.filosofia .itens .item .imagem h3.valores {
  color: #2b2b2b;
  font-size: 1.85rem;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  text-align: unset;
}
.filosofia .itens .item p {
  font-size: 1.25rem;
  text-align: unset;
  color: #2b2b2b;
}
.filosofia .vetor {
  position: absolute;
  width: 11%;
  left: -6%;
  top: 0%;
  z-index: 1;
}
.filosofia .vetor img {
  width: 100%;
  height: auto;
}

.orcamento {
  background-color: #0a417a;
  padding: 0rem 8rem 8rem;
  position: relative;
  overflow: hidden;
}
.orcamento .titulo {
  display: flex;
  justify-content: center;
}
.orcamento .titulo h1 {
  color: #467bc5;
  font-weight: 700;
  text-align: center;
  font-size: 3rem;
  font-family: "Montserrat", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  border-radius: 2rem 0.5rem 2rem 0.5rem;
  padding: 0.5rem;
}
.orcamento .formulario {
  box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 2rem 2rem;
  width: 65%;
  margin-top: 5rem;
  height: -moz-fit-content;
  height: fit-content;
}
.orcamento .formulario .titulo-form {
  text-align: center;
}
.orcamento .formulario .titulo-form h1 {
  color: #467bc5;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1;
}
.orcamento .formulario form .campos {
  margin-top: 2rem;
  padding: 0 1rem;
}
.orcamento .formulario form .campos label {
  font-size: 1rem;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.orcamento .formulario form .campos input,
.orcamento .formulario form .campos select {
  background-color: #467bc5;
  border: 1px solid black;
  display: block;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 0 1rem;
  border-radius: 5rem;
  color: white;
}
.orcamento .formulario form .bt-section {
  margin-top: 2rem;
}
.orcamento .formulario form .bt-section button {
  width: 100%;
  border: none;
  color: #fff;
  padding: 0.5rem 1rem;
  background-color: #30aa00;
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5rem;
}
.orcamento .iframes {
  margin-top: 3rem;
}
.orcamento .iframes iframe {
  border-radius: 2.5rem 0.5rem 2.5rem 0.5rem;
}

.footer {
  background-color: #11151f;
  padding: 4rem 8rem 4rem;
  min-height: 25rem;
  position: relative;
}
.footer .container-contato .itens {
  margin-left: 1rem;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer .container-contato .itens .icon i {
  font-size: 1.25rem;
}
.footer .container-contato .itens a {
  text-decoration: none;
  font-size: 1.15rem;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .itens-1 .logo {
  width: 35%;
}
.footer .itens-1 .logo img {
  width: 100%;
  height: auto;
}
.footer .itens-1 .redes-sociais {
  margin-left: 1rem;
  gap: 1rem;
}
.footer .itens-1 .redes-sociais .icon {
  cursor: pointer;
  width: 2.5rem;
  background-color: #fff;
  height: 2.5rem;
  border-radius: 5rem;
}
.footer .itens-1 .redes-sociais .icon i {
  font-size: 1.5rem;
}
.footer .position-menu {
  display: flex;
  flex-direction: column;
}
.footer .position-menu h4.titulo-menu {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 0 1rem;
  line-height: 1;
  color: #fff;
}
.footer .position-menu a.link-menu {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.footer .faixa {
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
  background-color: #fff;
  color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  text-align: center;
}

.banner-crm {
  min-height: 52vh;
  background: url(../img/banner-crm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-inbound-mkt {
  min-height: 50vh;
  background: url(../img/banner-inbound-mkt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-ecommerce {
  min-height: 50vh;
  background: url(../img/banner-ecommerce.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-telha {
  min-height: 50vh;
  background: url(../img/banner-telha.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-performance {
  min-height: 50vh;
  background: url(../img/banner-performance.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-contratar {
  min-height: 50vh;
  background: url(../img/banner-contratar.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.banner-sobre {
  min-height: 50vh;
  background: url(../img/banner-sobre.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: initial;
  position: relative;
  overflow: hidden;
}

.conteudo {
  padding: 8rem;
  background-color: #0a417a;
  position: relative;
  overflow: hidden;
}
.conteudo .titulo h1 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 1;
}
.conteudo .texto {
  margin: 4rem 0;
}
.conteudo .texto p {
  text-align: justify;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.conteudo .item {
  width: 19rem;
  height: 19rem;
  border: 4px solid #fff;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  border-radius: 1.5rem 0.25rem 1.5rem 0.25rem;
  margin-top: 5rem;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, 0.75);
}
.conteudo .item .icon {
  width: 30%;
}
.conteudo .item .icon img {
  width: 100%;
  height: 100%;
}
.conteudo .item .texto-item p {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}
.conteudo .vector {
  position: absolute;
  top: 0%;
  right: -3%;
  width: 16%;
}
.conteudo .vector img {
  width: 100%;
  height: 100%;
}
.conteudo .vector2 {
  position: absolute;
  bottom: 18%;
  left: -1%;
  width: 19%;
}
.conteudo .vector2 img {
  width: 100%;
  height: 100%;
}
.conteudo .vector3 {
  position: absolute;
  bottom: 1%;
  right: -2%;
  width: 14%;
}
.conteudo .vector3 img {
  width: 100%;
  height: 100%;
}
.conteudo .item-performance {
  width: 8rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 7rem;
  padding: 1.15rem;
  position: relative;
  z-index: 1000000;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, 0.75);
}
.conteudo .item-performance img {
  width: 100%;
  height: 100%;
}

.merlin {
  min-height: 100vh;
  position: relative;
  z-index: 100;
}

.ecommerce {
  padding: 8rem 8rem 0;
  margin-top: -1%;
}

.cases-depoimento {
  background-color: #0a417a;
  padding: 0rem 10rem 8rem;
  position: relative;
  overflow: hidden;
}
.cases-depoimento .vetor {
  position: absolute;
  width: 27%;
  left: -7%;
  top: -4%;
  z-index: 1;
}
.cases-depoimento .vetor img {
  width: 100%;
  height: auto;
}
.cases-depoimento .titulo h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 4rem;
}
.cases-depoimento .slick-plantas {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.cases-depoimento .slick-plantas img {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
}
.cases-depoimento .slick-plantas .slick-arrow {
  position: absolute;
  bottom: 29%;
  background: transparent;
  border-radius: 50%;
  padding: 1rem;
  border: none;
  width: 4rem;
  height: 4rem;
}
.cases-depoimento .slick-plantas .slick-arrow img {
  width: 100%;
}
.cases-depoimento .slick-plantas .prev-arrow {
  left: -8%;
}
.cases-depoimento .slick-plantas .next-arrow {
  right: -8%;
}

.section-obrigado {
  padding: 8rem;
  min-height: 109vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.section-obrigado .logo img {
  width: 40%;
}
.section-obrigado h1 {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5rem 0 0;
}
.section-obrigado h2 {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}/*# sourceMappingURL=app.css.map */