@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
.has-error {
  border-color: red !important;
}

@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none !important;
  }
}

/*  Validação   */
.ng-invalid-required.ng-touched,
.campo-invalido {
  border-color: #dc3545 !important;
}

/* VARIAVEIS GLOBAIS DO PROJETO */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "Work Sans", sans-serif;
}

ul {
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  transition: 0.4s;
}

button {
  cursor: pointer;
  transition: 0.4s;
}

.owl-item {
  float: left;
}

.owl-stage-outer {
  overflow: hidden;
}

body {
  overflow-x: hidden;
}

section,
header,
footer {
  float: left;
  width: 100%;
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.wrap-all-page {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 5;
  min-height: 100vh;
}

.hide-h1 {
  position: absolute;
  left: -9999em;
  text-indent: -9999em;
}

ul {
  padding-left: 0;
}

.row {
  clear: both;
}

body.overflow {
  overflow: hidden;
}

.container {
  max-width: 1350px;
}

.google-icon {
  font-family: "Material Symbols Outlined";
}

p {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 28px;
}

h1,
h2 {
  color: #2a2a2a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 30px;
}

h1 strong,
h2 strong {
  background: linear-gradient(91deg, #0371c4 27.31%, #065490 89.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

strong {
  font-weight: 700;
}

.owl-carousel div.disabled {
  display: none !important;
}

.container {
  max-width: 1330px;
}

.item-contact {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.item-contact img {
  margin-right: 10px;
}

.item-contact span {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.item-contact span strong {
  font-weight: 600;
}

.btn-border {
  padding: 0 25px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid #fff;
  height: 48px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.btn-border:hover {
  background: #fff;
  color: #2a2a2a;
}

.btn-default {
  position: relative;
  display: table;
  border: none;
  background: none;
}

.btn-default span {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  height: 50px;
  border-radius: 5px;
  background: linear-gradient(92deg, #a21917 2.54%, #f00 95.03%);
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.btn-default:before {
  border-radius: 5px;
  border: none;
  background: linear-gradient(92deg, #a21917 2.54%, #f00 95.03%);
}

.btn-default.blue span,
.btn-default.blue:before {
  background: #278cd9;
}

.btn-whatsapp {
  color: #25b002;
  border-color: #25b002;
}

.btn-whatsapp:hover {
  background: #25b002;
  color: #25b002;
}

.wrap-services {
  padding: 170px 0 60px;
  background: url(../image/bg-dots-1.svg) left bottom no-repeat #f2f2f2;
  margin-top: -120px;
}

.wrap-services h2 {
  width: 100%;
  text-align: center;
}

.wrap-services .carousel-category-services {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 30px;
}

.wrap-services .carousel-category-services a {
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
  border-radius: 15px;
  border: 1px solid #707070;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-services .carousel-category-services a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(91deg, #0371c4 27.31%, #065490 89.06%), #06548f;
  transition: 0.5s;
  opacity: 0;
}

.wrap-services .carousel-category-services a.active:before {
  opacity: 1;
}

.wrap-services .carousel-category-services a span {
  text-align: center;
  display: table;
  color: #707070;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.wrap-services .carousel-category-services a:hover {
  background: #e3e2e2;
}

.wrap-services .carousel-category-services a:hover span {
  color: #000;
}

.wrap-services .carousel-category-services a.active span {
  color: #fff !important;
}

.wrap-services .carousel-category-services .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.wrap-services .carousel-category-services .owl-nav button {
  display: table;
  border: none;
  background: none;
}

.wrap-services .carousel-category-services .owl-nav button span {
  font-size: 20px;
}

.wrap-services .carousel-category-services .owl-nav button:hover {
  color: #EB0703;
}

.wrap-services .btn-default.blue {
  margin: 0 auto;
}

.wrap-services .group-services {
  float: left;
  width: 100%;
  display: none;
}

.wrap-services .group-services.active {
  display: block;
}

.card-service {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  background: #fff;
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
  border-radius: 20px 40px 20px 20px;
  overflow: hidden;
}

.card-service .image {
  float: left;
  width: 100%;
  overflow: hidden;
}

.card-service .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.card-service .image:hover img {
  transform: scale(1.1);
}

.card-service .box-text {
  float: left;
  width: 100%;
  padding: 20px 25px;
}

.card-service .box-text .title {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 55px;
  margin-bottom: 15px;
  color: #06548f;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.card-service .box-text p {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #2a2a2a;
}

.card-service .box-text .btn-border,
.card-service .box-text .btn-default {
  width: 235px;
  margin: 0 auto 15px;
}

.card-service .box-text .btn-border {
  margin-bottom: 0;
}

.card-service .box-text .link-more {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  color: #2a2a2a;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.card-service .box-text .link-more svg {
  margin-left: 10px;
}

.card-service .box-text .link-more:hover {
  color: #EB0703;
}

.contact-form {
  display: table;
  width: 100%;
}

.contact-form .title-field {
  display: table;
  margin-bottom: 5px;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.contact-form .subtitle-field {
  display: table;
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}

.contact-form select,
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0 20px;
  display: table;
  border-radius: 5px;
  border: 1px solid #acacac;
  background: #fff;
  font-size: 16px;
  height: 50px;
}

.contact-form textarea {
  height: 85px;
  padding: 10px 20px;
  resize: none;
}

.contact-form select {
  padding-right: 40px;
  background-image: url(../image/arrow-select.svg);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

.contact-form .btn-default,
.contact-form .btn-default span {
  width: 100%;
}

.contact-form .info {
  display: table;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 300;
}

.contact-form .info a {
  color: #2a2a2a;
  text-decoration: underline !important;
}

.contact-form .info a:hover {
  color: #EB0703;
}

.contact-form .group-check {
  cursor: pointer;
  display: table;
}

.contact-form .group-check input {
  display: none;
}

.contact-form .group-check span {
  position: relative;
  display: table;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 37px;
}

.contact-form .group-check span:before {
  content: "\f00c";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #929292;
  font-size: 0;
  font-family: fontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #2ac903;
}

.contact-form .group-check input:checked ~ span:before {
  font-size: 18px;
}

.contact-form .custom-file-label::after {
  content: "";
  height: 50px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: url(../image/icon-upload.svg) center center no-repeat;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 85px;
}

.contact-form .custom-file-input {
  height: 48px;
  display: none;
}

.contact-form .custom-file {
  height: 50px;
  background: #fff;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  border-bottom: 0;
  border: 1px solid #acacac;
}

.contact-form .custom-file-label {
  height: 48px;
  background: none;
  border: none;
  line-height: 48px;
  padding: 0 0 0 15px;
  color: #353535;
  text-transform: initial;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  position: relative;
  font-size: 16px;
}

.wrap-boxes {
  background: url(../image/bg-blue.png) center center no-repeat;
  background-size: cover;
  padding: 160px 0 30px;
  margin-top: -100px;
}

.wrap-boxes .item-box {
  float: left;
  width: 100%;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 30px;
  background: rgba(10, 27, 40, 0.7);
  padding: 45px 40px;
}

.wrap-boxes .item-box img {
  display: table;
  margin-bottom: 15px;
}

.wrap-boxes .item-box .title {
  display: table;
  color: #EB0703;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wrap-boxes .item-box p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
}

.wrap-boxes-2 {
  padding: 60px 0 30px;
  margin-top: 0;
}

.wrap-bar-cta-2 {
  padding: 60px 0;
  background: url(../image/bg-cta.png) center center no-repeat;
  background-size: cover;
}

.wrap-bar-cta-2 h2 {
  display: table;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 10px;
}

.wrap-bar-cta-2 h2 strong {
  font-weight: 600;
  color: #EB0703;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

.wrap-bar-cta-2 p {
  color: #fff;
  margin-bottom: 0;
}

.wrap-bar-cta-2 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-bar-cta-2 .btn-default span {
  padding: 0 60px;
}

.wrap-bar-cta-2.bg-2 {
  background: url(../image/bg-city-2.png) bottom center no-repeat;
  background-size: cover;
}

.wrap-bar-cta-2.bg-2 h2,
.wrap-bar-cta-2.bg-2 p {
  color: #06548f;
}

.wrap-bar-cta-2.bg-2 .item-contact span {
  color: #2a2a2a;
}

.wrap-testimonials {
  padding: 60px 0;
  background: linear-gradient(0deg, #eae9ff -4.31%, rgba(255, 255, 255, 0) 84.66%), url(../image/bg-dots-1.svg) left bottom no-repeat;
}

.wrap-testimonials h2 {
  width: 100%;
  text-align: center;
}

.wrap-testimonials .carousel-testimonials {
  float: left;
  width: 100%;
  position: relative;
  padding-left: 35px;
}

.wrap-testimonials .carousel-testimonials .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.wrap-testimonials .carousel-testimonials .owl-nav button {
  display: table;
  border: none;
  background: none;
}

.wrap-testimonials .carousel-testimonials .owl-nav button span {
  font-size: 20px;
}

.wrap-testimonials .carousel-testimonials .owl-nav button:hover {
  color: #EB0703;
}

.wrap-testimonials .carousel-testimonials .owl-item {
  padding-bottom: 10px;
}

.wrap-testimonials .carousel-testimonials .item-testimonials {
  float: left;
  width: 100%;
  padding: 35px;
  border-radius: 50px 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.wrap-testimonials .carousel-testimonials .item-testimonials h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0371c4;
  text-transform: uppercase;
}

.wrap-testimonials .carousel-testimonials .item-testimonials h3 img {
  display: table;
  margin-right: 10px;
}

.wrap-testimonials .carousel-testimonials .item-testimonials p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.wrap-testimonials-2 {
  padding: 0;
  background: none;
}

.item-accordion {
  float: left;
  padding: 15px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 15px;
}

.item-accordion .open-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: none;
  text-align: left;
  color: #0371c4;
  font-size: 23px;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
}

.item-accordion .open-accordion span {
  margin-left: 15px;
  transition: 0.5s;
  color: #000;
}

.item-accordion .open-accordion.active span {
  transform: rotate(-180deg);
}

.item-accordion .content-accordion {
  padding-top: 15px;
  margin-top: 15px;
  float: left;
  width: 100%;
  display: none;
  border-top: 1px solid #aaaaaa;
}

.wrap-blog {
  padding: 60px 0;
  background: url(../image/bg-dots-2.svg) 105% 105% no-repeat, linear-gradient(98deg, #fff 20.56%, #dcdcdc 87.44%);
  background-blend-mode: color-burn;
}

.wrap-blog .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.wrap-blog .box-title h2 {
  margin-bottom: 0;
}

.wrap-blog .box-title p {
  margin-bottom: 0;
}

.wrap-blog .box-title .text {
  padding-right: 50px;
}

.wrap-blog .box-title .link-more {
  display: flex;
  align-items: center;
}

.wrap-blog .box-title .link-more .info {
  display: table;
  padding-left: 10px;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.wrap-blog .box-title .link-more .google-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  background: #EB0703;
  width: 40px;
  height: 40px;
  transition: 0.5s;
}

.wrap-blog .box-title .link-more:hover .google-icon {
  background: #0371c4;
}

.wrap-blog .box-social {
  float: left;
  width: calc(100% + 23px);
  margin-left: -23px;
  padding: 30px;
  border-radius: 0 10px 50px 0;
  background: linear-gradient(105deg, #072f4d 38.98%, #398bc9 98.72%);
}

.wrap-blog .box-social .title {
  display: table;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 20px;
}

.wrap-blog .box-social .title strong {
  font-weight: 400;
  font-size: 40px;
}

.wrap-blog .box-social .subtitle {
  display: table;
  margin-bottom: 20px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}

.wrap-blog .box-social .links {
  display: flex;
}

.wrap-blog .box-social .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 90px;
  height: 90px;
  background: #7cc6ff;
  color: #fff;
  font-size: 34px;
  border-radius: 50%;
}

.wrap-blog .box-social .links a:hover {
  background: #fff;
  color: #7cc6ff;
}

.card-blog {
  float: left;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.card-blog .image {
  float: left;
  width: 100%;
  overflow: hidden;
}

.card-blog .image img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.card-blog .image:hover img {
  transform: scale(1.1);
}

.card-blog .box-text {
  display: table;
  width: 100%;
  padding: 20px;
}

.card-blog .box-text .title {
  display: table;
  margin-bottom: 10px;
  color: #225378;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.card-blog .box-text .title:hover {
  color: #EB0703;
}

.card-blog .box-text p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.card-blog .box-text .link-more {
  display: flex;
  align-items: center;
  color: #EB0703;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-blog .box-text .link-more svg {
  margin-left: 10px;
}

.card-blog .box-text .link-more:hover {
  color: #0371c4;
}

.banner-pages {
  height: 450px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.banner-pages h1 {
  font-size: 55px;
  color: #06548f;
  line-height: 60px;
  margin-bottom: 10px;
  position: relative;
}

.banner-pages h1:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  width: 46px;
  height: 46px;
  border-radius: 0 0 46px 0;
  background: #EB0703;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 400;
  display: table;
}

.breadcrumbs .separator {
  padding: 0 5px;
}

.side-site {
  float: left;
  width: 100%;
}

.side-site .title {
  display: table;
  color: #353535;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.side-site form.search-form {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bbb;
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.side-site form.search-form input {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 15px;
}

.side-site form.search-form button {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: none;
  background: none;
}

.side-site ul,
.side-site ul li,
.side-site ul li a {
  display: table;
  width: 100%;
}

.side-site ul {
  margin-bottom: 30px;
}

.side-site ul li {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-site ul li:last-of-type {
  border-bottom: 0;
}

.side-site ul li a {
  color: #636363;
  font-size: 20px;
  font-weight: 400;
}

.side-site ul li a:hover {
  color: #EB0703;
}

.side-site .box-form {
  float: left;
  padding: 30px;
  width: 100%;
  border-radius: 5px;
  background: #083455;
}

.side-site .box-form .title {
  display: table;
  margin-bottom: 20px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}

.side-site .box-form form .title-field {
  color: #fff;
}

.side-site .box-form form small {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  color: #f8f8f8;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .banner-pages h1,
  .banner-pages p {
    padding-left: 60px;
  }
  .banner-pages h1:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    width: 100%;
  }
  .wrap-bar-cta-2 .container {
    flex-wrap: wrap;
  }
  .wrap-bar-cta-2 h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .wrap-bar-cta-2 h2 br {
    display: none;
  }
  .wrap-bar-cta-2 p {
    margin-bottom: 20px;
  }
  .wrap-bar-cta-2 .btn-default {
    margin-bottom: 20px;
  }
  .item-accordion .open-accordion {
    font-size: 20px;
    line-height: 26px;
  }
  .wrap-blog .box-title {
    flex-wrap: wrap;
  }
  .wrap-blog .box-title .text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .banner-pages h1 {
    font-size: 42px;
    line-height: 50px;
    padding-left: 0;
  }
  .banner-pages h1:before {
    display: none;
  }
  .banner-pages p {
    padding-left: 0;
  }
  .side-site {
    padding-top: 35px;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
  /* MODAL */
  /* SOBRE */
  /* BLOG */
  /* CONTATO */
  /* DUVIDAS */
  /* SERVICOS */
  /* TRABALHE CONOSCO */
}
body div#lightbox {
  position: fixed !important;
  top: 10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body section.barra-lgpd {
  padding: 0 15px;
  background: gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: dimgray;
  display: none;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 54px;
    position: fixed;
    top: auto;
  }
  body section.barra-lgpd .container {
    padding: 0;
  }
}
body section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  body section.barra-lgpd.exibir {
    position: fixed;
    font-size: 11px;
    bottom: 0;
    line-height: 0;
    height: 33px;
  }
}
@media (min-width: 992px) {
  body section.barra-lgpd.scroll {
    bottom: 70px !important;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1380px;
  margin: auto;
  justify-content: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in,
body section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
body section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
body section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: dimgray;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px dotted dimgray;
}
body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: dimgray;
  border: 1px solid dimgray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  body section.barra-lgpd .row .conteudo-lgpd-in,
  body section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  body section.barra-lgpd .row .conteudo-lgpd-in .button-in button,
  body section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}
body section.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: white;
}
body section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #278cd9;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body .modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}
body .modal-lg {
  max-width: 650px;
}
body .modal .close-modal {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .modal-content {
  border-radius: 0 !important;
  background-color: white;
}
body .modal-content .closebtn {
  outline: none;
  color: white;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: -40px;
  border: none;
  cursor: pointer;
  z-index: 2;
  text-shadow: none;
  font-weight: 500;
  opacity: 1;
  font-size: 15px;
}
body .modal-content .closebtn:hover {
  color: white !important;
}
@media (max-width: 991px) {
  body .modal-content .closebtn {
    position: static;
    font-size: 14px;
    margin-top: 20px;
    padding-right: 20px;
    text-align: right;
    color: #23494a !important;
  }
}
body .modal-body {
  padding: 40px;
  border-radius: 15px;
}
body .modal-body h1 {
  font-size: 34px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  color: #EB0703;
  line-height: 1.1;
}
body .modal-body h3 {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}
body .modal-body form {
  margin-top: 20px;
}
body .modal-body form label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
body .modal-body form button {
  outline: none;
  background-color: #EB0703;
  border: none;
  font-weight: 600;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 9px 30px;
}
body .modal-body form button i {
  color: white;
  margin-right: 5px;
}
body .modal-body form input,
body .modal-body form select,
body .modal-body form textarea {
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid gray;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}
body .modal-body form textarea {
  height: 100px;
  outline: none;
}
body .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (max-width: 991px) {
  body .modal-body {
    padding: 15px 0;
  }
  body .modal-body h1 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  body .modal-body h3 {
    text-align: center;
    font-size: 14px;
  }
  body .modal-body form {
    margin-top: 20px;
  }
  body .modal-body form button {
    font-size: 14px;
  }
  body .modal-body form label {
    font-size: 13px;
  }
  body .modal-body form input,
  body .modal-body form select,
  body .modal-body form textarea {
    font-size: 13px;
    padding: 7px 15px;
  }
}
body section.formulario-enviado {
  padding: 200px 0;
  color: #278cd9;
  border-bottom: 5px solid #278cd9;
}
body section.formulario-enviado .box-in {
  text-align: center;
}
body section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
body section.formulario-enviado .box-in a {
  color: #278cd9;
  font-weight: 500;
  border-bottom: 1px dotted #278cd9;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #278cd9;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #278cd9;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #278cd9;
  color: white;
}
body section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
body section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #278cd9;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #278cd9;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body section.formulario-enviado {
    padding: 90px 0;
    text-align: center;
  }
  body section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  body section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  body section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  body section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  body section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}
body header {
  background: url(../image/bg-header.png) center center no-repeat;
  position: relative;
  z-index: 9;
}
body header .container {
  max-width: 1570px;
}
body header .top {
  padding: 30px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
body header .top:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}
body header .top form {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-right: 20px;
  display: flex;
  width: 100%;
}
body header .top form input {
  display: table;
  border: none;
  background: none;
  padding: 0 20px;
  height: 48px;
  width: 100%;
}
body header .top form button {
  padding-right: 20px;
  border: none;
  background: none;
  color: #000;
  height: 48px;
  display: flex;
  align-items: center;
}
body header .top a {
  margin-right: 30px;
}
body header .top a:last-of-type {
  margin-right: 0;
}
body header .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
body header .bottom nav {
  width: 100%;
}
body header .bottom nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
body header .bottom nav ul li a {
  display: flex;
  font-size: 18px;
  color: #fff;
  line-height: 75px;
  white-space: nowrap;
  align-items: center;
}
body header .bottom nav ul li a:hover {
  color: #EB0703;
}
body header .bottom .social {
  display: flex;
  align-items: center;
  padding-left: 30px;
  position: relative;
  margin-left: 50px;
}
body header .bottom .social:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border-radius: 0 0 18px 0;
  background: #EB0703;
}
body header .bottom .social .title {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 20px;
}
body header .bottom .social a {
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
}
body header .bottom .social a:hover {
  color: #EB0703;
}
body header .open-menu {
  display: none;
}
body header .wrap-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0px 0px 5px 5px;
  background: linear-gradient(to right, #ececec, #fff);
  width: 100%;
  display: none;
}
body header .wrap-menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
body header .wrap-menu ul li {
  margin-right: 50px;
}
body header .wrap-menu ul li a {
  position: relative;
  padding-left: 30px;
  line-height: 80px;
  color: #06548f;
  font-size: 18px;
  font-weight: 600;
  display: table;
}
body header .wrap-menu ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  border-radius: 0 0 18px 0;
  background: #06548f;
}
body header .wrap-menu ul li:last-of-type {
  margin-right: 0;
}
body header .wrap-menu ul li:hover .wrap-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  body header .top .logo img {
    display: table;
    width: 200px;
  }
  body header .top a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  body header .top a.item-contact,
  body header .top a.btn-border,
  body header .top a.btn-default,
  body header .top form {
    display: none;
  }
  body header .top:after,
  body header .bottom {
    display: none;
  }
  body header .top .logo img {
    display: table;
    width: 170px;
  }
  body header .top {
    padding: 20px 0;
  }
  body header .open-menu {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    font-size: 18px;
    background: linear-gradient(92deg, #ff4003 2.54%, #ffa800 95.03%);
  }
}
body footer {
  background: url(../image/bg-footer.png) center center no-repeat;
  background-size: cover;
}
body footer .default-footer {
  float: left;
  width: 100%;
  padding: 60px 0;
}
body footer .default-footer .logo {
  display: table;
  margin-bottom: 30px;
}
body footer .default-footer .logo img {
  display: table;
  width: 325px;
  max-width: 100%;
}
body footer .default-footer .social {
  display: flex;
  width: 325px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}
body footer .default-footer .social a {
  color: #fff;
  margin: 0 15px;
  font-size: 24px;
}
body footer .default-footer .social a:hover {
  color: #EB0703;
}
body footer .default-footer .title {
  display: table;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
body footer .default-footer ul li {
  display: table;
  margin-bottom: 5px;
}
body footer .default-footer ul li a {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body footer .default-footer ul li a:hover {
  color: #EB0703;
}
body footer .default-footer form {
  width: 100%;
  display: flex;
}
body footer .default-footer form input {
  background: #fff;
  height: 50px;
  border: none;
  border-radius: 10px 0 0 10px;
  padding: 0 15px;
  font-size: 18px;
  width: 100%;
}
body footer .default-footer form .btn-default span,
body footer .default-footer form .btn-default:before {
  border-radius: 0 10px 10px 0;
}
body footer .copy {
  float: left;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
body footer .copy span {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
body footer .copy .dev {
  display: table;
  margin: 0 auto;
}
body footer .copy ul {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
body footer .copy ul li {
  margin-right: 30px;
}
body footer .copy ul li:last-child {
  margin-right: 0;
}
body footer .copy ul li a {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline !important;
}
body footer .copy ul li a:hover {
  color: #EB0703;
}
body body.overflow {
  overflow: hidden;
}
body .wrap-menu-mobile {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  transition: 0.6s;
  right: -100%;
}
body .wrap-menu-mobile.show {
  right: 0;
}
body .wrap-menu-mobile .overlay-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
body .wrap-menu-mobile .bar-menu {
  background: #225378;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  padding-bottom: 40px;
  max-width: 320px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile {
  display: flex;
  width: 100%;
  padding: 35px 20px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile:after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #fff, transparent);
  transition: 1s;
  bottom: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo {
  float: left;
  padding: 0;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .logo img {
  display: table;
  width: 180px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons {
  float: right;
  padding: 0;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons a.btn-social {
  float: left;
  margin-left: 10px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  color: #fff;
  background: #4c4c4c;
  position: relative;
  font-family: arial;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages {
  float: left;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .right-buttons .languages a {
  float: left;
  margin-right: 15px;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile {
  float: right;
  position: relative;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu .header-menu-mobile .close-menu-mobile span {
  font-size: 24px;
}
body .wrap-menu-mobile .bar-menu .box-menu-style-1 {
  padding: 30px 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu ul {
  display: table;
  margin-bottom: 30px;
}
body .wrap-menu-mobile .bar-menu ul li {
  margin-bottom: 5px;
}
body .wrap-menu-mobile .bar-menu ul li a {
  display: table;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu ul li a:hover {
  color: #303030;
}
body .wrap-menu-mobile .bar-menu form {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}
body .wrap-menu-mobile .bar-menu form input {
  display: table;
  border: none;
  background: none;
  padding: 0 20px;
  height: 48px;
  width: 100%;
}
body .wrap-menu-mobile .bar-menu form button {
  padding-right: 20px;
  border: none;
  background: none;
  color: #000;
  height: 48px;
  display: flex;
  align-items: center;
}
body .wrap-menu-mobile .bar-menu .item-contact {
  margin-bottom: 20px;
}
body .wrap-menu-mobile .bar-menu .btn-border {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
body .wrap-menu-mobile .bar-menu .btn-default {
  width: 100%;
}
body .wrap-menu-mobile .bar-menu .btn-default span {
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  body footer .default-footer .col-footer {
    margin-bottom: 30px;
  }
  body footer .default-footer .logo {
    display: table;
    margin: 0 auto 30px;
  }
  body footer .default-footer .logo img {
    width: 250px;
  }
  body footer .default-footer .social {
    width: 100%;
  }
  body footer .default-footer .title {
    width: 100%;
    text-align: center;
  }
  body footer .default-footer ul li a {
    text-align: center;
  }
  body footer .default-footer ul,
  body footer .default-footer ul li,
  body footer .default-footer ul li a {
    display: table;
    width: 100%;
  }
  body footer .copy {
    flex-wrap: wrap;
    justify-content: center;
  }
  body footer .copy span {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  body footer .copy .dev {
    margin-bottom: 20px;
  }
  body footer .copy ul {
    width: 100%;
    justify-content: center;
  }
  body footer .copy ul li {
    margin-right: 15px;
  }
  body footer .copy ul li a {
    font-size: 16px;
  }
}
body .home-banner {
  height: 680px;
  display: flex;
  align-items: center;
}
body .home-banner .box-text {
  display: table;
  position: relative;
}
body .home-banner .box-text:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  width: 46px;
  height: 46px;
  border-radius: 0 0 46px 0;
  background: #EB0703;
}
body .home-banner .box-text h2 {
  color: #2a2a2a;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 10px;
}
body .home-banner .box-text h2 strong {
  background: linear-gradient(91deg, #0371c4 27.31%, #065490 89.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .home-banner .box-text p {
  color: #2a2a2a;
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}
body .wrap-bar-cta {
  position: relative;
  padding-bottom: 50px;
  background: url(../image/bg-semicircle.svg) bottom center no-repeat;
  background-size: cover;
  z-index: 1;
}
body .wrap-bar-cta .container {
  position: relative;
  z-index: 1;
}
body .wrap-bar-cta .full {
  display: table;
  margin: -50px auto 0;
  max-width: 100%;
}
body .wrap-bar-cta .box-title {
  display: flex;
  align-items: center;
}
body .wrap-bar-cta .box-title img {
  margin-right: 20px;
}
body .wrap-bar-cta .box-title p {
  margin-bottom: 0;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
body .wrap-bar-cta .buttons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
}
body .wrap-bar-cta .buttons .btn-default {
  margin-left: 20px;
}
body .wrap-bar-cta .buttons .item-contact span {
  color: #2a2a2a;
}
body .wrap-form {
  background: url(../image/bg-city.png) bottom center no-repeat;
  background-size: cover;
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
}
body .wrap-form p {
  margin-bottom: 30px;
}
body .wrap-form p strong {
  color: #0371c4;
}
body .wrap-form .into {
  position: relative;
  display: table;
}
body .wrap-form .into:after {
  content: "";
  position: absolute;
  width: 245px;
  height: 20px;
  top: 10px;
  right: -275px;
  background: url(../image/arrow-right.svg) center center no-repeat;
}
body .wrap-form .fields-mobile {
  display: none;
}
body .wrap-solutions {
  padding: 60px 0;
  background: linear-gradient(0deg, #d2d1ff -4.31%, rgba(255, 255, 255, 0) 84.66%), url(../image/bg-dots-1.svg) right bottom no-repeat;
}
body .wrap-solutions h2 {
  margin-bottom: 10px;
}
body .wrap-solutions h3 {
  color: #2a2a2a;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  position: relative;
  margin-top: 30px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
body .wrap-solutions h3:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  width: 46px;
  height: 46px;
  border-radius: 0 0 46px 0;
  background: #EB0703;
}
body .wrap-solutions h3 strong {
  color: #0371c4;
  font-weight: 600;
}
body .wrap-solutions .contacts {
  display: flex;
  float: left;
  width: 100%;
}
body .wrap-solutions .contacts a {
  margin-right: 30px;
}
body .wrap-solutions .contacts a span {
  color: #2a2a2a;
}
body .wrap-solutions .contacts a:last-of-type {
  margin-right: 0;
}
body .wrap-solutions .full {
  display: table;
  width: 100%;
}
body .wrap-solutions .box-solutions {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
  align-items: center;
}
body .wrap-solutions .box-solutions a {
  position: relative;
  display: table;
  margin-bottom: 60px;
}
body .wrap-solutions .box-solutions a:last-of-type {
  margin-bottom: 0;
}
body .wrap-solutions .box-solutions a .into {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #06548f;
  filter: drop-shadow(0px 3.6631579399px 3.6631579399px rgba(0, 0, 0, 0.25));
  width: 200px;
  height: 200px;
  position: relative;
  z-index: 1;
}
body .wrap-solutions .box-solutions a .into span {
  display: table;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
}
body .wrap-solutions .box-solutions a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  background: url(../image/bg-solution.png) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}
body .wrap-solutions .box-solutions a:hover:before {
  top: -25px;
  right: -25px;
  bottom: -25px;
  left: -25px;
}
body .wrap-contact {
  padding: 60px 0;
  background: url(../image/bg-contact.png) center center no-repeat;
  background-size: cover;
}
body .wrap-contact .box-form {
  float: left;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(180deg, #f7f7f7 0%, #e4e4e4 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
body .wrap-contact .box-form p {
  margin-bottom: 20px;
  color: #225378;
  font-size: 23px;
  font-weight: 400;
}
body .wrap-contact .box-form form button {
  margin: 0 auto;
  width: auto;
}
body .wrap-contact .box-form form .title-field {
  color: #225378;
}
body .wrap-about {
  height: 500px;
  display: flex;
  align-items: center;
  background: url(../image/bg-about.png) bottom center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body .wrap-about .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .wrap-about .box-title img {
  margin-right: 10px;
}
body .wrap-about .box-title h2 {
  color: #fff;
  margin-bottom: 0;
}
body .wrap-about .box-title h2 strong {
  color: #fff;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
body .wrap-about p {
  margin-bottom: 30px;
  color: #fff;
}
body .wrap-faq {
  background: #f2f2f2;
  padding-top: 35px;
  margin-top: -100px;
}
body .wrap-faq img {
  float: right;
  position: relative;
  z-index: 2;
}
body .wrap-faq h2 strong {
  color: #EB0703;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
body .wrap-faq .contacts {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  padding-top: 20px;
}
body .wrap-faq .contacts a {
  margin-right: 30px;
}
body .wrap-faq .contacts a:last-of-type {
  margin-right: 0;
}
body .wrap-faq .contacts a.item-contact span {
  color: #2a2a2a;
}
@media only screen and (max-width: 991px) {
  body .home-banner .box-text {
    padding-left: 60px;
  }
  body .home-banner .box-text:before {
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body .home-banner {
    position: relative;
    height: 500px;
  }
  body .home-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
  }
  body .home-banner .container {
    position: relative;
    z-index: 1;
  }
  body .home-banner .box-text h2 {
    font-size: 34px;
    line-height: 40px;
  }
  body .home-banner .box-text h2 br {
    display: none;
  }
  body .home-banner .box-text p {
    font-size: 22px;
    line-height: 30px;
  }
  body .home-banner .box-text p br {
    display: none;
  }
  body .home-banner .box-text:before {
    width: 18px;
    height: 18px;
  }
  body .home-banner .box-text {
    padding-left: 28px;
  }
  body .wrap-bar-cta {
    padding-top: 40px;
  }
  body .wrap-bar-cta .full {
    display: none;
  }
  body .wrap-bar-cta .box-title {
    margin-bottom: 30px;
  }
  body .wrap-bar-cta .buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .wrap-bar-cta .buttons a {
    margin: 0 0 20px;
  }
  body .wrap-bar-cta .buttons .btn-default {
    margin-bottom: 0;
  }
  body .wrap-form h2 br {
    display: none;
  }
  body .wrap-form p br {
    display: none;
  }
  body .wrap-form .fields-desk {
    display: none;
  }
  body .wrap-form .fields-mobile {
    display: table;
  }
  body .wrap-solutions {
    padding-bottom: 20px;
  }
  body .wrap-solutions .contacts {
    display: table;
    margin-bottom: 30px;
  }
  body .wrap-solutions .contacts a {
    margin-bottom: 15px;
  }
  body .wrap-solutions h3 {
    font-size: 24px;
    line-height: 30px;
  }
  body .wrap-solutions .box-solutions {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .wrap-solutions .box-solutions a {
    margin: 0 auto 30px !important;
    float: none;
  }
  body .wrap-contact .box-form p {
    font-size: 20px;
    line-height: 28px;
  }
  body .wrap-contact .box-form {
    padding: 40px 20px;
  }
  body .wrap-faq .full {
    display: none;
  }
  body .wrap-faq h2 br {
    display: none;
  }
  body .wrap-faq {
    padding: 160px 0 60px;
  }
  body .wrap-faq .contacts {
    display: table;
  }
  body .wrap-faq .contacts .item-contact {
    margin-bottom: 20px;
  }
}
body .content-about {
  background: url(../image/bg-full-about.png) center center no-repeat;
  background-size: cover;
  padding: 160px 0 60px;
  margin-top: -100px;
}
body .content-about p {
  color: #fff;
}
body .content-about .box-testimonial {
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  padding: 30px 30px 30px 50px;
  margin-top: 30px;
}
body .content-about .box-testimonial:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../image/aspas-2.svg) center center no-repeat #2b2e31;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
body .content-about .box-testimonial span {
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
body .wrap-mvv {
  padding: 60px 0;
  background: url(../image/bg-dots-1.svg) left bottom no-repeat, linear-gradient(0deg, #eae9ff -4.31%, rgba(255, 255, 255, 0) 84.66%);
}
body .wrap-mvv ul,
body .wrap-mvv ul li,
body .wrap-mvv ul li a {
  display: table;
  width: 100%;
}
body .wrap-mvv ul li {
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 0;
}
body .wrap-mvv ul li:last-of-type {
  border-bottom: 0;
}
body .wrap-mvv ul li a {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #2a2a2a;
  border-radius: 15px;
}
body .wrap-mvv ul li a svg {
  margin-right: 20px;
}
body .wrap-mvv ul li a svg path {
  transition: 0.5s;
}
body .wrap-mvv ul li a:hover {
  background: #eee;
}
body .wrap-mvv ul li a.active {
  background: #225378;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
body .wrap-mvv ul li a.active svg path {
  stroke: #fff;
}
body .wrap-mvv .box-content {
  float: left;
  width: 100%;
  display: none;
}
body .wrap-mvv .box-content.active {
  display: block;
}
body .wrap-mvv .box-content h2 {
  font-size: 32px;
  line-height: 40px;
}
body .wrap-mvv .separator {
  float: left;
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  body .content-about .box-testimonial {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  body .content-about .box-testimonial span {
    font-size: 18px;
    line-height: 26px;
  }
  body .wrap-mvv ul {
    margin-bottom: 20px;
  }
  body .wrap-mvv ul li a {
    height: 85px;
    font-size: 28px;
    line-height: 34px;
  }
  body .wrap-mvv .box-content h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
body .wrap-list-blog {
  padding: 160px 0 30px;
  background: #f2f2f2;
  margin-top: -100px;
}
body .content-single-blog {
  padding: 30px 0 60px;
  background: #f2f2f2;
}
body .content-single-blog .breadcrumbs {
  margin-bottom: 60px;
}
body .content-single-blog h1 {
  margin-bottom: 30px;
  color: #06548f;
  font-weight: 600;
}
body .content-single-blog .into-content {
  float: left;
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #d2d2d2;
}
body .content-single-blog .into-content .share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
body .content-single-blog .into-content .share span {
  display: table;
  color: #225378;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
body .content-single-blog .into-content .share .links {
  display: flex;
  align-items: center;
}
body .content-single-blog .into-content .share .links a {
  margin-left: 25px;
  font-size: 18px;
  color: #000;
}
body .content-single-blog .into-content .share .links a:hover {
  color: #06548f;
}
body .content-single-blog .box-content {
  float: left;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
body .content-single-blog .box-content img {
  display: table;
  width: 100%;
  float: left;
  border-radius: 10px;
}
body .content-single-blog .box-content .box-text {
  float: left;
  width: 100%;
  padding: 30px;
}
body .content-single-blog .box-content .box-text h2 {
  display: table;
  color: #225378;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}
body .box-related {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
  padding: 40px;
}
body .box-related .title-box {
  position: absolute;
  padding: 0 20px;
  color: #2a2a2a;
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #f2f2f2;
}
body .box-related .card-related {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
body .box-related .card-related img {
  width: 105px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
body .box-related .card-related span {
  display: table;
  padding-left: 15px;
  color: #354c8f;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
body .box-related .card-related:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body .content-single-blog h1 {
    font-size: 28px;
    line-height: 32px;
  }
  body .box-related {
    margin-top: 50px;
    padding: 40px 20px 20px;
  }
  body .box-related .title-box {
    white-space: nowrap;
  }
  body .box-related .card-related span {
    font-size: 16px;
    line-height: 22px;
  }
}
body .content-contact {
  padding: 30px 0 60px;
}
body .content-contact h1 {
  position: relative;
  font-size: 55px;
  line-height: 60px;
  color: #06548f;
  margin-bottom: 20px;
}
body .content-contact h1:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -85px;
  width: 46px;
  height: 46px;
  border-radius: 0 0 46px 0;
  background: #EB0703;
}
body .content-contact p {
  margin-bottom: 30px;
}
body .content-contact .subtitle {
  display: table;
  margin-bottom: 30px;
  color: #06548f;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
}
body .content-contact form .btn-default {
  width: auto;
  display: table;
  margin: 0 auto;
}
body .content-contact form .title-field {
  color: #225378;
}
body .content-contact form small {
  display: table;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
body .content-contact form small a {
  text-decoration: underline !important;
  color: #000;
}
body .content-contact form small a:hover {
  color: #06548f;
}
@media only screen and (max-width: 991px) {
  body .content-contact {
    position: relative;
  }
  body .content-contact .container {
    position: relative;
    z-index: 1;
  }
  body .content-contact .breadcrumbs {
    margin-bottom: 40px;
  }
  body .content-contact h1 {
    font-size: 40px;
    line-height: 44px;
  }
  body .content-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
  }
}
body .content-faq {
  padding: 160px 0 60px;
  margin-top: -100px;
  background: #f2f2f2;
}
body .content-faq .group-faq {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
body .content-faq .group-faq h2 {
  margin-bottom: 20px;
  color: #353535;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
body .wrap-list-services {
  margin-top: -100px;
  background: #f2f2f2;
  padding-bottom: 50px;
}
body .wrap-list-services .box-search {
  float: left;
  width: 100%;
  padding: 140px 60px 40px;
  border-radius: 30px;
  background: #fbfbfb;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
}
body .wrap-list-services .box-search .title {
  display: table;
  color: #06548f;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
body .wrap-list-services .box-search form {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #2a2a2a;
  padding-bottom: 15px;
}
body .wrap-list-services .box-search form input {
  width: 100%;
  padding-right: 20px;
  border: none;
  background: none;
  height: 35px;
  font-size: 18px;
}
body .wrap-list-services .box-search form button {
  padding-left: 20px;
  border: none;
  background: none;
}
body .wrap-services-2 {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}
body .wrap-services-2 .container {
  position: relative;
  z-index: 1;
}
body .wrap-services-2:before {
  content: "";
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../image/bg-services.png) top center no-repeat;
  background-size: cover;
}
body .wrap-services-2 .btn-more {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
}
body .wrap-services-single {
  padding: 30px 0 0;
  background: #f2f2f2;
}
body .wrap-services-single .breadcrumbs {
  margin-bottom: 60px;
}
body .wrap-services-single .box-content {
  float: left;
  width: 100%;
  border-radius: 15px 50px 5px 5px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
body .wrap-services-single .box-content img {
  float: left;
  width: 100%;
}
body .wrap-services-single .box-content .box-text {
  width: 100%;
  padding: 30px;
  float: left;
}
body .wrap-services-single .box-content .box-text h1 {
  color: #06548f;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
}
body .wrap-services-single .box-content .box-text h2 {
  margin-bottom: 15px;
  color: #06548f;
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
}
body .wrap-services-related {
  margin-top: 0;
  padding: 60px 0;
  background: #f2f2f2;
}
@media only screen and (max-width: 991px) {
  body .wrap-list-services .box-search {
    padding: 140px 20px 30px;
  }
  body .wrap-list-services .box-search .title {
    font-size: 26px;
    line-height: 30px;
  }
  body .wrap-list-services .box-search form input {
    padding-right: 0;
  }
  body .wrap-services-single .box-content .box-text {
    padding: 30px 20px;
  }
  body .wrap-services-single .box-content .box-text h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
body .content-work {
  padding: 160px 0 30px;
  background: linear-gradient(0deg, #eae9ff -4.31%, rgba(255, 255, 255, 0) 100%), #f2f2f2;
  margin-top: -100px;
}
body .content-work .box-text {
  margin-bottom: 50px;
}
body .content-work .box-text p {
  margin-bottom: 0;
}
body .content-work .box-text h2 {
  margin-bottom: 0;
  font-size: 34px;
  line-height: 40px;
}
body .content-work .bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 60px;
  background: #06548f;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 50px;
  padding: 60px;
}
body .content-work .bar h2 {
  color: #fff;
  margin-bottom: 0;
}
body .content-work .bar h2 strong {
  color: #fff;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: 0;
}
body .content-work .bar .item-topic {
  display: table;
}
body .content-work .bar .item-topic img {
  display: table;
  margin-bottom: 15px;
}
body .content-work .bar .item-topic span {
  display: table;
  color: #fff;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
}
body .content-work .boxes {
  float: left;
  width: 100%;
}
body .content-work .boxes h2 {
  width: 100%;
  text-align: center;
}
body .content-work .boxes .item-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  height: 220px;
  margin-bottom: 30px;
}
body .content-work .boxes .item-box span {
  display: table;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
body .wrap-work-form {
  padding: 60px 0;
  background: url(../image/bg-dots-1.svg) left bottom no-repeat #f2f2f2;
}
body .wrap-work-form .row {
  margin: 0 -50px;
}
body .wrap-work-form .row > div {
  padding: 0 50px;
  border-right: 1px solid #d2d2d2;
}
body .wrap-work-form .row > div:last-of-type {
  border-right: 0;
}
body .wrap-work-form .full-group-check {
  float: left;
  width: 100%;
  cursor: pointer;
  margin-bottom: 20px;
}
body .wrap-work-form .full-group-check input {
  display: none;
}
body .wrap-work-form .full-group-check .into {
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #a7a7a7;
  background: #f2f2f2;
  transition: 0.5s;
}
body .wrap-work-form .full-group-check .into .title {
  position: relative;
  display: table;
  padding-left: 40px;
  color: #2a2a2a;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .wrap-work-form .full-group-check .into .title:before {
  content: "\f00c";
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #929292;
  font-size: 0;
  font-family: fontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  color: #2ac903;
}
body .wrap-work-form .full-group-check input:checked ~ .into .title:before {
  font-size: 18px;
}
body .wrap-work-form .full-group-check .into p {
  margin-bottom: 0;
}
body .wrap-work-form .full-group-check input:checked ~ .into {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body .wrap-work-form form .btn-default {
  width: auto;
  display: table;
  margin: 0 auto;
}
body .wrap-work-form form .btn-default span {
  padding: 0 50px;
}
body .wrap-work-form form .title-field {
  color: #225378;
}
@media only screen and (max-width: 991px) {
  body .content-work .box-text p {
    margin-bottom: 20px;
  }
  body .content-work .box-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
  body .content-work .bar {
    flex-wrap: wrap;
    padding: 40px 30px 10px;
  }
  body .content-work .bar h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 30px;
  }
  body .content-work .bar .item-topic {
    width: 50%;
    margin: 0 0 30px;
  }
  body .content-work .bar .item-topic img {
    display: table;
    margin: 0 auto 15px;
  }
  body .content-work .bar .item-topic span {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    text-align: center;
  }
}
body section.barra-fixa {
  position: fixed;
  bottom: -1px;
  background-color: white;
  border-top: 2px solid #278cd9;
  width: 100%;
  padding: 10px 0;
  z-index: 600;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  body section.barra-fixa {
    display: none;
  }
}
body section.barra-fixa .item-contact span {
  color: black;
}
body section.barra-fixa.oculta {
  bottom: -100px;
}
body section.barra-fixa .btn-border {
  border-color: black;
  color: black;
}
body section.barra-fixa-mobile {
  background-color: #278cd9;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #EB0703;
  transition: 0.3s all;
}
body section.barra-fixa-mobile .btn-orcamento {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 15px;
  border-radius: 7px;
  font-weight: 700;
  color: #278cd9 !important;
  background-color: white;
}
body section.barra-fixa-mobile .list-itens {
  display: flex;
  justify-content: space-around;
  font-size: 30px;
  align-items: center;
}
body section.barra-fixa-mobile .list-itens a {
  color: white;
}
body section.barra-fixa-mobile .list-itens a i {
  color: white;
}
@media screen and (min-width: 992px) {
  body section.barra-fixa-mobile {
    display: none;
  }
}
body section.botao_whatsapp {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 610;
  bottom: 40px;
  padding: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  right: 30px;
  border-radius: 75px;
  transition: all 0.5s;
}
body section.botao_whatsapp i.fab.fa-whatsapp {
  color: white;
  font-size: 46px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_whatsapp.scroll {
    bottom: 120px;
  }
}
body section.botao_whatsapp:hover {
  background-color: #1f9249;
}
@media screen and (max-width: 991px) {
  body section.botao_whatsapp {
    bottom: 75px;
    right: 10px;
  }
}
body .servicos-todos {
  color: #EB0703 !important;
}
body .servicos-todos::before {
  background-color: #EB0703 !important;
}
body .owl-banner {
  float: none;
  clear: both;
}
body .home-banner {
  float: none;
  clear: both;
}
body .card-service .image img {
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-blog .image img {
  height: 185px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body footer {
  margin-bottom: 70px;
}
body .item-box svg {
  margin-bottom: 10px;
}
body .item-box svg path {
  fill: #eb0703;
}