@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap);
@charset "UTF-8";
.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: "Poppins", 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%;
}

.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: #202020;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1,
h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 40.667px;
  font-style: normal;
  line-height: 118%; /* 47.987px */
}

strong {
  font-weight: 700;
}

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

.container {
  max-width: 1330px;
}

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

.link-contact span {
  display: table;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s;
}

.link-contact span strong {
  font-weight: 700;
}

.link-contact.whatsapp:hover span {
  color: #25b102;
}

.link-contact.phone:hover span {
  color: #abd5db;
}

.btn-default {
  width: 236px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-default:hover {
  background: #2076e6;
  border-color: #2076e6;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 34, 111, 0.3);
}

.btn-default span {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.btn-blue {
  min-width: 235px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 7px;
  background: #2e7984;
  color: #f8f8f8;
  font-size: 18px;
  font-weight: 400;
}

.btn-blue:hover {
  background: #b37e3a;
  color: #fff;
}

.btn-blue span {
  margin-right: 10px;
}

.card-service {
  float: left;
  width: 100%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  border-radius: 0px 70px 0px 70px;
  background: #f4f4f4;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.card-service .image {
  float: left;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

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

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

.card-service .top {
  width: 100%;
}

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

.card-service .box-text h3 {
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 10px;
  color: #012b6f;
  font-size: 20px;
  font-weight: 600;
}

.card-service .box-text p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: "#444";
  font-size: 14px;
}

.card-service .buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 0 30px 30px;
}

.card-service .buttons .btn-border {
  border-radius: 40px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #012b6f;
  background: none !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #012b6f !important;
}

.card-service .buttons .btn-whatsapp {
  margin-left: 20px;
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #0f7d32;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}

.card-service .buttons .btn-whatsapp:hover {
  background: #24cc64;
}

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

.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 {
  padding: 30px;
  width: 100%;
  display: table;
}

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

.card-blog .box-text .more {
  display: table;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.card-blog .box-text .more:hover {
  color: #824d09;
}

.breadcrumbs {
  display: flex;
  position: absolute;
  left: 15px;
  top: 20px;
}

.breadcrumbs a,
.breadcrumbs span {
  color: #282622;
  font-size: 15px;
  font-weight: 400;
}

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

.breadcrumbs a:hover {
  color: #824d09;
}

.banner-pages .container {
  display: flex;
  position: relative;
  height: 385px;
  align-items: center;
  padding-top: 35px;
}

.banner-pages h1 {
  color: #00226f !important;
  font-size: 36px !important;
  font-weight: 400 !important;
  line-height: 42px !important; /* 116.667% */
}

.banner-pages .box-text .row {
  justify-content: flex-end !important;
}

.banner-pages p {
  margin-bottom: 0;
  color: #202020;
  font-size: 16px;
}

.banner-single .container {
  height: 245px;
}

.banner-single h1 {
  margin-bottom: 0;
}

.link-show-more {
  display: table;
  margin: 0 auto;
  color: #282622;
  font-size: 18px;
  font-weight: 400;
}

.link-show-more i {
  color: #824d09;
  margin-right: 10px;
}

.link-show-more span {
  text-decoration: underline !important;
}

.link-show-more:hover {
  color: #824d09;
}

.box-form {
  border-radius: 15px;
  background: rgba(240, 240, 240, 0.85);
  box-shadow: 4px 10px 15px 0px rgba(0, 0, 0, 0.25);
  float: left;
  width: 100%;
  padding: 30px 50px;
}

.box-form .box-title {
  width: 100%;
}

.box-form .box-title h2,
.box-form .box-title p {
  width: 100%;
  text-align: center;
}

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

.box-form .title {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  color: #282622;
  font-size: 23px;
  font-weight: 600;
}

.box-form-2 {
  border-radius: 15px 0px 15px 15px;
  background: #f0f0f0;
  box-shadow: none;
}

.wrap-box-form {
  border-radius: 15px 0px 15px 15px;
  border: 1px solid #e9e9e9;
  background: #f0f0f0;
  box-shadow: 0px 11px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 60px;
  max-width: 500px;
  margin: 0 auto 32px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form {
  float: left;
  width: 100%;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form .field-title {
  display: table;
  margin-bottom: 5px;
  color: #282622;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-radius: 7px;
  border: 1px solid #bbb;
  background: #fff;
  height: 50px;
  font-size: 18px;
}

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

.contact-form textarea {
  padding: 10px 15px;
  resize: none;
  height: 75px;
}

.contact-form button {
  margin: 0 auto;
  border: none;
  display: table;
  background: none;
}

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

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

.contact-form .group-check span {
  display: table;
  position: relative;
  color: #5f5b54;
  font-size: 15px;
  font-weight: 400;
  padding-left: 30px;
}

.contact-form .group-check span:before {
  content: "\f00c";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  line-height: 18px;
  height: 20px;
  text-align: center;
  font-size: 0;
  color: #fff;
  border: 1px solid #bbb;
  color: #fff;
  transition: 0.5s;
  background: #fff;
}

.contact-form .group-check input:checked ~ span:before {
  font-size: 11px;
  background: #559589;
  border-color: #559589;
}

.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: 66px;
}

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

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

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

.block-side {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.block-side .title {
  display: table;
  margin-bottom: 15px;
  color: #2076e6;
  font-size: 23px;
  font-weight: 600;
}

.block-side .title.center {
  width: 100%;
  text-align: center;
}

.block-side .search-form {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #d0d0d0;
  background: #fff;
}

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

.block-side .search-form button {
  padding: 0 15px;
  height: 48px;
  display: flex;
  align-items: center;
  border: none;
  background: none;
  color: #2076e6;
}

.block-side .box-category {
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 7px;
  border: 1px solid #d0d0d0;
  background: #fff;
}

.block-side .box-category .title {
  color: #282622;
}

.block-side .box-category ul li {
  display: table;
  margin-bottom: 15px;
}

.block-side .box-category ul li:last-of-type {
  margin-bottom: 0;
}

.block-side .box-category ul li a {
  display: table;
  color: #282622;
  font-size: 18px;
  font-weight: 400;
}

.block-side .box-category ul li a:hover,
.block-side .box-category ul li a.active {
  font-weight: 600;
  color: #2076e6;
}

.box-side-contact {
  float: left;
  width: 100%;
  background: url(../image/bg-box.png) center center no-repeat;
  background-size: cover;
  padding: 30px;
  border-radius: 7px;
}

.box-side-contact .title {
  display: table;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  color: #ffd196;
  font-size: 38px;
  font-weight: 600;
}

.box-side-contact p {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.box-side-contact a {
  margin: 0 auto 20px;
}

.box-side-contact a.btn-blue {
  margin-bottom: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.pagination a {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #858585;
  font-size: 23px;
  font-weight: 300;
  padding-top: 3px;
}

.pagination a:hover,
.pagination a.active {
  font-weight: 600;
  color: #fff;
  background: #b37e3a;
}

.wrap-gallery-carousel {
  padding: 80px 0;
}

.wrap-gallery-carousel h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}

.wrap-gallery-carousel .carousel-gallery a {
  float: left;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
}

.wrap-gallery-carousel .carousel-gallery a img {
  float: left;
  width: 100%;
  transition: 0.5s;
}

.wrap-gallery-carousel .carousel-gallery a:hover img {
  transform: scale(1.1);
}

.wrap-gallery-carousel .carousel-gallery .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}

.wrap-gallery-carousel .carousel-gallery .owl-dots button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background: #767676;
  margin: 0 5px;
}

.wrap-gallery-carousel .carousel-gallery .owl-dots button.active {
  transform: scale(1.3);
  background: #373737;
}

.wrap-gallery-carousel .carousel-gallery .disabled {
  display: none;
}

.wrap-blog {
  background: url(../image/bg-grey.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.wrap-blog .box-title {
  width: 100%;
  margin-bottom: 35px;
}

.wrap-blog .box-title h2,
.wrap-blog .box-title p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

.wrap-blog .row {
  margin: 0 -25px;
}

.wrap-blog .row > div {
  padding: 0 25px;
}

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

.wrap-social {
  position: relative;
  z-index: 1;
}

.wrap-social img {
  float: right;
  margin-top: -45px;
}

.wrap-social .box-social {
  float: left;
  width: 100%;
  height: 210px;
  border-radius: 7px;
  background: url(../image/bg-logo.svg) center right no-repeat #353535;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-social .box-social i {
  color: #fff;
  font-size: 60px;
}

.wrap-social .box-social .text {
  padding-left: 30px;
}

.wrap-social .box-social .title {
  display: table;
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
}

.wrap-social .box-social .info {
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline !important;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  h1,
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .card-blog .box-text .title {
    font-size: 20px;
    line-height: 28px;
  }
  .wrap-social .box-social {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }
  .banner-pages {
    background: url(../image/banner-single.png) center center no-repeat !important;
    background-size: cover !important;
  }
  .box-form {
    padding: 30px;
  }
  .box-form .box-title h2 br,
  .box-form .box-title p br {
    display: none;
  }
}
.container.big {
  max-width: 1500px;
}

body {
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
}
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: 0;
    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;
  }
}
body section.barra-lgpd .row,
body section.barra-lgpd .container {
  max-width: 1435px;
  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: #00226f;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}
body {
  /* MODAL */
}
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: #00226f;
  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: #00226f;
  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;
}
@media (max-width: 991px) {
  body .modal-body.video {
    min-height: 360px;
  }
}
body .modal-body.video {
  padding: 0;
}
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: #00226f;
  border-bottom: 5px solid #00226f;
}
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: #00226f;
  font-weight: 500;
  border-bottom: 1px dotted #00226f;
}
body section.formulario-enviado .box-in .btn-voltar {
  color: #00226f;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #00226f;
  transition: 0.3s all;
}
body section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #00226f;
  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: #00226f;
}
body section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 500;
  color: #00226f;
  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 {
  z-index: 4;
  background: linear-gradient(90deg, #fff 29.3%, #d8d8d8 99.5%);
  filter: drop-shadow(0px 4px 20.9px rgba(0, 0, 0, 0.25));
}
body header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2076e6;
  height: 70px;
}
body header .default-header {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body header .default-header .logo {
  display: table;
  margin-right: 49px;
}
body header .default-header form {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 30px;
}
body header .default-header form input {
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  padding: 0 25px;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 400;
}
body header .default-header form button {
  padding: 0 25px;
  border: none;
  background: none;
  height: 50px;
  display: flex;
  align-items: center;
  color: #012b6f;
}
body header .default-header .link-contact {
  margin-right: 30px;
}
body header .default-header .open-menu {
  display: none;
}
body header .header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
body header .header-nav nav {
  width: 100%;
  margin-right: 50px;
}
body header .header-nav nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .header-nav nav ul li a {
  color: #00226f;
  font-size: 16px;
  font-weight: 400;
}
body header .header-nav nav ul li a:hover {
  color: #ffc702;
}
body header .header-nav .social {
  display: flex;
}
body header .header-nav .social a {
  display: table;
  color: #012b6f;
  margin-right: 15px;
  font-size: 20px;
}
body header .header-nav .social a:last-of-type {
  margin-right: 0;
}
body header .header-nav .social a:hover {
  color: #ffc702;
}
body header .header-search {
  position: relative;
}
body header .header-search .search-form {
  display: flex;
  align-items: center;
  position: relative;
}
body header .header-search .search-toggle {
  background: none;
  border: none;
  color: #00226f;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0 8px;
  transition: color 0.2s;
}
body header .header-search .search-input {
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 2px solid #00226f;
  color: #00226f;
  font-size: 1em;
  margin-left: 8px;
  transition: width 0.3s, opacity 0.3s;
  padding: 0 4px;
}
body header .header-search .search-form.active .search-input {
  width: 180px;
  opacity: 1;
  display: block;
}
@media only screen and (max-width: 991px) {
  body header .header-nav,
  body header .default-header form,
  body header .default-header .link-contact,
  body header .btn-default,
  body header .default-header:after {
    display: none;
  }
  body header {
    padding: 0;
  }
  body header .header-top {
    display: none;
  }
  body header .default-header {
    padding: 20px 0;
  }
  body header .default-header .logo img {
    display: table;
    width: 180px;
  }
  body header .default-header .open-menu {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 7px;
    border: none;
    background: linear-gradient(90deg, #212529 0%, #012b6f 100%);
  }
}
body .header-top-bar {
  width: 100%;
  background: #2076e6;
  padding: 8px 40px 8px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0 0 15px 15px;
  min-height: 40px;
  gap: 20px;
}
body .header-top-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 18px;
}
body .header-top-phone svg {
  display: block;
}
body .home-banner {
  position: relative;
  width: 100%;
  z-index: 1;
  background-size: cover;
  height: 722px;
  background: #f2f2f2;
}
body .home-banner .banner-wave,
body .home-banner .banner-right {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
body .home-banner .banner-right {
  left: auto;
  right: 0;
  z-index: 1;
}
body .home-banner .owl-carousel,
body .home-banner .owl-stage-outer,
body .home-banner .owl-stage {
  height: 100%;
}
body .home-banner .item-banner {
  position: relative;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  z-index: 10;
  background: none !important;
}
body .home-banner .banner-content-container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
body .home-banner .banner-main-img {
  height: 100%;
  max-height: 650px;
  width: auto;
  max-width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: 0;
  display: block;
}
body .home-banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  width: 50%;
  padding: 0 0 0 40px;
  gap: 12px;
}
body .home-banner .banner-carousel-nav {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 15;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
body .home-banner .banner-carousel-prev,
body .home-banner .banner-carousel-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
}
body .home-banner .banner-carousel-prev:hover,
body .home-banner .banner-carousel-next:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  transform: scale(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
body .home-banner .banner-carousel-prev svg,
body .home-banner .banner-carousel-next svg {
  width: 20px;
  height: 20px;
}
body .home-banner .banner-bottom-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -31px;
  z-index: 20;
  height: 134px;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
body .home-banner .banner-bottom-card .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
body .home-banner .banner-bottom-card .banner-bottom-card-content {
  width: 100%;
  height: 134px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 25.1px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 40px;
  pointer-events: auto;
  gap: 24px;
}
body .home-banner .banner-bottom-card .banner-bottom-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  flex-shrink: 0;
}
body .home-banner .banner-bottom-card .banner-bottom-card-text {
  color: #012b6f;
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
body .home-banner .banner-bottom-card .banner-bottom-card-btn {
  min-width: 220px;
  max-width: 364px;
  flex-shrink: 0;
}
body .banner-bottom-btn {
  width: 364px !important;
  background: #ffc702 !important;
  color: #00226f !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
body .home-banner .item-banner .container {
  position: relative;
  z-index: 11;
  width: 100%;
}
body .home-banner .item-banner h2 {
  color: #824d09;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  display: table;
  margin-bottom: 0;
}
body .home-banner .item-banner p {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 51px;
}
body .home-banner div.disabled {
  display: none !important;
}
body .wrap-services {
  padding: 80px 0;
  position: relative;
  background: #f2f2f2;
}
body .wrap-services h2 {
  color: #012b6f;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}
body .wrap-services p {
  margin-top: 3px;
  color: #202020;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 38px;
}
body .wrap-services .carousel-services {
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 30px;
}
body .wrap-services .carousel-services .owl-item {
  padding: 15px 10px;
}
body .wrap-services .carousel-services .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}
body .wrap-services .carousel-services .owl-dots button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background: #767676;
  margin: 0 5px;
}
body .wrap-services .carousel-services .owl-dots button.active {
  transform: scale(1.3);
  background: #373737;
}
body .wrap-services .carousel-services .disabled {
  display: none;
}
body .wrap-gallery .carousel-services {
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 30px;
}
body .wrap-services .btn-blue {
  margin: 0 auto;
}
body .wrap-services-full {
  background: none;
}
body .wrap-services-full .card-service {
  margin-bottom: 30px;
}
body .wrap-services-full .hide-box {
  float: left;
  width: 100%;
  display: none;
}
body .wrap-numbers {
  padding: 60px 0;
  background: url(../image/bg-numbers.png) center center no-repeat;
  background-size: cover;
}
body .wrap-numbers h2 {
  color: #fff;
  font-size: 28px;
  line-height: 36px;
}
body .wrap-numbers ul li {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: table;
}
body .wrap-numbers ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 3px;
  background: #fff;
}
body .wrap-numbers .item-number {
  display: table;
  padding: 15px 0;
  margin: 0 auto;
}
body .wrap-numbers .item-number .number {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 65px;
  font-weight: 700;
}
body .wrap-numbers .item-number .subtitle {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
body .wrap-topics {
  background-color: #00226f;
  background-size: cover;
  padding: 80px 0 50px;
}
body .wrap-topics .subtitle {
  display: table;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin-top: 40px;
}
body .wrap-topics .topics {
  width: 100%;
  float: left;
  padding-top: 20px;
}
body .wrap-topics p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
body .topic-card-content p {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body .card-topic-service {
  border-radius: 8px;
  background: #2076e6;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px;
  width: 100%;
  margin-top: 20px;
}
body .card-topic-service h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  width: 95%;
}
body .wrap-topics .topics .item-topic {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
body .wrap-topics .topics .item-topic span {
  display: table;
  width: 100%;
  color: #353535;
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
body .topic-card {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 24px;
  width: 100%;
  min-height: 100px;
  max-height: 100px;
  max-width: 364px;
}
body .wrap-contact {
  background: url(../image/contato.svg) no-repeat;
  background-size: cover;
  background-position: 100% center;
  height: auto;
}
body .wrap-contact .full {
  float: right;
  margin-top: -75px;
}
body .wrap-contact p {
  margin-bottom: 50px;
}
body .wrap-contact h2 {
  color: #282622;
}
body .wrap-contact h3 {
  color: #282622;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  display: table;
  margin-bottom: 15px;
}
body .wrap-contact .contacts {
  display: flex;
}
body .wrap-contact .contacts a {
  margin-right: 15px;
}
body .wrap-contact .contacts a:last-of-type {
  margin-right: 0;
}
body .wrap-contact .contacts a span {
  color: #282622;
}
body .wrap-gallery {
  padding: 0 0 70px;
}
body .wrap-gallery .bar {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 35px;
  border-radius: 0 0 25px 25px;
  background: #282622;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
}
body .wrap-gallery .bar .item-topic {
  display: flex;
  align-items: center;
}
body .wrap-gallery .bar .item-topic span {
  padding-left: 15px;
  display: table;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
body .wrap-gallery .box-title {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
body .wrap-gallery .box-title h2 {
  width: 100%;
  text-align: center;
}
body .wrap-gallery .box-title p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .wrap-gallery .item-gallery {
  float: left;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #000;
}
body .wrap-gallery .item-gallery img {
  float: left;
  width: 100%;
  transition: 0.5s;
}
body .wrap-gallery .item-gallery:hover img {
  transform: scale(1.1);
}
body .wrap-gallery .item-gallery.type-video:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../image/play.svg) center center no-repeat;
}
body .wrap-gallery .btn-blue {
  margin: 0 auto;
}
body .wrap-gallery .carousel-wrap-gallery.owl-item {
  padding: 15px 10px;
}
body .wrap-gallery .carousel-wrap-gallery.owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}
body .wrap-gallery .carousel-wrap-gallery.owl-dots button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background: #767676;
  margin: 0 5px;
}
body .wrap-gallery.carousel-wrap-gallery.owl-dots button.active {
  transform: scale(1.3);
  background: #373737;
}
body .wrap-gallery .carousel-wrap-gallery.disabled {
  display: none;
}
body .wrap-text-bg {
  padding: 80px 0;
  background: url(../image/bg-grey.png) center center no-repeat;
  background-size: cover;
}
body .wrap-text-bg h2 {
  margin-bottom: 0;
}
body .wrap-text-bg .subtitle {
  display: table;
  color: #282622;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .wrap-text-bg .box-table {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #828282;
  background: #ededed;
}
body .wrap-text-bg .box-table .row {
  margin: 0;
  background: #ededed;
}
body .wrap-text-bg .box-table .row:nth-of-type(2n) {
  background: #fff;
}
body .wrap-text-bg .box-table .row > div {
  padding: 0;
  border-right: 1px solid #828282;
}
body .wrap-text-bg .box-table .row > div:last-of-type {
  border-right: 0;
}
body .wrap-text-bg .box-table span {
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #282622;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
body .wrap-text-bg .box-table span.white {
  color: #fff;
}
body .wrap-text-bg .row-boxes {
  margin: -5px;
}
body .wrap-text-bg .row-boxes > div {
  padding: 0 5px;
}
body .wrap-text-bg .item-box {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(180deg, #282622 0%, #282622 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 235px;
}
body .wrap-text-bg .item-box .into {
  width: 100%;
  padding: 0 20px;
}
body .wrap-text-bg .item-box .title {
  display: table;
  width: 100%;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}
body .wrap-text-bg .item-box .info {
  display: table;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
body .wrap-text-bg .item-box .google-icon {
  display: table;
  margin: 0 auto;
  color: #fff;
}
body .wrap-text-bg .item-box p {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}
body .wrap-text-bg .item-box .into-hide {
  display: none;
}
body .wrap-full {
  height: 640px;
  display: flex;
  align-items: center;
}
body .wrap-full h2 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
body .wrap-testimonials {
  padding: 80px 0 0;
}
body .wrap-testimonials h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
body .wrap-testimonials .row-testimonials {
  margin: 0 -25px;
}
body .wrap-testimonials .row-testimonials > div {
  padding: 0 25px;
}
body .wrap-testimonials .item-testimonial {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 15px 0px 15px 15px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 45px 30px;
  border: 1px solid #c1c1c1;
}
body .wrap-testimonials .item-testimonial svg {
  display: table;
  margin: 0 auto 15px;
}
body .wrap-testimonials .item-testimonial p {
  color: #353535;
  font-size: 18px;
  font-weight: 400;
}
body .wrap-testimonials .item-testimonial .title {
  display: table;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
body .wrap-testimonials .into-clients {
  float: left;
  width: calc(100% + 260px);
  margin-left: -130px;
  padding: 220px 130px 50px;
  border-radius: 15px;
  background: #775732;
  margin-top: -200px;
}
body .wrap-testimonials .into-clients .carousel-clients .owl-stage {
  display: flex;
}
body .wrap-testimonials .into-clients .carousel-clients .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .wrap-testimonials .into-clients .carousel-clients .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 30px;
}
body .wrap-testimonials .into-clients .carousel-clients .owl-dots button {
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: none;
  background: #ccc;
  margin: 0 5px;
}
body .wrap-testimonials .into-clients .carousel-clients .owl-dots button.active {
  transform: scale(1.3);
  background: #b37e3a;
}
body .wrap-testimonials .into-clients .carousel-clients .disabled {
  display: none;
}
@media only screen and (max-width: 991px) {
  body .home-banner .item-banner {
    height: 500px;
  }
  body .home-banner .item-banner h2 {
    font-size: 44px;
    line-height: 52px;
  }
  body .home-banner .item-banner p {
    font-size: 24px;
    line-height: 32px;
  }
  body .wrap-numbers h2 {
    font-size: 26px;
    line-height: 34px;
  }
  body .wrap-numbers ul li br {
    display: none;
  }
  body .wrap-numbers .item-number .number {
    font-size: 40px;
  }
  body .wrap-contact .full {
    display: none;
  }
  body .wrap-contact .contacts {
    flex-wrap: wrap;
  }
  body .wrap-contact .contacts a {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  body .wrap-contact .box-form {
    margin-top: 20px;
    padding: 30px;
  }
  body .wrap-contact {
    padding: 80px 0;
  }
  body .wrap-gallery .bar {
    flex-wrap: wrap;
    padding: 35px 20px;
  }
  body .wrap-gallery .bar .item-topic {
    padding: 15px 0;
  }
  body .wrap-gallery .box-title h2 br {
    display: none;
  }
  body .wrap-gallery .box-title p br {
    display: none;
  }
  body .wrap-text-bg h2 {
    margin-bottom: 20px;
  }
  body .wrap-text-bg .box-table span {
    font-size: 14px;
    line-height: 20px;
  }
  body .wrap-text-bg .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  body .wrap-text-bg .box-text {
    margin-bottom: 40px;
  }
}
body .quote-form-container {
  max-width: 900px;
  width: 100%;
  margin: 70px auto;
  height: 700px;
}
body .quote-title {
  text-align: center;
  color: #00226f !important;
  font-size: 30px;
  font-weight: 400 !important;
  margin-bottom: 8px;
}
body .quote-subtitle {
  text-align: center;
  color: #202020 !important;
  font-size: 16px;
  margin-bottom: 32px;
}
body .quote-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  gap: 48px;
  position: relative;
}
body .gallery-section {
  padding: 40px 0;
  background: #f7f7fa;
}
body .gallery-text-box {
  padding: 32px 24px;
  margin-bottom: 24px;
}
body .gallery-text-box h2 {
  color: #00226f;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.2;
}
body .gallery-text-box p {
  color: #202020;
  font-size: 1rem;
  margin-bottom: 32px;
}
body .gallery-text-box strong {
  font-weight: 900;
  color: #2076e6;
}
body .gallery-btn {
  display: inline-block;
  background: #2076e6;
  color: #fff;
  font-weight: 700;
  border-radius: 24px;
  padding: 12px 36px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: background 0.2s;
}
body .gallery-btn:hover {
  background: #00226f;
}
body .gallery-carousel-wrap {
  position: relative;
  width: 100%;
}
body .gallery-carousel {
  width: 100%;
}
body .gallery-slide {
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 2px 12px 0 rgba(32, 118, 230, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
}
body .gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body .gallery-carousel-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}
body .gallery-carousel-nav button {
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  body .gallery-title {
    font-size: 1.3rem;
  }
  body .gallery-text-box {
    padding: 18px 10px;
  }
  body .gallery-section {
    padding: 20px 0;
  }
}
body .doacao-impacto {
  background: url(../image/docao_bg.svg) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}
body .doacao-impacto .connect-bg-right-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60vw;
  z-index: -1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .doacao-impacto .doacao-impacto__subtitle {
  font-size: 15px;
  color: #012b6f;
}
body .doacao-impacto .doacao-impacto__title {
  font-size: 38px;
  color: #012b6f !important;
  font-weight: 400;
}
body .doacao-impacto .doacao-impacto__title span {
  color: #2076e6;
  font-weight: 700;
}
body .doacao-impacto .doacao-impacto__desc {
  color: #202020;
  font-size: 16px;
  max-width: 817px;
  margin: 0 auto;
}
body .doacao-impacto .doacao-impacto__card {
  border-radius: 8px;
  background: #fff;
  padding: 48px !important;
}
body .doacao-impacto .doacao-impacto__card .doacao-impacto__card-title {
  color: #00226f;
  font-size: 20px;
  font-weight: 700;
  margin-left: 30px;
}
body .doacao-impacto .doacao-impacto__card .doacao-impacto__card-title a {
  color: inherit;
}
body .doacao-impacto .doacao-impacto__card .doacao-impacto__card-desc {
  color: #202020;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  body .home-banner {
    height: auto;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
  }
  body .home-banner .banner-wave,
  body .home-banner .banner-right {
    display: block;
  }
  body .home-banner .owl-carousel,
  body .home-banner .owl-stage-outer,
  body .home-banner .owl-stage {
    height: 100%;
  }
  body .home-banner .item-banner {
    height: auto;
    min-height: 550px;
    padding: 20px 0;
  }
  body .home-banner .banner-content-container {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
    height: auto;
    min-height: 500px;
    justify-content: center;
    align-items: center;
  }
  body .home-banner .banner-main-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body .home-banner .banner-content {
    position: relative;
    width: 100%;
    padding: 20px;
    left: auto;
    top: auto;
    bottom: auto;
    text-align: center;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 15px 20px 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-height: none;
    overflow: visible;
  }
  body .home-banner .banner-content h1,
  body .home-banner .banner-content h2 {
    font-size: 2.2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 15px;
    color: #00226f !important;
  }
  body .home-banner .banner-content p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 20px;
    color: #282622 !important;
  }
  body .home-banner .banner-carousel-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    z-index: 15;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 10px;
  }
  body .home-banner .banner-carousel-prev,
  body .home-banner .banner-carousel-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #00226f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
  body .home-banner .banner-carousel-prev:hover,
  body .home-banner .banner-carousel-next:hover {
    background: rgb(255, 255, 255);
    transform: scale(1.05);
  }
  body .home-banner .banner-carousel-prev svg,
  body .home-banner .banner-carousel-next svg {
    width: 16px;
    height: 16px;
  }
  body .home-banner .banner-bottom-card {
    position: relative;
    bottom: 0;
    height: auto;
    margin-top: 30px;
  }
  body .home-banner .banner-bottom-card .container {
    height: auto;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-content {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    height: auto;
    gap: 15px;
    border-radius: 12px;
    margin: 0 15px;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    min-width: auto;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-icon svg {
    width: 50px;
    height: 50px;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-text {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    order: 2;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    min-width: auto;
    order: 3;
  }
  body .banner-bottom-btn {
    width: 100% !important;
    max-width: 280px !important;
    padding: 14px 24px !important;
    font-size: 0.95rem !important;
    border-radius: 25px !important;
    gap: 10px !important;
  }
  body .banner-bottom-btn svg {
    width: 20px !important;
    height: 20px !important;
  }
  body .btn-default {
    width: 100%;
    max-width: 250px;
    margin: 15px auto 0;
    padding: 12px 20px;
    font-size: 0.9rem;
    border-radius: 25px;
    text-align: center;
    display: block;
    background: #00226f !important;
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  body .btn-default:hover {
    background: #2076e6 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 34, 111, 0.3);
  }
  body .btn-default span {
    color: #ffffff !important;
  }
  body .quote-form-container {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    padding: 18px 4px 24px 4px !important;
    box-sizing: border-box;
    width: 100%;
    margin: 30px auto 30px auto;
    max-width: 100vw;
  }
  body .quote-form {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  body .quote-step-content {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    padding-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body .home-banner {
    height: 600px;
  }
  body .home-banner .item-banner {
    height: 550px;
  }
  body .home-banner .banner-content h1,
  body .home-banner .banner-content h2 {
    font-size: 3rem !important;
    line-height: 1.3 !important;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-content {
    padding: 0 30px;
  }
  body .home-banner .banner-bottom-card .banner-bottom-card-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  body .wrap-topics {
    padding: 36px 0 20px;
    text-align: center;
  }
  body .wrap-topics .container {
    padding: 0 8px;
  }
  body .wrap-topics .row {
    flex-direction: column;
    gap: 24px;
  }
  body .wrap-topics .col-lg-5,
  body .wrap-topics .col-lg-7 {
    width: 100%;
    max-width: 100%;
    flex: none;
    padding: 0;
  }
  body .wrap-topics svg {
    display: block;
    max-width: 90vw;
    height: auto;
  }
  body .wrap-topics .subtitle {
    font-size: 1.3rem;
    margin-top: 18px;
  }
  body .topics-cards {
    width: 100%;
    margin: 0 auto;
  }
  body .topics-cards .row {
    flex-direction: column;
    gap: 0;
    padding: 0 20px;
  }
  body .topic-card {
    max-width: 100%;
    padding: 16px 10px;
    margin: 0 0 8px 0;
    gap: 12px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  body .topics-cards .col-lg-6.mb-4,
  body .topics-cards .col-md-6.mb-4 {
    margin-bottom: 8px !important;
  }
  body .topic-card-icon img,
  body .topic-card-icon svg {
    width: 26px !important;
    height: 26px !important;
  }
  body .topic-card-content p {
    font-size: 15px;
    text-align: left;
  }
  body .card-topic-service {
    flex-direction: column;
    gap: 12px;
    padding: 18px 10px;
    margin-top: 10px;
    border-radius: 8px;
    width: 100%;
  }
  body .card-topic-service h1 {
    font-size: 1.1rem;
    width: 100%;
    margin-bottom: 8px;
  }
  body .banner-bottom-card-btn {
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto !important;
    padding: 12px 0 !important;
    font-size: 0.98rem !important;
  }
  body .wrap-contact {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
    padding-bottom: 0 !important;
  }
}
body {
  /* SOBRE */
}
body .content-about {
  padding: 80px 0;
}
body .content-about h2 {
  margin-bottom: 10px;
}
body .content-about .subtitle {
  display: table;
  color: #282622;
  font-size: 23px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
body .content-about .open-video {
  float: left;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: #000;
}
body .content-about .open-video img {
  float: left;
  width: 100%;
  transition: 0.5s;
  opacity: 0.65;
}
body .content-about .open-video:hover img {
  transform: scale(1.1);
}
body .content-about .open-video:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(../image/play.svg) center center no-repeat;
}
body .content-about-mvv {
  background: #e3ddd1;
}
body .content-about-mvv .full {
  float: left;
  margin-top: -150px;
  margin-left: -60px;
}
body .content-about-mvv .item-mvv {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 15px 0px 15px 15px;
  background: url(../image/bg-logo.svg) left center no-repeat #282622;
  height: 100%;
}
body .content-about-mvv .item-mvv img {
  display: table;
  margin-bottom: 10px;
}
body .content-about-mvv .item-mvv .title {
  display: table;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
body .content-about-mvv .item-mvv p {
  margin-bottom: 0;
  color: #fff;
  line-height: 24px;
}
body .content-team {
  padding: 80px 0;
}
body .content-team .box-title {
  margin-bottom: 35px;
}
body .content-team .box-title h2,
body .content-team .box-title p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
body .content-team .item-team {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
body .content-team .item-team img {
  display: table;
  margin: 0 auto;
  border-radius: 50%;
}
body .content-team .item-team .box-text {
  width: 100%;
  float: left;
  margin-top: -65px;
  padding: 95px 30px 10px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
body .content-team .item-team .box-text .title {
  display: table;
  text-align: center;
  width: 100%;
  color: #824d09;
  font-size: 18px;
  font-weight: 700;
}
body .content-team .item-team .box-text p {
  width: 100%;
  text-align: center;
}
body .content-team .hide-box {
  float: left;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 991px) {
  body .content-about .subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  body .content-about-mvv {
    padding: 80px 0 0;
  }
  body .content-about-mvv .full {
    margin-top: -90px;
  }
  body .content-about-mvv .item-mvv {
    margin-bottom: 30px;
    height: auto;
  }
}
body .sobre-mvv-section {
  position: relative;
  padding: 40px 0;
  background-color: #001163;
}
body .sobre-mvv-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../image/docao_bg.svg) center center/cover no-repeat;
  opacity: 0.49; /* ajuste aqui a transparência da imagem */
}
body .sobre-mvv-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
body .sobre-mvv-blocos {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin: 40px 0;
  flex-wrap: wrap;
}
body .sobre-mvv-card {
  border-radius: 15px 0px 15px 15px;
  background: var(--Linear, linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, rgba(61, 120, 254, 0.2) 100%));
  padding: 32px;
  color: #fff;
  width: 376px;
  min-width: 260px;
  margin-bottom: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body .sobre-mvv-card p {
  color: #fff !important;
  margin-top: 10px !important;
}
body .sobre-mvv-card ul {
  margin-top: 10px !important;
  padding-left: 20px;
}
body .sobre-mvv-card ul li {
  list-style: disc;
  line-height: 30px;
}
body .sobre-mvv-emoji {
  font-size: 32px;
  margin-bottom: 16px;
}
body .sobre-mvv-title {
  color: #2076e6;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 0;
}
body .sobre-mvv-text {
  margin-top: 12px;
  color: #fff;
}
body .sobre-mvv-list {
  margin-top: 12px;
  padding-left: 18px;
}
body .sobre-mvv-list li {
  margin-bottom: 4px;
}
body .sobre-galeria-title {
  color: #00226f;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  body .sobre-mvv-blocos {
    gap: 16px;
  }
  body .sobre-mvv-card {
    width: 100%;
    min-width: 0;
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  body .sobre-mvv-section {
    padding: 24px 0;
  }
  body .sobre-mvv-card {
    padding: 16px;
  }
}
body {
  /* SERVIÇOS */
}
body .content-service {
  padding: 80px 0;
  background: #f8f8f8;
}
body .content-service .full {
  float: left;
  width: 100%;
  border-radius: 15px 0px 15px 15px;
  margin-bottom: 20px;
}
body .content-service h3 {
  color: #353535;
  font-size: 38px;
  font-weight: 600;
  display: table;
  margin-bottom: 10px;
}
body .content-service hr {
  border: none;
  background: none;
  height: 1px;
  width: 100%;
  background: #c2c2c2;
  float: left;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  body .content-service h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
body {
  /* CONTATO */
}
body .content-contact {
  padding: 20px 0 80px;
}
body .content-contact .breadcrumbs {
  position: relative;
  top: auto;
  margin-bottom: 35px;
}
body .content-contact .breadcrumbs a,
body .content-contact .breadcrumbs span {
  color: #282622;
}
body .content-contact h1 {
  margin-bottom: 10px;
}
body .content-contact .subtitle {
  color: #282622;
  font-size: 23px;
  font-weight: 600;
  display: table;
  margin-bottom: 20px;
}
body .content-contact .box-contacts {
  float: left;
  padding: 30px 10px 30px 30px;
  border-radius: 15px 0px 15px 15px;
  background: #282622;
}
body .content-contact .box-contacts .title {
  display: table;
  margin-bottom: 20px;
  color: #b37e3a;
  font-size: 23px;
  font-weight: 600;
}
body .content-contact .box-contacts .infos {
  display: flex;
  flex-wrap: wrap;
}
body .content-contact .box-contacts .infos a {
  margin-bottom: 20px;
  margin-right: 20px;
}
body .content-contact .box-contacts .infos a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  body .content-contact .box-contacts {
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  body .content-contact .box-contacts .infos .link-contact {
    width: 100%;
    margin-right: 0;
  }
  body .content-contact .box-contacts .infos .link-contact span {
    font-size: 14px;
  }
}
body {
  /* FORMULÁRIO DE ORÇAMENTO */
  /* Form Container - Ajustado para seção */
}
body .quote-form-container {
  margin: 0 auto;
  padding: 40px 20px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
}
body .quote-title {
  text-align: center;
  color: #00226f !important;
  font-size: 28px;
  font-weight: 400 !important;
  margin-bottom: 8px;
}
body .quote-subtitle {
  text-align: center;
  color: #202020 !important;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.5;
}
body {
  /* Steps Indicator - Ajustado */
}
body .quote-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  gap: 60px;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
body .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #b0b0b0;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  z-index: 2;
  flex: 1;
}
body .step span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c9c9c9;
  color: #1a237e;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 16px;
  margin-bottom: 8px;
  transition: background 0.2s, color 0.2s;
}
body .step.active span {
  background: #2076e6;
  color: #fff;
}
body .step.active {
  color: #2076e6;
}
body .step div {
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
}
body .step-bar {
  position: absolute;
  top: 31px;
  left: 180px;
  right: 180px;
  height: 3px;
  background: #b9b9b9 !important;
  z-index: 1;
}
body .radio-group {
  display: flex;
  gap: 6px;
}
body {
  /* Form Layout - Ajustado para seção */
}
body .quote-form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}
body .quote-step-content {
  width: 100%;
}
body .quote-form-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
body .form-group {
  flex: 1;
  min-width: 250px;
}
body .form-group[style*="width:100%"] {
  flex: 1 1 100%;
  min-width: 100%;
}
body .form-group label {
  display: block;
  margin: 8px 0;
  font-weight: 600;
  color: #1a237e;
  font-size: 15px;
}
body .form-group input,
body .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background: #fff;
}
body .form-group input:focus,
body .form-group textarea:focus {
  outline: none;
  border-color: #2076e6;
  box-shadow: 0 0 0 3px rgba(32, 118, 230, 0.1);
}
body .form-group input[readonly] {
  background-color: #f8f9fa;
  color: #666;
}
body {
  /* Required Field Indicator */
}
body .required {
  color: #ff4444;
  font-weight: bold;
  margin-left: 2px;
}
body {
  /* Error Styling */
}
body .error-message {
  color: #ff4444;
  font-size: 12px;
  margin-top: 4px;
  display: none;
  font-weight: 500;
}
body .form-group input.error,
body .form-group textarea.error {
  border-color: #ff4444;
}
body .form-group input.error:focus,
body .form-group textarea.error:focus {
  border-color: #ff4444;
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.1);
}
body {
  /* Service Options - Layout em duas colunas */
}
body .service-options {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
body .radio-column {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
body .other-service-input {
  margin-left: 10px;
  width: 150px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}
body .radio-label {
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  font-size: 14px !important;
  padding: 6px 0 !important;
  transition: all 0.2s ease !important;
}
body .radio-label:hover {
  color: #2076e6;
}
body .radio-custom {
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #ddd !important;
  border-radius: 50% !important;
  margin-right: 12px !important;
  position: relative !important;
  background: white !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  display: block !important;
}
body .radio-label input[type=radio] {
  display: none !important;
}
body .radio-label input[type=radio]:checked + .radio-custom {
  border-color: #2076e6 !important;
  background: #2076e6 !important;
}
body .radio-label input[type=radio]:checked + .radio-custom::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 8px !important;
  height: 8px !important;
  background: white !important;
  border-radius: 50% !important;
}
body {
  /* Checkbox - Melhorado */
}
body .checkbox-label {
  display: flex !important;
  align-items: flex-start !important;
  cursor: pointer !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  padding: 8px 0 !important;
  transition: all 0.2s ease !important;
}
body .checkbox-label:hover {
  color: #2076e6;
}
body .checkbox-custom {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #ddd !important;
  border-radius: 4px !important;
  margin-right: 12px !important;
  margin-top: 1px !important;
  position: relative !important;
  background: white !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
  display: block !important;
}
body .checkbox-label input[type=checkbox] {
  display: none !important;
}
body .checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  border-color: #2076e6 !important;
  background: #2076e6 !important;
}
body .checkbox-label input[type=checkbox]:checked + .checkbox-custom::after {
  content: "✓" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: bold !important;
}
body {
  /* Textarea - Compacto */
}
body textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}
body {
  /* Form Actions - Ajustado para seção */
}
body .quote-form-actions {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  padding-top: 20px;
}
body .quote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2076e6;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-radius: 24px;
  padding: 12px 32px;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px 0 rgba(32, 118, 230, 0.08);
  min-width: 100px;
  text-decoration: none;
}
body .quote-btn:hover {
  background: #1a237e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px 0 rgba(32, 118, 230, 0.15);
}
body .quote-btn:active {
  transform: translateY(0);
}
body {
  /* Responsive Design - Otimizado */
}
@media (max-width: 768px) {
  body .quote-form-container {
    padding: 20px 15px;
    max-width: 100%;
  }
  body .quote-title {
    font-size: 24px;
  }
  body .quote-subtitle {
    font-size: 14px;
    margin-bottom: 25px;
  }
  body .quote-steps {
    margin-bottom: 25px;
    gap: 30px;
  }
  body .step span {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  body .step div {
    font-size: 11px;
  }
  body .quote-form-row {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
  }
  body .form-group {
    min-width: 100%;
  }
  body .quote-form-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 30px;
    padding-top: 15px;
  }
  body .quote-btn {
    width: 100%;
    min-width: auto;
    padding: 12px 24px;
  }
  body .radio-group {
    gap: 6px;
  }
  body .radio-custom {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  body .radio-label input[type=radio]:checked + .radio-custom::after {
    width: 6px;
    height: 6px;
  }
  body .service-options {
    flex-direction: column;
    gap: 12px;
  }
  body .radio-column {
    min-width: 100%;
  }
  body .other-service-input {
    width: 120px;
  }
  body .radio-label,
  body .checkbox-label {
    font-size: 13px;
  }
  body .checkbox-custom {
    width: 20px;
    height: 20px;
  }
  body .checkbox-label input[type=checkbox]:checked + .checkbox-custom::after {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  body .quote-form-container {
    padding: 10px 0;
  }
  body .quote-title {
    font-size: 20px;
  }
  body .step span {
    width: 28px;
    height: 28px;
    font-size: 11px;
  }
  body .step div {
    font-size: 10px;
  }
  body .form-group input,
  body .form-group textarea {
    padding: 10px 12px;
    font-size: 13px;
  }
  body .quote-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}
body {
  /* NOVO LAYOUT ORÇAMENTO/CONTATO - ESTILO DA IMAGEM */
}
body .content-contact.orcamento-section {
  background: #f7f7fa;
  padding: 60px 0 60px 0;
}
body .orcamento-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
body .orcamento-row {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .orcamento-col-left {
  flex: 1 1 655px;
  min-width: 655px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
body .orcamento-title {
  color: #00226f;
  font-size: 38px;
  font-weight: 600;
}
body .orcamento-list {
  margin-top: 30px;
  color: #202020;
  font-size: 18px;
  font-weight: 400;
  padding: 0 20px;
}
body .orcamento-list li {
  margin-bottom: 2px;
  list-style: disc !important;
}
body .orcamento-follow-box {
  background: #2076e6;
  border-radius: 0 0 12px 12px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
body .orcamento-follow-title {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
body .orcamento-follow-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}
body .orcamento-follow-socials a {
  color: #fff;
  font-size: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
body .orcamento-follow-socials a:hover {
  background: #ffe03a;
  color: #1a0a6a;
}
body .orcamento-col-right {
  flex: 1 1 490px;
  min-width: 490px;
  max-width: 520px;
  background: #fff;
  border-radius: 12px;
  padding: 48px;
}
body .orcamento-form-title {
  color: #1a237e;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
body .orcamento-form .form-group label,
body .orcamento-form .form-group .field-title {
  color: #1a237e;
  font-weight: 600;
  font-size: 16px;
}
body .orcamento-form .form-group input,
body .orcamento-form .form-group textarea,
body .orcamento-form .form-group select {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background: #f2f2f2;
  padding: 12px 14px;
  font-size: 1rem;
  margin-bottom: 10px;
}
body .orcamento-form .form-group input:focus,
body .orcamento-form .form-group textarea:focus,
body .orcamento-form .form-group select:focus {
  border-color: #2076e6;
  box-shadow: 0 0 0 2px rgba(32, 118, 230, 0.08);
}
body .orcamento-form .btn-default {
  width: 100%;
  background: #2076e6;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 24px;
  padding: 14px 0;
  margin-top: 18px;
  transition: background 0.2s;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(32, 118, 230, 0.08);
}
body .orcamento-form .btn-default:hover {
  background: #1a237e;
}
body .orcamento-send-button {
  display: flex !important;
  align-items: center !important;
}
@media (max-width: 991px) {
  body .contato-form .quote-form-container {
    padding: 20px 20px;
    position: relative;
  }
  body .orcamento-row {
    flex-direction: column;
    gap: 20px;
  }
  body .orcamento-col-left,
  body .orcamento-col-right {
    max-width: 100%;
    min-width: 0;
  }
  body .orcamento-col-right {
    padding: 24px 10px 18px 10px;
  }
}
@media (max-width: 600px) {
  body .contato-form {
    height: auto !important;
  }
  body .contato-form .quote-form-container {
    position: relative !important;
    padding: 20px 20px;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 auto !important;
    transform: none !important;
    max-width: 100% !important;
  }
  body .content-contact.orcamento-section {
    padding: 24px 0;
  }
  body .orcamento-col-left,
  body .orcamento-col-right {
    padding: 0;
  }
  body .orcamento-col-right {
    padding: 12px 2px 10px 2px;
  }
  body .orcamento-title,
  body .orcamento-form-title {
    font-size: 1.2rem;
  }
}
body {
  /* --- NOVA SECTION DE INFORMAÇÕES DE CONTATO --- */
}
body .contato-info-section {
  background: #1643aa;
  padding: 48px 0 32px 0;
  height: 510px;
}
body .contato-info-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
body .contato-info-section h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
body .contato-info-section .info-box {
  background: var(--Linear, linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, rgba(61, 120, 254, 0.2) 100%));
  color: #fff;
  border-radius: 16px;
  padding: 45px 60px;
  box-shadow: 0 2px 16px 0 rgba(44, 22, 160, 0.08);
}
body .contato-info-section .info-group {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  gap: 15px;
}
body .contato-info-section .info-group:last-child {
  margin-bottom: 0;
}
body .contato-info-section .info-icon {
  font-size: 1.7rem;
  margin-right: 16px;
  color: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}
body .contato-info-section .info-label {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 2px;
}
body .contato-info-section .info-text {
  font-size: 1rem;
  color: #fff;
  opacity: 0.95;
}
body .contato-info-section hr {
  border-top: 1px dashed #6c63ff;
  opacity: 0.5;
  margin-top: 32px;
  margin-bottom: 0;
}
body .contato-form {
  background: #f2f2f2;
  height: 720px;
}
body .contato-form .container {
  position: relative;
}
body .contato-form .quote-form-container {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  bottom: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 34.4px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  min-height: 800px;
}
body .contato-form .quote-form-container .quote-form-actions {
  border-top: none;
}
body .contato-form .quote-form-container .quote-title {
  font-weight: 700 !important;
}
body .contato-form .quote-form-container input {
  border-radius: 5px;
  border: 1px solid #d5d5d5;
  background: #f2f2f2;
}
body .contato-form .quote-form-container .quote-btn {
  min-width: 230px;
}
@media (max-width: 991px) {
  body .contato-info-section .row {
    flex-direction: column;
  }
  body .contato-info-section h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  body .contato-info-section .info-box {
    padding: 24px 12px 18px 12px;
  }
}
@media (max-width: 600px) {
  body .contato-info-section {
    padding: 24px 0 12px 0;
  }
  body .contato-info-section .info-box {
    padding: 12px 2px 10px 2px;
    border-radius: 10px;
  }
  body .contato-info-section h2 {
    font-size: 1.2rem;
  }
  body .contato-info-section .info-label,
  body .contato-info-section .info-text {
    font-size: 0.95rem;
  }
  body .contato-info-section .info-icon {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
body {
  /* DUVIDAS */
}
body .content-faq {
  padding: 80px 0;
  background: #f8f8f8;
}
body .content-faq h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
body .content-faq .item-accordion {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
body .content-faq .item-accordion .open-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  color: #282622;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #a8a8a8;
  width: 100%;
  float: left;
}
body .content-faq .item-accordion .open-accordion i {
  margin-left: 20px;
  color: #824d09;
  transition: 0.5s;
}
body .content-faq .item-accordion .open-accordion.active i {
  transform: rotate(-180deg);
}
body .content-faq .item-accordion .content-accordion {
  float: left;
  width: 100%;
  padding-top: 20px;
  display: none;
}
body .section-doacao {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
body .section-doacao h2 {
  color: #2076e6;
  font-size: 36px;
  font-weight: 700;
}
body .section-doacao .card-doacao {
  border-radius: 30px;
  background: #00226f;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 70px;
}
body .section-doacao .card-doacao p {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  body .content-faq .item-accordion .open-accordion {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  body .section-doacao {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 0 8px;
    margin: 0;
  }
  body .section-doacao .col-lg-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 18px;
    text-align: center;
  }
  body .section-doacao .card-doacao_title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    text-align: center;
  }
  body .section-doacao .card-doacao {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 18px 10px;
    margin-top: 0;
    border-radius: 18px;
  }
  body .section-doacao .card-doacao span {
    margin-bottom: 10px;
    display: block;
  }
  body .section-doacao .card-doacao p {
    font-size: 15px;
    text-align: center;
    color: #fff;
  }
}
body {
  /* BLOG */
}
body .content-single-blog {
  padding: 80px 0;
  background: #f8f8f8;
}
body .content-single-blog h1,
body .content-single-blog h2,
body .content-single-blog h4,
body .content-single-blog h5,
body .content-single-blog h6 {
  color: #012b6f;
}
body .content-single-blog h3 {
  color: #757575;
  font-size: 23px;
  font-weight: 400;
}
body .content-single-blog p {
  color: #202020;
  font-size: 16px;
}
body .content-single-blog .full {
  float: left;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}
body .box-form-2 .box-title {
  text-align: center;
  margin-bottom: 18px;
}
body .box-form-2 h2 {
  color: #2a0fa3;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
body .box-form-2 p {
  color: #222;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
body .box-form-2 .contact-form {
  width: 100%;
}
body .box-form-2 .form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
body .box-form-2 .field-title {
  font-weight: 600;
  color: #222;
  font-size: 1rem;
  margin-bottom: 6px;
}
body .box-form-2 input,
body .box-form-2 select,
body .box-form-2 textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
  background: #fff;
  transition: border 0.2s;
  margin-bottom: 0;
}
body .box-form-2 input:focus,
body .box-form-2 select:focus,
body .box-form-2 textarea:focus {
  border-color: #2a0fa3;
  outline: none;
}
body .box-form-2 textarea {
  min-height: 80px;
  resize: vertical;
}
body .box-form-2 .group-check {
  display: flex;
  align-items: center;
  font-size: 0.97rem;
  color: #222;
  margin-bottom: 0;
}
body .box-form-2 .group-check input[type=checkbox] {
  margin-right: 8px;
  accent-color: #2a0fa3;
  width: 18px;
  height: 18px;
}
body .box-form-2 button[type=submit] {
  width: 100%;
  background: #2a0fa3;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 24px;
  padding: 14px 0;
  margin-top: 18px;
  transition: background 0.2s;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(32, 118, 230, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
body .box-form-2 button[type=submit]:hover {
  background: #1a237e;
}
body .contact-bar {
  border-radius: 15px;
  background: #ffc702;
  padding: 30px 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
body .contact-bar .contact-bar-call {
  font-size: 16px;
  display: block;
}
body .contact-bar .contact-bar-phone {
  color: #00226f;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 768px) {
  body .contact-bar {
    padding: 25px 20px;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  body .contact-bar .contact-bar-call {
    font-size: 14px;
  }
  body .contact-bar .contact-bar-phone {
    font-size: 20px;
  }
}
body {
  /* Remove regras antigas do formulário lateral do blog */
}
body .content-single-blog .box-form {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}
body .content-single-blog .box-form h2,
body .content-single-blog .box-form form textarea {
  font-size: inherit;
  line-height: inherit;
  height: auto;
}
@media (max-width: 600px) {
  body .box-form-2 {
    padding: 16px 6px 12px 6px;
    max-width: 100%;
  }
  body .box-form-2 h2 {
    font-size: 1.3rem;
  }
  body .box-form-2 .field-title {
    font-size: 0.97rem;
  }
}
body .card-blog-side {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #bcbcbc;
}
body .card-blog-side img {
  width: 80px;
  flex-shrink: 0;
  border-radius: 5px;
}
body .card-blog-side span {
  display: table;
  padding: 0 10px;
  color: #282622;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}
body .blog-section {
  background: #f2f2f2;
  padding: 56px 0 48px 0;
}
body .blog-section .blog-title-box {
  margin-bottom: 40px !important;
}
body .blog-section .blog-title {
  color: #2a0a6c;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
body .blog-section .blog-subtitle {
  color: #202020;
  font-size: 18px;
  max-width: 680px;
  margin: 0 auto;
}
body .blog-section .row {
  display: flex;
  flex-wrap: wrap;
}
body .blog-section .blog-card {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(32, 118, 230, 0.1);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  border: none;
}
body .blog-section .blog-card:hover {
  box-shadow: 0 8px 32px 0 rgba(32, 118, 230, 0.18);
  transform: translateY(-4px) scale(1.01);
}
body .blog-section .blog-card-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #eaeaea;
  flex-shrink: 0;
}
body .blog-section .blog-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.2s;
}
body .blog-section .blog-card:hover .blog-card-img {
  transform: scale(1.04);
}
body .blog-section .blog-card-body {
  padding: 18px;
}
body .blog-section .blog-main-btn {
  display: block;
  margin: 32px auto 0 auto;
  max-width: 235px;
  color: #fff !important;
  border-radius: 24px !important;
  font-weight: 600;
  border: none;
  text-align: center;
}
body .blog-section .blog-main-btn:hover {
  background: #2076e6 !important;
  color: #fff !important;
}
body .blog-card-content {
  flex: 0 1 auto;
  height: 100px;
}
body .blog-card-content .blog-card-title {
  color: #012b6f;
  font-size: 18px;
  font-weight: 700;
}
body .blog-card-content .blog-card-desc {
  color: #202020;
  font-size: 16px;
}
body .blog-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #012b6f;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.2s;
}
body .blog-card-link:hover {
  color: #2076e6;
}
body .blog-card-link-icon {
  display: flex;
  align-items: center;
}
body .blog-card-divider {
  border-top: 1.5px solid #b7b7b7;
  width: 100%;
}
body .blog-card {
  width: 370px;
  height: 400px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(32, 118, 230, 0.1);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  border: none;
}
body .blog-card-img-wrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #eaeaea;
  flex-shrink: 0;
}
body .blog-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 32px 18px;
}
body .mt-auto {
  margin-top: auto !important;
  margin-bottom: 12px !important;
}
body .trabalhe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc702;
  color: #00226f;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 999px;
  padding: 0.5em 2em;
  text-decoration: none;
  transition: filter 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 48px;
  max-height: 48px;
  line-height: 1.2;
  gap: 4px;
  cursor: pointer;
  width: 100%;
}
body .trabalhe-btn:hover,
body .trabalhe-btn:focus {
  filter: brightness(0.95);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
body .trabalhe-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  max-height: 48px;
  width: 32px;
  margin-right: 0.7em;
}
body .trabalhe-btn__text {
  color: #00226f;
  font-weight: bold;
  white-space: nowrap;
}
body .button-component {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 12px 24px;
  border: 2px solid transparent;
  border-radius: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .button-component:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body .button-component:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(32, 118, 230, 0.3);
}
body .button-component:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
body .button-component .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body .button-component .button-icon svg {
  width: 20px;
  height: 20px;
}
body .button-component .button-text {
  font-weight: 500;
  white-space: nowrap;
}
body .button-component {
  background: #2076e6;
  color: white;
  border-color: #2076e6;
}
body .button-component .button-icon svg {
  stroke: white;
  fill: none;
}
body .button-component:hover {
  background: #1a5bb8;
  border-color: #1a5bb8;
}
body .button-component.button-outline {
  background: transparent;
  color: #2076e6;
  border-color: #2076e6;
}
body .button-component.button-outline .button-icon svg {
  stroke: #2076e6;
  fill: none;
}
body .button-component.button-outline:hover {
  background: #2076e6;
  color: white;
}
body .button-component.button-outline:hover .button-icon svg {
  stroke: white;
}
body .button-component.button-secondary {
  background: #6c757d;
  color: white;
  border-color: #6c757d;
}
body .button-component.button-secondary .button-icon svg {
  stroke: white;
  fill: none;
}
body .button-component.button-secondary:hover {
  background: #5a6268;
  border-color: #5a6268;
}
body .button-component.button-sm {
  padding: 8px 16px;
  font-size: 14px;
}
body .button-component.button-sm .button-icon svg {
  width: 16px;
  height: 16px;
}
body .button-component.button-lg {
  padding: 16px 32px;
  font-size: 18px;
}
body .button-component.button-lg .button-icon svg {
  width: 24px;
  height: 24px;
}
body .doacao-impacto_button {
  background: #2076e6 !important;
  color: white !important;
  border-color: #2076e6 !important;
  border-radius: 40px !important;
}
body .doacao-impacto_button .button-text {
  color: white !important;
}
body .doacao-impacto_button .button-icon svg {
  stroke: white !important;
}
body .doacao-impacto_button:hover {
  background: #1a5bb8 !important;
  border-color: #1a5bb8 !important;
}
body .button-yellow {
  background: #ffc702 !important;
  color: #ffc702 !important;
  border-color: #ffc702 !important;
  border-radius: 40px !important;
  width: 60%;
  margin-top: 32px;
}
body .button-yellow .button-text {
  color: #00226f !important;
  font-weight: 700;
}
body .testimonials-section {
  background: #00226f;
  padding: 64px 0 48px 0;
}
body .testimonials-section .testimonials-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body .testimonials-section .testimonials-subtitle {
  color: #c7bfff;
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem auto;
}
body .testimonials-section .testimonial-card {
  background: linear-gradient(180deg, rgba(153, 153, 153, 0) 0%, rgba(61, 120, 254, 0.2) 100%);
  border-radius: 24px;
  padding: 32px 28px 24px 28px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
body .testimonials-section .testimonial-quote svg {
  display: block;
}
body .testimonials-section .testimonial-text {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  min-height: 60px;
}
body .testimonials-section .testimonial-author {
  color: #fff;
  font-weight: 700;
  font-size: 1.05rem;
}
body .testimonials-section .button-component.button-outline {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 600;
  margin-top: 24px;
}
body .testimonials-section .button-component.button-outline .button-icon svg {
  margin-right: 8px;
}
body .testimonials-section .button-component.button-outline:hover {
  background: #fff;
  color: #2a0a6c;
  border-color: #fff;
}
@media (max-width: 991px) {
  body .testimonials-section .testimonial-card {
    min-height: 180px;
    padding: 24px 14px 18px 14px;
  }
  body .testimonials-section .testimonials-title {
    font-size: 1.5rem;
  }
}
body .connect-section {
  position: relative;
  background: url(../image/docao_bg.svg) center center no-repeat;
  background-size: cover;
  overflow: visible;
  clip-path: inset(-140px 0 0 0);
  padding: 64px 0 48px 0;
}
body .connect-section .connect-bg-right-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60vw;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .connect-section .container {
  position: relative;
  z-index: 2;
}
body .connect-section .connect-content {
  text-align: left;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
body .connect-section .connect-text {
  color: #2a0a6c;
  font-size: 1.2rem;
  margin-bottom: 24px;
  font-weight: 400;
}
body .connect-section .connect-highlight {
  color: #4253f1;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-top: 8px;
}
body .connect-section .connect-btn {
  background: #4253f1 !important;
  color: #fff !important;
  border-radius: 24px !important;
  font-weight: 600;
  border: none;
  min-width: 235px;
  box-shadow: 0 2px 12px 0 rgba(66, 83, 241, 0.1);
  margin-top: 8px;
}
body .connect-section .connect-btn:hover {
  background: #2a0a6c !important;
  color: #fff !important;
}
body .connect-section .connect-social-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 274px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 24px 0 rgba(32, 118, 230, 0.1);
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
body .connect-section .connect-social-circle:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 8px 32px 0 rgba(66, 83, 241, 0.18);
}
body .connect-section .connect-social-icon {
  margin-bottom: 16px;
}
body .connect-section .connect-social-icon svg {
  display: block;
}
body .connect-section .connect-social-label {
  color: #2a0a6c;
  font-size: 23px;
}
body .connect-section .connect-bg-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("/default/image/bg-bubbles.png") center/cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
}
@media (max-width: 768px) {
  body .connect-section .connect-social-circle {
    width: 120px;
    height: 120px;
    display: none;
  }
  body .connect-section .connect-social-label {
    font-size: 1rem;
  }
  body .connect-section .connect-content {
    text-align: center;
    margin-bottom: 32px;
  }
  body .connect-section .connect-bg-right-svg {
    display: none;
  }
}
body footer,
body footer * {
  float: none !important;
  box-sizing: border-box;
}
body footer {
  margin: 0 !important;
  width: 100%;
}
body .footer-newsletter-bar {
  background: linear-gradient(90deg, #ffc702 0 40%, #2076e6 30% 100%);
  padding: 40px 100px;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
}
body .footer-newsletter-bar .container {
  width: 100%;
}
body .footer-newsletter-bar .newsletter-bar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  gap: 180px;
}
body .footer-newsletter-bar .newsletter-bar-left {
  color: #1a0a6a;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-shrink: 0;
}
body .footer-newsletter-bar .newsletter-bar-left .newsletter-bar-call {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #1a0a6a;
}
body .footer-newsletter-bar .newsletter-bar-left .newsletter-bar-phone {
  display: block;
  font-size: 25px;
  font-weight: 700;
  color: #1a0a6a;
}
body .footer-newsletter-bar .newsletter-bar-right {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 8px 8px 20px;
  gap: 25px;
  flex: 1;
  min-width: 0;
}
body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-title {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  white-space: nowrap;
  flex-shrink: 0;
}
body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 0;
}
body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon input {
  border: none;
  border-radius: 6px 0 0 6px;
  padding: 12px 15px;
  font-size: 15px;
  min-width: 0;
  flex: 1;
  outline: none;
}
body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon button {
  border-radius: 0 6px 6px 0;
  background: #00197e;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon button:hover {
  background: #ffe03a;
  color: #1a0a6a;
}
body footer {
  background: #00226f;
  color: #fff;
  padding: 0 0 0 0;
}
body footer .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
body .footer-main-row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 0 20px 0;
  flex-wrap: wrap;
}
body .footer-col {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body .footer-col-logo {
  max-width: 320px;
}
body .footer-col-logo .footer-logo img {
  max-width: 180px;
  margin-bottom: 18px;
}
body .footer-col-logo .footer-desc {
  color: #fff;
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.5;
}
body .footer-col-logo .footer-social {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
body .footer-col-logo .footer-social a {
  color: #fff;
  font-size: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
body .footer-col-logo .footer-social a:hover {
  background: #ffe03a;
  color: #1a0a6a;
}
body .footer-title {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
body .footer-col-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-col-links ul li {
  margin-bottom: 8px;
}
body .footer-col-links ul a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
}
body .footer-col-links ul a:hover {
  color: #ffe03a;
}
body .footer-col-articles .footer-articles-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-col-articles .footer-articles-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
body .footer-col-articles .footer-articles-list li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
  gap: 10px;
}
body .footer-col-articles .footer-articles-list li .footer-article-img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
body .footer-col-articles .footer-articles-list li .footer-article-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 165px;
}
body .footer-col-articles .footer-articles-list li .footer-article-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
body .footer-col-articles .footer-articles-list li .footer-article-link {
  font-size: 15px;
  color: #2076e6;
}
body .footer-col-contact .footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .footer-col-contact .footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
}
body .footer-col-contact .footer-contact-list li i,
body .footer-col-contact .footer-contact-list li svg {
  font-size: 18px;
  margin-top: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body .footer-col-contact .footer-contact-list li span {
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
}
body .footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  padding: 18px 0 10px 0;
  border-top: 1px solid #fff;
  margin-top: 20px;
}
@media (max-width: 991px) {
  body .footer-main-row {
    flex-direction: column;
    gap: 32px;
    padding: 36px 0 10px 0;
  }
  body .footer-col {
    max-width: 100%;
    min-width: 0;
  }
  body .footer-newsletter-bar {
    padding: 30px 40px;
  }
  body .footer-newsletter-bar .newsletter-bar-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
  body .footer-newsletter-bar .newsletter-bar-left {
    text-align: center;
    gap: 20px;
  }
  body .footer-newsletter-bar .newsletter-bar-right {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
  }
  body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-title {
    text-align: center;
    white-space: normal;
  }
  body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon {
    flex-direction: row;
    gap: 0;
  }
  body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon input {
    flex: 1;
    border-radius: 6px 0 0 6px;
  }
  body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-right-icon button {
    border-radius: 0 6px 6px 0;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  body .footer-newsletter-bar {
    padding: 10px 0px;
    border-radius: 0;
    position: relative;
    height: 220px;
    align-items: flex-start;
    background: linear-gradient(90deg, #ffc702 0 50%, #2076e6 30% 100%);
  }
  body .footer-newsletter-bar svg {
    width: 40px;
  }
  body .footer-newsletter-bar .newsletter-bar-flex {
    flex-direction: row;
    gap: 20px;
    padding: 0;
    align-items: center;
  }
  body .footer-newsletter-bar .newsletter-bar-left {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    justify-content: center;
    flex: 1;
  }
  body .footer-newsletter-bar .newsletter-bar-left .newsletter-bar-call {
    font-size: 12px;
  }
  body .footer-newsletter-bar .newsletter-bar-left .newsletter-bar-phone {
    font-size: 15px;
  }
  body .footer-newsletter-bar .newsletter-bar-right {
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
    background: none;
  }
  body .footer-newsletter-bar .newsletter-bar-right .newsletter-bar-title {
    font-size: 13px;
  }
  body .footer-newsletter-bar .newsletter-bar-right-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
  }
  body .footer-newsletter-bar .newsletter-bar-right-icon input {
    flex: 1;
    min-width: 0;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 6px;
  }
  body .footer-newsletter-bar .newsletter-bar-right-icon button {
    flex-shrink: 0;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 16px;
  }
  body .footer-main-row {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0 15px 0;
  }
  body .footer-col {
    max-width: 100%;
    min-width: 0;
    text-align: center;
  }
  body .footer-col.footer-col-logo .footer-logo img {
    max-width: 150px;
    margin: 0 auto 15px;
  }
  body .footer-col.footer-col-logo .footer-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  body .footer-col.footer-col-logo .footer-social {
    justify-content: center;
    gap: 12px;
  }
  body .footer-col.footer-col-logo .footer-social a {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  body .footer-col.footer-col-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  body .footer-col.footer-col-links ul li {
    margin-bottom: 0;
  }
  body .footer-col.footer-col-links ul a {
    font-size: 14px;
    padding: 5px 0;
  }
  body .footer-col.footer-col-articles .footer-articles-list li {
    margin-bottom: 12px;
  }
  body .footer-col.footer-col-articles .footer-articles-list li a {
    gap: 8px;
  }
  body .footer-col.footer-col-articles .footer-articles-list li .footer-article-img {
    width: 40px;
    height: 40px;
  }
  body .footer-col.footer-col-articles .footer-articles-list li .footer-article-title {
    font-size: 13px;
  }
  body .footer-col.footer-col-articles .footer-articles-list li .footer-article-link {
    font-size: 12px;
  }
  body .footer-col.footer-col-contact .footer-contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }
  body .footer-col.footer-col-contact .footer-contact-list li {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    margin-bottom: 0;
    width: 100%;
  }
  body .footer-col.footer-col-contact .footer-contact-list li svg {
    width: 32px;
    height: 32px;
    margin: 0 auto;
    flex-shrink: 0;
  }
  body .footer-col.footer-col-contact .footer-contact-list li span {
    font-size: 13px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0 auto;
  }
  body .footer-articles-list {
    margin: 0 auto !important;
  }
  body .footer-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  body .footer-copy {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 15px 0;
  }
  body .footer-copy img {
    max-width: 120px;
  }
}
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: #00226f;
  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, #1643aa, 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: 160px;
}
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: 600;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
body .wrap-menu-mobile .bar-menu form {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 50px;
}
body .wrap-menu-mobile .bar-menu form input {
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  padding: 0 20px;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: 400;
}
body .wrap-menu-mobile .bar-menu form button {
  padding: 0 20px;
  border: none;
  background: none;
  height: 50px;
  display: flex;
  align-items: center;
  color: #00226f;
}
body .wrap-menu-mobile .bar-menu .link-contact {
  margin-bottom: 20px;
}
body section.botao_imessage {
  background-color: #34c759;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 900;
  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_imessage i.fas.fa-message {
  color: white;
  font-size: 32px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  body section.botao_imessage.scroll {
    bottom: 100px;
  }
}
body section.botao_imessage:hover {
  background-color: #2fb84d;
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  body section.botao_imessage {
    bottom: 75px;
    right: 10px;
  }
}
body section.barra-fixa-mobile {
  background-color: #00226f;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  border-top: 2px solid #00226f;
  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: #00226f !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 .wrap-gallery .item-gallery img {
  height: 310px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-gallery-carousel .carousel-gallery a img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-blog .image img {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .card-service .image img {
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .content-team .item-team img {
  height: 130px;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .content-team .item-team img {
    height: 130px;
  }
}
body .card-blog-side img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  body .card-blog-side img {
    height: 80px;
  }
}
body footer {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  body footer {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  body header.fixo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
  }
}
body section.sample-page {
  padding: 30px 0;
}
body section.wrap-full {
  position: relative;
}
body section.wrap-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
body section.wrap-full .container {
  position: relative;
  z-index: 2;
}
body section.wrap-full video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .wrap-testimonials .into-clients img {
  filter: grayscale(1);
  transition: 0.5s all;
}
body .wrap-testimonials .into-clients img:hover {
  filter: grayscale(0);
}
body .wrap-text-bg.idades {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
body .wrap-text-bg.idades .texto p {
  color: #282622;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
body .wrap-text-bg.idades .texto h3 {
  color: #282622;
  font-family: Poppins;
  font-size: 40.851px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
body .wrap-text-bg.idades:before {
  content: url("../image/pseudo.png");
  position: absolute;
  bottom: -30px;
  right: 0;
}
body .wrap-text-bg.idades .subtitle,
body .wrap-text-bg.idades p {
  display: inline-block;
  text-align: center;
}
body .wrap-text-bg.idades .seletor {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
body .wrap-text-bg.idades .seletor a {
  color: #818181;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  display: block;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #b2b2b2;
}
body .wrap-text-bg.idades .seletor a.active {
  color: #fff;
  font-weight: 700;
  background: #282622;
}
@media (max-width: 991px) {
  body .wrap-text-bg.idades .texto {
    text-align: center;
  }
  body .wrap-text-bg.idades .texto h3 {
    font-size: 20px;
    text-align: center;
  }
  body .wrap-text-bg.idades .texto p {
    font-size: 15px;
    text-align: center;
  }
  body .wrap-text-bg.idades .seletor {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 20px;
  }
  body .wrap-text-bg.idades .seletor a {
    font-size: 16px;
  }
  body .wrap-text-bg.idades:before {
    display: none;
  }
}
@media (max-width: 991px) {
  body .home-banner .owl-dots {
    justify-content: center;
  }
  body .home-banner .item-banner {
    position: relative;
  }
  body .home-banner .item-banner .container {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  body .home-banner .item-banner .container h2 {
    width: 100%;
    text-align: center;
  }
  body .home-banner .item-banner::before {
    content: "";
    background-color: white;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body .item-testimonial p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 115px;
}
body .item-testimonial p.expand {
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  text-overflow: unset;
  height: auto;
}
body .item-testimonial .expandir {
  text-align: center;
  color: #00226f;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
body .wrap-contact,
body footer {
  overflow: hidden !important;
}
