* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}

*:focus, *:active, * {
  outline:0 !important;
  -webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus {
  outline: none;
}

@font-face {
  font-family: Geologica;
  src: url("fonts/Geologica.ttf");
}

@font-face {
  font-family: Karla;
  src: url("fonts/Karla.ttf");
}

@font-face {
  font-family: LeagueSpartan;
  src: url("fonts/LeagueSpartan.ttf");
}

@font-face {
  font-family: Quicksand;
  src: url("fonts/Quicksand.ttf");
}

body {
  background-color: #FFFFFF;
  /* font-family: Quicksand; */
  font-family: Geologica;
}

.pt_br, .en_us {
  display: none;
}

.header {
  width: 100%;
  height: 104px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9999;
  transition: all 0.2s linear!important;
  /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); */

  height: 124px;
}

.header.active {
  background-color: #101234;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

  background-color: #FFFFFF;
}

.header.active .header-logo {
  /* background-image: url("../img/logo-verde.png"); */
}

.header-content {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 17px 0px;
  position: relative;
}

.header-logo {
  width: 210px;
  height: 70px;
  background-image: url("../img/logo-2.webp");
  background-size: 100%;
  background-repeat: no-repeat;

  width: 110px;
  height: 90px;
}

.header-logo-video {
  width: 210px;
  height: 56px;
}

.header-menu {
  display: flex;
  gap: 30px;
}

.header-menu li {
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 20px 0px;
  text-transform: uppercase;
  transition: all 0.3s linear;

  color: #101234;
}

.header-menu li:hover, .header-menu li.active {
  color: #131337;
  transition: all 0.3s linear;
}

.header.active .header-menu li:hover {
  color: #2ee5cf;
}


.header-menu li:hover:before {
  /* content: "<"; */
  position: absolute;
  left: -12px;
}

.header-menu li:hover:after {
  /* content: "/>"; */
  position: absolute;
  right: -20px;
}

.header-menu-mobile-btn {
  display: none;
}

.banner {
  padding-top: 100px;
  background-color: #456991;

  background: rgb(41,84,131);
  background: linear-gradient(135deg, rgba(41,84,131,1) 0%, rgba(69,105,145,1) 100%);

  background: rgb(45,229,207);
  background: linear-gradient(0deg, rgba(45,229,207,1) 0%, rgba(35,173,231,1) 100%);

  background: #FFFFFF;
}

.banner-content {
  max-width: 1200px;
  display: block;
  margin: auto;
  padding-top: 95px;
  padding-bottom: 95px;
  background-image: url("../img/banner-img-2.webp");
  /* background-size: 500px; */
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: right;

  background-size: 550px;
}

.banner-title {
  font-weight: 500;
  font-size: 70px;
  color: #FFF;
  max-width: 510px;
  line-height: 72px;

  font-size: 66px;
  min-height: 290px;

  color: #101234;
}

.banner-title p {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.banner-title:after {
  /* content: ".";
  color: #23A6EA; */
}

.banner-btn {
  border-radius: 100px;
  border: 0;
  padding: 20px 62px 20px 20px;
  font-weight: 1000;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  font-family: 'Quicksand';
  cursor: pointer;
  margin-top: 30px;
  background-color: #23A6EA;
  vertical-align: middle;
  position: relative;
}

.banner-btn:after {
  content: "";
  background-image: url("../img/icon-right.svg");
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 100px;
  background-position: center;
  background-color: #33b4f7;
  top: 10px;
  right: 10px;
}

.servicos {
  background-color: #24a6ea;
}

.servicos-content {
  max-width: 1200px;
  display: block;
  margin: auto;
  padding-top: 85px;
  padding-bottom: 85px;
}

.servicos-title {
  font-weight: 1000;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 72px;
}

.servicos-title:after {
  content: "";
  display: block;
  width: 36px;
  height: 6px;
  border-radius: 100px;
  background-color: #2ee5cf;
}

.servicos-items {
  display: block;
  gap: 20px;
  margin-top: 40px;
}

.servicos-item {
  width: 100%;
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(65, 102, 143, 0.1);
}

.servicos-item-header {
  display: flex;
  gap: 20px;
  justify-content: left;
  align-items: center;
}

.servicos-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: 7px solid #24a6ea;
  background-color: #1487c4;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.servicos-item-icon.quiropraxia {
  background-image: url("../img/icon-quiropraxia.png");
}

.servicos-item-icon.alongamento {
  background-image: url("../img/icon-alongamento.png");
}

.servicos-item-icon.quickmassagem {
  background-image: url("../img/icon-quickmassagem.png");
}

.servicos-item-icon.quality {
  background-image: url("../img/icon-quality.webp");
}

.servicos-item-icon.certification {
  background-image: url("../img/icon-certification.webp");
}

.servicos-item-icon.validation {
  background-image: url("../img/icon-validation.webp");
}

.servicos-item-icon.trainings {
  background-image: url("../img/icon-trainings.webp");
}

.servicos-item-title {
  display: block;
  font-weight: 1000;
  color: #1287c4;
  font-size: 25px;
  text-align: center;
}

.servicos-subitems {
  margin-top: 20px;
}

.servicos-subitem {
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  color: #4e6680;
  padding-right: 50px;
  line-height: 20px;
}

.servicos-subitem:last-child {
  border-bottom: 0;
}

.servicos-subitem:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  top: 10px;
  right: 6px;
  background-color: #eff6ff;
  background-image: url("../img/icon-check.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}

.quem-somos {

}

.quem-somos-title {
  font-weight: 1000;
  font-size: 60px;
  color: #24a6ea;
  line-height: 72px;
}

.quem-somos-title:after {
  content: "";
  display: block;
  width: 52px;
  height: 6px;
  border-radius: 100px;
  background-color: #3b628c;
  margin-top: 6px;
}

.quem-somos-content {
  max-width: 1200px;
  display: block;
  margin: auto;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-bottom: 50px;
}

.quem-somos-orange {
  background-color: #101234;
  min-height: 470px;
}

.quem-somos-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.quem-somos-banner {
  width: 100%;
  height: 420px;
  display: block;
  margin: auto;
  /* border-radius: 3px 50px; */
  position: relative;
  /* margin-top: -250px; */
  background-image: url("../img/banner.webp");
  background-position: center;
  background-size: contain;
}

.quem-somos-banner-text {
  width: 100%;
  color: #ffffff;
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 35px;
}

.quem-somos-text {
  width: 100%;
  color: #FFF;
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 35px;
  margin-top: 60px;
  background-color: #456991;
  padding: 50px;
  border-radius: 50px 0px;
  box-shadow: 0px 0px 20px rgb(189 96 35 / 89%);
}

.quem-somos-space {
  display: block;
  width: 100%;
  height: 20px;
}

.quem-somos-white {
  background-color: #101234;
}

.quem-somos-white-content {
  max-width: 1200px;
  display: block;
  margin: auto;
  padding-top: 50px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.quem-somos-white-block {
  margin-bottom: 15px;
  padding: 30px;
  font-size: 22px;
  background-color: #24a6ea;
  border-radius: 2px;
  color: #FFF;
  line-height: 35px;
}

.quem-somos-white-block.first {
  border-top-left-radius: 50px;
}

.quem-somos-white-block.last {
  border-bottom-right-radius: 50px;
}

.quem-somos-grafismo-branco {
  display: block;
  margin: auto;
  width: 200px;
  height: 30px;
  background-image: url("../img/grafismo-branco.png");
  background-size: 100%;
}

.quem-somos-grafismo-branco.top {
  margin-bottom: 50px;
}

.quem-somos-grafismo-branco.bottom {
  margin-top: 50px;
}

.sobre {
  background-color: #FFF;
}

.sobre-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
  padding: 90px 0px;
}

.sobre-title {
  font-weight: 1000;
  font-size: 44px;
}

.sobre-title:before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: #7ed957;
}

.sobre-title:after {
  content: "!";
  color: #7ed957;
}

.sobre-message {
  display: block;
  color: #747474;
  font-size: 20px;
  margin-top: 30px;
  line-height: 35px;
  margin-bottom: 40px;
}

.sobre-line {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.sobre-tipo {
  width: 33%;
}

.sobre-tipo-animate {
  padding: 42px 24px;
  font-weight: 1000;
  color: #4b4a4a;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear!important;
  background-color: #eeeeee;
  background-image: url("../img/icon-right.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px);
}

.sobre-tipo-animate:hover {
  padding-left: 68px;
  color: #000;
  background-color: #7ed957;
  background-image: url("../img/icon-right-black.svg");
  background-position: calc(100% - 20px);
}

.sobre-tipo-icon {
  opacity: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: 100%;
  top: 50%;
  margin-top: -15px;
  left: 20px;
  z-index: 999;
  background-color: #eeeeee;
  transition: all 0.2s linear;
}

.sobre-tipo-animate:hover .sobre-tipo-icon {
  opacity: 1;
  transform: scale(1.1);
  background-color: #7ed957;
}

.sobre-tipo-icon.website {
  background-image: url("../img/icon-website.webp");
}

.sobre-tipo-icon.ecommerce {
  background-image: url("../img/icon-ecommerce.webp");
}

.sobre-tipo-icon.app {
  background-image: url("../img/icon-app.webp");
}

.sobre-tipo-icon.systems {
  background-image: url("../img/icon-systems.webp");
}

.sobre-tipo-icon.api {
  background-image: url("../img/icon-api.webp");
}

.sobre-tipo-icon.seo {
  background-image: url("../img/icon-seo.webp");
}

.sobre-tipo-icon.uxui {
  background-image: url("../img/icon-uxui.webp");
}

.sobre-tipo-icon.visual-identity {
  background-image: url("../img/icon-visual-identity.webp");
}

.sobre-tipo-icon.social-media {
  background-image: url("../img/icon-social-media.webp");
}

.portfolio {
  background-color: #131313;
  background-image: url("../img/bg-dot.webp");
}

.portfolio-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
  padding: 90px 0px;
}

.portfolio-title {
  font-weight: 1000;
  font-size: 44px;
  color: #FFF;
  margin-bottom: 50px;
}

.portfolio-title:before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: #7ed957;
}

.portfolio-items {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.portfolio-items li {
  width: 50%;
  height: 580px;
  position: relative;
}

.portfolio-item {
  width: 100%;
  height: 580px;
  position: relative;
  transition: all 0.2s linear!important;
  background-size: 100%;
  background-position: center;
}

.portfolio-item:hover {
  background-size: 110%;
}

.portfolio-item.portfolio-colchoa {
  background-image: url("../img/portfolio-colchoa.webp");
}

.portfolio-item.portfolio-fbo {
  background-image: url("../img/portfolio-fbo.webp");
}

.portfolio-item.portfolio-drinkman {
  background-image: url("../img/portfolio-drinkman.webp");
}

.portfolio-item.portfolio-lapergoletta {
  background-image: url("../img/portfolio-lapergoletta.webp");
}

.portfolio-item.portfolio-destak {
  background-image: url("../img/portfolio-destak.webp");
}

.portfolio-item.portfolio-casactual {
  background-image: url("../img/portfolio-casactual.webp");
}

.portfolio-item.portfolio-atmmotorsport {
  background-image: url("../img/portfolio-atmmotorsport.webp");
}

.portfolio-item.portfolio-trimb {
  background-image: url("../img/portfolio-trimb.webp");
}

.portfolio-item.portfolio-cotasimobiliarias {
  background-image: url("../img/portfolio-cotasimobiliarias.webp");
}

.portfolio-item.portfolio-sfm {
  background-image: url("../img/portfolio-sfm.webp");
}

.portfolio-item-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 50px 20px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.portfolio-item-category {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 15px;
}

.portfolio-item-name {
  color: #FFF;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.portfolio-item-description {
  color: #FFF;
  line-height: 24px;
  width: calc(100% - 80px);
}

.portfolio-item-link {
  cursor: pointer;
  background-image: url("../img/icon-right-white.svg");
  border-radius: 100px;
  border: 2px solid #FFF;
  width: 60px;
  height: 60px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 50px;
}

.clientes {
  background-color: #000000;
}

.clientes-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
  padding: 90px 0px;
}

.clientes-title {
  font-weight: 1000;
  font-size: 44px;
  color: #FFF;
  margin-bottom: 50px;
}

.clientes-title:before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: #7ed957;
}

.clientes-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.cliente-item {
  width: 100%;
  height: 80px;
  border-radius: 100px;
  background-color: #181818;
  background-repeat: no-repeat;
  background-position: center;
}

.cliente-item.fbo {
  background-image: url("../img/cliente-fbo.webp");
  background-size: 100px;
}

.cliente-item.sfm {
  background-image: url("../img/cliente-sfm.webp");
  background-size: 70px;
}

.cliente-item.la-pergoletta {
  background-image: url("../img/cliente-la-pergoletta.webp");
  background-size: 90px;
}

.cliente-item.destak-conceito {
  background-image: url("../img/cliente-destak-conceito.webp");
  background-size: 100px;
}

.cliente-item.casactual {
  background-image: url("../img/cliente-casactual.webp");
  background-size: 100px;
}

.cliente-item.cotas-imobiliarias {
  background-image: url("../img/cliente-cotas-imobiliarias.webp");
  background-size: 120px;
}

.cliente-item.atm-motorsport {
  background-image: url("../img/cliente-atm-motorsport.webp");
  background-size: 70px;
}

.cliente-item.trimb {
  background-image: url("../img/cliente-trimb.webp");
  background-size: 90px;
}

.cliente-item.colchoa {
  background-image: url("../img/cliente-colchoa.webp");
  background-size: 100px;
}

.cliente-item.drinkman {
  background-image: url("../img/cliente-drinkman.webp");
  background-size: 100px;
}

.cliente-item.chocochark {
  background-image: url("../img/cliente-chocochark.webp");
  background-size: 120px;
}

.cliente-item.chico-parana {
  background-image: url("../img/cliente-chico-parana.webp");
  background-size: 90px;
}

.cliente-item.horto-comercial-agricola {
  background-image: url("../img/cliente-horto-comercial-agricola.webp");
  background-size: 90px;
}

.cliente-item.elite-planejados {
  background-image: url("../img/cliente-elite-planejados.webp");
  background-size: 80px;
}

.cliente-item.supercooler {
  background-image: url("../img/cliente-supercooler.webp");
  background-size: 100px;
}

.modal-service {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-service-overlay {
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.modal-service-box {
  background-color: #67c440;
  position: absolute;
  z-index: 2;
  width: 800px;
  height: 600px;
  top: 50%;
  margin-top: -300px;
  left: 50%;
  margin-left: -400px;
}

.modal-service-header {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #56b52f;
  background-color: #58b632;
  padding: 25px 20px;
}

.modal-service-header-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
}

.modal-service-header-icon.website {
  background-image: url("../img/icon-website.webp");
}

.modal-service-header-icon.ecommerce {
  background-image: url("../img/icon-ecommerce.webp");
}

.modal-service-header-icon.aplicativo {
  background-image: url("../img/icon-app.webp");
}

.modal-service-header-icon.sistemas {
  background-image: url("../img/icon-systems.webp");
}

.modal-service-header-icon.integracoes {
  background-image: url("../img/icon-api.webp");
}

.modal-service-header-icon.seo {
  background-image: url("../img/icon-seo.webp");
}

.modal-service-header-icon.uxui {
  background-image: url("../img/icon-uxui.webp");
}

.modal-service-header-icon.identidade-visual {
  background-image: url("../img/icon-visual-identity.webp");
}

.modal-service-header-icon.midias-sociais {
  background-image: url("../img/icon-social-media.webp");
}

.modal-service-header-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 1000;
  font-size: 20px;
  margin-left: 15px;
}

.modal-service-header-close {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 25px;
  background-image: url("../img/icon-close.svg");
  background-color: #49a524;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-service-body {
  position: absolute;
  top: 90px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 26px;
  padding: 20px;
  line-height: 30px;
}

.flag {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  border: 0;
  background-color: #ffffff;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 10px;
  font-size: 10px;
  padding: 10px;
  padding-left: 38px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: none;
}

.flag.us {
  background-image: url("../img/us-flag.svg");
}

.flag.br {
  background-image: url("../img/brasil-flag.png");
}

.clientes-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.cliente-item {
  width: 100%;
  height: 100px;
  border-radius: 100px;
  background-color: #098cd1;
  background-repeat: no-repeat;
  background-position: center;
}

.cliente-item.camanchaca {
  background-image: url("../img/customer-logo-camachaca.webp");
  background-size: 180px;
}

.cliente-item.iswa-halal {
  background-image: url("../img/customer-logo-iswa-halal.webp");
  background-size: 70px;
}

.cliente-item.cosmoquimica {
  background-image: url("../img/customer-logo-cosmoquimica.webp");
  background-size: 180px;
}

.contato {
  background-color: #131337;
  /* background-color: linear-gradient(135deg, rgba(103,196,64,1) 0%, rgba(139,232,99,1) 100%); */
  background-image: url("../img/bg-footer.svg");
  background-size: 100%;
}

.contato-content {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: auto;
  padding: 90px 0px;
}

.contato-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contato-title {
  font-weight: 500;
  font-size: 36px;
  color: #FFF;
  /* margin-bottom: 50px; */
  line-height: 46px;
  
  margin-top: 40px;
}

.contato-title:before {
  /* content: ""; */
  display: block;
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: #FFFFFF;
}

.contato-btn {
  height: 60px;
  padding: 10px 40px 10px 62px;
  background-color: #24a6ea;
  border-radius: 100px;
  border: 0;
  color: #FFF;
  font-weight: 1000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  background-image: url("../img/icon-whatsapp.svg");
  background-size: 20px;
  background-position: 24px;
  background-repeat: no-repeat;
}

.footer {
  background-color: #0e0e2c;
}

.footer-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  margin: auto;
  padding: 30px 0px;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright {
  color: #FFF;
  font-size: 13px;
}

.footer-logo {
  width: 110px;
  height: 30px;
  background-image: url("../img/logo.webp");
  background-size: 110px;
  background-repeat: no-repeat;
}

.contato-social {
  display: flex;
  margin-top: 50px;
  border-radius: 100px;
}

.contato-social-icon {
  width: 50px;
  height: 50px;
  border: 1px solid white;
  border-radius: 100px;
  margin-right: 10px;
  cursor: pointer;
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.contato-social-icon.linkedin {
  background-image: url("../img/icon-linkedin-white.svg");
}

.contato-social-icon.whatsapp {
  background-image: url("../img/icon-whatsapp-white.svg");
}

.contato-social-icon.instagram {
  background-image: url("../img/icon-instagram-white.svg");
}

.contato-form {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.contato-form-content {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.contato-form-header {
  width: 100%;
  background-color: #24a6ea;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  border-radius: 10px 10px 0px 0px;
}

.contato-form-header-title {
  color: #FFF;
}

.contato-form-header-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url("../img/icon-close.svg");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}

.contato-form-iframe {
  height: 610px;
  width: 440px;
  background-color: #FFF;
  border-radius: 0px 0px 10px 10px;
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 30px;
    padding-top: 120px;
  }

  .banner-btn {
    width: 100%;
  }

  .servicos-content {
    padding: 30px;
  }

  .servicos-title {
    font-size: 40px;
  }

  .quem-somos-content {
    padding: 30px;
  }

  .quem-somos-title {
    font-size: 40px;
  }

  .quem-somos-banner-text {
    font-size: 18px;
    text-align: center;
  }

  .quem-somos-white-block {
    font-size: 18px;
  }

  .quem-somos-block {
    display: block;
  }

  .quem-somos-banner {
    height: 300px;
    background-repeat: no-repeat;
  }

  .quem-somos-white-content {
    padding: 30px;
  }

  .header-content {
    justify-content: center;
  }

  .header-menu {
    display: none;
    position: fixed;
    background-color: #24a6ea;
    border-radius: 0px;
    width: 100%;
    top: 124px;
    right: 0px;
    z-index: 9999;
    left: 0px;
    bottom: 0px;
  }

  .header-menu li {
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #299cd8;
  }

  .header-menu li:hover {
    color: #101234;
  }

  .header-menu li:last-child {
    border: 0;
  }

  .header-menu-mobile-btn {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 30px;
    right: 10px;
    cursor: pointer;
    background-image: url("../img/icon-menu-green.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .banner-title {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    min-height: unset;
    margin-top: 20px;
  }

  .banner-content {
    padding-top: 0px;
    /* padding-bottom: 430px; */
    padding-bottom: 380px;
    background-position: bottom;
    background-size: 100%;
  }

  .sobre-content {
    padding: 60px 30px;
  }

  .sobre-title {
    font-size: 44px;
    line-height: 60px;
  }

  .sobre-message {
    font-size: 20px;
    line-height: 35px;
  }

  .sobre-line {
    display: block;
  }

  .sobre-tipo {
    width: 100%;
    margin-bottom: 20px;
  }

  .portfolio-content {
    padding: 60px 30px;
  }

  .portfolio-items {
    display: block;
  }

  .portfolio-item, .portfolio-item:hover {
    background-size: cover;
  }

  .portfolio-items li {
    width: 100%;
    margin-bottom: 30px;
  }

  .clientes-content {
    padding: 60px 30px;
  }

  .clientes-line {
    display: block;
  }

  .cliente-item {
    margin-bottom: 20px;
  }

  .contato-content {
    padding: 60px 30px;
  }

  .contato {
    background-size: cover;
    background-position: top right;
  }

  .contato-header {
    display: block;
  }

  .contato-title {
    text-align: center;
  }

  .contato-title br {
    display: none;
  }

  .contato-title:before {
    margin: auto;
    margin-bottom: 20px;
  }

  .contato-social {
    justify-content: center;
  }

  .contato-btn {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: unset;
  }

  .footer-content {
    display: block;
    text-align: center;
  }

  .footer-logo {
    display: none;
  }

  .modal-service-box {
    margin-top: unset;
    margin-left: unset;
    width: unset;
    height: unset;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }

  .contato-form-iframe {
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 0px;
  }

  .contato-form-content {
    transform: unset;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .contato-form-header {
    border-radius: 0px;
  }
}