@media (min-width: 1024px) {
  .barra-fixa {
    display: none;
  }
}
@media (max-width: 1023px) {
  .barra-fixa {
    display: block;
  }
}
@media (min-width: 1921px) {
  .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: 2rem;
    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;
  }
  .menu-superior .navbar .pesquisar form.d-flex {
    gap: 1rem;
  }
  .menu-superior .navbar .pesquisar form.d-flex input {
    border-radius: 10rem;
    background-color: transparent;
    border-color: #0adab9;
    border: 3px solid #0adab9;
    padding: 0.35rem 0rem 0.35rem 9rem;
    text-align: right;
    color: white !important;
  }
  .menu-superior .navbar .pesquisar form.d-flex ::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .menu-superior .navbar .pesquisar form.d-flex ::placeholder {
    color: #fff;
    opacity: 1;
  }
  .menu-superior .navbar .pesquisar form.d-flex img.ponto {
    width: 3%;
    height: auto;
  }
  .menu-superior .navbar .pesquisar form.d-flex .search-suggestions {
    position: absolute;
    background: #061d2d;
    max-height: 350px;
    overflow-y: auto;
    display: none;
    top: 91%;
    padding: 1rem;
  }
  .menu-superior .navbar .pesquisar form.d-flex .search-suggestions a {
    color: white;
    margin: 1rem 0;
    font-size: 1rem;
  }
  .menu-superior .navbar .pesquisar form.d-flex .search-suggestions:not(.hidden) {
    display: block;
  }
  .banner {
    padding: 12rem;
    min-height: 100vh;
    background: url("../img/banner-2560.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: 32%;
    left: 0%;
  }
  .banner .chamada h1 {
    color: white;
    line-height: 1.15;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
  }
  .banner .chamada p {
    font-family: "Nunito", sans-serif;
    font-size: 2.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.75rem;
  }
  .banner .chamada .redes-sociais {
    margin-top: 3rem;
    gap: 1rem;
  }
  .banner .chamada .redes-sociais .icon {
    width: 3rem;
    background-color: #fff;
    height: 3rem;
    border-radius: 5rem;
    cursor: pointer;
  }
  .banner .chamada .redes-sociais .icon i {
    font-size: 2rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 4rem 12rem 0rem;
    position: relative;
    overflow: hidden;
    margin-top: -1%;
  }
  .produtos .titulo {
    display: flex;
    justify-content: center;
  }
  .produtos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 3.5rem;
    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: 40rem;
  }
  .produtos .itens .item .imagem {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 17%;
    left: 0%;
  }
  .produtos .itens .item .imagem img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 19%;
    right: 8%;
  }
  .produtos .itens .item .imagem-direita img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 20rem;
    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: 2.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: 2.25rem;
    text-align: end;
    font-weight: 400;
    margin: 0;
  }
  .produtos .itens .item .container-texte .texto a {
    background-color: #467bc5;
    padding: 0.75rem 3rem;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 20rem;
    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: 2.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: 2.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.75rem 3rem;
    color: #fff;
    font-size: 1.75rem;
    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: 0rem 12rem 0rem;
  }
  .depoimentos .titulo h1 {
    font-size: 3.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 5rem 6rem 0;
  }
  .depoimentos .galeria-depoimentos .slick-arrow {
    bottom: 55%;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    right: 100%;
  }
  .cases-depoimentos {
    padding: 0rem 12rem 0rem;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 3rem;
  }
  .cases-depoimentos .quem-somos .titulo h1 {
    font-size: 3.5rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 2.15rem;
    text-align: justify;
  }
  .filosofia {
    padding: 8rem 12rem;
  }
  .filosofia .titulo h1 {
    font-size: 3.5rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 2.15rem;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 2rem;
  }
  .filosofia .itens .item {
    min-height: 28rem;
    padding: 2rem;
  }
  .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: 2.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 1.95rem;
    text-align: unset;
    color: #2b2b2b;
  }
  .orcamento {
    padding: 8rem 12rem;
  }
  .orcamento .titulo h1 {
    font-size: 3.5rem;
  }
  .orcamento .formulario form .bt-section button {
    font-size: 1.75rem;
  }
  .section-obrigado {
    padding: 8rem;
    min-height: 90vh;
    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: 4.5rem;
    font-weight: 300;
    text-transform: uppercase;
    font-weight: 900;
    margin: 5rem 0 0;
  }
  .section-obrigado h2 {
    display: block;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 400;
    margin: 0;
  }
  .footer .position-menu a.link-menu {
    font-size: 1.25rem;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.35);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 15%;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1.5rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0rem 0.35rem 4.25rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
  }
  .banner {
    padding: 6rem;
    background-position-x: 100%;
    overflow: hidden;
    min-height: 121vh;
  }
  .banner .chamada {
    top: 87%;
    left: 6%;
  }
  .banner .chamada h1 {
    font-size: 2.5rem;
  }
  .banner .chamada p {
    font-size: 1.55rem;
    margin: 1rem 0 0;
  }
  .banner .chamada .btn-banner a {
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
  }
  .produtos {
    margin-top: -1%;
    background-color: #0a417a;
    padding: 4rem 6rem 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: 2.85rem;
    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: 8rem;
    padding: 0 0rem 0 5rem;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: 25rem;
  }
  .produtos .itens .item .imagem {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 24%;
    left: 0%;
  }
  .produtos .itens .item .imagem img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 17%;
    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.25rem;
    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.25rem;
    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 6rem 0rem;
    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: 2.85rem;
    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;
    padding: 0 2rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 22rem;
    border-radius: 1rem;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1.2rem;
    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: 0%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 1rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 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: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -4%;
  }
  .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 6rem 3rem;
    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: 2.85rem;
    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: 5rem 0;
    position: relative;
    z-index: 2;
    padding: 0 5rem;
  }
  .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: -2%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -2%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 3rem;
  }
  .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: 2.8rem;
    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 .quem-somos .texto {
    margin-top: 3rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 1.45rem;
    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-top: 4rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    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;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.85rem;
    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: 2rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.25;
    color: #fff;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 4rem;
  }
  .filosofia .itens .item {
    min-height: 21rem;
    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: 1rem;
  }
  .filosofia .itens .item .imagem img {
    width: 15%;
    height: auto;
  }
  .filosofia .itens .item .imagem h3.valores {
    color: #2b2b2b;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 1.15rem;
    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 6rem 6rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.85rem;
    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: 1.25rem;
    width: 65%;
    margin-top: 3rem;
    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: 0.95rem;
    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.15rem;
    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 {
    padding: 4rem 7rem 4rem;
  }
  .footer .itens-1 .logo {
    width: 45%;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
  }
  .footer .position-menu a.link-menu {
    margin: 0 0 0.25rem;
  }
  .footer .faixa {
    font-size: 1rem;
  }
  .section-obrigado {
    padding: 8rem;
    min-height: 107vh;
    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;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-crm {
    min-height: 50vh;
  }
  .conteudo {
    padding: 5rem 5rem 8rem;
  }
  .conteudo .titulo h1 {
    font-size: 3rem;
  }
  .conteudo .texto {
    margin: 5rem 0;
  }
  .conteudo .texto p {
    font-size: 1.45rem;
  }
  .conteudo .item {
    margin-top: 5rem;
    padding: 1rem 2rem;
    width: 19rem;
    height: 19rem;
    gap: 3rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1.35rem;
  }
  .conteudo .vector {
    width: 13%;
  }
  .conteudo .vector2 {
    width: 15%;
  }
  .conteudo .vector3 {
    width: 12%;
  }
  .conteudo .item-performance {
    width: 7rem;
    height: 6rem;
    padding: 0.85rem;
  }
  .conteudo .col-performance {
    gap: 4rem;
  }
  .ecommerce {
    padding: 5rem 5rem 0;
    margin-top: -1%;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .section-obrigado {
    padding: 2rem;
    min-height: 93vh;
    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;
  }
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.35);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 12%;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1.25rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0rem 0.35rem 1.25rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
  }
  .banner {
    padding: 5rem;
    background-position-x: 100%;
    overflow: hidden;
  }
  .banner .chamada {
    top: 87%;
    left: 6%;
  }
  .banner .chamada h1 {
    font-size: 2.5rem;
  }
  .banner .chamada p {
    font-size: 1.55rem;
    margin: 1rem 0 0;
  }
  .banner .chamada .btn-banner a {
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 3rem 5rem 0rem;
    position: relative;
    overflow: hidden;
    margin-top: -1%;
  }
  .produtos .titulo {
    display: flex;
    justify-content: center;
  }
  .produtos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.75rem;
    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: 8rem;
    padding: 0 0rem 0 5rem;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: 24rem;
  }
  .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: 13%;
    right: 8%;
  }
  .produtos .itens .item .imagem-direita img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 13rem;
    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.25rem;
    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.25rem 2rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 13rem;
    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.25rem;
    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.25rem 2rem;
    color: #fff;
    font-size: 1.15rem;
    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 5rem 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: 2.75rem;
    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: 1rem;
    margin: 0 2rem;
    min-height: 20rem;
    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: 1.1rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 0%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 1rem;
    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: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -4%;
  }
  .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 5rem 3rem;
    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: 2.75rem;
    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: 5rem 0;
    position: relative;
    z-index: 2;
    padding: 0 5rem;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -2%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -2%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 3rem;
  }
  .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: 2.75rem;
    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 .quem-somos .texto {
    margin-top: 2rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    text-align: justify;
  }
  .cases-depoimentos .quem-somos .imagem {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    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: 5rem;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.75rem;
    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: 2rem;
    margin-bottom: 1rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.1;
    color: #fff;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 4rem;
  }
  .filosofia .itens .item {
    min-height: 20rem;
    padding: 1rem;
    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: 0.75rem;
  }
  .filosofia .itens .item .imagem img {
    width: 15%;
    height: auto;
  }
  .filosofia .itens .item .imagem h3.valores {
    color: #2b2b2b;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 1.2rem;
    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 5rem 5rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.75rem;
    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: 1rem;
    width: 80%;
    margin-top: 3rem;
    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: 0.95rem;
    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: 2.7rem;
    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.15rem;
    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 {
    padding: 4rem 6rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 1.5rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .logo {
    width: 45%;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
  }
  .footer .position-menu a.link-menu {
    margin: 0 0 0.25rem;
  }
  .footer .faixa {
    font-size: 1rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-crm {
    min-height: 41vh;
  }
  .conteudo {
    padding: 5rem 4rem 7rem;
  }
  .conteudo .titulo h1 {
    font-size: 2.95rem;
  }
  .conteudo .texto {
    margin: 5rem 0;
  }
  .conteudo .texto p {
    font-size: 1.35rem;
  }
  .conteudo .item {
    margin-top: 5rem;
    padding: 1rem 0.5rem;
    width: 15rem;
    height: 15rem;
    gap: 2rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1.35rem;
  }
  .conteudo .vector2 {
    width: 15%;
  }
  .conteudo .vector3 {
    width: 12%;
  }
  .conteudo .item-performance {
    width: 6rem;
    height: 5rem;
    padding: 0.75rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
  }
  .ecommerce {
    padding: 5rem 4rem 0;
    margin-top: -1%;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .section-obrigado {
    padding: 2rem;
    min-height: 93vh;
    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;
  }
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.35);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 12%;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1.25rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0rem 0.35rem 1.25rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
  }
  .banner {
    padding: 5rem 8rem;
    overflow: hidden;
    min-height: 107vh;
    background: url("../img/banner-1366.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
    overflow: hidden;
  }
  .banner .chamada {
    top: 30%;
    left: 6%;
  }
  .banner .chamada h1 {
    font-size: 1.95rem;
  }
  .banner .chamada p {
    font-size: 1.55rem;
    margin: 0.25rem 0 0;
  }
  .banner .chamada .btn-banner {
    margin-top: 1.25rem;
  }
  .banner .chamada .btn-banner a {
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 3rem 5rem 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: 2.15rem;
    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: 8rem;
    padding: 0 0rem 0 5rem;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: 20rem;
  }
  .produtos .itens .item .imagem {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 18%;
    left: 0%;
  }
  .produtos .itens .item .imagem img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 20%;
    right: 8%;
  }
  .produtos .itens .item .imagem-direita img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 10rem;
    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.1rem;
    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: 1rem;
    text-align: end;
    font-weight: 400;
    margin: 0;
  }
  .produtos .itens .item .container-texte .texto a {
    background-color: #467bc5;
    padding: 0.45rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 10rem;
    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.15rem;
    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: 1rem;
    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.45rem 1rem;
    color: #fff;
    font-size: 1rem;
    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 8rem 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: 2.15rem;
    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: 3rem 0 0;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 17rem;
    border-radius: 1rem;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  .depoimentos .galeria-depoimentos .item h1 span {
    font-size: 0.75rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 0%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 0.85rem;
    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: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -4%;
  }
  .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 8rem 3rem;
    position: relative;
    overflow: hidden;
    margin-top: -2%;
  }
  .cases-depoimentos .titulo {
    display: flex;
    justify-content: center;
  }
  .cases-depoimentos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.25rem;
    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: 5rem 0;
    position: relative;
    z-index: 2;
    padding: 0 5rem;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -2%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -2%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 3rem;
  }
  .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: 2.15rem;
    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 .quem-somos .texto {
    margin-top: 2rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 1.25rem;
    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-top: 4rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    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: 4rem 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: 2.15rem;
    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: 2rem;
    margin-bottom: 2rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 2rem;
  }
  .filosofia .itens .item {
    min-height: 16rem;
    padding: 1rem;
    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: 0.75rem;
  }
  .filosofia .itens .item .imagem img {
    width: 10%;
    height: auto;
  }
  .filosofia .itens .item .imagem h3.valores {
    color: #2b2b2b;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 1rem;
    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: 4rem 8rem 5rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.15rem;
    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: 1rem;
    width: 80%;
    margin-top: 2rem;
    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: 1rem;
    margin: 0;
    line-height: 1;
  }
  .orcamento .formulario form .campos {
    margin-top: 0rem;
    padding: 0 1rem;
  }
  .orcamento .formulario form .campos label {
    font-size: 0.65rem;
    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: 2rem;
    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: 1rem;
  }
  .orcamento .formulario form .bt-section button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 0.35rem 0.68rem;
    background-color: #30aa00;
    font-size: 0.8rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5rem;
  }
  .orcamento .iframes {
    margin-top: 2rem;
  }
  .orcamento .iframes iframe {
    border-radius: 2.5rem 0.5rem 2.5rem 0.5rem;
  }
  .footer {
    padding: 4rem 5rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 1.15rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .logo {
    width: 45%;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
  }
  .footer .itens-1 .redes-sociais .icon {
    width: 2rem;
    background-color: #fff;
    height: 2rem;
  }
  .footer .position-menu a.link-menu {
    margin: 0 0 0.25rem;
    font-size: 0.75rem;
  }
  .footer .faixa {
    font-size: 0.95rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-crm {
    min-height: 46vh;
  }
  .conteudo {
    padding: 4rem 4rem 6rem;
  }
  .conteudo .titulo h1 {
    font-size: 2.75rem;
  }
  .conteudo .texto {
    margin: 4rem 0;
  }
  .conteudo .texto p {
    font-size: 1.25rem;
  }
  .conteudo .item {
    margin-top: 3rem;
    padding: 1rem 0.5rem;
    width: 15rem;
    height: 15rem;
    gap: 2rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1.25rem;
  }
  .conteudo .item-performance {
    width: 6.5rem;
    height: 5rem;
    padding: 0.5rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
  }
  .ecommerce {
    padding: 4rem 4rem 0;
    margin-top: -1%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .section-obrigado {
    padding: 2rem;
    min-height: 74vh;
    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;
  }
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.35);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 12%;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item.nav-item a {
    font-size: 1rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0rem 0.35rem 0rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
  }
  .banner {
    padding: 4rem;
    background-position-x: 100%;
    overflow: hidden;
  }
  .banner .chamada {
    top: 39%;
    left: 0%;
  }
  .banner .chamada h1 {
    font-size: 2rem;
  }
  .banner .chamada .btn-banner {
    margin-top: 2rem;
  }
  .banner .chamada .btn-banner a {
    padding: 0.75rem 3rem;
    font-size: 1rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 2rem 4rem 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: 2.5rem;
    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: 4rem;
    padding: 0 0rem 0 3rem;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: 16rem;
  }
  .produtos .itens .item .imagem {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 11%;
    left: 0%;
  }
  .produtos .itens .item .imagem img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: absolute;
    width: 35%;
    height: 100%;
    bottom: 9%;
    right: 8%;
  }
  .produtos .itens .item .imagem-direita img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 2rem;
    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: 1rem;
    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: 1rem;
    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: 1rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 2rem;
    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: 1rem;
    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: 1rem;
    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: 1rem;
    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 4rem 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: 2.5rem;
    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: 3rem 0 0;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 22rem;
    border-radius: 1rem;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  .depoimentos .galeria-depoimentos .item h1 span {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 6%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 0.9rem;
    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: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -4%;
  }
  .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 4rem 3rem;
    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: 2.5rem;
    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: 3rem 0;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -2%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -2%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 3rem;
  }
  .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: 2.5rem;
    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 .quem-somos .texto {
    margin-top: 2rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 1.5rem;
    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-top: 3rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    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: 2rem 4rem 4rem;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    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: 2rem;
    margin-bottom: 4rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    text-align: justify;
  }
  .filosofia h3.valores {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .filosofia .item {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    min-height: 13rem;
    width: 90%;
  }
  .filosofia .item p {
    font-size: 1rem;
    text-align: justify;
    margin: 0;
    line-height: 1.25;
    font-weight: 400;
  }
  .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 4rem 4rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    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: 1rem;
    width: 80%;
    margin-top: 3rem;
    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.35rem;
    margin: 0;
    line-height: 1;
  }
  .orcamento .formulario form .campos {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
  .orcamento .formulario form .campos label {
    font-size: 0.85rem;
    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: 2rem;
    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: 1rem;
  }
  .orcamento .formulario form .bt-section button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    background-color: #30aa00;
    font-size: 1.15rem;
    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 {
    padding: 4rem 4rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 0.85rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .logo {
    width: 45%;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
  }
  .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.25rem;
    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: 0.85rem;
  }
  .footer .faixa {
    font-size: 1rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-crm {
    min-height: 29vh;
  }
  .conteudo {
    padding: 4rem 3rem 5rem;
  }
  .conteudo .titulo h1 {
    font-size: 2.5rem;
  }
  .conteudo .texto {
    margin: 3rem 0;
  }
  .conteudo .texto p {
    font-size: 1.15rem;
  }
  .conteudo .item {
    margin-top: 3rem;
    padding: 1rem 0.5rem;
    width: 12rem;
    height: 12rem;
    gap: 2rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1rem;
  }
  .conteudo .item-performance {
    width: 6rem;
    height: 4rem;
    padding: 0.5rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
  }
  .ecommerce {
    padding: 4rem 3rem 0;
    margin-top: -1%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.83);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 30%;
  }
  .menu-superior nav.navbar button.navbar-toggler {
    order: -1 !important;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1rem;
  }
  .menu-superior nav.navbar .pesquisar {
    order: -1 !important;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0.5rem 0.35rem 0.5rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
    display: none;
  }
  .banner {
    padding: 2rem;
    background-position-x: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .banner .mobile {
    display: flex;
    align-items: center;
  }
  .banner .chamada {
    position: static;
  }
  .banner .chamada h1 {
    font-size: 2.25rem;
  }
  .banner .chamada .btn-banner {
    margin-top: 2rem;
  }
  .banner .chamada .btn-banner a {
    padding: 1rem 3rem;
    font-size: 1.35rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 2rem;
    position: relative;
    overflow: hidden;
  }
  .produtos .titulo {
    display: flex;
    justify-content: center;
  }
  .produtos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .produtos .itens {
    margin-top: 4rem;
    padding: 0 3rem 0 0rem;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: 16rem;
  }
  .produtos .itens .item .imagem {
    position: absolute;
    height: 100%;
    bottom: 7%;
    left: 0%;
    width: 36%;
  }
  .produtos .itens .item .imagem img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: absolute;
    width: 38%;
    height: 100%;
    bottom: 9%;
    right: -6%;
  }
  .produtos .itens .item .imagem-direita img {
    width: 100%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2rem 2rem;
    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: 1rem;
    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: 1rem;
    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: 1rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 2rem;
    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: 1rem;
    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: 1rem;
    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: 1rem;
    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: 23%;
    height: auto;
    position: absolute;
    top: 1%;
    right: -8%;
  }
  .produtos .vetor-03 img {
    width: 100%;
    height: auto;
  }
  .depoimentos {
    padding: 0 4rem 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: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 3rem 0 0;
    position: relative;
    padding: 0px 5rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 2rem;
    min-height: 22rem;
    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: 1.1rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 6%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 1.2rem;
    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: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -4%;
  }
  .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 2rem 3rem;
    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: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .galeria-cases {
    margin: 3rem 0;
    position: relative;
    z-index: 2;
    padding: 0px 5rem;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -2%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -2%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 6rem;
  }
  .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: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .quem-somos .texto {
    margin-top: 2rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 1.5rem;
    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-top: 3rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    height: auto;
  }
  .cases-depoimentos .quem-somos .vetor {
    position: absolute;
    width: 22%;
    right: -10%;
    top: 42%;
    z-index: 1;
  }
  .cases-depoimentos .quem-somos .vetor img {
    width: 100%;
    height: auto;
  }
  .filosofia {
    background-color: #0a417a;
    padding: 5rem 2rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .filosofia .texto {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    text-align: justify;
  }
  .filosofia h3.valores {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 0 0 1rem;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .filosofia .item {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    min-height: 13rem;
    width: 90%;
  }
  .filosofia .item p {
    font-size: 0.89rem;
    text-align: justify;
    margin: 0;
    line-height: 1.25;
    font-weight: 400;
  }
  .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 2rem 4rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 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 1rem;
    width: 75%;
    margin-top: 3rem;
    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.75rem;
    margin: 0;
    line-height: 1;
  }
  .orcamento .formulario form .campos {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
  .orcamento .formulario form .campos label {
    font-size: 0.85rem;
    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: 2rem;
    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: 1rem;
  }
  .orcamento .formulario form .bt-section button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    background-color: #30aa00;
    font-size: 1.15rem;
    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 {
    padding: 3rem 2rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 1rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 0.85rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .logo {
    width: 45%;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
  }
  .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.15rem;
    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: 0.85rem;
  }
  .footer .faixa {
    font-size: 1rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-crm {
    min-height: 29vh;
  }
  .conteudo {
    padding: 3rem 2rem 5rem;
  }
  .conteudo .titulo h1 {
    font-size: 2.25rem;
  }
  .conteudo .texto {
    margin: 3rem 0;
  }
  .conteudo .texto p {
    font-size: 1rem;
  }
  .conteudo .item {
    margin-top: 3rem;
    padding: 1rem 0.5rem;
    width: 10rem;
    height: 10rem;
    gap: 2rem;
  }
  .conteudo .item .texto-item p {
    font-size: 0.75rem;
  }
  .conteudo .item-performance {
    width: 6rem;
    height: 4rem;
    padding: 0.5rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
  }
  .ecommerce {
    padding: 3rem 2rem 0;
    margin-top: -1%;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.83);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 30%;
  }
  .menu-superior nav.navbar button.navbar-toggler {
    order: -1 !important;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1rem;
  }
  .menu-superior nav.navbar .pesquisar {
    order: -1 !important;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0.5rem 0.35rem 0.5rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
    display: none;
  }
  .banner {
    padding: 1rem;
    background-position-x: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .banner .mobile {
    display: flex;
    align-items: center;
  }
  .banner .chamada {
    position: static;
  }
  .banner .chamada h1 {
    font-size: 1.12rem;
  }
  .banner .chamada .btn-banner {
    margin-top: 1rem;
  }
  .banner .chamada .btn-banner a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 2rem;
    position: relative;
    overflow: hidden;
  }
  .produtos .titulo {
    display: flex;
    justify-content: center;
  }
  .produtos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .produtos .itens {
    margin-top: 0rem;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0rem 0;
  }
  .produtos .itens .item .orde-2 {
    order: 1;
  }
  .produtos .itens .item .orde-1 {
    order: 2;
  }
  .produtos .itens .item .imagem {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -22%;
  }
  .produtos .itens .item .imagem img {
    width: 80%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -17%;
    right: 0;
  }
  .produtos .itens .item .imagem-direita img {
    width: 80%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.85rem 0.85rem;
    border-radius: 1.5rem;
  }
  .produtos .itens .item .container-texte .texto {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
  }
  .produtos .itens .item .container-texte .texto h4 {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  .produtos .itens .item .container-texte .texto p {
    font-size: 0.7rem;
  }
  .produtos .itens .item .container-texte .texto a {
    background-color: #467bc5;
    padding: 0.35rem 2rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.85rem 0.85rem;
    border-radius: 1.5rem;
  }
  .produtos .itens .item .container-texte-2 .texto-2 {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
  }
  .produtos .itens .item .container-texte-2 .texto-2 h4 {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  .produtos .itens .item .container-texte-2 .texto-2 p {
    font-size: 0.7rem;
    text-align: center;
  }
  .produtos .itens .item .container-texte-2 .texto-2 a {
    background-color: #467bc5;
    padding: 0.35rem 2rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .vetor {
    width: 14%;
    height: auto;
    position: absolute;
    top: 3.5%;
    left: 6%;
  }
  .produtos .vetor img {
    width: 100%;
    height: auto;
  }
  .produtos .vetor-02 {
    width: 50%;
    height: auto;
    position: absolute;
    top: 32%;
    left: -3%;
    z-index: 1;
  }
  .produtos .vetor-02 img {
    width: 100%;
    height: auto;
  }
  .produtos .vetor-03 {
    width: 28%;
    height: auto;
    position: absolute;
    top: 3%;
    right: -9%;
  }
  .produtos .vetor-03 img {
    width: 100%;
    height: auto;
  }
  .depoimentos {
    padding: 2rem 2rem 0rem;
    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: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 1rem 0 0;
    position: relative;
    padding: 0rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 0.75rem;
    min-height: 310px;
    border-radius: 1rem;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  .depoimentos .galeria-depoimentos .item h1 span {
    font-size: 0.95rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 6%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 1rem;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-align: justify;
  }
  .depoimentos .galeria-depoimentos .slick-arrow {
    position: absolute;
    bottom: 58%;
    background: transparent;
    border-radius: 50%;
    border: none;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
  }
  .depoimentos .galeria-depoimentos .slick-arrow img {
    width: 100%;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    right: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -8%;
  }
  .depoimentos .vetor {
    position: absolute;
    width: 27%;
    left: -17%;
    bottom: -22%;
    z-index: 1;
  }
  .depoimentos .vetor img {
    width: 100%;
    height: auto;
  }
  .cases-depoimentos {
    background-color: #0a417a;
    padding: 0rem 2rem 0rem;
    position: relative;
    overflow: hidden;
    margin-top: -15%;
  }
  .cases-depoimentos .titulo {
    display: flex;
    justify-content: center;
  }
  .cases-depoimentos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .galeria-cases {
    margin: 3rem 0;
    position: relative;
    z-index: 2;
    padding: 0px;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -12%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -12%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 1rem;
  }
  .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: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .quem-somos .texto {
    margin-top: 1rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  .cases-depoimentos .quem-somos .imagem {
    width: 100%;
    height: 100%;
    margin-top: 3rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    height: 100%;
  }
  .cases-depoimentos .quem-somos .vetor {
    position: absolute;
    width: 30%;
    right: -10%;
    top: 44%;
    z-index: 1;
  }
  .cases-depoimentos .quem-somos .vetor img {
    width: 100%;
    height: auto;
  }
  .filosofia {
    background-color: #0a417a;
    padding: 3rem 2rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .filosofia .texto {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 0.5rem;
  }
  .filosofia .itens .item {
    min-height: auto;
    padding: 1rem;
    border-radius: 2rem 0.5rem 2rem 0.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 0 2rem;
  }
  .filosofia .itens .item .imagem {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
  }
  .filosofia .itens .item .imagem img {
    width: 10%;
    height: auto;
  }
  .filosofia .itens .item .imagem h3.valores {
    color: #2b2b2b;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 1rem;
    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 2rem 4rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .orcamento .formulario {
    box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(255, 255, 255, 0.69);
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1rem;
    width: 100%;
    margin-top: 3rem;
    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.25rem;
    margin: 0;
    line-height: 1;
  }
  .orcamento .formulario form .campos {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
  .orcamento .formulario form .campos label {
    font-size: 0.85rem;
    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: 2rem;
    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: 1rem;
  }
  .orcamento .formulario form .bt-section button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    background-color: #30aa00;
    font-size: 1.15rem;
    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 {
    padding: 3rem 2rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 0rem;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 0.85rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .footer .itens-1 .redes-sociais .icon i {
    font-size: 1rem;
  }
  .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.15rem;
    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: 0.85rem;
  }
  .footer .faixa {
    font-size: 0.85rem;
    bottom: 0%;
  }
  .footer .row {
    gap: 0.5rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-ecommerce,
  .banner-performance,
  .banner-crm {
    min-height: 13vh;
  }
  .conteudo {
    padding: 2rem 1rem 5rem;
  }
  .conteudo .titulo h1 {
    font-size: 1.75rem;
  }
  .conteudo .titulo h1 br {
    display: none;
  }
  .conteudo .texto {
    margin: 1rem 0;
  }
  .conteudo .texto p {
    font-size: 1rem;
  }
  .conteudo .item {
    padding: 2rem;
    width: 20rem;
    height: 15rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1.25rem;
  }
  .conteudo .item-performance {
    width: 20rem;
    height: 5rem;
    padding: 0.5rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
    margin: 1rem 0;
  }
  .conteudo .vector-2 {
    width: 72%;
  }
  .ecommerce {
    padding: 2rem 1rem 0;
    margin-top: -1%;
  }
  .cases-depoimento {
    background-color: #0a417a;
    padding: 0rem 2rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .cases-depoimento .vetor {
    position: absolute;
    width: 73%;
    left: -33%;
    top: 17%;
    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: 2.25rem;
  }
  .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: 3rem;
    height: 3rem;
  }
  .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%;
  }
}
@media (max-width: 379px) {
  .menu-superior {
    background-color: rgba(16, 25, 40, 0.35);
    padding: 1.5rem 2rem !important;
    position: fixed;
    top: 0;
    z-index: 10001;
    width: 100%;
  }
  .menu-superior nav.navbar .logo {
    width: 50%;
  }
  .menu-superior nav.navbar button.navbar-toggler {
    order: -1 !important;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav {
    gap: 1rem;
  }
  .menu-superior nav.navbar .collapse ul.navbar-nav li.nav-item a {
    font-size: 1rem;
  }
  .menu-superior nav.navbar .pesquisar {
    order: -1 !important;
    display: none;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex input {
    padding: 0.35rem 0.5rem 0.35rem 0.5rem;
  }
  .menu-superior nav.navbar .pesquisar form.d-flex img.ponto {
    width: 4%;
    height: auto;
    display: none;
  }
  .banner {
    padding: 1rem;
    background-position-x: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .banner .mobile {
    display: flex;
    align-items: center;
  }
  .banner .chamada {
    position: static;
  }
  .banner .chamada h1 {
    font-size: 1rem;
  }
  .banner .chamada .btn-banner {
    margin-top: 1rem;
  }
  .banner .chamada .btn-banner a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .produtos {
    background-color: #0a417a;
    padding: 1rem;
    position: relative;
    overflow: hidden;
  }
  .produtos .titulo {
    display: flex;
    justify-content: center;
  }
  .produtos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .produtos .itens {
    margin-top: 0rem;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .produtos .itens .item {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0rem 0;
  }
  .produtos .itens .item .orde-2 {
    order: 1;
  }
  .produtos .itens .item .orde-1 {
    order: 2;
  }
  .produtos .itens .item .imagem {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -22%;
  }
  .produtos .itens .item .imagem img {
    width: 80%;
    height: auto;
  }
  .produtos .itens .item .imagem-direita {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: -17%;
    right: 0;
  }
  .produtos .itens .item .imagem-direita img {
    width: 80%;
    height: auto;
  }
  .produtos .itens .item .container-texte {
    background-color: white;
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.85rem 0.85rem;
    border-radius: 1.5rem;
  }
  .produtos .itens .item .container-texte .texto {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
  }
  .produtos .itens .item .container-texte .texto h4 {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  .produtos .itens .item .container-texte .texto p {
    font-size: 0.7rem;
  }
  .produtos .itens .item .container-texte .texto a {
    background-color: #467bc5;
    padding: 0.35rem 2rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .itens .item .container-texte-2 {
    background-color: white;
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.85rem 0.85rem;
    border-radius: 1.5rem;
  }
  .produtos .itens .item .container-texte-2 .texto-2 {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
  }
  .produtos .itens .item .container-texte-2 .texto-2 h4 {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: #000;
  }
  .produtos .itens .item .container-texte-2 .texto-2 p {
    font-size: 0.7rem;
    text-align: center;
  }
  .produtos .itens .item .container-texte-2 .texto-2 a {
    background-color: #467bc5;
    padding: 0.35rem 2rem;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5rem;
  }
  .produtos .vetor {
    width: 14%;
    height: auto;
    position: absolute;
    top: 3.5%;
    left: 6%;
  }
  .produtos .vetor img {
    width: 100%;
    height: auto;
  }
  .produtos .vetor-02 {
    width: 50%;
    height: auto;
    position: absolute;
    top: 32%;
    left: -3%;
    z-index: 1;
  }
  .produtos .vetor-02 img {
    width: 100%;
    height: auto;
  }
  .produtos .vetor-03 {
    width: 28%;
    height: auto;
    position: absolute;
    top: 3%;
    right: -9%;
  }
  .produtos .vetor-03 img {
    width: 100%;
    height: auto;
  }
  .depoimentos {
    padding: 2rem 3rem 0;
    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: 1.25rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .depoimentos .galeria-depoimentos {
    margin: 1rem 0 0;
    position: relative;
    padding: 0rem;
  }
  .depoimentos .galeria-depoimentos .item {
    background-color: #fff;
    padding: 1rem;
    margin: 0 0.75rem;
    min-height: 260px;
    border-radius: 1rem;
    position: relative;
  }
  .depoimentos .galeria-depoimentos .item h1 {
    font-size: 0.85rem;
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
  }
  .depoimentos .galeria-depoimentos .item h1 span {
    font-size: 0.95rem;
    font-weight: 400;
  }
  .depoimentos .galeria-depoimentos .item img#img-google {
    width: 8%;
    position: absolute;
    top: 0%;
    right: 5%;
  }
  .depoimentos .galeria-depoimentos .item img {
    width: 30%;
    margin: 0.5rem 0;
  }
  .depoimentos .galeria-depoimentos .item p {
    margin: 1rem 0;
    font-size: 0.75rem;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-align: unset;
  }
  .depoimentos .galeria-depoimentos .slick-arrow {
    position: absolute;
    bottom: 58%;
    background: transparent;
    border-radius: 50%;
    border: none;
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 10;
  }
  .depoimentos .galeria-depoimentos .slick-arrow img {
    width: 100%;
  }
  .depoimentos .galeria-depoimentos .prev-arrow {
    right: 99%;
  }
  .depoimentos .galeria-depoimentos .next-arrow {
    right: -8%;
  }
  .depoimentos .vetor {
    position: absolute;
    width: 27%;
    left: -17%;
    bottom: -22%;
    z-index: 1;
  }
  .depoimentos .vetor img {
    width: 100%;
    height: auto;
  }
  .cases-depoimentos {
    background-color: #0a417a;
    padding: 0rem 2rem 0rem;
    position: relative;
    overflow: hidden;
    margin-top: -10%;
  }
  .cases-depoimentos .titulo {
    display: flex;
    justify-content: center;
  }
  .cases-depoimentos .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .galeria-cases {
    margin: 3rem 0;
    position: relative;
    z-index: 2;
    padding: 0px;
  }
  .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: 4rem;
    height: 4rem;
  }
  .cases-depoimentos .galeria-cases .slick-arrow img {
    width: 100%;
  }
  .cases-depoimentos .galeria-cases .prev-arrow {
    left: -12%;
  }
  .cases-depoimentos .galeria-cases .next-arrow {
    right: -12%;
  }
  .cases-depoimentos .quem-somos {
    margin-top: 0rem;
  }
  .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: 1.25rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .cases-depoimentos .quem-somos .texto {
    margin-top: 1rem;
  }
  .cases-depoimentos .quem-somos .texto p {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: justify;
  }
  .cases-depoimentos .quem-somos .imagem {
    width: 100%;
    height: 100%;
    margin-top: 3rem;
  }
  .cases-depoimentos .quem-somos .imagem img {
    width: 100%;
    height: 100%;
  }
  .cases-depoimentos .quem-somos .vetor {
    position: absolute;
    width: 30%;
    right: -10%;
    top: 44%;
    z-index: 1;
  }
  .cases-depoimentos .quem-somos .vetor img {
    width: 100%;
    height: auto;
  }
  .filosofia {
    background-color: #0a417a;
    padding: 3rem 1rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .filosofia .titulo {
    display: flex;
    justify-content: center;
  }
  .filosofia .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .filosofia .texto {
    margin: 1rem 0;
  }
  .filosofia .texto p {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    text-align: justify;
  }
  .filosofia .itens {
    margin-top: 0.5rem;
  }
  .filosofia .itens .item {
    min-height: auto;
    padding: 1rem;
    border-radius: 2rem 0.5rem 2rem 0.5rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 0 2rem;
  }
  .filosofia .itens .item .imagem {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
  }
  .filosofia .itens .item .imagem img {
    width: 10%;
    height: auto;
  }
  .filosofia .itens .item .imagem h3.valores {
    color: #2b2b2b;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    text-align: unset;
  }
  .filosofia .itens .item p {
    font-size: 0.85rem;
    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 1rem 4rem;
    position: relative;
    overflow: hidden;
  }
  .orcamento .titulo {
    display: flex;
    justify-content: center;
  }
  .orcamento .titulo h1 {
    color: #467bc5;
    font-weight: 700;
    text-align: center;
    font-size: 1.25rem;
    font-family: "Montserrat", sans-serif;
    width: -moz-fit-content;
    width: fit-content;
    background-color: white;
    border-radius: 1rem 0.5rem 1rem 0.5rem;
    padding: 0.5rem;
  }
  .orcamento .formulario {
    box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(255, 255, 255, 0.69);
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1rem;
    width: 100%;
    margin-top: 3rem;
    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.2rem;
    margin: 0;
    line-height: 1;
  }
  .orcamento .formulario form .campos {
    margin-top: 1rem;
    padding: 0 0.75rem;
  }
  .orcamento .formulario form .campos label {
    font-size: 0.75rem;
    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: 2rem;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 400;
    margin-top: 0.5rem;
    padding: 0 1rem;
    border-radius: 5rem;
    color: white;
  }
  .orcamento .formulario form .bt-section {
    margin-top: 1rem;
  }
  .orcamento .formulario form .bt-section button {
    width: 100%;
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    background-color: #30aa00;
    font-size: 0.85rem;
    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 {
    padding: 2rem 1rem 4rem;
  }
  .footer .container-contato .itens {
    margin-left: 0rem;
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
  .footer .container-contato .itens .icon i {
    font-size: 0.85rem;
  }
  .footer .container-contato .itens a {
    text-decoration: none;
    font-size: 0.85rem;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
  }
  .footer .itens-1 .redes-sociais {
    margin-top: 1rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .footer .itens-1 .redes-sociais .icon i {
    font-size: 1rem;
  }
  .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.15rem;
    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: 0.85rem;
  }
  .footer .faixa {
    font-size: 0.75rem;
    bottom: 0%;
  }
  .footer .row {
    gap: 0.5rem;
  }
  .banner-contratar,
  .banner-inbound-mkt,
  .banner-performance,
  .banner-ecommerce,
  .banner-crm {
    min-height: 15vh;
  }
  .conteudo {
    padding: 2rem 2rem 5rem;
  }
  .conteudo .titulo h1 {
    font-size: 2rem;
  }
  .conteudo .titulo h1 br {
    display: none;
  }
  .conteudo .texto {
    margin: 1rem 0;
  }
  .conteudo .texto p {
    font-size: 1rem;
  }
  .conteudo .texto p.m-0 {
    font-size: 0.85rem;
  }
  .conteudo .item {
    padding: 2rem;
    width: 20rem;
    height: 15rem;
  }
  .conteudo .item .texto-item p {
    font-size: 1.35rem;
  }
  .conteudo .vector {
    position: absolute;
    top: 0%;
    right: -3%;
    width: 29%;
  }
  .conteudo .vector2 {
    width: 72%;
  }
  .conteudo .vector3 {
    position: absolute;
    bottom: 5%;
    right: -30%;
    width: 52%;
  }
  .conteudo .item-performance {
    width: 20rem;
    height: 5rem;
    padding: 0.5rem;
  }
  .conteudo .col-performance {
    gap: 2rem;
    margin: 1rem 0;
  }
  .ecommerce {
    padding: 2rem 2rem 0;
    margin-top: -1%;
  }
  .cases-depoimento {
    background-color: #0a417a;
    padding: 0rem 2rem 2rem;
    position: relative;
    overflow: hidden;
  }
  .cases-depoimento .vetor {
    position: absolute;
    width: 73%;
    left: -33%;
    top: 17%;
    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: 2.5rem;
  }
  .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: 3rem;
    height: 3rem;
  }
  .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%;
  }
}/*# sourceMappingURL=mobile.css.map */