@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}
html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
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.compensar {
  padding-top: 246px;
}
body input,
body textarea,
body select,
body button {
  border: none;
}
body input:focus,
body textarea:focus,
body select:focus,
body button:focus {
  outline-color: transparent;
}
body textarea {
  resize: none;
}
.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

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

.has-error {
  border-color: #cc2937 !important;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1rem;
}
.a-pulse {
  animation: heartbeat 1.5s ease-in-out infinite both;
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.a-jello-horizontal {
  animation: jello-horizontal 2.9s infinite;
}
@keyframes jello-horizontal {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.a-slider-fwd-center {
  display: block;
  animation: slide-fwd-center 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes slide-fwd-center {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translateZ(160px);
  }
}

.a-rotate-360 {
  display: block;
  animation: rotate-center 4.6s ease-in-out infinite;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}
html.resize {
  width: 100%;
  height: 100%;
}
html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
html.resize body main {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
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.compensar {
  padding-top: 246px;
}
body input,
body textarea,
body select,
body button {
  border: none;
}
body input:focus,
body textarea:focus,
body select:focus,
body button:focus {
  outline-color: transparent;
}
body textarea {
  resize: none;
}
.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

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

.has-error {
  border-color: #cc2937 !important;
}

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

a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
a:hover, a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
strong,
li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 1rem;
}
.btn-whatsapp-2,
.btn-telephone-2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0.75rem;
  border: 2px solid #074268;
  border-radius: 5px;
  transition: all 0.5s linear;
}
.btn-whatsapp-2 h5,
.btn-telephone-2 h5 {
  color: #0e6daa;
  font-size: 1rem;
  font-weight: 700;
}
.btn-whatsapp-2 h5 strong,
.btn-telephone-2 h5 strong {
  color: #074268;
  display: block;
  font-weight: 400;
}
.btn-whatsapp-2:hover,
.btn-telephone-2:hover {
  background-color: #074268;
}
.btn-whatsapp-2:hover img,
.btn-telephone-2:hover img {
  filter: grayscale(1) brightness(100);
}
.btn-whatsapp-2:hover h5,
.btn-whatsapp-2:hover strong,
.btn-telephone-2:hover h5,
.btn-telephone-2:hover strong {
  color: #ffffff;
}

.btn-whatsappContact {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #074268;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2509803922) inset;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappContact__title {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
}
.btn-whatsappContact:has(i, img) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.btn-whatsappContact:hover {
  box-shadow: none;
}
.btn-whatsappIcon {
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #32f269;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  transition: all 1.5s;
}
.btn-whatsappIcon:hover {
  box-shadow: none;
}

.btn-opening {
  max-width: 288px;
}
.btn-whatsapp {
    display: flex;
    align-items: center;
    -moz-column-gap: 2.5rem;
    column-gap: 1rem;
    background-color: #66b263;
    border-radius: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    width: 350px;
    justify-content: center;
}
.btn-whatsapp:hover {
    background-color: #56c54c;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-telephone {
    border: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
    width: 300px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn-telephone:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}
.btn-telephone img {
  transition: 300ms linear;
  position: relative;
  z-index: 2;
}
.btn-telephone h5 {
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  z-index: 2;
    font-size: 15px;
}
.doubt .footer .container-footer {
    margin-right: 10px;
    width: 63%;
}
.btn-whatsapp h5 strong,
.btn-telephone h5 strong {
  display: block;
  font-size: 17px;
}
.btn-whatsapp picture,
.btn-telephone picture {
  display: block;
  position: relative;
}
.btn-telephone picture::before {
  content: url("../image/pseudo/parallelogram-contact.png");
  position: absolute;
  top: -0.75rem;
  bottom: none;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  z-index: 1;
  transition: 300ms;
}
.btn-telephone::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 68px;
  height: 48px;
  background-color: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: 300ms linear;
}
.btn-telephone::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: none;
  right: 0;
  pointer-events: none;
  width: 0%;
  height: 48px;
  background-color: none;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: 300ms linear;
}
.btn-whatsapp:hover img,
.btn-telephone:hover img {
  transform: translateY(-0.25rem);
}
.btn-whatsapp:hover:after,
.btn-telephone:hover:after {
  width: 100%;
}
.btn-whatsapp.black h5,
.btn-telephone.black h5 {
  color: #000000;
}
.btn-whatsapp.whatsapp,
.btn-telephone.whatsapp {
  border-color: #00be4b;
}
.btn-whatsapp.whatsapp::before,
.btn-telephone.whatsapp::before {
  background-color: #00be4b;
}
.btn-whatsapp.whatsapp:hover::after,
.btn-telephone.whatsapp:hover::after {
  background-color: rgba(0, 190, 76, 0.5960784314);
  width: 100%;
}
.btn-whatsapp.telephone,
.btn-telephone.telephone {
  border-color: #0e6daa;
}
.btn-whatsapp.telephone::before,
.btn-telephone.telephone::before {
  background-color: #0e6daa;
}
.btn-whatsapp.telephone:hover::after,
.btn-telephone.telephone:hover::after {
  background-color: rgba(14, 109, 170, 0.5960784314);
  width: 100%;
}
.btn-primary {
  width: 100%;
  min-width: 236px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: 48px;
  padding-inline: 1rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}
.btn-primary .title,
.btn-primary i,
.btn-primary img {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  position: relative;
  transition: 300ms;
  z-index: 2;
}
.btn-primary:has(i, img) {
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
.btn-primary.type-1 {
  background-color: transparent;
  border-color: #074268;
}
.btn-primary.type-1 .title {
  color: #074268;
  font-weight: 700;
}
.btn-primary.type-1:hover {
  background-color: #074268;
}
.btn-primary.type-1:hover .title {
  color: #ffffff;
}
.btn-primary.type-1.white {
  border-color: #ffffff;
}
.btn-primary.type-1.white .title {
  color: #ffffff;
}
.btn-primary.type-1.white:hover {
  background-color: #ffffff;
}
.btn-primary.type-1.white:hover .title {
  color: #074268;
}
.btn-primary.type-2 {
  background-color: #e92a00;
  padding: 3px 2rem 3px 0.75rem;
  border: none;
  position: relative;
  position: relative;
}
.btn-primary.type-2 picture {
  display: block;
  position: relative;
}
.btn-primary.type-2 picture::before {
  content: url("../image/pseudo/parallelogram-contact.png");
  position: absolute;
  top: -13px;
  bottom: none;
  left: -1.25rem;
  right: none;
  pointer-events: none;
  z-index: 2;
  transition: 300ms;
}
.btn-primary.type-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 68px;
  height: 48px;
  background-color: none;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  transition: 300ms linear;
  z-index: 1;
}
.btn-primary.type-2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: none;
  right: 0;
  pointer-events: none;
  width: 0%;
  height: 48px;
  background-color: none;
  -webkit-clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  transition: 300ms linear;
}
.btn-primary.type-2:hover {
  transform: translateY(-1px);
}
.btn-primary.type-2:hover img {
  transform: translateY(-2px);
}
.btn-primary.type-2:hover:after {
  width: 100%;
}
.btn-primary.type-2.budget::before {
  background-color: #b22000;
}
.btn-primary.type-2.budget:hover::before {
  background-color: #e92a00;
}
.btn-primary.type-2.budget:hover::after {
  background-color: #b22000;
  width: 100%;
}
.btn-primary.type-2.google {
  background-color: #4285f4;
}
.btn-primary.type-2.google:before {
  background-color: #ffffff;
}
.btn-primary.type-2.google:hover::after {
  background-color: #1d60cc;
  width: 100%;
}
.btn-primary.type-3 {
  background-color: #e92a00;
  padding: 3px 2rem 3px 0.75rem;
  border: none;
  overflow: hidden;
}
.btn-primary.type-3:has(i, img) {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.btn-primary.type-3 .title {
  order: 1;
}
.btn-primary.type-3 picture {
  order: 2;
  position: relative;
}
.btn-primary.type-3 picture::before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: none;
  left: none;
  right: -164px;
  pointer-events: none;
  height: 60px;
  width: 0;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 200ms linear;
}
.btn-primary.type-3:hover picture:before {
  width: 200px;
}
.btn-primary.type-3:hover img {
  transform: translateX(0.25rem);
  filter: invert(25%) sepia(56%) saturate(7495%) hue-rotate(9deg) brightness(96%) contrast(102%);
  position: relative;
}
.btn-primary.radius-sm {
  border-radius: 5px;
}
.btn-link {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  text-decoration: none;
  transition: all 0.3s linear;
}
.btn-link h5 {
  font-size: 1.125rem;
  transition: 300ms linear;
}
.btn-link span {
  width: 1.75rem;
  height: 1.75rem;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.btn-link.blog-inner h5,
.btn-link.blog-inner i {
  color: #787878;
}
.btn-link.blog-inner h5 {
  text-decoration: underline;
}
.btn-linkIcon .icon {
  transition: 0.5s linear;
}
.btn-linkIcon:hover .icon {
  transform: translateY(-8px);
  transition: 0.3s linear;
}

.btn-error {
  opacity: 0.5;
  pointer-events: none;
  position: relative;
}
.btn-error::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  bottom: none;
  left: none;
  right: -0.25rem;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  background-color: #cc2937;
  border-radius: 9999px;
  animation: warning 2500ms ease-in-out infinite alternate;
  opacity: 0;
}
@keyframes warning {
  from {
    opacity: 1;
  }
}

.btn-social {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social a:hover img {
  border-top: 5px solid #0e6daa;
  border-bottom: 5px solid #0e6daa;
  padding: 10px 0;
}
.btn-social-2 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.btn-social-2 a:hover img {
  border-top: 5px solid #0e6daa;
  border-bottom: 5px solid #0e6daa;
  padding: 10px 0;
}
.whatsapp-modal {
  background: #32f269;
  color: white;
  position: fixed;
  bottom: 5rem;
  right: 1.25rem;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 9999px;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  z-index: 999;
  transition: 0.5s linear;
}
.whatsapp-modal i {
  color: #ffffff;
}
.whatsapp-modal::before {
  content: "";
  position: absolute;
  border-radius: 9999px;
  padding: 1.5rem;
  border: 5px solid #32f269;
  opacity: 75%;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-modal:hover {
  background: #06291d;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse-border {
  0% {
    padding: 1.5rem;
    opacity: 75%;
  }
  75% {
    padding: 2.75rem;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.input {
  width: 100%;
}
.input label {
  display: block;
  color: #074268;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.input input,
.input textarea,
.input select {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  padding-inline: 1rem;
}
.input input:focus,
.input textarea:focus,
.input select:focus {
  outline: 1px solid #0e6daa;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder, .input select::-moz-placeholder {
  color: #282828;
}
.input input::placeholder,
.input textarea::placeholder,
.input select::placeholder {
  color: #282828;
}
.input textarea {
  padding-top: 0.75rem;
  height: auto;
}
.input .select {
  position: relative;
}
.input .select select {
  -webkit-appearance: none;
}
.input .select::before {
  content: "\f078";
  position: absolute;
  top: 50%;
  bottom: none;
  left: none;
  right: 1.25rem;
  pointer-events: none;
  color: #0e6daa;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 700;
  line-height: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.contact-index .input {
    border-radius: 10px;
}
.input #input-name {
  text-transform: capitalize;
}
.input-checkbox {
  display: flex;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  align-items: baseline;
}
.input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 100%;
  max-width: 13px;
  height: 13px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.input-checkbox input[type=checkbox]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #0e6daa;
}
.input-checkbox input[type=checkbox]:checked:before {
  transform: scale(1);
}
.input-checkbox label {
  color: #ffffff;
  font-size: 15px;
  line-height: 120%;
}
.input-checkbox.secondary input[type=checkbox] {
  outline: 1px solid #c0c0c0;
}
.input-checkbox.secondary label {
  color: #696969;
}

.box-file {
  width: 100%;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #cbcbcb;
}
.box-file .content {
  display: flex;
}
.box-file .content .name-file {
  padding: 0.75rem 1rem;
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
}
.box-file .content .name-file span {
  color: #282828;
  font-size: 1rem;
  font-weight: 400;
}
.box-file .content .btn-file {
  width: 50px;
  background: #074268;
  transition: 200ms linear;
  display: grid;
  place-items: center;
}
.box-file:hover .content .btn-file {
  background-color: #0e6daa;
}
.box-file:hover .content .btn-file img {
  filter: grayscale(1) brightness(100);
}
.box-file:hover .content .btn-file i {
  color: #ffffff;
}

.form-search {
  width: 100%;
  background-color: #ffffff;
  transition: all 300ms linear;
  border: 1px solid #d3d3d3;
}
.form-search .content-form {
  display: flex;
  align-items: center;
  height: 3rem;
  padding-inline: 1.25rem;
}
.form-search .content-form--seek {
  width: 100%;
  height: 100%;
  background: transparent;
}
.form-search .content-form--seek::-moz-placeholder {
  color: #686868;
  font-size: 1.125rem;
}
.form-search .content-form--seek::placeholder {
  color: #686868;
  font-size: 1.125rem;
}
.form-search .content-form--seek:focus {
  outline: none;
}
.form-search .content-form--btn {
  height: 100%;
  border: none;
  outline: none;
  transition: 0.1s ease-in;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search:focus-within {
  border: 1px solid #808080;
}
section.footer-newsletter {
  background-color: #ededed;
  padding: 0.75rem 0;
}
section.footer-newsletter .newsletter {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  justify-content: center;
}
section.footer-newsletter .newsletter__title {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.footer-newsletter .newsletter__title h3 {
  color: #074268;
  font-size: 1.25rem;
}
section.footer-newsletter .newsletter__title h3 strong {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
section.footer-newsletter .newsletter .form-newsletter {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
section.footer-newsletter .newsletter .form-newsletter .inputs {
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content {
  height: 66px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content:focus-within {
  border: 1px solid #a9a9a9;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input {
  height: 100%;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input {
  display: block;
  background: none;
  height: 100%;
  width: 502px;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input::-moz-placeholder {
  color: #696969;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input::placeholder {
  color: #696969;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content button {
  background-color: #074268;
  color: #ffffff;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  transition: all 0.5s;
}
section.footer-newsletter .newsletter .form-newsletter .inputs .content button:hover {
  background-color: #074268;
}
.current-category {
  width: 100%;
  position: sticky;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
.current-category .search-container{
    background-color: #D7D7D7;
    border-radius: 10px;
    padding: 30px 10px 30px 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;

}

.current-category .text-form{
    color: #0a3754;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
}

.current-category .search-container input{
   height: 59px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    margin-right: -5px;
    width: 80%;
    padding:10px ;
}

.current-category .search-container button{
    width: 60px;
    background-color: #fff;
    height: 60px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.current-category .search-container button:hover{
    background-color: #ccc;
}

.current-category .cc-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  color: #9C6B27;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1.75rem;
}
.current-category__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.current-category__content .item-category {
  cursor: pointer;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  overflow: hidden;
    border-bottom-width: 1px;
    border-bottom-color: #777778;
    border-bottom-style: solid;
    padding-bottom: 10px;
}
.current-category__content .arrow {
   background-color: #ccc;
    color: #171717;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 15px;
}
.current-category__content .item-category span {
  color: #132a38;
  font-size: 1.125rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.current-category__content .item-category input[type=checkbox] {
  display: none;
}

.current-category__content .item-category:hover span, .current-category__content .item-category.active span {
  color: #777778;
}
.form-contact {
  width: 370px;
  background: linear-gradient(92deg, #183648 48.64%, #0e5c8e 100.46%), #074268;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem 2.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.25rem;
}
.form-contact h3,
.form-contact h5 {
  color: #ffffff;
  text-align: center;
}
.form-contact h3 {
  font-weight: 700;
}
.form-contact h5 {
  font-size: 1.125rem;
}
.form-contact .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.form-contact .inputs .btn-primary {
  max-width: 100%;
  margin-top: 0.5rem;
}
.form-contact .inputs .btn-primary .title {
  font-size: 1rem;
}
.talkDealer-content {
  display: flex;
  align-items: center;
}
.talkDealer-content .talkDealer-form {
  width: 100%;
  max-width: 408px;
}
.talkDealer-content .talkDealer-form .form-text h6 {
  color: #ffffff;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.talkDealer-content .talkDealer-form .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0.5rem;
}
.talkDealer-content .talkDealer-form .inputs--cols {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.talkDealer-content .talkDealer-form .inputs .btn-primary {
  width: 100%;
  max-width: 100%;
}
.form-geral {
  width: 200%;
}
.form-geral span {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 35px;
  line-height: 120%;
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}
.form-geral p {
  color: #074268;
  font-size: 1.125rem;
  margin: 0.75rem 0 1.25rem;
  line-height: 20px;
}
.form-geral .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
    border-radius: 10px;
}
.form-geral .inputs input,
.form-geral .inputs textarea {
  border: 1px solid #cbcbcb;
    border-radius: 7px;
}
.form-geral .inputs .btn-primary {
  max-width: 45%;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border: none;
    border-radius: 50px;
}
.form-geral .inputs .btn-primary span {
  order: 1;
}
.form-geral .inputs .btn-primary picture {
  order: 2;
}
.form-geral .inputs .btn-primary:hover {
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}

.form-geral .inputs .btn-primary:hover img {
  filter: invert(30%) sepia(72%) saturate(7499%) hue-rotate(10deg) brightness(97%) contrast(103%);
}
.card-blog {
  width: 100%;
  max-width: 434px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: 300ms linear;
    border-radius: 40px;
}
.card-blog .blog-image {
  display: block;
  width: 100%;
  height: 208px;
  position: relative;
}
.card-blog .blog-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px
}
.card-blog .blog-image::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -0.25rem;
  left: none;
  right: 0;
  pointer-events: none;
  width: 0%;
  height: 8px;
  background-color: #0e6daa;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 2.5s;
}
.card-blog .autor {
    margin-left: 2rem;
    margin-top: 2rem;
    align-items: center;
    display: flex;
}
.card-blog .autor-servico {
    margin-left: 2rem;
    margin-top: 2rem;
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 25px;
    color: #000D44
}
.card-blog .autor-resum  {
    margin-left: 2rem;
    margin-top: 2rem;
    margin-right: 2rem;
    align-items: center;
    display: flex;
    font-size: 15px;
    color: #000D44;
    font-weight: bold;
}
.card-blog .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2rem;
  padding: 2rem 2rem 2rem;
  transition: all 0.5s;
  flex-grow: 1;
}
.card-blog .blog-content h2 {
  font-size: 23px;
  color: #08267e;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.card-blog .blog-content p {
  color: #525252;
}
.card-blog .blog-content span {
    display: block;
    color: #788094;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0.75rem;
    transition: 200ms linear;
    border: 1px solid #788094;
    width: 120px;
    text-align: center;
    border-radius: 28px;
    padding: 10px;
}
.card-blog:hover .blog-image::after {
  width: 80%;
  opacity: 1;
  visibility: visible;
}
.card-blog:hover span {
  color: #0371c4;
  transform: translateX(0.25rem);
}
.card-blog.secondary hr {
  display: block;
  opacity: 1;
  visibility: visible;
  background-color: #b0b0b0;
}
.card-collapse {
  background-color: #F5F5F5;
  border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 7px 0px #cccc;
    cursor: pointer;
}
.card-collapse .collapse-link {
  width: 100%;
    padding: 15px 25px 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  transition: all 0.3s linear;
    text-align: left;
}
.card-collapse .collapse-link h4 {
  color: #000000;
}

.card-collapse .collapse-content {
    padding: 0px 25px 25px 25px;
    margin-top: 10px;
}
.card-collapse .collapse-content p {
  font-size: 1.125rem;
    line-height: 24px;
}
.card-collapse.active .collapse-link {
  padding-top: 1.5rem;
  position: relative;
}
.card-collapse.active .collapse-link img {
    background-color: #9d9d9d;
    padding: 50%;
    transform: rotate(-180deg);
    border-radius: 50px;
}

.card-local {
  width: 100%;
  max-width: 635px;
  padding: 70px;
  background-color: #FAFAFA;
    border-radius: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-local h2 {
  text-align: left;
  color: #1F315A;
  font-weight: 700;
}
.card-local .btns {
  display: flex;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
  margin: 2rem 0;
}
.card-local .contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 6px;
  color: #ffffff;
    margin-bottom: 20px;
}
.card-local .contact  .container-icon{
    padding: 10px;
    background-color: #EFC176;
    border-radius: 50px
}

.card-local .contact h6 {
    color: #24343C;
    font-size: 15px;
    margin-right: 10px;
}
.card-local .contact h6 strong {
  display: block;
    line-height: 25px;
}
.card-local .contact img {
  transition: 200ms linear;
}
.card-local .contact:hover img {
  transform: translateY(-0.5rem);
}
.card-local .map-local .map-content {
  width: 100%;
  height: 190px;
  margin: 2rem 0 1.5rem;
}
.card-local .map-local .map-content iframe {
  width: 100%;
  height: 100%;
}
.card-local .map-local .draw-route {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #61caff;
  text-decoration: underline;
  font-size: 1.125rem;
  margin-inline: auto;
  transition: 200ms linear;
}
.card-local .map-local .draw-route:hover {
  transform: translateY(-0.25rem);
}

.beneficios {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15%;
}

.beneficios .conteudo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.beneficios .conteudo .titulo{
    font-size: 17px;
    width: 100%;
    margin-left: 10px;
    font-weight: bold;
    font-style: italic;
}

section.index-banner {
    height: 600px;
    position: relative;
    overflow: hidden; /* Importantíssimo */
}

section.index-banner .carroussel-mobile {
    display: none;
}

section.index-banner .conteudo {
    position: absolute;
    z-index: 1;
    margin: 10%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 50%;
}

section.index-banner .banner {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
}
section.index-banner .banner-slider .owl-nav {
  position: absolute;
  right: 176px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

section.index-banner .banner-slider .owl-nav .owl-prev,
section.index-banner .banner-slider .owl-nav .owl-next {
  width: 77px;
  height: 70px;
}
section.index-banner .banner-slider .owl-nav .owl-prev:not(.disabled),
section.index-banner .banner-slider .owl-nav .owl-next:not(.disabled) {
  opacity: 1;
  background-color: rgba(1, 30, 49, 0.75);
    margin-top: 10px;
}

section.index-banner .banner-slider .owl-nav .owl-prev:not(.disabled):hover,
section.index-banner .banner-slider .owl-nav .owl-next:not(.disabled):hover {
    background-color: rgba(234, 186, 109, 0.75); /* Exemplo: cor mais escura ao passar o mouse */
    opacity: 0.8; /* Exemplo: levemente mais transparente */
    cursor: pointer; /* Opcional, para indicar que é clicável */
}
section.index-banner .item-banner {
  width: 100%;
  height: 600px;
  position: relative;
}

section.index-banner .item-banner--text {
    width: 50%;
    position: absolute;
    left: 310px;
    top: 50%;
    transform: translateY(-50%);
}
section.index-banner .item-banner--text h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 30px;
}
section.index-banner .item-banner--text p {
    margin-bottom: 30px;
}

@media (max-width: 61.9375em) {
    section.index-banner .carroussel-desktop {
        display: none;
    }
    section.index-banner .carroussel-mobile {
        display: block;
    }
    .doubt .footer .container-footer {
        margin-right: 10px;
        width: 100%;
    }
    .card-banner {
        position: relative;
        margin: 4% !important;
    }
    section.index-banner {
        height: 300px !important;
    }
    section.index-banner .item-banner {
        height: 300px !important;
    }

    section.index-banner .item-banner .image-banner{
       height: 100% !important;
    }

    section.index-banner .item-banner--text {
        width: 100% !important;
        left: 0px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px 50px;
        text-align: center;
    }
    section.index-banner .item-banner--text h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    section.index-banner .banner-slider .owl-nav {
        display: none !important;
    }
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots:not(.disabled) {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  position: relative;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot {
  width: 12px;
  height: 12px;
  background-color: #a3a3a3;
  cursor: pointer;
  transition: 200ms linear;
}
.owl-carousel .owl-dots:not(.disabled) .owl-dot:hover, .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  background-color: #017ebf;
}
.owl-carousel .owl-nav:not(.disabled) {
  pointer-events: none;
}
.owl-carousel .owl-nav:not(.disabled) .owl-prev,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  pointer-events: all;
  transition: 300ms linear;
}

.contact-card {
  width: 100%;
  max-width: 706px;
  background-color: rebeccapurple;
  border-radius: 1.25rem;
  padding: 2rem 102px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
}
.contact-card--text {
  max-width: 476px;
  margin-inline: auto;
}
.contact-card--text h1 {
  font-size: 1.625rem;
}
.contact-card--text p {
  font-size: 1.125rem;
  font-weight: 300;
}
.contact-card--numbers {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 1.5rem;
}
ul.pagination {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
  margin-top: 3.5rem;
  position: relative;
  z-index: 2;
}
ul.pagination li {
  list-style: none;
}
ul.pagination li a {
  transition: 300ms linear;
  color: #747474;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li a.active, ul.pagination li a:hover {
  color: #074268;
}
ul.pagination span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000000;
}
ul.pagination span:last-child {
  display: none;
}
.layout-video {
  display: block;
}
.layout-video video {
  position: relative;
}
.layout-video video::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
}

section.talk-now {
  min-height: 176px;
  background-image: url("../image/several/talk-now-back.png");
  display: grid;
  place-items: center;
}
section.talk-now .now {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
section.talk-now .now__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.25rem;
       column-gap: 4.25rem;
}
section.talk-now .now__content img {
  width: 182px;
}
section.talk-now .now__content--text {
  max-width: 510px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
section.talk-now .now__content--text h4 {
  font-size: 1.25rem;
  font-weight: 900;
}
section.talk-now .now--contact {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.video-modal {
  width: 635px;
  height: 340px;
  background-size: cover;
  border-radius: 5px;
  display: grid;
  place-items: center;
  background-position: center;
  position: relative;
}
.video-modal .video-play {
  display: block;
  position: relative;
}
.video-modal .video-play img {
  transition: transform 0.5s linear;
}
.video-modal:hover .video-play img {
  transform: translateY(-0.5rem);
  filter: invert(27%) sepia(19%) saturate(6975%) hue-rotate(183deg) brightness(98%) contrast(89%);
}
.video-modal::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: inherit;
}
.video-modal.none {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 4.5rem;
}
.video-modal.none:before {
  display: none;
}

.notfound {
  width: 100%;
  font-size: 1.5rem;
  color: #074268;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
  position: relative;
}
.notfound--title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #074268;
  border-radius: 5px;
  padding: 0.75rem 2.5rem;
  margin-bottom: 1.25rem;
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
}
.notfound--title h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.notfound .btn-primary {
  margin-top: 1rem;
}
.notfound .btn-primary .title {
  order: 2;
}
.notfound .btn-primary i {
  order: 1;
}
.notfound .icon {
  font-size: 50px;
  animation: move-around 2.5s linear;
  animation-fill-mode: forwards;
  position: absolute;
  right: 1.75rem;
  rotate: 90deg;
  top: 1rem;
  z-index: 1;
}
.error-404 {
  height: 100%;
}
.error-404 h5 {
  font-size: 1.75rem;
  color: #074268;
}

.lente-whatsapp {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}
.lente-whatsapp.exibir {
  opacity: 1;
  pointer-events: all;
}

section.modal-whatsapp {
  position: fixed;
  right: 17px;
  bottom: 30px;
  background-image: url("../../default/image/bg-whatsapp-min.jpg");
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 7px 0px #373737;
  max-width: 320px;
  max-height: 360px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  transform-origin: 100% 100%;
  transform: scale(0);
  transition: all 0.3s linear;
}
section.modal-whatsapp.exibir {
  transform: scale(1);
}
section.modal-whatsapp.scroll {
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  section.modal-whatsapp {
    right: 0px;
    top: 0px;
    bottom: unset !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 0px;
  }
}
section.modal-whatsapp .cabecario-zap {
  background-color: #2e8c7d;
  font-size: 17px;
  color: #97c5be;
  padding: 12px 20px 4px 20px;
}
section.modal-whatsapp .cabecario-zap span.zaptitulo {
  transform: translateY(-4px);
  display: inline-block;
}
section.modal-whatsapp .cabecario-zap i.fab.fa-whatsapp {
  font-size: 25px;
  margin-right: 10px;
}
section.modal-whatsapp .cabecario-zap i.far.fa-times-circle {
  font-size: 25px;
  float: right;
  margin-right: 0px;
  cursor: pointer;
}
section.modal-whatsapp .msg-bot {
  font-family: "Open Sans", sans-serif;
  background-color: white;
  margin: 15px;
  padding: 15px;
  border-radius: 20px;
  font-size: 13.4px;
  position: relative;
}
section.modal-whatsapp .msg-bot::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 15px solid transparent;
  border-top: 21px solid white;
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: -1;
}
section.modal-whatsapp .msg-bot :first-child {
  margin-top: 7px;
}
section.modal-whatsapp .msg-bot label {
  font-weight: 700;
  font-size: 12px;
  color: black;
  display: block;
}
section.modal-whatsapp .msg-bot input {
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #cacaca;
  outline: none;
  width: 100%;
}
section.modal-whatsapp .campo-acao {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 0px 10px;
  height: 44px;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    position: static;
  }
}
section.modal-whatsapp .campo-acao .texto {
  width: 100%;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
}
section.modal-whatsapp .campo-acao .texto input {
  border: none;
  border-radius: 32px;
  padding: 9px 18px;
  display: flex;
  outline-color: transparent;
  width: 100%;
  outline: none !important;
  font-size: 14px;
}
section.modal-whatsapp .campo-acao .button-zap {
  background-color: transparent;
}
section.modal-whatsapp .campo-acao .button-zap button {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #2e8c7d;
  color: white;
  width: 36px;
  height: 36px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.modal-whatsapp .campo-acao .button-zap button:disabled {
  background-color: #a7a7a7;
  cursor: not-allowed;
}
section.modal-whatsapp .campo-acao .button-zap button i.fas.fa-paper-plane {
  font-size: 19px;
  transform: rotate(49deg) translate(-2px, 0px);
  position: relative;
  transform-origin: center;
}
section.modal-whatsapp .hide-desktop {
  display: none;
}
@media (max-width: 991px) {
  section.modal-whatsapp .campo-acao {
    display: none;
  }
  section.modal-whatsapp .acao-mobile {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: #2e8c7d;
    color: white;
    border-radius: 9px;
    text-align: center;
    width: calc(100% - 40px);
    display: block;
    padding: 7px 15px;
    margin: 0 20px;
  }
  section.modal-whatsapp .acao-mobile:disabled {
    background-color: #a7a7a7;
    cursor: not-allowed;
  }
  section.modal-whatsapp .acao-mobile i {
    margin-right: 5px;
  }
  section.modal-whatsapp .hide-desktop {
    display: block;
  }
}

.modal-backdrop.show {
  opacity: 0.8;
  width: 100% !important;
  height: 100% !important;
}

.modal-lg {
  max-width: 600px;
}

.modal-content {
  background: white;
  border-radius: 0;
}
.modal-content .closebtn {
  width: 112px;
  height: 46px;
  display: grid;
  place-items: center;
  background-color: #074268;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  right: 1.5rem;
  text-shadow: none;
  top: -20px;
  z-index: 2;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
.modal-content .closebtn:hover {
  background-color: #021520;
}
@media (max-width: 991px) {
  .modal-content .closebtn {
    font-size: 13px;
    top: -1.5rem;
    right: 10px;
    height: 42px;
  }
}
.modal-content .modal-body {
  padding: 2.25rem 4.5rem 3rem;
  border-radius: 0;
  overflow: hidden;
}
.modal-content .modal-body.video {
  border-radius: 0;
  min-height: 650px;
  padding: 0;
}
@media (max-width: 991px) {
  .modal-content .modal-body.video {
    min-height: 360px;
  }
}
.modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.modal-content .modal-body .title {
  color: #1e1e1e;
  text-align: center;
}
.modal-content .modal-body .title div {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
}
.modal-content .modal-body .title div i {
  font-size: 1.75rem;
}
.modal-content .modal-body .title div h2 {
  color: #074268;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
.modal-content .modal-body .title p {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 500;
}
.modal-content .modal-body form {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content .modal-body form input {
  width: 100%;
  height: 42px;
  border: 1px solid gray;
  background: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
.modal-content .modal-body form input::-moz-placeholder {
  color: #c0c0c0;
}
.modal-content .modal-body form input::placeholder {
  color: #c0c0c0;
}
.modal-content .modal-body form textarea {
  border: 1px solid gray;
}
.modal-content .modal-body form textarea::-moz-placeholder {
  color: #c0c0c0;
}
.modal-content .modal-body form textarea::placeholder {
  color: #c0c0c0;
}
.modal-content .modal-body form .btn-modal {
  width: 100%;
  height: 56px;
  background-color: #074268;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.modal-content .modal-body form .btn-modal i {
  font-size: 1.25rem;
  color: #ffffff;
}
.modal-content .modal-body form .btn-modal .title {
  color: #ffffff;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-content .modal-body form .btn-modal:hover {
  background-color: #021520;
}
@media (max-width: 991px) {
  .modal-content .modal-body {
    padding: 1.25rem 0.75rem;
  }
  .modal-content .modal-body form {
    padding: 0 0.75rem;
    row-gap: 0.75rem;
  }
  .modal-content .modal-body form .btn-modal {
    height: 48px;
  }
  .modal-content .modal-body form .btn-modal .title {
    font-size: 1rem;
  }
  .modal-content .modal-body form input,
  .modal-content .modal-body form textarea {
    font-size: 14px;
  }
  .modal-content .modal-body .title div {
    row-gap: 0.75rem;
  }
  .modal-content .modal-body .title div h2 {
    font-size: 1.25rem;
  }
  .modal-content .modal-body .title p {
    font-size: 1.125rem;
  }
}
.modal-content.budget .closebtn {
  background-color: #cc2937;
}
.modal-content.budget .closebtn:hover {
  background-color: #2d090c;
}
.modal-content.budget .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content.budget .modal-body .title div span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  background-color: #cc2937;
  border-radius: 9999px;
  margin-inline: auto;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
}
.modal-content.budget .modal-body .title div i {
  color: #cc2937;
}
.modal-content.budget .modal-body .title div h2 {
  color: #cc2937;
}
.modal-content.budget .modal-body form .btn-modal {
  background-color: #cc2937;
}
.modal-content.budget .modal-body form .btn-modal:hover {
  background-color: #8c1c26;
}
.modal-content.specialist .closebtn {
  background-color: #cfb45d;
}
.modal-content.specialist .closebtn:hover {
  background-color: #ac9033;
}
.modal-content.specialist .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.modal-content.specialist .modal-body .title div i {
  font-size: 1.75rem;
  color: #cfb45d;
}
.modal-content.specialist .modal-body .title div h2 {
  color: #cfb45d;
}
.modal-content.specialist .modal-body form .btn-modal {
  background-color: #cfb45d;
}
.modal-content.specialist .modal-body form .btn-modal:hover {
  background-color: #ac9033;
}

.wire-loading {
  width: 100%;
  color: #074268;
  font-size: 2rem;
  padding: 1.5rem;
  border: 2px solid #dcdcdc;
  border-radius: 15px;
  display: flex;
}

.iconX .ico {
  transition: 500ms linear;
}
.iconX .ico:hover {
  transform: translateY(-0.5rem);
}

section.barra-lgpd {
  padding: 2px 15px;
  background-color: #eeeeee;
  border-bottom: 1px solid gainsboro;
  font-size: 12px;
  width: 100%;
  z-index: 502;
  color: gray;
  display: none;
  position: relative;
  transition: all 0.5s linear;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    border: none;
    padding: 10px;
    bottom: 52px;
    position: fixed;
    top: auto;
  }
  section.barra-lgpd .container {
    padding: 0;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
section.barra-lgpd .row,
section.barra-lgpd .container {
  max-width: 1710px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in,
section.barra-lgpd .container .conteudo-lgpd-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in p,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in p {
  font-size: 15px;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a,
section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  display: inline;
  color: #3a3a3a;
  text-decoration: underline;
  font-weight: 600;
}
section.barra-lgpd .row .conteudo-lgpd-in button,
section.barra-lgpd .container .conteudo-lgpd-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: gray;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: all 0.3s linear;
}
section.barra-lgpd .row .conteudo-lgpd-in button:hover,
section.barra-lgpd .container .conteudo-lgpd-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in,
  section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
    align-items: flex-start;
  }
  section.barra-lgpd .row .conteudo-lgpd-in button,
  section.barra-lgpd .container .conteudo-lgpd-in button {
    margin: 10px auto 0 0;
  }
}

section.fixed-bar {
  bottom: 0;
  background-color: #25355a;
  width: 100%;
  padding: 10px 80px;
  z-index: 900;
  transition: all 0.5s linear;
    height: 58px;
}
section.fixed-bar .bar {
  max-width: 1300px;
  display: flex;
  align-items: center;
}
section.fixed-bar .bar__contact {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.fixed-bar.hidden {
  bottom: -100px;
}

section.barra-fixa-mobile {
  max-width: 700px;
  margin-inline: auto;
  background-color: #074268;
  border-radius: 0 10px 0 0;
  outline: 2px solid;
  outline-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  /* border-top: 2px solid white; */
  transition: 0.3s all;
}
section.barra-fixa-mobile .list-itens {
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 30px;
  position: relative;
}
section.barra-fixa-mobile .list-itens a {
  display: block;
  color: white;
}
section.barra-fixa-mobile .list-itens a i {
  color: white;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
section.barra-fixa-mobile .list-itens a:nth-child(1) i {
  color: #074268;
}
section.barra-fixa-mobile .list-itens a:nth-child(1).active i {
  transform: rotate(90deg);
}
section.barra-fixa-mobile .list-itens a .line {
  fill: none;
  stroke: #074268;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
section.barra-fixa-mobile .list-itens a .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens a.active .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
section.barra-fixa-mobile .list-itens::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: -0.75rem;
  right: none;
  pointer-events: none;
  width: 35%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0 15px 15px 0;
}
@media screen and (min-width: 992px) {
  section.barra-fixa-mobile {
    display: none;
  }
}

.menu-mobile {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  border-radius: 0 10px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: fixed;
  top: 0;
  left: -100%;
  width: 90%;
  height: 100%;
  overflow: auto;
  z-index: 998;
  padding-bottom: 65px;
  transition: all 0.5s linear;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.menu-mobile.aberto {
  left: 0;
}
.menu-mobile .fechar {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  transform: translate(50%, -50%);
  font-size: 35px;
  color: #0e6daa;
}
.menu-mobile .logo img {
  width: 150px;
  max-width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.menu-mobile hr {
  opacity: 50%;
  height: 2px;
  background-color: #0e6daa;
}
.menu-mobile ul {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-bottom: 0;
}
.menu-mobile ul li {
  list-style: none;
  padding: 2px;
  text-align: start;
  text-transform: uppercase;
  position: relative;
}
.menu-mobile ul li:last-child {
  border-bottom: none;
}
.menu-mobile ul li a {
  color: #074268;
  font-size: 1rem;
  padding: 0 0.75rem;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.menu-mobile ul li a.current {
  position: relative;
}
.menu-mobile ul li a.current::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  bottom: none;
  left: none;
  right: 0.5rem;
  pointer-events: none;
  width: 20px;
  height: 3px;
  background-color: #0e6daa;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.25;
  }
}
.menu-mobile .icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.menu-mobile .icons img {
  width: 25px;
  max-width: auto;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.formulario-enviado {
  padding: 180px 0 150px;
  color: #ffffff;
  background-color: #074268;
}
section.formulario-enviado .box-in {
  text-align: center;
}
section.formulario-enviado .box-in h5 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
}
section.formulario-enviado .box-in a {
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px dotted #074268;
}
section.formulario-enviado .box-in .btn-voltar {
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  background-color: transparent;
  outline: none;
  border: 2px solid #074268;
  transition: 0.3s all;
}
section.formulario-enviado .box-in .btn-voltar:hover {
  background-color: #074268;
  color: white;
}
section.formulario-enviado .box-in .btn-voltar i {
  vertical-align: middle;
  font-size: 20px;
  margin-right: 15px;
}
section.formulario-enviado .box-in h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
section.formulario-enviado .box-in h1 {
  font-size: 75px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 991px) {
  section.formulario-enviado {
    padding: 80px 0;
    text-align: center;
  }
  section.formulario-enviado .container {
    position: relative;
    z-index: 2;
  }
  section.formulario-enviado .box-in .btn-voltar {
    font-size: 13px;
    margin: 10px 0;
  }
  section.formulario-enviado .box-in h3 {
    font-size: 16px;
  }
  section.formulario-enviado .box-in h5 {
    font-size: 15px;
  }
  section.formulario-enviado .box-in h1 {
    font-size: 28px;
  }
}

section.breadcrumb {
  margin-bottom: 0;
  font-size: 15px;
  color: #274894;
}
section.breadcrumb a {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 15px;
  color: #274894;
  display: flex;
  align-items: center;
}
section.breadcrumb a:first-child {
  margin-left: 0;
}
section.breadcrumb a:last-child {
  margin-right: 0;
}
section.breadcrumb a:hover, section.breadcrumb a.active {
  color: #1F315A;
    font-weight: bold;
}

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;
}
section.preloader .loader {
  border: 6px solid #e5e5e5;
  border-top-color: #074268;
  animation: loader-rotate 1s infinite;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@keyframes loader-rotate {
  to {
    transform: rotate(1turn);
  }
}

* {
  scrollbar-width: thick; /* none | auto  */
  scrollbar-color: #074268 transparent;
}

*::-webkit-scrollbar {
  width: 10px; /* vertical scrollbar */
  height: 10px; /* horizontal scrollbar */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #074268;
}

*::-webkit-scrollbar-thumb:hover {
  background: #0e6daa;
}

.error-404 {
  background: #074268;
  padding: 12.5rem 0;
}
.error-404 .box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
}
.error-404 .box h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  row-gap: 1.25rem;
}
.error-404 .box h2 strong {
  font-size: 70px;
}
.error-404 .box .icons {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  align-items: center;
}
.error-404 .box .icons img {
  filter: grayscale(1) brightness(100);
}
section.s-attendance {
  background-image: url("../image/backgrounds/s-atendimento.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}
section.s-attendance .attendance__cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
section.s-attendance .attendance__cards .card-attendance {
  max-width: 398px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  transition: all 0.5s linear;
}
section.s-attendance .attendance__cards .card-attendance .texts {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
section.s-attendance .attendance__cards .card-attendance .texts h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
section.s-attendance .attendance__cards .card-attendance .texts p {
  font-size: 1.125rem;
}
section.s-attendance .attendance__cards .card-attendance:hover {
  transform: scale(0.96);
}
section.s-attendance.products {
  max-width: 1738px;
  background-image: url("../image/backgrounds/s-atendimento-2.png");
  background-repeat: no-repeat;
  padding: 0.75rem 0 1.25rem;
  margin-inline: auto;
}
section.s-attendance.products .attendance__cards .card-attendance .texts {
  color: #074268;
}
section.header {
  background-image: url("../image/backgrounds/several/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #142a39;
  position: relative;
}
section.header .content {
  max-width: 1320px;
  padding: 1.75rem 0 1.25rem;
}
section.header .content__init {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}
section.header .content__init .logoHeader picture {
  display: block;
  position: relative;
}
section.header .content__init .logoHeader picture::before {
  content: url("../image/pseudo/parallelogram.png");
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
section.header .content__init .logoHeader img {
  width: 325px;
  max-width: auto;
  height: 98px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
section.header .content__init .btns {
  flex-grow: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
section.header .content__init .btns .nav.header {
  display: none;
}
section.header .content__categories {
  display: flex;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  justify-content: center;
  margin-top: 3.25rem;
}
section.header .content__categories .card-cat {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  color: #ffffff;
}
section.header .content__categories .card-cat img {
  transition: transform 200ms linear;
}
section.header .content__categories .card-cat:hover img {
  transform: scale(0.85);
  filter: invert(30%) sepia(40%) saturate(2494%) hue-rotate(179deg) brightness(94%) contrast(89%);
}
section.header::before {
  content: "";
  position: absolute;
  top: 150px;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 100%;
  height: 1px;
  background-color: #074268;
}
section.header.fixed {
  width: 100%;
  background-size: cover;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 0px 5px 11px 5px rgba(0, 0, 0, 0.3);
  animation: headerTransition 500ms linear;
}
section.header.fixed .content {
  max-width: 1500px;
  padding: 0.75rem 0 1rem;
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}
section.header.fixed .content__init {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.75rem;
       column-gap: 4.75rem;
}
section.header.fixed .content__init .logoHeader picture {
  display: block;
  position: relative;
}
section.header.fixed .content__init .logoHeader picture::before {
  content: url("../image/pseudo/parallelogram-2.png");
  position: absolute;
  top: 50%;
  bottom: none;
  left: 50%;
  right: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
section.header.fixed .content__init .logoHeader img {
  width: 206px;
  max-width: auto;
  height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
section.header.fixed .content__init .btns .btn-telephone,
section.header.fixed .content__init .btns .btn-whatsapp {
  display: none;
}
section.header.fixed .content__init .btns .form-search {
  max-width: 300px !important;
}
section.header.fixed .content__init .btns .nav.header {
  display: block;
  background: none;
  padding: 0;
}
section.header.fixed .content__init .btns .nav.header ul {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
section.header.fixed .content__init .btns .nav.header ul li {
  font-size: 15px;
}
section.header.fixed .content__categories {
  display: none;
}
section.header.fixed:before {
  display: none;
}
@keyframes headerTransition {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
section.header-content {
  background-color: #074268;
  min-height: 408px;
  background-size: cover;
  background-position: center;
  padding: 2.5rem 0;
  position: relative;
  z-index: 5;
    margin-bottom: 35px;
}
section.header-content .content {
  max-width: 1310px;
  position: relative;
}
section.header-content .content .introduction {
  max-width: 500px;
  color: #1F315A;
    margin-top: 26px;
}
section.header-content .content .introduction .descricao-servico-banner{
    width: 50%;
}
section.header-content .content .introduction .descricao-servico-banner p{
    line-height: 28px;
}
section.header-content .content .introduction h1 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
section.header-content .content .introduction h5 {
  font-size: 1.125rem;
    line-height: 1.5;
}
section.header-content .content .introduction h5 strong {
  color: #00c2ff;
}
section.header-content.inner {
  min-height: 150px;
  padding: 1.75rem 0;
}
section.header-content.inner .content .introduction {
  max-width: 100%;
}
section.header-content.inner.blog .introduction h5 {
  display: none;
}

.map {
  width: 100%;
  height: 340px;
  border-bottom: 5px solid #074268;
}
.map iframe {
  width: 100%;
  height: 100%;
}

section.footer {
    display: flex;
    flex-direction: column;
    background-color: #17223b;
    row-gap: 1.25rem;
    padding: 0px 15%;
}

section.footer .header{
    display: flex;
    justify-content: space-between;
    color: #fff;
}

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

section.footer .header .container-logo {
    display: flex;
    flex-direction: row;
    text-align: left;
    padding: 20px;
    width: 17%;
    align-items: center;
}

section.footer .header .container-logo h4{
    margin-left: 15px;
}

section.footer .header .container-form {
    display: flex;
    width: 64%;
    margin-right: 15px;
    margin-top: 10px;
}

section.footer .header .container-form form{
    display: flex;
    width: 100%;
    column-gap: 10px;
}

section.footer .header .container-form .input{
   height: 50px;
    border-radius: 8px;
    padding: 10px;
}

section.footer .header .container-form .submit{
    display: flex;
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
    color: #FFFF;
    font-size: 18px;
    column-gap: 20px;
    height: 50px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

section.footer .container-divisor{
   width: 100%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-around;
}

section.footer .container-divisor .divisor-line{
   height: 1px;
    width: 95%;
    background-color: #ccc;
}

section.footer .container-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.footer .container-menu .menus{
    display: flex;
    column-gap: 20px;
    align-items: center;
}

section.footer .container-menu .menus .btn-whatsapp h5{
    color: #fff;
}

section.footer .container-menu .menus a{
    color: #fff;
}

section.footer .container-menu .menus a:hover{
    color: #0e6daa;
}

section.footer .container-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

section.footer .container-footer .container-conteudo{
    display: flex;
}

section.footer .container-footer .container-icon{
    padding: 10px;
    background-color: #EFC176;
    border-radius: 50px;
    height: 45px;
    margin-right: 10px;
}

section.footer .container-footer .container-conteudo .titulo{
    color: #fff;
    font-weight: 100;
}

section.footer .container-footer .container-conteudo .contact{
    color: #BA8943;
    text-wrap: auto;
}

section {
  position: relative;.
}
section .menu-footer {
  width: 100%;
  max-width: 1472px;
  background-color: #0e6daa;
  margin-inline: auto;
  padding: 1.75rem 6rem 1.25rem;
  -webkit-clip-path: polygon(5% 0, 95% 1%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 95% 1%, 100% 100%, 0% 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
section .menu-footer ul {
  list-style: none;
  display: flex;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  align-items: center;
  margin: 0;
  padding: 0;
}
section .menu-footer ul li a {
  font-size: 1.125rem;
  color: #ffffff;
}
section .menu-footer ul li a:hover, section .menu-footer ul li a.active {
  position: relative;
}
section .menu-footer ul li a:hover::before, section .menu-footer ul li a.active::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -0.25rem;
  left: 0;
  right: none;
  pointer-events: none;
  width: 90%;
  height: 3px;
  background: linear-gradient(90.03deg, #0e6daa 10.5%, rgba(255, 255, 255, 0) 64.25%);
}
section.footer-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1760px;
}
section.footer-copyright .copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
section.footer-copyright .copyright .copy {
  color: #2f2f2f;
  font-weight: 700;
}
section.footer-copyright .copyright .terms ul {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-bottom: 0;
  padding: 0;
  color: #074268;
}
section.footer-copyright .copyright .terms ul li a {
  color: #074268;
  transition: all 0.5s linear;
}
section.footer-copyright .copyright .terms ul li:hover a, section.footer-copyright .copyright .terms ul li.active a {
  color: #0e6daa;
}
section.footer-copyright .copyright .icons {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}
.nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    -moz-column-gap: 3.25rem;
    column-gap: 2.50rem;
    justify-content: center;
    align-items: center;
}
.nav.header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #ECECEC;
}
.nav.header span{
   width: 14%;
    font-style: italic;
}
.nav.header .icon-home{
    color: #C5974C;
}

.nav.header .icon-home:hover{
    color: #ff9c00;
}

.nav.header ul li {
    color: #24343C;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.nav.header ul li a {
  color: inherit;
  transition: 300ms;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #0e6daa 90%, #0e6daa 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: background-size 300ms ease-in;
}
.nav.header .dropdown {
    position: relative;
    display: inline-block;
}

.nav.header .dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    min-width: 360px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
    padding: 10px;
}
.nav.header .dropdown:hover .dropdown-menu {
    display: block;
}
.nav.header .link-dropdown {
    background-size: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    color: inherit;
}
.nav.header .link-dropdown:hover {
    background: none !important;
    color: #0e6daa;
}

.nav.header ul li:hover a, .nav.header ul li.active a {
  color: #0e6daa;
  background-size: 100% 100%;
  background-position-x: left;
}
.nav.footer ul li {
  color: #074268;
  font-size: 1.25rem;
}
.nav.footer ul li a {
  color: inherit;
  transition: 300ms;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 90%, #0e6daa 90%, #0e6daa 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position-x: right;
  transition: background-size 300ms ease-in;
}
.nav.footer ul li:hover a, .nav.footer ul li.active a {
  color: #0e6daa;
  background-size: 100% 100%;
  background-position-x: left;
}
.nav:has(.nav-icons) .nav-icons {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

body main {
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700;800;900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
  /*  Validação   */
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}

body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}

@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}

body main section.index-blog {
    padding: 3rem 0 2.5rem;
}
body main section.index-blog .blog--text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
body main section.index-blog .blog--text h2 {
  color: #24343C;
  font-weight: 700;
  margin-bottom: 1rem;
}
body main section.index-blog .blog--text h5 {
  font-size: 1.125rem;
}
body main section.index-blog .blog__cards {
  display: flex;
  align-items: stretch;
  justify-content: center;
    column-gap: 10px;
}
body main section.index-blog .blog .btn-primary {
  margin: 3rem auto 0;
}

body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main section.index-oque-fazemos .projects h2 {
    color: #24343C;
    font-weight: 700;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 2rem;
}

body main section.index-oque-fazemos .owl-dots{
    justify-content: center;
}

body main section.index-oque-fazemos .owl-nav .owl-prev{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.index-oque-fazemos .owl-nav .owl-next{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.index-oque-fazemos .owl-nav{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

body main section.index-oque-fazemos {
    padding-bottom: 2.5rem;
    margin-top: 45px;
}
body main section.index-oque-fazemos .body{

}
body main section.index-oque-fazemos .projects .card{
    background-color: white;
    border-radius: 50px;
    width: 100%;
    padding-left: 50px;
    height: 600px;
    padding-top: 40px;
    text-align: left;
    border: 0;
    display: flex;
    justify-content: space-between;

}
body main section.index-oque-fazemos .projects .card .titulo{
    color: #24343C;
    width: 70%;
    font-weight: 500;
    margin-right: 50px;
    font-size: 22px;
}
body main section.index-oque-fazemos .projects .card .conteudo{
    margin-top: 20px;
    margin-right: 50px;
    text-align: justify;
}
body main section.index-oque-fazemos .projects .card .imagem{
    height: 47%;
    width: 100%;
    border-top-left-radius: 84%;
    border-bottom-left-radius: 12%;
    border-bottom-right-radius: 50px;
}
body main section.index-oque-fazemos .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
body main section.index-oque-fazemos .footer .title-footer{
    color: #24343C;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 10px;
}

body main section.facility-para-voce{
    margin: 34px 0% 0px 0%
}

body main section.facility-para-voce .container-itens-e-bg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body main section.facility-para-voce .itens {
    width: 100%;
    margin-top: 4%;
}

body main section.facility-para-voce .imagem{
    height: 50px;
    width: 50px;
    align-self: center;
}

body main section.facility-para-voce .titulo{
    color: #000;
    font-size: 40px;
    font-weight: 500;
    width: 36%;
}
body main section.facility-para-voce .item{
    display: flex;
    margin: 35px 0px;
}
body main section.facility-para-voce .body {
    width: 80%;
    margin-left: 10px;

}
body main section.facility-para-voce .body .titulo-item{
    font-weight: bold;
    font-size: 20px;
}
body main section.facility-para-voce .bg-facility-para-voce-1 {
    background-image: url(../image/backgrounds/facility-para-voce-1.png);
    background-repeat: no-repeat;
    height: 743px;
    width: 500px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}
body main section.facility-para-voce .bg-facility-para-voce-2 {
    background-image: url(../image/backgrounds/bg-facility-para-voce-2.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 500px;
}
body main section.facility-para-voce .bg-facility-para-voce-3 {
    background-image: url(../image/backgrounds/bg-facility-para-voce-3.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 500px;
    margin-top: -51px;
    position: relative;
}
body main section.confiam-na-facility {
    position: relative;
    overflow: hidden;
}

body main section.confiam-na-facility .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/backgrounds/bg-confiam-na-facility.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

body main section.confiam-na-facility .header{
    display: flex;
    align-items: center;
    justify-content: center;
}

body main section.confiam-na-facility .titulo{
    color: #000;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    margin-top: 35px;
}

body main section.confiam-na-facility .body{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
    align-items: center;
    padding: 40px 10%;
}
body main section.confiam-na-facility .body .item img {
    max-width: 200px;
    height: 100px;
}
body main section.facility-contabilidae{
    margin: 34px 15% 2% 15%
}

body main section.facility-contabilidae .container-itens-e-bg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

body main section.facility-contabilidae .itens {
    width: 100%;
}
body main section.facility-contabilidae .container-video{
    margin-top: -50px;

}
body main section.facility-contabilidae .imagem-thumb{
    height: 500px;
    width: 500px;
    border-radius: 60px;
}

body main section.facility-contabilidae .titulo{
    color: #000;
    font-size: 40px;
    font-weight: 500;
}
body main section.facility-contabilidae .item{
    display: flex;
    margin: 35px 0px;
}
body main section.facility-contabilidae .body {
    width: 50%;
    margin-left: 10px;
}
body main section.facility-contabilidae .body p{
    font-size: 20px;
}
body main section.facility-contabilidae .footer-mobile{
    display: none;
}
body main section.facility-contabilidae .btn-nossa-historia {
    border: 0;
    display: flex;
    align-items: center;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
    width: 300px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
body main section.facility-contabilidae .btn-nossa-historia:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}
body main section.facility-contabilidae .btn-nossa-historia h5{
    color: #FFFFFF;
}

body main section.oque-nossos-clientes-dizem {
    background-image: url(../image/backgrounds/servicos.png);
    background-repeat: no-repeat;
    background-size: cover;
}

body main section.oque-nossos-clientes-dizem .projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}


body main section.oque-nossos-clientes-dizem .projects h2{
    color: #24343C;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}

body main section.oque-nossos-clientes-dizem .projects .card{
    background-color: #fff;
    border-radius: 10px;
    margin-left: 60px;
    margin-right: 58px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0px 27px;
}
body main section.oque-nossos-clientes-dizem .projects .card .avaliacao{
    padding: 0 10px;
}
body main section.oque-nossos-clientes-dizem .projects .card .cliente{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
body main section.oque-nossos-clientes-dizem .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
body main section.oque-nossos-clientes-dizem .owl-nav .owl-prev{
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
body main section.oque-nossos-clientes-dizem .owl-nav .owl-prev{
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
body main section.oque-nossos-clientes-dizem .owl-nav .owl-next{
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

body main .service-inner .conteudo {
    margin-top: 35px;
}

body main div.service-oque-nossos-clientes-dizem .projects {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
}

body main div.service-oque-nossos-clientes-dizem {

}

body main div.service-oque-nossos-clientes-dizem .projects h2{
    color: #24343C;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}

body main div.service-oque-nossos-clientes-dizem .projects .card{
    background-color: white;
    border-radius: 50px;
    width: 78%;
    padding-left: 50px;
    height: 440px;
    padding-top: 61px;
    text-align: left;
    border: 0;
    margin-left: 50px
}

body main div.service-oque-nossos-clientes-dizem .projects .card .titulo{
    color: #24343C;
    font-weight: 500;
    font-size: 22px;
    text-align: justify;
    margin-right: 50px;
    max-width: 300px;
}
body main div.service-oque-nossos-clientes-dizem .projects .card .imagem{
    margin-top: auto;
    border-top-left-radius: 76%;
    border-bottom-left-radius: 8%;
    max-height: 48%;
    width: 100%;
    align-self: flex-end;
    border-bottom-right-radius: 50px;
}
body main div.service-oque-nossos-clientes-dizem .projects .card .avaliacao{
    padding: 0 10px;
}
body main div.service-oque-nossos-clientes-dizem .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
body main div.service-oque-nossos-clientes-dizem .owl-nav .owl-prev{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
body main div.service-oque-nossos-clientes-dizem .owl-nav .owl-next{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}


body main div.service-oque-nossos-clientes-dizem .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4%;
}
body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista {
   text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;

}
body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista h3{
    width: 66%;
    color: #24343C;
}
body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista p{
    margin-top: 20px;
    width: 48%;
    margin-bottom: 30px;
    color: #24343C;
}


.card-contact-facility {
    background-image: url("../image/backgrounds/bg-contact.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    height: 390px;
    width: 42vw;
    position: relative;
    display: flex;
    padding-left: 6%;
}

.card-contact-facility .conteudo {
    position: relative;
    color: #4B4949; /* ou branco, dependendo da imagem */
    width: 100%;
}

.card-contact-facility .conteudo .container-conteudo{
    margin: 15px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
    width: 60%;
}

.card-contact-facility .conteudo  .container-icon{
    padding: 10px;
    background-color: #EFC176;
    border-radius: 50px;
    height: 45px;
}

.card-contact-facility .conteudo .container-conteudo .titulo{
    color: #fff;
    font-weight: 100;
}

.card-contact-facility .conteudo .container-conteudo .contact{
    color: #BA8943;
    text-wrap: auto;
}

section.pilares {
    display: flex;
    justify-content: space-between;
    margin: 0px 15%;
}

section.pilares .pilare-service{
    background-color: #FFFFFF;
    border-radius: 35px;
    width: 50%;
    margin: 45px;
    padding: 30px;
    box-shadow: 5px 5px 5px #ccc;
}

section.pilares .pilare-service h2{
    margin-bottom: 30px;
    background: linear-gradient(to right, #EFC176, #BA8943); /* Exemplo de cores */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

section.pilares .pilare-service p{
   line-height: 25px;
}

section.pilares .pilare-service ul li{
    line-height: 25px;
}

section.video-apresentacao-sobre{
    height: 600px;
    position: relative;
    margin-top: 35px;
}
section.video-apresentacao-sobre a.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

section.video-apresentacao-sobre a.video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.video-apresentacao-sobre .conteudo{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: 100;
    width: 42%;
    text-align: center;
}

section.video-apresentacao-sobre .imagem-thumb{
  width: 100%;
}

section.oque-nos-torna-unicos{

}



section.conteudo-conheca-time{
}

body main section.conteudo-conheca-time .projects h2 {
    color: #24343C;
    font-weight: 700;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 2rem;
}

body main section.conteudo-conheca-time .owl-dots{
    justify-content: center;
}

body main section.conteudo-conheca-time .owl-nav .owl-prev{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.conteudo-conheca-time .owl-nav .owl-next{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.conteudo-conheca-time .owl-nav{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

body main section.conteudo-conheca-time .body{

}
body main section.conteudo-conheca-time .projects .card{
    background-color: white;
    border-radius: 50px;
    width: 100%;
    height: 618px;
    text-align: left;
    border: 0;
}
body main section.conteudo-conheca-time .projects .card .titulo{
    color: #24343C;
    width: 70%;
    font-weight: 500;
    font-size: 22px;
    margin-left: 20px;
    margin-top: 20px;
}
body main section.conteudo-conheca-time .projects .card .conteudo{
    margin-top: 20px;
    margin-right: 10px;
    text-align: left;
    margin-left: 20px;
}
body main section.conteudo-conheca-time .projects .card .imagem{
    max-height: 59%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
}
body main section.conteudo-conheca-time .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
body main section.conteudo-conheca-time .footer .title-footer{
    color: #24343C;
    font-weight: 700;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 10px;
}


body main section.quem-somos-galeira {
    background-image: url("../image/backgrounds/servicos.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 25px;
}
body main section.quem-somos-galeira .conteudo{
    background: linear-gradient(
        to right,
        rgba(5, 44, 132, 0.7),
        rgba(5, 44, 132, 0.7)
    );
    width: 100%;
    padding: 2rem 0;
}

body main section.quem-somos-galeira .galeria {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
    padding-right: 100px;
}

body main section.quem-somos-galeira .galeria .container-texto {
    width: 40%;
    display: flex;
    justify-content: end;
    color: #fff;
}

body main section.quem-somos-galeira .galeria .container-texto .body{
    display: flex;
    width: 57%;
    row-gap: 12px;
    flex-direction: column;
}
body main section.quem-somos-galeira .galeria .container-texto h2{
    font-weight: bold;
}

body main section.quem-somos-galeira .galeria .container-texto h4{
    font-weight: 100;
}

body main section.quem-somos-galeira .galeria .container-fotos {
    display: flex;
    width: 50%;
    margin-right: 10%;
}

body main section.quem-somos-galeira .foto-grande {
    width: 49%;
    display: flex;
    margin-right: 10px;
}

body main section.quem-somos-galeira .foto-grande .imagem{
    height: 100%;
    width: 100%;
}

body main section.quem-somos-galeira .foto-pequena {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin-bottom: 10px;
}
body main section.quem-somos-galeira .foto-pequena .foto-topo {
    width: 100%;
    height: 50%;
    margin-bottom: 10px;
}
body main section.quem-somos-galeira .foto-pequena .foto-topo a{
    width: 100%;
    height: 100%;
}
body main section.quem-somos-galeira .foto-pequena .foto-topo .imagem-top{
    width: 100%;
    height: 100%;
}

body main section.quem-somos-galeira .foto-pequena .foto-footer {
    display: flex;
    justify-content: end;
    width: 100%;
    height: 100%;
    column-gap: 10px;
}

body main section.quem-somos-galeira .foto-pequena .foto-footer .imagem{
    width: 100%;
    height: 100%;
}

body main section.conecte-se {
    background: linear-gradient(to bottom, #052C84, #394F81);
    background: -webkit-linear-gradient(top, #052C84, #394F81);
    background: -o-linear-gradient(top, #052C84, #394F81);
    background: -moz-linear-gradient(top, #052C84, #394F81);
    height: 198px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 35px;
    color: #fff
}

body main section.conecte-se {
    background: linear-gradient(to bottom, #052C84, #394F81);
    background: -webkit-linear-gradient(top, #052C84, #394F81);
    background: -o-linear-gradient(top, #052C84, #394F81);
    background: -moz-linear-gradient(top, #052C84, #394F81);
    height: 198px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 35px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0px 15%;
}

body main section.conecte-se .button{
    border: 0;
    align-items: center;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
    width: 300px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    color: #fff;
    margin-right: 10px;
}

body main section.conecte-se .button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}

body main section.perguntas-frequentes .footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 15%;
}
body main section.perguntas-frequentes .footer .container-falar-especialista {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 43%;

}
body main section.perguntas-frequentes .footer .container-falar-especialista h3{
    width: 66%;
    color: #24343C;
    margin-bottom: 20px;
}
body main section.perguntas-frequentes .footer .container-falar-especialista p{
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
    color: #24343C;
    text-align: left;
}

body main section.perguntas-frequentes .container-falar-especialista .box {
    width: 100%;
    max-width: 768px;
    display: flex;
    flex-direction: column;
    row-gap: 4.5rem;
}
body main section.perguntas-frequentes .container-falar-especialista .box .box--title {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
body main section.perguntas-frequentes .container-falar-especialista .box .box--answer {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}
body main section.perguntas-frequentes .card-contact-facility {
    background-image: url("../image/backgrounds/bg-contact.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    height: 390px;
    width: 41vw;
    position: relative;
    display: flex;
    padding-left: 6%;
    flex-direction: column;
    justify-content: center;
}
body main section.perguntas-frequentes .card-contact-facility .conteudo {
    position: relative;
    color: #4B4949; /* ou branco, dependendo da imagem */
    width: 100%;
}

body main section.perguntas-frequentes .card-contact-facility .conteudo .container-conteudo{
    margin: 15px 0px;
    display: flex;
    column-gap: 15px;
    align-items: center;
}

body main section.perguntas-frequentes .card-contact-facility .conteudo  .container-icon{
    padding: 10px;
    background-color: #EFC176;
    border-radius: 50px;
    height: 45px;
}

body main section.perguntas-frequentes .card-contact-facility .conteudo .container-conteudo .titulo{
    color: #fff;
    font-weight: 100;
}

body main section.perguntas-frequentes .card-contact-facility .conteudo .container-conteudo .contact{
    color: #BA8943;
    text-wrap: auto;
}


body main section.budget-index {
    padding: 2.75rem 0 6rem;
    margin: 0px 10%;
}

body main section.budget-index .card-depoimento{
    background-color: #FAFAFA;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

body main section.budget-index .card-depoimento h4{
   margin-bottom: 10px;
}

body main section.budget-index .card-depoimento p{
    margin-bottom: 10px;
}

body main section.budget-index .card-depoimento p strong{
   color: #B07C33;
}

body main section.budget-index .titulo-cases{
    display: flex;
    justify-self: center;
    margin: 41px 0px;
    width: 42%;
    font-size: 24px;
    font-weight: 700;
}

body main section.budget-index .cases .card-cases{
    width: 100%;
    border-radius: 22px;
    border: 1px solid #ccc;
    background-color: #FAFAFA;
}

body main section.budget-index .cases .card-cases .header{
    background: linear-gradient(98deg, #EFC176 22.13%, #BA8943 50%, #BA8943 77.87%);
    height: 27px;
    width: 75%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

body main section.budget-index .cases .card-cases h2{
    margin-top: 25px;
    padding: 20px;
    font-size: 25px;
}

body main section.budget-index .cases .card-cases p{
    padding: 20px;
}

body main section.budget-index .owl-nav .owl-prev{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.budget-index .owl-nav .owl-next{
    border: 1px solid #9C6B27;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.budget-index .owl-nav{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}

body main section.budget-index .avaliacoes{
    margin-top: 70px;
}

body main section.budget-index .avaliacoes h2{
   text-align: center;
    margin-top: 40px;
}

body main section.budget-index .avaliacoes p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

body main section.budget-index .avaliacoes .card-avaliacoes{
    width: 100%;
    border-radius: 22px;
    border: 1px solid #ccc;
    background-color: #FAFAFA;
    padding: 20px;
}

body main section.budget-index .avaliacoes .card-avaliacoes .header{
    display: flex;
}

body main section.budget-index .avaliacoes .card-avaliacoes .header .imagem-foto{
    height: 50px;
    width: 50px;
}

body main section.budget-index .avaliacoes .card-avaliacoes .header-name{
    margin-left: 10px;
}

body main section.budget-index .avaliacoes .card-avaliacoes .body{
    margin-top: 10px;
}

body main section.budget-index .avaliacoes .card-avaliacoes .body p{
    text-align: left;
}

body main section.budget-index .avaliacoes .google-button {
    background-color: #3367D6;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
    margin-top: 30px;
}

body main section.quero-avaliar{
    background: linear-gradient(to bottom, #052C84, #394F81);
    background: -webkit-linear-gradient(top, #052C84, #394F81);
    background: -o-linear-gradient(top, #052C84, #394F81);
    background: -moz-linear-gradient(top, #052C84, #394F81);
    height: 198px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 35px;
    color: #fff
}

body main section.quero-avaliar {
    background: linear-gradient(to bottom, #052C84, #394F81);
    background: -webkit-linear-gradient(top, #052C84, #394F81);
    background: -o-linear-gradient(top, #052C84, #394F81);
    background: -moz-linear-gradient(top, #052C84, #394F81);
    height: 198px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 35px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 0px 10%;
}

body main section.quero-avaliar .button{
    border: 0;
    align-items: center;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
    width: 300px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

body main section.quero-avaliar .button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}

@media (max-width: 1024px) {
    .card-contact-facility {
        background-image: url("../image/backgrounds/bg-contact.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top left;
        height: 390px;
        width: 100vw;
        position: relative;
        display: flex;
        padding-left: 6%;
        border-radius: 35px;
    }
}
@media (max-width: 1280px) {
    .card-contact-facility {
        background-image: url("../image/backgrounds/bg-contact.png");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: top left;
        height: 390px;
        width: 100vw;
        position: relative;
        display: flex;
        padding-left: 6%;
        border-radius: 35px;
    }
}

.service-index .container-card {
    padding: 35px;
    background-color: #FAFAFA;
    margin: 0px 15% 3% 15%;
    border-radius: 15px;
}
@media (max-width: 61.9375em) {
    body main div.service-oque-nossos-clientes-dizem .projects .card .titulo{
        color: #24343C;
        font-weight: 500;
        font-size: 17px !important;
        text-align: justify;
        margin-right: 50px;
        max-width: 300px;
    }
    .service-index .container-card {
        padding: 35px;
        background-color: #FAFAFA;
        margin: 0px 2% 3% 2% !important;
        border-radius: 15px;
    }
        .card-contact-facility .conteudo .container-conteudo{
        margin: 15px 0px;
        display: flex;
        column-gap: 15px;
        align-items: center;
        width: 100%;
        border-bottom-right-radius: 68px;
    }
    .card-contact-facility .conteudo .container-conteudo .primeiro{
       background-color: red !important;
        display: flex;
        flex-direction: column;
    }
    body main section.oque-nossos-clientes-dizem .projects .card {
        height: auto !important;
        padding: 10px;
    }
    body main section.index-oque-fazemos .projects .card {
        background-color: white;
        border-radius: 50px;
        width: 100%;
        padding-left: 50px;
        height: auto !important;
        padding-top: 40px;
        text-align: left;
        border: 0;
        display: flex;
        justify-content: space-between;
    }
    section.footer {
        display: flex;
        flex-direction: column;
        background-color: #17223b;
        margin-bottom: 3%;
        row-gap: 1.25rem;
        padding: 0px 3%;
    }

    section.footer .header{
        display: flex;
        justify-content: space-between;
        color: #fff;
        flex-direction: column;
    }

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

    section.footer .header .container-logo {
        display: flex;
        flex-direction: row;
        text-align: left;
        padding: 20px;
        width: 100%;
        justify-content: center;
    }

    section.footer .header .container-logo h4{
        margin-left: 15px;
    }

    section.footer .header .container-form {
        display: flex;
        width: 100%;
        margin-right: 0px;
        margin-top: 10px;
    }

    section.footer .header .container-form form{
        display: flex;
        width: 100%;
        column-gap: 10px;
        flex-direction: column;
        row-gap: 10px;
    }

    section.footer .header .container-form .input{
        height: 50px;
        border-radius: 8px;
        padding: 10px;
    }

    section.footer .header .container-form .submit{
        display: flex;
        background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
        color: #FFFF;
        font-size: 18px;
        column-gap: 20px;
        height: 50px;
        border-radius: 8px;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    section.footer .container-divisor{
        width: 100%;
        display: flex;
        color: #fff;
        align-items: center;
        justify-content: space-around;
    }

    section.footer .container-divisor .divisor-line{
        height: 1px;
        width: 95%;
        background-color: #ccc;
    }

    section.footer .container-menu{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    section.footer .container-menu .menus{
        display: flex;
        column-gap: 20px;
        align-items: center;
        flex-direction: column;
        row-gap: 15px;
    }

    section.footer .container-menu img{
        margin-left: -30px;
    }

    section.footer .container-menu .menus .btn-whatsapp h5{
        color: #fff;
    }

    section.footer .container-menu .menus a{
        color: #fff;
    }

    section.footer .container-menu .menus a:hover{
        color: #0e6daa;
    }

    section.footer .container-footer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        flex-direction: column;
        row-gap: 20px;
        margin-top: 20px;
    }

    section.footer .container-footer .container-conteudo{
        display: flex;
    }

    section.footer .container-footer .container-icon{
        padding: 10px;
        background-color: #EFC176;
        border-radius: 50px;
        height: 45px;
        margin-right: 10px;
    }

    section.footer .container-footer .container-conteudo .titulo{
        color: #fff;
        font-weight: 100;
    }

    section.footer .container-footer .container-conteudo .contact{
        color: #BA8943;
        text-wrap: auto;
    }


    body main section.quero-avaliar {
        background: linear-gradient(to bottom, #052C84, #394F81);
        background: -webkit-linear-gradient(top, #052C84, #394F81);
        background: -o-linear-gradient(top, #052C84, #394F81);
        background: -moz-linear-gradient(top, #052C84, #394F81);
        height: 400px;
        position: relative;
        z-index: 1;
        display: flex;
        margin-bottom: 35px;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 0px 10%;
        flex-direction: column;
        row-gap: 10px;
        text-align: center;
    }
    body main section.perguntas-frequentes .card-contact-facility {
        background-image: url("../image/backgrounds/bg-contact.png");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top left;
        height: 390px;
        width: 90%;
        position: relative;
        display: flex;
        padding-left: 6%;
        flex-direction: column;
        justify-content: center;
    }
    body main section.perguntas-frequentes .footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 4%;
        flex-direction: column;
    }
    body main section.perguntas-frequentes .footer .container-falar-especialista {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    body main section.conecte-se {
        background: linear-gradient(to bottom, #052C84, #394F81);
        background: -webkit-linear-gradient(top, #052C84, #394F81);
        background: -o-linear-gradient(top, #052C84, #394F81);
        background: -moz-linear-gradient(top, #052C84, #394F81);
        height: 400px;
        position: relative;
        z-index: 1;
        display: flex;
        margin-bottom: 35px;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 0px 10%;
        flex-direction: column;
        row-gap: 10px;
    }
    .card-banner .conteudo-card-banner .container-form{
        display: flex;
        flex-direction: column;
        width: 100% !important;
        row-gap: 10px;
        margin-top: 25px;
    }
    .btn-form-experimente{
        width: 100% !important;
    }
    body main section.quem-somos-galeira .galeria {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 10px;
        padding: 10px;
    }

    body main section.quem-somos-galeira .galeria .container-texto {
        width: 100%;
        display: flex;
        justify-content: center;
        color: #fff
    }

    body main section.quem-somos-galeira .galeria .container-texto .body{
        display: flex;
        width: 100%;
        row-gap: 12px;
        flex-direction: column;
    }
    body main section.quem-somos-galeira .galeria .container-texto h2{
        font-weight: bold;
        text-align: center;
    }

    body main section.quem-somos-galeira .galeria .container-texto h4{
        font-weight: 100;
        text-align: center;
    }

    body main section.quem-somos-galeira .galeria .container-fotos {
        display: flex;
        width: 100%;
        flex-direction: column;
        row-gap: 10px;
    }

    body main section.quem-somos-galeira .foto-grande {
        width: 100%;
        display: flex;
        margin-right: 10px;
        height: 250px;
    }

    body main section.quem-somos-galeira .foto-grande .imagem{
        height: 100%;
        /*width: 45%;*/
        width: 100%;
    }

    body main section.quem-somos-galeira .foto-pequena {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 10px;
    }
    body main section.quem-somos-galeira .foto-pequena .foto-topo {
        width: 100%;
        height: 250px;
        margin-bottom: 10px;
    }
    body main section.quem-somos-galeira .foto-pequena .foto-topo a{
        height: 250px;
    }

    body main section.quem-somos-galeira .foto-pequena .foto-topo .imagem-top{
        width: 100%;
        height: 100%;
    }

    body main section.quem-somos-galeira .foto-pequena .foto-footer {
        display: flex;
        flex-direction: column;
        justify-content: end;
        width: 100%;
        height: 100%;
        row-gap: 10px;
    }

    body main section.quem-somos-galeira .foto-pequena .foto-footer .imagem{
        width: 100%;
        height: 250px;
    }
    section.index-banner .conteudo{
        position: absolute;
        z-index: 9999;
        margin: 10%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        width: 78%;
    }
    section.video-apresentacao-sobre a{
       height: 100%;
    }
    section.video-apresentacao-sobre .conteudo{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 32px;
        font-weight: 100;
    }
    section.pilares {
        display: flex !important;
        justify-content: space-between !important;
        margin: 0px 4% !important;
        flex-direction: column !important;
        gap: 45px !important; /* sem ponto e vírgula no meio */
    }

    section.pilares .pilare-service {
        background-color: #FFFFFF !important;
        border-radius: 8px !important;
        width: 100% !important;
        padding: 30px !important;
        margin: 0 !important; /* remove margem lateral no mobile */
    }

    body main div.service-oque-nossos-clientes-dizem .projects .card{
        background-color: white;
        border-radius: 50px;
        padding-left: 50px;
        height: 440px;
        padding-top: 61px;
        text-align: left;
        border: 0;
        margin-left: 50px
    }
    body main div.service-oque-nossos-clientes-dizem .owl-nav .owl-prev{
        border: 1px solid #9C6B27;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        display: none;
    }
    body main div.service-oque-nossos-clientes-dizem .owl-nav .owl-next{
        border: 1px solid #9C6B27;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
        display: none;
    }
    body main div.service-oque-nossos-clientes-dizem .footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 4%;
        justify-content: center;
    }
    body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista h3{
        width: 100%;
        text-align: center;
        color: #24343C;

    }
    body main div.service-oque-nossos-clientes-dizem .footer .container-falar-especialista p{
        margin-top: 20px;
        width: 100%;
        text-align: center;
        color: #24343C;
        margin-bottom: 30px;
    }

    .card-contact-facility {
        background-image: url("../image/backgrounds/bg-contact.png");
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top left;
        height: 390px;
        width: 83vw;
        position: relative;
        display: flex;
        padding-left: 6%;
        border-radius: 35px;
    }
    .card-contact-facility .conteudo {
        position: relative;
        color: #000; /* ou branco, dependendo da imagem */
        width: 100%;
    }
    .card-contact-facility .conteudo .container-conteudo .titulo{
        color: #fff;
        font-weight: 100;
        font-size: 15px;
    }

    .card-contact-facility .conteudo .container-conteudo .contact{
        color: #BA8943;
        font-size: 10px;
    }

    body main body {
        max-width: 676px;
        margin-inline: auto;
    }
    .nav.header {
        display: none;
    }
    body main .container.tablet {
        max-width: 600px;
        margin-inline: auto;
    }
    body main h1 {
        font-size: 25px;
    }
    body main h2 {
        font-size: 22px;
    }
    body main h3 {
        font-size: 20px;
    }
    body main h4 {
        font-size: 18px;
    }
    body main h5 {
        font-size: 16px;
    }
    body main h6 {
        font-size: 14px;
    }
    body main p {
        font-size: 0.75rem;
    }
    body main section.index-construction {
        padding: 0.75rem;
        height: auto;
        text-align: start;
    }
    body main section.index-construction .construction .btn-primary {
        margin-inline: auto;
    }
    body main section.index-construction .construction--text {
        text-align: center;
    }
    body main section.index-construction .construction--text .flag img {
        margin: -1.25rem 0 1.5rem;
        position: relative;
        z-index: 2;
    }
    body main section.index-construction .construction--text h2 {
        font-size: 21px;
    }
    body main section.index-construction .construction--text h6 {
        margin: 0.5rem 0 1rem;
        font-size: 1rem;
    }

    section.breadcrumb {
        font-size: 12px;
        text-align: start;
        font-weight: bold;
    }
    section.breadcrumb a {
        font-size: 12px;
    }
    .error-404 {
        height: auto;
        background-image: url("../image/backgrounds/404.jpg");
        background-repeat: no-repeat;
        margin-top: 0;
        padding: 1rem 0;
    }
    .error-404 .container {
        max-width: 1024px;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 0;
    }
    .error-404 .box {
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 0.75rem;
        align-items: center;
    }
    .error-404 .box h2 {
        font-size: 1.375rem;
        row-gap: 1.25rem;
    }
    .error-404 .box .icons {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
        row-gap: 0;
    }
    section.s-attendance {
        padding: 0.75rem 0;
    }
    section.s-attendance .attendance__cards {
        display: flex;
        row-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        align-items: start;
        justify-content: center;
    }
    section.s-attendance .attendance__cards .card-attendance {
        max-width: 200px;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        flex-direction: column;
        row-gap: 0.5rem;
    }
    section.s-attendance .attendance__cards .card-attendance img {
        width: 62px;
    }
    section.s-attendance .attendance__cards .card-attendance .texts {
        text-align: center;
        row-gap: 0.5rem;
    }
    section.s-attendance .attendance__cards .card-attendance .texts h2 {
        font-size: 1rem;
    }
    section.s-attendance .attendance__cards .card-attendance .texts p {
        font-size: 14px;
        line-height: 120%;
    }
    section.s-attendance.products {
        background-image: url("../image/backgrounds/s-atendimento-2.png");
        background-repeat: no-repeat;
        background-position: center;
        padding: 0.75rem 0 1.25rem;
    }
    section.header .content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        margin-inline: auto;
        row-gap: 0.5rem;
        padding: 0.5rem 0.75rem 1rem;
    }
    section.header .content__init {
        display: flex;
        align-items: center;
        -moz-column-gap: 4.75rem;
        column-gap: 4.75rem;
    }
    section.header .content__init .logoHeader {
        display: none;
    }
    section.header .content__init .btns {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        justify-content: space-between;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    section.header .content__categories {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
        row-gap: 0.5rem;
        justify-content: space-between;
        margin-top: 1.25rem;
    }
    section.header .content__categories .card-cat {
        width: 45%;
        display: flex;
        align-items: center;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        color: #ffffff;
    }
    section.header .content__categories .card-cat h5 {
        font-size: 1rem;
    }
    section.header .content__categories .btn-primary {
        display: none;
    }
    section.header .content .menu-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    section.header .content .menu-top .logo {
        filter: grayscale(1) brightness(100);
        width: 144px;
        max-width: auto;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }
    section.header .content .menu-top a {
        display: block;
        color: white;
    }
    section.header .content .menu-top a i {
        color: white;
    }
    section.header .content .menu-top a:nth-child(1) {
        position: relative;
        z-index: 2;
        transition: all 0.5s ease-in-out;
    }
    section.header .content .menu-top a:nth-child(1) i {
        color: #074268;
    }
    section.header .content .menu-top a:nth-child(1).active i {
        transform: rotate(90deg);
    }
    section.header .content .menu-top a .line {
        fill: none;
        stroke: #0e6daa;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    section.header .content .menu-top a .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    section.header .content .menu-top a .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    section.header .content .menu-top a .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    section.header .content .menu-top a.active .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    section.header .content .menu-top a.active .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    section.header .content .menu-top a.active .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    section.header:before {
        display: none;
    }
    section.header-content {
        min-height: auto;
        padding: 1.25rem 0 2.5rem;
        background-position: left;
    }
    section.header-content .content .introduction {
        margin-top: 1.25rem;
    }
    section.header-content .content .introduction .descricao-servico-banner{
        width: 100%;
    }
    section.header-content .content .introduction h1 {
        font-weight: 600;
        margin-bottom: 0.75rem;
    }
    section.header-content .content .introduction h5 {
        font-size: 1rem;
    }
    section.header-content.inner-blog, section.header-content.inner {
        min-height: auto;
        padding: 1.25rem 0;
    }
    section.header-content.extra {
        min-height: auto;
        padding: 1.25rem 0 3.75rem;
    }
    section.header-content.extra .introduction {
        margin-top: 1.25rem;
    }
    section.header-content.extra .introduction .logo-banner {
        width: 210px;
        max-width: auto;
        height: 80px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        margin-bottom: 1rem;
    }
    section.header-content.extra::before {
        display: none;
    }
    .map {
        width: 100%;
        height: 250px;
        margin-top: 50%;
    }
    .map iframe {
        width: 100%;
    }
    section.footer {
        margin-bottom: 1.75rem;
        row-gap: 1rem;
    }
    section.footer .content {
        row-gap: 1rem;
    }
    section.footer .content .container-logo {
        row-gap: 1.25rem;
    }
    section .menu-footer {
           display: none;
       }
    section.footer-copyright .container {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        justify-content: center;
    }
    section.footer-copyright .copyright {
        flex-wrap: wrap;
        row-gap: 1rem;
        justify-content: center;
    }
    section.footer-copyright .copyright h5 {
        font-size: 1.125rem;
    }
    section.footer-copyright .copyright .terms {
        margin-left: 0;
    }
    section.footer-copyright .copyright .terms ul {
        flex-direction: column;
        align-items: center;
        row-gap: 0.25rem;
        text-align: start;
    }
    section.footer-copyright .copyright .terms ul li a h5 {
        font-size: 1rem;
    }
    body main section.index-blog {
        padding: 1.25rem 0;
    }
    body main section.index-blog .blog--text {
        margin: 0 auto 1.25rem;
    }
    body main section.index-blog .blog--text h2 {
        margin-bottom: 0.75rem;
    }
    body main section.index-blog .blog--text h5 {
        font-size: 1rem;
    }
    body main section.index-blog .blog__cards {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    body main section.index-blog .blog .btn-primary {
        margin: 1.25rem auto 0;
    }
    section.fixed-bar {
        display: none;
    }
    .notfound {
        font-size: 1.5rem;
        padding: 0.75rem;
        margin-top: 1rem;
    }
    .notfound--title {
        padding: 0.5rem 1.25rem;
        margin-bottom: 1.25rem;
        position: absolute;
    }
    .notfound--title h2 {
        font-size: 1.25rem;
        text-align: start;
    }
    .notfound div {
        font-size: 1.125rem;
    }
    .notfound .icon {
        font-size: 31px;
        top: 0.5rem;
        right: 0.75rem;
        rotate: 90deg;
    }
    section.talk-now {
        min-height: auto;
        padding: 0.75rem;
        background-size: cover;
    }
    section.talk-now .now {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    section.talk-now .now__content {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    section.talk-now .now__content img {
        width: 152px;
    }
    section.talk-now .now__content--text h4 {
        font-size: 1.125rem;
    }
    section.talk-now .now--contact {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    ul.pagination {
        margin-top: 2.5rem;
    }
    .contact-card {
        padding: 1.5rem 0.75rem;
        max-width: 368px;
        position: relative;
        top: -50%;
        left: 50%;
        transform: translateX(-50%);
    }
    .contact-card--text h1 {
        font-weight: 700;
        font-size: 1rem;
    }
    .contact-card--text p {
        font-size: 1rem;
        line-height: 120%;
    }
    .contact-card--numbers {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
        margin-top: 0.5rem;
    }

    .card-local {
        padding: 1rem;
    }
    .card-local .primeiro{
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }
    .card-local .btns {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        justify-content: center;
        margin: 1rem 0;
    }
    .card-local .btns h6 {
        font-size: 1rem;
    }
    .card-collapse .collapse-link {
        padding: 1.25rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }
    .card-collapse .collapse-link h4 {
        color: #000;
        font-size: 16px;
    }
    .card-collapse .collapse-content {
        padding: 1.25rem;
    }
    .card-collapse .collapse-content p {
        font-size: 16px;
    }
    .card-collapse.active .collapse-link {
        padding-top: 1.25rem;
        position: relative;
    }
    .card-collapse.active .collapse-link::before {
        content: "";
        position: absolute;
        top: none;
        bottom: 0;
        left: 0;
        right: none;
        pointer-events: none;
        width: 90%;
    }
    .card-blog {
        padding: 0.75rem;
    }
    .card-blog .blog-image {
        height: 168px;
    }
    .card-blog .blog-content {
        row-gap: 1.5rem;
        padding: 1rem;
    }
    .card-blog .blog-content h2 {
        font-size: 18px;
    }
    .form-geral {
        width: 100%;
    }
    .form-geral span {
        font-size: 22px;
    }
    .form-geral p {
        font-size: 1rem;
    }
    .talkDealer-content {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1rem;
        margin: 0 auto 0;
    }
    .talkDealer-content .card-contact {
        max-width: 356px;
        padding: 1.25rem;
        row-gap: 1.25rem;
    }
    .talkDealer-content .card-contact .text {
        text-align: start;
        row-gap: 1rem;
    }
    .talkDealer-content .card-contact .text h5 {
        font-weight: 700;
    }
    .talkDealer-content .card-contact .text p {
        font-weight: 1rem;
    }
    .talkDealer-content .card-contact .numbers {
        text-align: start;
        row-gap: 1.5rem;
    }
    .talkDealer-content .talkDealer-form {
        text-align: start;
        row-gap: 0.75rem;
        padding: 1rem;
        border-radius: 0 0 0 1.75rem;
        background-size: cover;
    }
    .talkDealer-content .talkDealer-form .inputs {
        row-gap: 0.75rem;
    }
    .talkDealer-content .talkDealer-form .inputs--cols {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .talkDealer-content .talkDealer-form .inputs .btn-primary {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .form-contact {
        width: 100%;
        padding: 1rem;
    }
    .current-category {
        text-align: start;
        padding: 0.75rem;
    }
    .current-category__content .item-category {
        height: 48px;
    }
    .current-category__content--item {
        padding: 0 1rem;
    }
    section.footer-newsletter {
        background-color: #ededed;
        padding: 0.75rem 0;
    }
    section.footer-newsletter .newsletter {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    section.footer-newsletter .newsletter__title {
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    section.footer-newsletter .newsletter__title img {
        width: 49px;
    }
    section.footer-newsletter .newsletter__title h3 {
        font-size: 1.125rem;
    }
    section.footer-newsletter .newsletter__title h3 strong {
        font-size: 1.375rem;
    }
    section.footer-newsletter .newsletter .form-newsletter .inputs {
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    section.footer-newsletter .newsletter .form-newsletter .inputs .content {
        height: 56px;
        padding: 0.25rem 0.5rem 0.25rem 1.25rem;
    }
    section.footer-newsletter .newsletter .form-newsletter .inputs .content .input input {
        width: 100%;
    }
    section.footer-newsletter .newsletter .form-newsletter .inputs .content button {
        padding: 0.5rem 1.5rem;
    }
    section.footer-newsletter .newsletter .form-newsletter {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1rem;
    }
    section.footer-newsletter .newsletter .form-newsletter__inputs {
        flex-wrap: wrap;
        row-gap: 1rem;
        padding-inline: 1rem;
    }
    section.footer-newsletter .newsletter .form-newsletter__inputs input {
        height: 38px;
    }
    .form-search {
        text-align: start;
    }
    .form-search .content-form {
        height: 42px;
    }
    .form-search.type-2 .content-form {
        height: 52px;
    }
    .input label {
        text-align: start;
        font-size: 16px;
    }
    .input input,
    .input select {
        height: 42px;
    }
    .input textarea {
        height: 100px;
    }
    .whatsapp-modal {
        bottom: 3.75rem;
    }
    .btn-social-2 {
        width: 100%;
        max-width: 600px;
        justify-content: space-between;
        margin-inline: auto;
    }
    .btn-social {
        width: 100%;
        max-width: 600px;
        justify-content: space-between;
        margin-inline: auto;
    }
    .btn-link h5 {
        font-size: 0.75rem;
    }
    .btn-primary {
        height: 42px;
        padding-inline: 1rem;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
    .btn-primary .title {
        font-size: 13px;
    }
    .btn-primary.type-2 {
        min-width: -moz-fit-content;
        min-width: fit-content;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .btn-primary.type-2::before {
        width: 50px;
        height: 42px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    }
    .btn-primary.type-2 picture::before {
        display: none;
    }
    .btn-telephone {
        text-align: start;
        padding: 3px 0.25rem 3px 0.75rem;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    .btn-telephone::before {
        width: 42px;
        height: 44px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    }
    .btn-telephone picture::before {
        display: none;
    }
    .btn-telephone img {
        width: 20px;
        height: auto;
    }
    .btn-telephone h5 {
        font-size: 14px;
    }
    .btn-telephone h5 strong {
        font-size: 1rem;
        display: block;
    }
    .btn-whatsappIcon {
        height: 2.5rem;
        border-radius: 10px;
        padding: 1rem 1rem;
    }
    .btn-whatsappContact {
        height: 2.5rem;
        border-radius: 10px;
        padding: 1rem 1rem;
    }
    .btn-whatsappContact__title {
        font-size: 1rem;
    }
    .btn-whatsappContact:has(i, img) {
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 0.75rem;
    }
    .container.tablet {
        max-width: 600px;
        margin-inline: auto;
    }
    body main section.index-execute {
        padding: 1.25rem 0;
        background-image: none;
    }
    body main section.index-execute .execute {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.index-execute .execute--text {
        max-width: 502px;
        display: flex;
        flex-direction: column;
    }
    body main section.index-execute .execute--text h6 {
        font-size: 1rem;
        margin: 0.75rem 0;
    }
    body main section.index-execute .execute--text ul {
        row-gap: 0.75rem;
    }
    body main section.index-execute .execute--text ul li {
        font-size: 1rem;
    }
    body main section.index-execute .execute--text h4 {
        font-size: 25px;
        margin: 0.75rem 0 1.25rem;
    }
    body main section.index-execute .execute--text .btns {
        width: 100%;
        justify-content: space-between;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    body main section.index-execute .execute form span {
        color: #2f2f2f;
        font-size: 1.125rem;
    }
    body main section.index-execute .execute form .inputs {
        padding-inline: 0.5rem;
        margin-top: 0.75rem;
    }
    body main section.index-execute .execute form .inputs .btn-primary {
        max-width: 100%;
    }
    body main section.index-execute .execute form .inputs .btn-primary span {
        color: #ffffff;
    }
    body main section.index-execute .execute form .inputs .btn-primary .title {
        font-size: 1rem;
    }
    body main section.index-differentials {
        background-position: center;
        padding: 1.25rem 0;
    }
    body main section.index-differentials .differentials {
        max-width: 1198px;
    }
    body main section.index-differentials .differentials__cards {
        gap: 1.5rem 0.75rem;
        align-items: stretch;
    }
    body main section.index-differentials .differentials__cards .card-intro {
        max-width: 370px;
    }
    body main section.index-differentials .differentials__cards .card-choose {
        width: 169px;
        min-height: auto;
        padding: 2rem 0.75rem 0.75rem;
    }
    body main section.index-differentials .differentials__cards .card-choose span {
        display: grid;
        place-content: center;
        width: 40px;
        height: 40px;
        border-radius: 9999px;
        border: 1px solid #cecece;
        background-color: #ffffff;
        position: absolute;
        left: 50%;
        top: -1.25rem;
        transform: translateX(-50%);
        transition: 0.3s linear;
    }
    body main section.index-differentials .differentials__cards .card-choose p {
        font-size: 15px;
    }
    body main section.index-are {
        padding: 1.25rem 0 1.25rem;
    }
    body main section.index-are .are__cards {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        margin-top: 1.75rem;
    }
    body main section.index-are .are__cards .card-are {
        width: 356px;
        padding: 1rem;
        min-height: auto;
        display: flex;
        align-items: center;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    body main section.index-are .are__cards .card-are .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94px;
        height: 70px;
        background-image: url("../image/backgrounds/several/card-are.png");
        background-repeat: no-repeat;
    }
    body main section.index-are .are__cards .card-are__text h4 {
        font-size: 43px;
    }
    body main section.index-are .are__cards .card-are__text p {
        font-size: 1rem;
    }
    body main section.index-services {
        padding: 1.25rem 0;
    }
    body main section.index-services .services h2 {
        margin: 0 auto 100px;
    }
    body main section.index-services .services__cards {
        flex-wrap: wrap;
        row-gap: 6.25rem;
    }
    body main section.index-services .services__cards .card-service {
        width: 100%;
        padding: 0 1.5rem 2.25rem;
    }
    body main section.index-services .services__cards .card-service .cs-img {
        display: inline-block;
        margin-top: -4.75rem;
    }
    body main section.index-services .services__cards .card-service .cs-img img {
        width: 100%;
        max-width: auto;
        height: 145px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
        clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    body main section.index-services .services__cards .card-service .cs-img:before {
        display: none;
    }
    body main section.index-services .services__cards .card-service .cs-content {
        margin: 1.5rem auto 0;
    }
    body main section.index-services .services__cards .card-service .cs-content p {
        margin: 0.75rem 0 1.25rem;
    }
    body main section.index-services .services__cards .card-service .cs-content--btns {
        justify-content: center;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    body main section.index-services .services .btn-primary.type-1.white {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    body main section.index-services .services .btn-primary.type-1:not(.white) {
        margin: 1.25rem auto 0;
    }
    body main section.index-projects {
        padding: 1.25rem 0;
    }
    body main section.index-projects .projects h2 {
        margin: 0 auto 1.25rem;
    }
    body main section.index-projects .projects .btn-primary.type-1 {
        margin: 1.75rem auto 0;
    }
    body main section.index-projects .projects .slides {
        row-gap: 0.75rem;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
    }
    body main section.index-projects .projects .slides .slide {
        height: 200px;
        width: 10%;
    }
    body main section.index-projects .projects .slides .slide .action {
        padding: 0.25rem;
        position: relative;
    }
    body main section.index-projects .projects .slides .slide .action span {
        display: flex;
        align-items: center;
        -moz-column-gap: 0.5rem;
        column-gap: 0.5rem;
        writing-mode: vertical-rl;
        transform: scale(-1);
    }
    body main section.index-projects .projects .slides .slide .action span picture {
        display: grid;
        place-content: center;
    }
    body main section.index-projects .projects .slides .slide .action span picture img {
        width: 15px;
    }
    body main section.index-projects .projects .slides .slide .action span h6 {
        font-size: 1rem;
    }
    body main section.index-projects .projects .slides .slide .action::before {
        content: "";
        position: absolute;
        top: none;
        bottom: none;
        left: none;
        right: none;
        pointer-events: none;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    body main section.index-projects .projects .slides .slide .slide-content .image {
        width: 100%;
        max-width: auto;
        height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.index-projects .projects .slides .slide .slide-content .texts {
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #2f2f2f;
    }
    body main section.index-projects .projects .slides .slide .slide-content .texts h3 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }
    body main section.index-projects .projects .slides .slide .slide-content .texts h3,
    body main section.index-projects .projects .slides .slide .slide-content .texts p {
        max-width: 460px;
    }
    body main section.index-projects .projects .slides .slide .slide-content .texts img {
        display: none;
    }
    body main section.index-projects .projects .slides .slide.active {
        width: 230px;
    }
    body main section.index-projects .projects .slides .slide.active .action {
        display: none;
    }
    body main section.confer-know {
        padding: 1.25rem 0;
    }
    body main section.confer-know::after {
        display: none;
    }
    body main section.index-confer .confer--title {
        max-width: -moz-fit-content;
        max-width: fit-content;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
        margin: 0;
    }
    body main section.index-confer .confer-slider {
        margin-top: 1.25rem;
    }
    body main section.index-confer .confer-slider .owl-nav {
        position: relative;
        right: none;
        left: 50%;
        top: none;
        bottom: 0;
        transform: translateY(0);
        transform: translateX(-50%);
        max-width: -moz-fit-content;
        max-width: fit-content;
        flex-direction: row;
    }
    body main section.index-confer .card-confer {
        max-width: 356px;
        padding: 0;
        margin-bottom: 0.75rem;
    }
    body main section.index-confer .card-confer--content {
        flex-wrap: wrap;
    }
    body main section.index-confer .card-confer .cc-gallery {
        gap: 1rem 0.75rem;
    }
    body main section.index-confer .card-confer .cc-gallery a img {
        width: 165px;
        max-width: auto;
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.index-confer .card-confer .cc-gallery:before {
        display: none;
    }
    body main section.index-confer .card-confer .cc-extra {
        width: 100%;
        padding: 1rem;
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.75rem;
        align-items: center;
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }
    body main section.index-confer .card-confer .cc-extra .cc-logo {
        width: 114px;
        max-width: auto;
        height: 76px;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
    }
    body main section.index-confer .card-confer .cc-extra--content h4 {
        font-size: 18px;
    }
    body main section.index-confer .card-confer .cc-extra--content p {
        font-size: 1rem;
        margin: 0.5rem 0 1.25rem;
    }
    body main section.index-confer .card-confer .cc-extra--content span {
        font-size: 1rem;
    }
    body main section.index-confer.about {
        padding: 1.25rem 0;
    }
    body main section.index-know {
        margin-top: 1.5rem;
    }
    body main section.index-know .know--text h4 {
        margin: 0.75rem 0;
    }
    body main section.index-know .know--text h5 {
        font-size: 1rem;
    }
    body main section.index-know .know--text .btns {
        flex-wrap: wrap;
        row-gap: 0.75rem;
        margin-top: 1.25rem;
    }
    body main .service-index {
        padding: 1.25rem 0;
    }
    body main .service-index .index {
        row-gap: 2.5rem;
    }
    body main .service-index .index .card-service {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    body main .service-index .index .card-service .cs-image img {
        width: 300px;
        max-width: auto;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin: 0 auto -16px;
    }
    body main .service-index .index .card-service .cs-image:before {
        display: none;
    }
    body main .service-index .index .card-service .cs-content {
        padding: 2rem 1rem 1rem;
    }
    body main .service-index .index .card-service .cs-content .text strong {
        font-size: 22px;
    }
    body main .service-index .index .card-service .cs-content .text p {
        margin: 0.5rem auto 1rem;
    }
    body main .service-index .index .card-service .cs-content .btns {
        row-gap: 0.75rem;
        -moz-column-gap: 0.25rem;
        column-gap: 0.25rem;
        justify-content: space-between;
    }
    body main .service-index .index .card-service .cs-content .btns .btn-primary {
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    body main .service-inner {
        padding: 1.25rem 0;
    }
    body main .service-inner .inner {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main .service-inner .inner__content--gallery {
        gap: 1.25rem 1.5rem;
    }
    body main .service-inner .inner__content--gallery img {
        width: 160px;
        max-width: auto;
        height: 178px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main .service-inner .inner__content--text {
        row-gap: 0.75rem;
        margin-top: 1.25rem;
    }
    body main .service-inner .inner__content--text p {
        font-size: 1rem;
    }
    body main .service-inner .inner__aside {
        width: 100%;
        max-width: 370px;
    }
    body main .service-inner .inner__aside .confer {
        margin-top: 1.25rem;
    }
    body main .service-inner .inner__aside .confer span {
        font-size: 1.125rem;
    }
    body main section.g-work-our {
        padding: 1.25rem 0;
    }
    body main section.g-work-our h2 {
        margin: 0 auto 1.5rem;
        text-align: center;
    }
    body main section.g-work-our .work-our-slider a {
        margin-inline: auto;
    }
    body main section.g-work-our .work-our-slider a .image-slider {
        width: 330px;
        max-width: auto;
        height: 272px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.estruc-prometal {
        padding: 1.25rem 0;
    }
    body main section.estruc-prometal .prometal {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.estruc-prometal .prometal .image-pro {
        margin-inline: auto;
    }
    body main section.estruc-prometal .prometal .image-pro img {
        width: 100%;
        height: 194px;
    }
    body main section.estruc-prometal .prometal--text ul {
        row-gap: 1rem;
    }
    body main section.estruc-prometal .prometal--text ul li {
        font-size: 1.125rem;
    }
    body main section.struct-form {
        background-image: none;
        padding: 1.25rem 0;
    }
    body main section.struct-form .form h4 {
        color: #2f2f2f;
        font-size: 18px;
        margin: 0 auto 1.25rem;
    }
    body main section.struct-form .form form {
        padding: 1rem;
        flex-wrap: wrap;
        row-gap: 0.75rem;
    }
    body main section.struct-form .form form .form-text img {
        width: 156px;
    }
    body main section.struct-form .form form .form-text p {
        margin-top: 0.75rem;
        font-size: 1rem;
    }
    body main section.struct-form .form form .inputs {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
    }
    body main section.struct-form .form form .inputs input {
        border-radius: 5px;
    }
    body main section.struct-form .form form .inputs input::-moz-placeholder {
        color: #939393;
    }
    body main section.struct-form .form form .inputs input::placeholder {
        color: #939393;
    }
    body main section.struct-form .form form .inputs--cols {
        display: flex;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
    }
    body main section.struct-form .form form .inputs--cols-2 {
        display: flex;
        background-color: #ffffff;
        border-radius: 5px;
    }
    body main section.struct-form .form form .inputs--cols-2 .btn-primary {
        padding-inline: 1.25rem;
        min-width: -moz-fit-content;
        min-width: fit-content;
    }
    body main section.struct-form .form form .inputs--cols-2 .btn-primary .title {
        font-size: 1rem;
    }
    body main section.struct-form .form form .inputs--cols-2 .btn-primary:hover {
        transform: none;
        background-color: #8b2711;
    }
    body main section.about-know {
        padding: 1.25rem 0;
    }
    body main section.about-know .know {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.about-know .know__text p {
        font-size: 1rem;
        margin-top: 0.75rem;
    }
    body main section.about-know .know__text .btn-primary {
        margin-top: 1rem;
    }
    body main section.about-know .know .image-big img {
        width: 100%;
        height: 200px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    body main section.about-video {
        background-image: url("../image/backgrounds/about/video.png");
        background-repeat: no-repeat;
        padding: 1.25rem 0;
    }
    body main section.about-video .video {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.about-video .video-modal {
        width: 356px;
        height: 200px;
        margin-top: 0.5rem;
    }
    body main section.about-mission {
        height: auto;
    }
    body main section.about-mission .mission {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.about-mission .mission__cards {
        width: 100%;
        max-width: 360px;
        height: 100%;
        background-color: #225378;
        padding: 1rem 0;
    }
    body main section.about-mission .mission__cards .card-mission {
        padding: 0.75rem 1.25rem;
    }
    body main section.about-mission .mission__cards .card-mission .cm-content {
        font-size: 22px;
    }
    body main section.about-mission .mission__cards .card-mission .cm-content img {
        width: 40px;
        height: 40px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    body main section.about-mission .mission__cards .card-mission:after {
        display: none;
    }
    body main section.about-mission .mission__cards .card-mission:hover:before, body main section.about-mission .mission__cards .card-mission.active:before {
        width: 100%;
    }
    body main section.about-mission .mission__content {
        max-width: 620px;
    }
    body main section.about-mission .mission__content h2 {
        max-width: -moz-fit-content;
        max-width: fit-content;
        background: linear-gradient(98deg, #074268 22.13%, #008bd2 50%, #074268 77.87%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }
    body main section.about-mission .mission__content p {
        font-size: 1.125rem;
    }
    body main section.constru-index {
        padding: 1.25rem 0;
    }
    body main section.constru-index .index h2 {
        margin-bottom: 1.5rem;
    }
    body main section.constru-index .index__cards {
        gap: 0.75rem;
    }
    body main section.constru-index .index__cards .card-constru {
        width: 356px;
    }
    body main section.constru-index .index__cards .card-constru .cc-image {
        width: 356px;
        max-width: auto;
        height: 235px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.constru-index .index__cards .card-constru .cc-content {
        padding: 1rem;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 0.25rem;
    }
    body main section.constru-index .index__cards .card-constru .cc-content span {
        font-size: 25px;
    }
    body main section.constru-gallery {
        background-image: url("../image/backgrounds/construction/gallery.png");
        background-repeat: no-repeat;
        padding: 1.25rem 0;
    }
    body main section.constru-gallery .constru-inner-slider a {
        margin-inline: auto;
    }
    body main section.constru-gallery .constru-inner-slider .image-slider {
        width: 332px;
        max-width: auto;
        height: 248px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.constru-gallery .constru-inner-slider .owl-dots {
        margin: 1rem auto 0;
    }
    body main section.constru-inner {
        padding: 1.25rem 0;
    }
    body main section.constru-inner .inner {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.constru-inner .inner__content--text h2 {
        margin-bottom: 1.25rem;
    }
    body main section.constru-inner .inner__content--text p {
        font-size: 1rem;
    }
    body main section.constru-inner .inner__content .confer {
        margin-top: 1.25rem;
    }
    body main section.constru-inner .inner__content .confer span {
        font-size: 1.125rem;
    }
    body main section.doubt {
        padding: 1.25rem 0 !important;
    }
    body main section.doubt .content {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.doubt .content__category .current-category {
        margin-bottom: 1.25rem;
    }
    body main section.doubt .content .box {
        row-gap: 1.25rem;
    }
    body main section.blog-list {
        padding: 1.25rem 0;
    }
    body main section.blog-list .list {
        flex-wrap: wrap;
        justify-content: center;
    }
    body main section.blog-list .list__category {
        order: 2;
        margin-top: 1.25rem;
    }
    body main section.blog-list .list__content {
        order: 1;
        row-gap: 1rem;
    }
    body main section.blog-list .list__content--title {
        text-align: center;
    }
    body main section.blog-list .list__content--cards {
        gap: 0.75rem;
        justify-content: center;
    }
    body main section.news-inner {
        padding: 1.25rem 0;
    }
    body main section.news-inner .inner {
        flex-wrap: wrap;
        row-gap: 1rem;
        justify-content: center;
    }
    body main section.news-inner .inner__category {
        row-gap: 0;
    }
    body main section.news-inner .inner__category .recent-posts h3 {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }
    body main section.news-inner .inner__category .recent-posts .cards {
        row-gap: 0.75rem;
    }
    body main section.news-inner .inner__content {
        width: 100%;
        max-width: 898px;
        display: flex;
        flex-direction: column;
    }
    body main section.news-inner .inner__content--texts {
        padding: 1rem;
    }
    body main section.news-inner .inner__content .post-title {
        font-size: 25px;
        margin-top: 0.75rem;
    }
    body main section.news-inner .inner__content .image-big {
        width: 100%;
        max-width: auto;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
    body main section.contact-index {
        padding: 1.25rem 0;
        height: auto;
    }
    body main section.contact-index .index {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.budget-index {
        padding: 1.25rem 0;
    }
    body main section.budget-index .top {
        margin-bottom: 1.25rem;
    }
    body main section.budget-index .top h2 {
        margin: 0 auto 1.25rem;
    }
    body main section.budget-index .top__cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1.25rem;
    }
    body main section.budget-index .top__cards .card-func h4 {
        margin-bottom: 1.25rem;
        text-align: center;
    }
    body main section.budget-index .top__cards .card-func p {
        line-height: 17px;
    }
    body main section.budget-index .index {
        flex-wrap: wrap;
        row-gap: 1rem;
    }
    body main section.work-why {
        background-image: url("../image/backgrounds/work/por-que.png");
        background-repeat: no-repeat;
        padding: 1.25rem 0;
        background-color: #ffffff;
    }
    body main section.work-why .why {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.work-why .why__texts h2 {
        margin-bottom: 1rem;
    }
    body main section.work-why .why__texts ul {
        row-gap: 1.25rem;
    }
    body main section.work-why .why__texts-comp {
        color: #2f2f2f;
    }
    body main section.work-why .why__texts-comp p {
        font-size: 1rem;
    }
    body main section.work-vacancys {
        background-image: none;
        background-color: #ffffff;
        padding: 1.25rem 0;
    }
    body main section.work-vacancys .vacancys {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
    body main section.work-vacancys .vacancys .card-vacan {
        width: 356px;
        padding: 1rem;
    }
    body main section.work-vacancys .vacancys .card-vacan .cv-text span {
        font-size: 1rem;
    }
    body main section.work-vacancys .vacancys .card-vacan .cv-cards {
        row-gap: 1rem;
        margin-top: 0.75rem;
    }
    body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel .cs-title {
        margin-bottom: 0.5rem;
    }
    body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel p {
        font-size: 1rem;
    }
    body main section.work-our {
        padding-top: 1.25rem;
    }
    body main section.work-our .our--text {
        margin: 0 auto 1.25rem;
    }
    body main section.work-our .our--text h2 {
        margin: 0 auto 0.5rem;
    }
    body main section.work-our .our--text p {
        font-size: 1rem;
    }
    body main section.work-our .work-our-slider a {
        margin-inline: auto;
    }
    body main section.work-our .work-our-slider a .image-slider {
        width: 346px;
        max-width: auto;
        height: 226px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body main section.terms,
    body main section.policy {
        padding: 1.25rem 0;
    }
    body main section.terms .content--text,
    body main section.policy .content--text {
        text-align: start;
        row-gap: 0.75rem;
    }
    body main section.terms .content--text h3,
    body main section.policy .content--text h3 {
        font-size: 1rem;
    }
    body main section.terms .content--text p,
    body main section.policy .content--text p {
        font-size: 1rem;
    }
    body main section.index-prometal {}

    body main section.index-prometal .prometal {
        justify-content: center;
        align-items: center;
    }
    body main section.index-prometal .prometal__content .conteudo{
        display: none;
    }

    body main section.index-prometal .prometal .prometal__content {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
    }
    body main section.index-prometal .prometal .avaliacao {
       margin-top: 10px;
    }

    body main section.index-prometal .prometal__content .btns {
        display: flex;
        flex-direction: column;
    }

    .beneficios {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }

    .beneficios .conteudo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px 10px 25px 10px;
    }

    .beneficios .conteudo .icone{
        display: none;
    }

    .beneficios .conteudo .titulo{
        font-size: 17px;
        width: 100%;
        margin-left: 10px;
        color: #24343C;
        font-weight: bold;
        font-style: italic;
        text-align: center;
    }
    body main section.facility-para-voce{
        margin: 0px 10%;
    }

    body main section.facility-para-voce .container-itens-e-bg {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body main section.facility-para-voce .itens {
        width: 100%;
    }

    body main section.facility-para-voce .imagem{
        height: 50px;
        width: 50px;
        align-self: center;
    }

    body main section.facility-para-voce .titulo{
        color: #000;
        font-size: 40px;
        font-weight: 500;
        width: 100%;
        text-align: left;
    }
    body main section.facility-para-voce .item{
        display: flex;
        margin: 35px 0px;
        justify-content: center;
    }
    body main section.facility-para-voce .body {
        width: 100% !important;
        margin-left: 10px;
    }
    body main section.facility-para-voce .bg-facility-para-voce-1 {
        display: none;
    }
    body main section.facility-para-voce .bg-facility-para-voce-2 {
        display: none;
    }
    body main section.facility-para-voce .bg-facility-para-voce-3 {
       display: none;
    }
    body main section.facility-para-voce .footer {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body main section.confiam-na-facility {
      margin-top: 0px;
    }
    body main section.confiam-na-facility .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../image/backgrounds/bg-confiam-na-facility.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        z-index: 0;
    }
    body main section.confiam-na-facility .titulo{
        color: #000;
        font-size: 28px;
        font-weight: 500;
        text-align: center;
        width: 100%;
        margin: 35px 10px 0px 10px;
    }
    body main section.confiam-na-facility .body{
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
        align-items: center;
        padding: 40px 10%;
    }
    body main section.confiam-na-facility .body .item {
        flex: 0 0 auto; /* Impede quebra de linha */
    }
    body main section.confiam-na-facility .body .item img {
        max-width: 200px;
        height: 100px;
    }
    body main section.facility-contabilidae{
        margin: 34px 10% 2% 10%
    }

    body main section.facility-contabilidae .container-itens-e-bg {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    body main section.facility-contabilidae .itens {
        width: 100%;
    }
    body main section.facility-contabilidae .container-video{
        margin-top: 0px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    body main section.facility-contabilidae .imagem-thumb{
        height: 200px;
        width: 200px;
        border-radius: 10px;
    }

    body main section.facility-contabilidae .titulo{
        color: #000;
        font-size: 40px;
        font-weight: 500;
    }
    body main section.facility-contabilidae .item{
        display: flex;
        margin: 35px 0px;
    }
    body main section.facility-contabilidae .body {
        width: 100%;
    }
    body main section.facility-contabilidae .body p{
        font-size: 20px;
        text-align: left;
    }
    body main section.facility-contabilidae .itens .footer{
       display: none;
    }
    body main section.facility-contabilidae .footer-mobile{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body main section.index-services .conteudo .footer{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        row-gap: 10px;
    }
    body main section.index-services .conteudo .card {
        overflow-y: auto;
        overflow-x: hidden;
    }
    body main section.index-services .conteudo .card .titulo{
       width: 90% !important;
        text-align: left;
    }

    body main section.index-services .conteudo .card .conteudo-servico {
        margin-right: 50px !important;
        text-align: justify !important;
        margin-bottom: 15px;
    }

    body main section.news-inner .inner__content--texts {
        padding: 3.25rem 0px 0px 0px  !important;
        text-align: justify !important;
    }
    body main section.news-inner .inner__content--texts .post-text p {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
    }
    .card-collapse.active .collapse-link img {
        background-color: #9d9d9d;
        padding: 34%;
        transform: rotate(-180deg);
        border-radius: 50px;
    }
    .card-collapse .collapse-link img {
        transition: all 200ms linear;
        background-color: #9d9d9d;
        padding: 34%;
        border-radius: 50px;
    }
    body main section.doubt .footer{
        margin: 0px 10%;
        font-weight: bold;
        font-size: 40px;
        display: flex;
        align-items: center;
        column-gap: 10px;
        flex-direction: column;
        row-gap: 10px;
    }

    body main section.aaa {
        background: linear-gradient(to bottom, #052C84, #394F81);
        /* Se precisar de suporte para navegadores mais antigos */
        background: -webkit-linear-gradient(top, #052C84, #394F81); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(top, #052C84, #394F81); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(top, #052C84, #394F81); /* Firefox 3.6-15 */
        height: auto !important;
        position: relative;
        z-index: 1;
        display: flex ;
        margin-bottom: 35px;
        margin-top: 10% !important;
    }
    body main section.aaa .prometal {
        display: flex;
        -moz-column-gap: 4.5rem;
        column-gap: 4.5rem;
    }
    body main section.aaa .prometal  .avaliacao {
        padding: 3px 2rem 3px 2rem;
        display: flex;
        align-items: center;
        -moz-column-gap: 2.5rem;
        background: linear-gradient(to bottom, #BA8943, #EFC176);
        /* Se precisar de suporte para navegadores mais antigos */
        background: -webkit-linear-gradient(top,#BA8943, #EFC176); /* Safari 5.1-6.0 */
        background: -o-linear-gradient(top,#BA8943, #EFC176); /* Opera 11.1-12.0 */
        background: -moz-linear-gradient(top,#BA8943, #EFC176); /* Firefox 3.6-15 */
        border-radius: 50px;
        height: 50px;
        color: #fff;
        transition: all 0.3s ease-in-out;
        cursor: default;
    }
    body main section.aaa .prometal .logo {
        display: block;
        margin-top: -2.5rem;
    }
    body main section.aaa .prometal__content {
        display: flex;
        align-items: center;
        -moz-column-gap: 3.75rem;
        column-gap: 3.75rem;
        flex-direction: column;
        padding: 20px 0px;
    }
    body main section.aaa .prometal__content .conteudo {
        max-width: 71%;
        color: #ffffff;
        text-align: left;
    }
    body main section.aaa .prometal__content .conteudo p{
        margin-top: 20px;
    }
    body main section.aaa .prometal__content .btns {
        display: flex;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        margin-top: 30px;
    }
    .form-geral .inputs .btn-primary {
        max-width: 100%;
        background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
        border: none;
        border-radius: 50px;
    }
    body main .service-index .container-solucoes-personalizadas {
        width: 100% !important;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-self: center;
    }


    body main .service-index .container-solucoes-personalizadas p {
        margin-top: 10px;
        line-height: 30px;
    }


    body main .service-index .container-oque-voce-precisa {
        margin: 20px;
    }

    body main .service-index .container-oque-voce-precisa .texto{
        text-align: left !important;
    }

    body main .service-index .container-oque-voce-precisa .card-direita{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px !important;
        margin: 0px !important;
    }

    body main .service-index .container-oque-voce-precisa .card-esquerda{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 10px !important;
        align-items: center;
        margin: 0px !important;
    }


    body main .service-index .container-oque-voce-precisa .card-direita p{
        margin: 10px 0px; !important;
        font-size: 20px !important;
    }

    body main .service-index .container-oque-voce-precisa .card-direita ul li{
        line-height: 20px;
        font-size: 20px !important;
        text-align: left !important;
    }

    body main .service-index .container-oque-voce-precisa .card-esquerda p{
        margin: 10px 0px;
        font-size: 20px !important;
    }

    body main .service-index .container-oque-voce-precisa .card-esquerda ul li{
        line-height: 30px;
        font-size: 20px !important;
    }

    body main .service-index .container-oque-voce-precisa .card-direita .imagem-card-direita{
        display: none !important;
    }

    body main .service-index .container-oque-voce-precisa .card-esquerda .imagem-card-esquerda{
        display: none !important;
    }


    body main section .container-nos-entendemos .container-itens-e-bg {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 4% 4% 0px 4%
    }

    body main section .container-nos-entendemos .itens {
        width: 100% !important;
        margin-top: 45px;
    }

    body main section .container-nos-entendemos .itens .item ul{
        background: #FFF;
        padding: 35px;
        border-radius: 10px;
    }

    body main section .container-nos-entendemos .footer {
        display: flex;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center; !important;
        row-gap: 10px;
    }

    body main section .container-nos-entendemos .itens .item h1{
        margin-bottom: 20px;
        color: #253863;
    }

    body main section .container-nos-entendemos .itens .item p{
        line-height: 32px;
    }

    body main section .container-nos-entendemos .itens .item ul li {
        line-height: 25px;
    }

    body main section .container-nos-entendemos .bg-facility-para-voce-1 {
        display: none !important;
    }
    body main section .container-nos-entendemos  .bg-facility-para-voce-2 {
        display: none !important;
    }
    body main section .container-nos-entendemos .bg-facility-para-voce-3 {
        display: none !important;
    }

    .card-banner .conteudo-card-banner .btn{
        width: 100% !important;
    }

    .card-banner .icon-separador {
        display: none;
    }

    .card-banner .icon-separador .circulo-central {
       display: none;
    }

    .card-banner .conteudo-card-banner .imagem{
        display: none;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text{
        display: flex;
        width: 100% !important;
        background-color: #052C84;
        color: #fff;
        padding: 20px !important;
        justify-content: center;
        flex-direction: column;
        border-radius: 50px !important;
    }
    .card-banner .conteudo-card-banner .conteudo-card-text h1{
        text-align: center;
    }
    .card-banner .conteudo-card-banner .conteudo-card-text-branco{
        display: flex;
        width: 100% !important;
        background-color: #FAFAFA;
        color: #24343C;
        padding: 20px !important;
        justify-content: center;
        flex-direction: column;
        border-radius: 50px !important;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-branco .btn{
        width: 100% !important;
        margin-left: 0px !important;
        display: flex;
        justify-content: center;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-azul{
        display: flex;
        width: 100% !important;
        background-color: #052C84;
        color: #FFF;
        padding: 20px !important;
        justify-content: center;
        flex-direction: column;
        border-radius: 50px !important;
        text-align: center;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-azul .btn{
        width: 100% !important;
        margin-left: 0px !important;
        display: flex;
        justify-content: center;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-azul h1{
        text-align: left;
        font-size: 30px;
    }

    .card-banner .conteudo-card-banner .container-form .container-inputs {
        flex-direction: column;
        row-gap: 15px;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-azul p{
        width: 100% !important;
        text-align: left;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-branco h1{
        text-align: center;
    }

    .card-banner .conteudo-card-banner .conteudo-card-text-branco p{
        width: 100% !important;
    }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}

@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}

body main section.index-construction {
  background-image: url("../image/backgrounds/obras.png");
  background-repeat: no-repeat;
  height: 435px;
}
body main section.index-construction .construction {
  max-width: 1058px;
}
body main section.index-construction .construction--text {
  max-width: 520px;
  color: #ffffff;
}
body main section.index-construction .construction--text .flag img {
  margin: -0.75rem 0 2rem;
  position: relative;
  z-index: 2;
}
body main section.index-construction .construction--text h2 {
  font-size: 30px;
  font-weight: 700;
}
body main section.index-construction .construction--text h6 {
  margin: 0.75rem 0 1.75rem;
  font-size: 1.125rem;
}

body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}

body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}

body main section.index-execute {
  background-image: url("../image/backgrounds/executamos.png");
  background-repeat: no-repeat;
  padding: 3rem 0 3.75rem;
  background-size: cover;
}
body main section.index-execute .execute {
  max-width: 1300px;
  display: flex;
  -moz-column-gap: 300px;
       column-gap: 300px;
}
body main section.index-execute .execute--text {
  max-width: 502px;
  display: flex;
  flex-direction: column;
}
body main section.index-execute .execute--text h2 {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  order: 1;
}
body main section.index-execute .execute--text h6 {
  font-size: 1.125rem;
  margin: 0.75rem 0 2.25rem;
  order: 2;
}
body main section.index-execute .execute--text ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  order: 3;
}
body main section.index-execute .execute--text ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-size: 1.125rem;
}
body main section.index-execute .execute--text h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 2rem 0 2.5rem;
  order: 4;
}
body main section.index-execute .execute--text .btns {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  order: 5;
}
body main section.index-execute .execute form {
  width: 100%;
  max-width: 440px;
}
body main section.index-execute .execute form span {
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  text-align: center;
}
body main section.index-execute .execute form .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-inline: 1.25rem;
  margin-top: 1.25rem;
}
body main section.index-execute .execute form .inputs .btn-primary {
  max-width: 100%;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.index-differentials {
  background-image: url("../image/backgrounds/diferenciais.png");
  background-repeat: no-repeat;
  padding: 5rem 0 6rem;
  background-size: cover;
}
body main section.index-differentials .differentials {
  max-width: 1198px;
}
body main section.index-differentials .differentials__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75rem 2rem;
}
body main section.index-differentials .differentials__cards .card-intro {
  max-width: 370px;
}
body main section.index-differentials .differentials__cards .card-intro h2 {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
body main section.index-differentials .differentials__cards .card-intro h5 {
  color: #292626;
  font-size: 1.125rem;
}
body main section.index-differentials .differentials__cards .card-choose {
  width: 370px;
  min-height: 164px;
  background-color: #ffffff;
  box-shadow: 7px 8px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 3.75rem 2.25rem 1.75rem;
  text-align: center;
  position: relative;
  transition: 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main section.index-differentials .differentials__cards .card-choose span {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #cecece;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: -1.25rem;
  transform: translateX(-50%);
  transition: 0.3s linear;
}
body main section.index-differentials .differentials__cards .card-choose p {
  font-size: 1.125rem;
  color: #0a3754;
}
body main section.index-differentials .differentials__cards .card-choose p strong {
  text-transform: uppercase;
}
body main section.index-differentials .differentials__cards .card-choose:hover {
  transform: translateY(-0.25rem);
}
body main section.index-differentials .differentials__cards .card-choose:hover span {
  background-color: #00be4b;
  border-color: #00be4b;
}
body main section.index-differentials .differentials__cards .card-choose:hover span img {
  filter: grayscale(1) brightness(100);
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.index-are {
  padding: 3.5rem 0 4.25rem;
  overflow: hidden;
}
body main section.index-are video {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
body main section.index-are .are {
  position: relative;
}
body main section.index-are .are h2 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
body main section.index-are .are__cards {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
  margin-top: 3.5rem;
}
body main section.index-are .are__cards .card-are {
  width: 400px;
  padding: 2.75rem 2rem;
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 178px;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
body main section.index-are .are__cards .card-are .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 94px;
  height: 70px;
  background-image: url("../image/backgrounds/several/card-are.png");
  background-repeat: no-repeat;
}
body main section.index-are .are__cards .card-are__text {
  max-width: 210px;
}
body main section.index-are .are__cards .card-are__text h4 {
  color: #182a37;
  font-size: 63px;
  font-weight: 900;
  line-height: 100%;
}
body main section.index-are .are__cards .card-are__text p {
  font-size: 1.125rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.index-services {
  background-image: url("../image/backgrounds/servicos.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main section.index-services .conteudo{
    background: linear-gradient(
        to right,
        rgba(5, 44, 132, 0.7),
        rgba(5, 44, 132, 0.7)
    );
    width: 100%;
    padding: 2rem 0;
}
body main section.index-services .conteudo .footer{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    column-gap: 10px;
}
body main section.index-services .services h2 {
  color: #fff;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 10px;
    text-align: center;
}
body main section.index-services .services h6 {
    color: #fff;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 30px;
    text-align: center;
}
body main section.index-services .conteudo .card{
    background-color: white;
    border-radius: 50px;
    width: 100%;
    padding-left: 50px;
    height: 500px;
    padding-top: 40px;
    text-align: left;
    border: 0;
}
body main section.index-services .conteudo .card .titulo{
    color: #24343C;
    width: 70%;
    font-weight: 500;
    font-size: 22px;
}
body main section.index-services .conteudo .card .conteudo-servico{
    margin-top: 20px;
    margin-right: 10px;
    text-align: left;
}
body main section.index-services .conteudo .card .imagem{
    margin-top: auto;
    border-top-left-radius: 76%;
    border-bottom-left-radius: 8%;
    max-height: 48%;
    width: 100%;
    align-self: flex-end;
    border-bottom-right-radius: 50px;
}
body main section.index-services .owl-dots{
    justify-content: center;
}

body main section.index-services .owl-nav .owl-prev{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.index-services .owl-nav .owl-next{
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

body main section.index-services .owl-nav{
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin-top: 20px;
}
body main section.index-services .services .btn-primary.type-1:not(.white) {
  margin: 1.75rem auto 0;
}
body main section.index-services .btn-vertodos {
    border: 0;
    align-items: center;
    background: linear-gradient(92deg, #BA8943 48.64%, #EFC176 100.46%);
    width: 300px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    color: #fff;
}
body main section.index-services .btn-vertodos:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(92deg, #b9730e 48.64%, #EFC176 100.46%);
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.index-prometal {
    background: linear-gradient(to bottom, #052C84, #394F81);
    /* Se precisar de suporte para navegadores mais antigos */
    background: -webkit-linear-gradient(top, #052C84, #394F81); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top, #052C84, #394F81); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(top, #052C84, #394F81); /* Firefox 3.6-15 */
  height: 198px;
  position: relative;
  z-index: 1;
    display: flex;
    margin-bottom: 35px;
}
body main section.index-prometal .prometal {
  display: flex;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
body main section.index-prometal .prometal  .avaliacao {
    padding: 3px 2rem 3px 2rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 2.5rem;
    background: linear-gradient(to bottom, #BA8943, #EFC176);
    /* Se precisar de suporte para navegadores mais antigos */
    background: -webkit-linear-gradient(top,#BA8943, #EFC176); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top,#BA8943, #EFC176); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(top,#BA8943, #EFC176); /* Firefox 3.6-15 */
    border-radius: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: default;
    justify-content: center;
}
body main section.index-prometal .prometal .logo {
  display: block;
  margin-top: -2.5rem;
}
body main section.index-prometal .prometal__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
body main section.index-prometal .prometal__content .conteudo {
  max-width: 42%;
  color: #ffffff;
    text-align: end;
}
body main section.index-prometal .prometal__content .conteudo p{
    margin-top: 20px;
}
body main section.index-prometal .prometal__content .btns {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}


body main section.aaa {
    background: linear-gradient(to bottom, #052C84, #394F81);
    /* Se precisar de suporte para navegadores mais antigos */
    background: -webkit-linear-gradient(top, #052C84, #394F81); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top, #052C84, #394F81); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(top, #052C84, #394F81); /* Firefox 3.6-15 */
    height: 198px;
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 35px;

}
body main section.aaa .prometal {
    display: flex;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
}
body main section.aaa .prometal  .avaliacao {
    padding: 3px 2rem 3px 2rem;
    display: flex;
    align-items: center;
    -moz-column-gap: 2.5rem;
    background: linear-gradient(to bottom, #BA8943, #EFC176);
    /* Se precisar de suporte para navegadores mais antigos */
    background: -webkit-linear-gradient(top,#BA8943, #EFC176); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top,#BA8943, #EFC176); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(top,#BA8943, #EFC176); /* Firefox 3.6-15 */
    border-radius: 50px;
    height: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    cursor: default;
}
body main section.aaa .prometal .logo {
    display: block;
    margin-top: -2.5rem;
}
body main section.aaa .prometal__content {
    display: flex;
    align-items: center;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
}
body main section.aaa .prometal__content .conteudo {
    max-width: 71%;
    color: #ffffff;
    text-align: left;
}
body main section.aaa .prometal__content .conteudo p{
    margin-top: 20px;
}
body main section.aaa .prometal__content .btns {
    display: flex;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}




body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.confer-know {
  background-image: url("../image/backgrounds/confira-conheca.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.75rem 0 50px;
  position: relative;
}
body main section.confer-know::after {
  content: url("../image/pseudo/conheca.png");
  position: absolute;
  top: none;
  bottom: -1rem;
  left: none;
  right: 0;
  pointer-events: none;
}
body main section.index-confer .confer {
  max-width: 1470px;
}
body main section.index-confer .confer--title {
  max-width: 564px;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0px 222px -138px auto;
}
body main section.index-confer .confer--title h2 strong {
  background: linear-gradient(98deg, #074268 22.13%, #008bd2 50%, #074268 77.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
body main section.index-confer .confer-slider {
  margin-top: -100px;
}
body main section.index-confer .confer-slider .owl-nav {
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
body main section.index-confer .confer-slider .owl-nav .owl-prev,
body main section.index-confer .confer-slider .owl-nav .owl-next {
  width: 77px;
  height: 70px;
}
body main section.index-confer .confer-slider .owl-nav .owl-prev:not(.disabled),
body main section.index-confer .confer-slider .owl-nav .owl-next:not(.disabled) {
  background-color: #074268;
}
body main section.index-confer .confer-slider .owl-nav .owl-prev:not(.disabled) img,
body main section.index-confer .confer-slider .owl-nav .owl-next:not(.disabled) img {
  filter: grayscale(1) brightness(100);
}
body main section.index-confer .card-confer {
  padding: 0 0 1rem 3.5rem;
}
body main section.index-confer .card-confer--content {
  display: flex;
  align-items: flex-end;
}
body main section.index-confer .card-confer .cc-gallery {
  width: 100%;
  max-width: 514px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0.75rem;
  position: relative;
}
body main section.index-confer .card-confer .cc-gallery a img {
  width: 250px;
  max-width: auto;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.index-confer .card-confer .cc-gallery::before {
  content: url("../image/pseudo/parallelogram-confer.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: -3.25rem;
  right: none;
  pointer-events: none;
}
body main section.index-confer .card-confer .cc-extra {
  width: 798px;
  padding: 3.75rem 3.75rem 3.25rem 2rem;
  background-color: #ffffff;
  box-shadow: 3px 4px 19px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
body main section.index-confer .card-confer .cc-extra .cc-logo {
  width: 214px;
  max-width: auto;
  height: 116px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body main section.index-confer .card-confer .cc-extra--content h4 {
  font-size: 25px;
  font-weight: 600;
}
body main section.index-confer .card-confer .cc-extra--content p {
  font-size: 1.125rem;
  margin: 0.75rem 0 1.75rem;
}
body main section.index-confer .card-confer .cc-extra--content span {
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #074268;
  font-weight: 700;
}
body main section.index-confer.about {
  background-image: url("../image/backgrounds/about/confira.png");
  background-repeat: no-repeat;
  padding: 6rem 0 5.75rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.index-know {
  margin-top: 148px;
}
body main section.index-know .know--text {
  max-width: 652px;
}
body main section.index-know .know--text h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
body main section.index-know .know--text h2 strong {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(0, 139, 210), rgb(7, 66, 104));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
}
body main section.index-know .know--text h4,
body main section.index-know .know--text h5 {
  max-width: 485px;
}
body main section.index-know .know--text h4 {
  margin: 1.25rem 0 1.5rem;
}
body main section.index-know .know--text h5 {
  font-size: 1.125rem;
}
body main section.index-know .know--text .btns {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin-top: 2.5rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main .service-index {
  padding: 2.5rem 0 5rem;
    background-image: url(../image/backgrounds/bg-services-inner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -35px
}
body main .service-index .index {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
body main .service-index .index .card-service {
  display: flex;
}
body main .container-services {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    row-gap: 2rem;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}
body main .service-index .index .card-service .cs-image {
  position: relative;
}
body main .service-index .index .card-service .cs-image img {
  width: 498px;
  max-width: auto;
  height: 343px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-right: -4.75rem;
}
body main .service-index .index .card-service .cs-image::before {
  content: url("../image/pseudo/parallelogram-card-service-2.png");
  position: absolute;
  top: -1px;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  z-index: 1;
}
body main .service-index .index .card-service .cs-content {
  background-color: #074268;
  padding: 5.25rem 125px 3.5rem 122px;
}
body main .service-index .index .card-service .cs-content .text {
  max-width: 600px;
  color: #ffffff;
  text-align: center;
}
body main .service-index .index .card-service .cs-content .text strong {
  font-size: 35px;
}
body main .service-index .index .card-service .cs-content .text p {
  max-width: 502px;
  margin: 0.75rem auto 2.25rem;
}
body main .service-index .index .card-service .cs-content .btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
body main .service-index .index .notfound {
  background-color: #ffffff;
}
body main .service-index .container-solucoes-personalizadas {
    width: 54%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: center;
    margin-bottom: 20px;
}
body main .service-index .container-solucoes-personalizadas p {
    margin-top: 10px;
    line-height: 30px;
    font-size: 23px;
}

body main .service-index .container-oque-voce-precisa{
    /*background-image: url(../image/backgrounds/bg-confiam-na-facility.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
    z-index: 0;
    display: flex;
    flex-direction: column;
}

body main .service-index .container-oque-voce-precisa .card-direita{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    align-items: center;
}

body main .service-index .container-oque-voce-precisa .card-esquerda{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 10%;
    align-items: center;
}


body main .service-index .container-oque-voce-precisa .card-direita p{
    margin: 10px 0px 40px 0px;
    font-size: 23px;
}

body main .service-index .container-oque-voce-precisa .card-direita ul li{
   line-height: 30px;
    font-size: 23px;
}

body main .service-index .container-oque-voce-precisa .card-esquerda p{
    margin: 10px 0px 40px 0px;
    font-size: 23px;
}

body main .service-index .container-oque-voce-precisa .card-esquerda ul li{
    line-height: 30px;
    font-size: 23px;
}


body main .service-index .container-oque-voce-precisa .card-direita .texto{

}

body main .service-index .container-oque-voce-precisa .card-direita  .div-imagem{

}

body main .service-index .container-oque-voce-precisa .card-direita .imagem-card-direita{
    width: 900px;
    height: 100%;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

body main .service-index .container-oque-voce-precisa .card-esquerda .imagem-card-esquerda{
    width: 900px;
    height: 100%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

body main .service-index .container-nos-entendemos {
    background-color: #FAFAFA;
}

body main section .container-nos-entendemos .container-itens-e-bg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4% 4% 0px 4%
}

body main section .container-nos-entendemos .itens {
    width: 50%;
    margin-top: 45px;
}

body main section .container-nos-entendemos .itens .item ul{
    background: #FFF;
    padding: 35px;
    border-radius: 10px;
}

body main section .container-nos-entendemos .footer {
    display: flex;
    justify-content: space-between;
}

body main section .container-nos-entendemos .itens .item h1{
    margin-bottom: 20px;
    color: #253863;
}

body main section .container-nos-entendemos .itens .item p{
    line-height: 32px;
}

body main section .container-nos-entendemos .itens .item ul li {
    line-height: 25px;
}

body main section .container-nos-entendemos .bg-facility-para-voce-1 {
    background-image: url(../image/backgrounds/facility-para-voce-1.png);
    background-repeat: no-repeat;
    height: 743px;
    width: 500px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}
body main section .container-nos-entendemos  .bg-facility-para-voce-2 {
    background-image: url(../image/backgrounds/bg-facility-para-voce-2.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 500px;
}
body main section .container-nos-entendemos .bg-facility-para-voce-3 {
    background-image: url(../image/backgrounds/bg-nos-entendemos.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 500px;
    margin-top: -51px;
    position: relative;
}

body main section .facility-para-voce .imagem{
    height: 50px;
    width: 50px;
    align-self: center;
}

body main section .facility-para-voce .titulo{
    color: #000;
    font-size: 40px;
    font-weight: 500;
}
body main section .facility-para-voce .item{
    display: flex;
    margin: 35px 0px;
    line-height: 40px;
}
body main section .facility-para-voce .body {
    width: 90%;
    margin-left: 10px;
    line-height: 26px;
}
body main section .facility-para-voce .body .titulo-item{
    font-weight: bold;
    font-size: 20px;
}

body main .service-inner {
    background-image: url(../image/backgrounds/servicos.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -36px;
}
body main .service-inner .inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.card-banner {
    position: relative;
    margin: 4% 15%;
}

.card-banner .icon-separador {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3); /* branco transparente */
    padding: 20px;
    z-index: 2;
    border-radius: 50%;
}

.card-banner .icon-separador .circulo-central {
    width: 100px;
    height: 100px;
    background-color: #fff; /* branco sólido */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* garante que a imagem fique dentro */
}

.card-banner .icon-separador .circulo-central img {
    width: 60%;
    height: auto;
    object-fit: contain;
    margin-top: -10px;
}

.card-banner .conteudo-card-banner{
    display: flex;
    flex-direction: row;
    margin: 0px 3%;
}

.card-banner .conteudo-card-banner .btn{
    width: 50%;
}

.card-banner .conteudo-card-banner .imagem{
    width: 50%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    object-fit: cover;
}

.card-banner .conteudo-card-banner .conteudo-card-text{
    display: flex;
    width: 50%;
    background-color: #052C84;
    color: #fff;
    padding: 70px;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.card-banner .conteudo-card-banner .conteudo-card-text h1{
   margin-bottom: 35px;
}

.card-banner ul {
    list-style: none;
    padding-left: 0;
}

.card-banner ul li {
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
    margin: 16px;
    font-size: 18px;
}

.card-banner ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px; /* ajusta verticalmente */
    width: 25px;
    height: 25px;
    background-image: url(../image/icons/material_symbols_check.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}


.card-banner .icon-separador {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3); /* branco transparente */
    padding: 20px;
    z-index: 2;
    border-radius: 50%;
}

.card-banner .icon-separador .circulo-central {
    width: 100px;
    height: 100px;
    background-color: #fff; /* branco sólido */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* garante que a imagem fique dentro */
}

.card-banner .icon-separador .circulo-central img {
    width: 60%;
    height: auto;
    object-fit: contain;
    margin-top: -10px;
}

.card-banner .conteudo-card-banner{
    display: flex;
    flex-direction: row;
}

.card-banner .conteudo-card-banner .container-form{
    display: flex;
    flex-direction: column;
    width: 48%;
    row-gap: 10px;
    margin-top: 25px;
}
.card-banner .conteudo-card-banner .container-form .btn-form-experimente{
    width: 48%;
}

.card-banner .conteudo-card-banner .container-form .container-inputs{
    display: flex;
    column-gap: 10px;
    width: 100%;
}

.card-banner .conteudo-card-banner .btn{
    width: 50%;
}

.card-banner .conteudo-card-banner .imagem{
    width: 50%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.card-banner .conteudo-card-banner .conteudo-card-text-branco{
    display: flex;
    width: 50%;
    background-color: #FAFAFA;
    color: #24343C;
    padding: 70px;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.card-banner .conteudo-card-banner .conteudo-card-text-azul{
    display: flex;
    width: 50%;
    background-color: #052C84;
    color: #FFF;
    padding: 70px;
    justify-content: center;
    flex-direction: column;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.card-banner .conteudo-card-banner .conteudo-card-text-branco h1{
    margin-bottom: 35px;
}

.card-banner .conteudo-card-banner .conteudo-card-text-branco p{
    width: 78%;
}

.card-banner .conteudo-card-banner .conteudo-card-text-azul h1{
    margin-bottom: 35px;
}

.card-banner .conteudo-card-banner .conteudo-card-text-azul p{
   width: 78%;
}

.card-banner .conteudo-card-text-branco .btn{
    width: 63%;
    margin-top: 20px;
    margin-left: -15px;
}

.card-banner .conteudo-card-text-azul .btn{
    width: 50%;
    margin-top: 20px;
    margin-left: -15px;
}

body main .service-inner .inner__content {
  width: 100%;
  max-width: 896px;
}
body main .service-inner .inner__content--gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.5rem;
}
body main .service-inner .inner__content--gallery img {
  width: 435px;
  max-width: auto;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main .service-inner .inner__content--text {
  max-width: 770px;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-top: 2.5rem;
}
body main .service-inner .inner__content--text h1 {
   text-align: center;
    color: #24343C
}
body main .service-inner .inner__content--text p {
    text-align: center;
    color: #24343C
}
body main .service-inner .inner__content--text h4 {
  text-transform: uppercase;
  font-weight: 700;
}
body main .service-inner .inner__content--text p {
  font-size: 1.125rem;
}
body main .service-inner .inner__aside {
  width: 100%;
  max-width: 370px;
}
body main .service-inner .inner__aside .confer {
  margin-top: 2.75rem;
}
body main .service-inner .inner__aside .confer span {
  color: #06291d;
  font-size: 1.25rem;
  font-weight: 700;
}
body main .service-inner .inner__aside .confer .card-confer {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 1rem;
  transition: 100ms linear;
}
body main .service-inner .inner__aside .confer .card-confer img {
  width: 74px;
  max-width: auto;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
body main .service-inner .inner__aside .confer .card-confer span {
  color: #4b4b4b;
  text-transform: uppercase;
  line-height: 120%;
}
body main .service-inner .inner__aside .confer .card-confer:hover {
  transform: translateX(0.25rem);
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.g-work-our {
  background-color: #074268;
  padding: 2.25rem 0 3.25rem;
}
body main section.g-work-our h2 {
  color: #ffffff;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 3rem;
}
body main section.g-work-our .work-our-slider .image-slider {
  width: 546px;
  max-width: auto;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.estruc-prometal {
  padding: 2.75rem 0 3.5rem;
}
body main section.estruc-prometal .prometal {
  display: flex;
  -moz-column-gap: 5.75rem;
       column-gap: 5.75rem;
  align-items: center;
}
body main section.estruc-prometal .prometal--text h2 {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  max-width: 500px;
}
body main section.estruc-prometal .prometal--text h5 {
  margin: 0.75rem 0;
}
body main section.estruc-prometal .prometal--text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
body main section.estruc-prometal .prometal--text ul li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.25rem;
}
body main section.struct-form {
  background-image: url("../image/backgrounds/structure/formulario.png");
  background-repeat: no-repeat;
  padding: 4.25rem 0 3.75rem;
}
body main section.struct-form .form h4 {
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  max-width: 830px;
  margin: 0 auto 2.5rem;
}
body main section.struct-form .form form {
  max-width: 900px;
  margin-inline: auto;
  padding: 1.5rem 5.5rem 1.5rem 4.25rem;
  border-radius: 5px;
  background: linear-gradient(98deg, #074268 22.13%, #0e78ae 50%, #074268 77.87%);
  display: flex;
  align-items: center;
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
body main section.struct-form .form form .form-text {
  max-width: 336px;
}
body main section.struct-form .form form .form-text p {
  margin-top: 1.25rem;
  color: #ffffff;
  font-size: 1.125rem;
}
body main section.struct-form .form form .inputs {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.struct-form .form form .inputs input {
  border-radius: 5px;
}
body main section.struct-form .form form .inputs input::-moz-placeholder {
  color: #939393;
}
body main section.struct-form .form form .inputs input::placeholder {
  color: #939393;
}
body main section.struct-form .form form .inputs--cols {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
body main section.struct-form .form form .inputs--cols-2 {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}
body main section.struct-form .form form .inputs--cols-2 .btn-primary {
  padding-inline: 1.25rem;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
body main section.struct-form .form form .inputs--cols-2 .btn-primary .title {
  font-size: 1rem;
}
body main section.struct-form .form form .inputs--cols-2 .btn-primary:hover {
  transform: none;
  background-color: #8b2711;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.about-know {
  padding: 3.5rem 0;
}
body main section.about-know .know {
  display: flex;
}
body main section.about-know .know__text {
  max-width: 532px;
}
body main section.about-know .know__text h2 {
  background: linear-gradient(98deg, #074268 22.13%, #008bd2 50%, #074268 77.87%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color: transparent;
}
body main section.about-know .know__text p {
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
body main section.about-know .know__text .btn-primary {
  margin-top: 2rem;
}
body main section.about-video {
  background-image: url("../image/backgrounds/about/video.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 155px 0 184px;
}
body main section.about-video .video {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 456px;
       column-gap: 456px;
}
body main section.about-video .video h3 {
  max-width: 525px;
  color: #ffffff;
}
body main section.about-mission {
  height: 480px;
}
body main section.about-mission .mission {
  display: flex;
  -moz-column-gap: 164px;
       column-gap: 164px;
  align-items: center;
  height: 100%;
}
body main section.about-mission .mission__cards {
  width: 100%;
  max-width: 360px;
  height: 100%;
  background-color: #225378;
  padding: 2.75rem 0;
}
body main section.about-mission .mission__cards .card-mission {
  padding: 2rem 4.25rem;
  position: relative;
  cursor: pointer;
  position: relative;
  position: relative;
}
body main section.about-mission .mission__cards .card-mission .cm-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
  color: #ffffff;
  font-size: 35px;
  z-index: 3;
}
body main section.about-mission .mission__cards .card-mission::before {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  width: 0;
  background-color: #0a3754;
  inset: 0;
  transition: 200ms linear;
  z-index: 2;
}
body main section.about-mission .mission__cards .card-mission::after {
  content: "";
  position: absolute;
  top: none;
  bottom: -51px;
  left: none;
  right: 0;
  pointer-events: none;
  width: 74px;
  height: 52px;
  background-color: #061f2f;
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  transition: 0ms;
  z-index: -1;
}
body main section.about-mission .mission__cards .card-mission:hover, body main section.about-mission .mission__cards .card-mission.active {
  box-shadow: 0px 11px 17px 0px rgba(0, 0, 0, 0.25);
}
body main section.about-mission .mission__cards .card-mission:hover:before, body main section.about-mission .mission__cards .card-mission.active:before {
  width: 434px;
}
body main section.about-mission .mission__cards .card-mission:hover:after, body main section.about-mission .mission__cards .card-mission.active:after {
  opacity: 1;
  right: -74px;
  transition: 0.5s linear;
}
body main section.about-mission .mission__content {
  max-width: 620px;
}
body main section.about-mission .mission__content h2 {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: linear-gradient(98deg, #074268 22.13%, #008bd2 50%, #074268 77.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body main section.about-mission .mission__content p {
  font-size: 1.125rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.constru-index {
  background-image: url("../image/backgrounds/construction/index.png");
  background-repeat: no-repeat;
  padding: 3.75rem 0 4.25rem;
}
body main section.constru-index .index h2 {
  max-width: 954px;
  margin-inline: auto;
  color: #074268;
  text-align: center;
  margin-bottom: 3.5rem;
}
body main section.constru-index .index__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.75rem;
}
body main section.constru-index .index__cards .card-constru {
  width: 635px;
}
body main section.constru-index .index__cards .card-constru .cc-image {
  width: 635px;
  max-width: auto;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.constru-index .index__cards .card-constru .cc-content {
  background-color: #ffffff;
  padding: 1.75rem 4.25rem 1.75rem 1.75rem;
  border: 1px solid #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  transition: 300ms linear;
}
body main section.constru-index .index__cards .card-constru .cc-content span {
  font-size: 28px;
  font-weight: 600;
  color: #2f2f2f;
}
body main section.constru-index .index__cards .card-constru .cc-content .details {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.25rem;
  color: #074268;
}
body main section.constru-index .index__cards .card-constru:hover .cc-content {
  background-color: #074268;
}
body main section.constru-index .index__cards .card-constru:hover .cc-content span,
body main section.constru-index .index__cards .card-constru:hover .cc-content .details {
  color: #ffffff;
}
body main section.constru-index .index__cards .card-constru:hover .cc-content span img,
body main section.constru-index .index__cards .card-constru:hover .cc-content .details img {
  filter: grayscale(1) brightness(100);
}
body main section.constru-gallery {
  background-image: url("../image/backgrounds/construction/gallery.png");
  background-repeat: no-repeat;
  padding: 4rem 0 5.25rem;
}
body main section.constru-gallery .constru-inner-slider .image-slider {
  width: 632px;
  max-width: auto;
  height: 548px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.constru-gallery .constru-inner-slider .owl-dots {
  margin: 2rem auto 0;
}
body main section.constru-inner {
  padding: 3.75rem 0 5.75rem;
}
body main section.constru-inner .inner {
  display: flex;
  -moz-column-gap: 212px;
       column-gap: 212px;
}
body main section.constru-inner .inner__content {
  max-width: 716px;
}
body main section.constru-inner .inner__content--text h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2rem;
}
body main section.constru-inner .inner__content--text p {
  font-size: 1.125rem;
}
body main section.constru-inner .inner__content .confer {
  max-width: 370px;
  margin-top: 2.75rem;
}
body main section.constru-inner .inner__content .confer span {
  color: #06291d;
  font-size: 1.25rem;
  font-weight: 700;
}
body main section.constru-inner .inner__content .confer .card-confer {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 1rem;
  transition: 100ms linear;
}
body main section.constru-inner .inner__content .confer .card-confer img {
  width: 74px;
  max-width: auto;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
body main section.constru-inner .inner__content .confer .card-confer span {
  color: #4b4b4b;
  text-transform: uppercase;
  line-height: 120%;
}
body main section.constru-inner .inner__content .confer .card-confer:hover {
  transform: translateX(0.25rem);
}
body main section.doubt {
  padding: 4.25rem 15%;
}
body main section.doubt .box{
    margin: 0px 10%;
}
body main section.doubt .footer{
    margin: 0px 10%;
    font-weight: bold;
    font-size: 40px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
body main section.doubt .footer p{
   margin-top: 10px;
    font-size: 20px;
}
body main section.doubt .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 164px;
       column-gap: 164px;
}
body main section.doubt .content__category {
  width: 100%;
  max-width: 370px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.doubt .content__category .current-category {
  position: relative;
  top: 0;
  margin-bottom: 4rem;
}
body main section.doubt .content .box {
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  row-gap: 4.5rem;
}
body main section.doubt .content .box--title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
body main section.doubt .content .box--answer {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 19px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.blog-list {
  padding: 4rem 0 5.5rem;
}
body main section.blog-list .list {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
body main section.blog-list .list__category {
  width: 100%;
  max-width: 370px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.blog-list .list__category .search h3 {
  color: #074268;
  font-weight: 700;
  margin-bottom: 1rem;
}
body main section.blog-list .list__content {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
body main section.blog-list .list__content--title {
  color: #074268;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
body main section.blog-list .list__content--cards {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 2rem;
    column-gap: 10px;
}
body main section.news-inner {
  padding: 3.25rem 0 5.5rem;
}

body main section.news-inner .post-title{
    color: #142966;
    margin-bottom: 22px;
    text-align: left;
    font-weight: bold;
}

body main section.news-inner .resum{
    font-size: 1.125rem;
    text-align: left;
    line-height: 40px;
    margin-bottom: 20px;
}

body main section.news-inner .inner {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  position: relative;
}
body main section.news-inner .inner__category {
  width: 100%;
  max-width: 370px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
body main section.news-inner .inner__category .recent-posts h3 {
  font-size: 1.75rem;
  color: #142966;
  font-weight: 600;
  margin-bottom: 2rem;
}
body main section.news-inner .inner__category .recent-posts .cards {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent {
  width: 100%;
  background-color: #f3f3f3;
  padding-inline-end: 0.75rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  transition: 200ms linear;
  position: relative;
  position: relative;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent .image-card {
  width: 93px;
  max-width: auto;
  height: 103px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent h6 {
  font-size: 1.125rem;
  color: #354c8f;
  font-weight: 600;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  width: 93px;
  height: 0;
  background-color: rgba(18, 38, 51, 0.58);
  transition: 200ms linear;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent::after {
  content: url("../image/icons/arrowbig-right-white.png");
  position: absolute;
  top: 50%;
  bottom: none;
  left: 1rem;
  right: none;
  pointer-events: none;
  transform: translateY(-50%);
  opacity: 0;
  transition: 200ms linear;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent:hover::before {
  height: 103px;
}
body main section.news-inner .inner__category .recent-posts .cards .card-recent:hover::after {
  opacity: 1;
}
body main section.news-inner .inner__content {
  width: 100%;
  max-width: 900px;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
}
body main section.news-inner .inner__content .image-big {
  width: 100%;
  max-width: auto;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
    border-radius: 30px;
}
body main section.news-inner .inner__content--texts {
  padding: 3.25rem 4.25rem 5.5rem 0px;
}
body main section.news-inner .inner__content--texts .post-title {
  color: #354c8f;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
body main section.news-inner .inner__content--texts .post-text {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 2.5rem;
    text-align: justify;
}
body main section.news-inner .inner__content--texts .post-text h4 {
  font-weight: 700;
  color: #2f2f2f;
}
body main section.news-inner .inner__content--texts .post-text p {
  font-size: 1.125rem;
  font-weight: 500;
    line-height: 40px;
}
body main section.news-inner .inner__content--texts .post-text a {
  color: #0e6daa;
  display: inline-block;
  text-decoration: underline;
}
body main section.news-inner .inner__content--texts .post-text ul li{
    line-height: 40px;
}
body main section.contact-index {
  padding: 5.5rem 0 5rem;
  height: 708px;
    margin-bottom: 56px;
}
body main section.contact-index .index {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
body main section.contact-index .index .row-input{
    display: flex;
    column-gap: 10px;

}

body main *,
body main *::before,
body main *::after {
  box-sizing: inherit;
}
body main html {
  box-sizing: border-box;
  font-size: 100%;
}
body main html.resize {
  width: 100%;
  height: 100%;
}
body main html.resize body {
  width: 100%;
  height: 100%;
  font-weight: 400;
}
body main html.resize body main {
  width: 100%;
  height: 100%;
}
body main body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-family: "Archivo", "Open Sans", sans-serif;
  line-height: 1.5;
  color: #2f2f2f;
  background-color: #f3f3f3;
}
body main 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 main body.compensar {
  padding-top: 246px;
}
body main body input,
body main body textarea,
body main body select,
body main body button {
  border: none;
}
body main body input:focus,
body main body textarea:focus,
body main body select:focus,
body main body button:focus {
  outline-color: transparent;
}
body main body textarea {
  resize: none;
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (min-width: 991px) {
  body main .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body main .hide-mobile {
    display: none !important;
  }
}
body main .has-error {
  border-color: #cc2937 !important;
}
body main .ng-invalid.ng-touched,
body main .campo-invalido {
  border-color: #cc2937 !important;
}
body main a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
body main a:hover, body main a:focus {
  text-decoration: none;
}
body main h1,
body main h2,
body main h3,
body main h4,
body main h5,
body main h6,
body main p,
body main strong,
body main li {
  margin: 0;
  font-weight: 400;
  line-height: 120%;
}
body main strong {
  font-weight: 700;
}
body main h1 {
  font-size: 40px;
}
body main h2 {
  font-size: 35px;
}
body main h3 {
  font-size: 30px;
}
body main h4 {
  font-size: 23px;
}
body main h5 {
  font-size: 15px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 1rem;
}
body main section.work-why {
  background-image: url("../image/backgrounds/work/por-que.png");
  background-repeat: no-repeat;
  padding: 3rem 0 2.75rem;
  background-color: #ffffff;
}
body main section.work-why .why {
  display: flex;
  align-items: center;
  -moz-column-gap: 460px;
       column-gap: 460px;
}
body main section.work-why .why__texts {
  max-width: 340px;
}
body main section.work-why .why__texts h2 {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 2.25rem;
}
body main section.work-why .why__texts ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
body main section.work-why .why__texts ul li {
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #797979;
  font-size: 1.125rem;
  cursor: pointer;
  transition: 100ms linear;
  position: relative;
}
body main section.work-why .why__texts ul li::before {
  content: "";
  position: absolute;
  top: none;
  bottom: -0.5rem;
  left: 0;
  right: none;
  pointer-events: none;
  width: 0;
  height: 3px;
  background: linear-gradient(98deg, #074268 22.13%, #008bd2 50%, #074268 77.87%);
  opacity: 0;
  transition: 300ms linear;
}
body main section.work-why .why__texts ul li:hover, body main section.work-why .why__texts ul li.active {
  color: #074268;
  font-weight: 700;
}
body main section.work-why .why__texts ul li:hover::before, body main section.work-why .why__texts ul li.active::before {
  width: 110%;
  opacity: 1;
}
body main section.work-why .why__texts-comp {
  max-width: 520px;
  color: #ffffff;
}
body main section.work-why .why__texts-comp h2 {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
body main section.work-why .why__texts-comp p {
  font-size: 1.125rem;
}
body main section.work-vacancys {
  background-image: url("../image/backgrounds/work/vagas.png");
  background-repeat: no-repeat;
  padding: 6rem 0 4rem;
}
body main section.work-vacancys .vacancys {
  display: flex;
  -moz-column-gap: 240px;
       column-gap: 240px;
}
body main section.work-vacancys .vacancys .card-vacan {
  width: 635px;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 3rem 3.25rem 6rem;
}
body main section.work-vacancys .vacancys .card-vacan .cv-text {
  color: #074268;
}
body main section.work-vacancys .vacancys .card-vacan .cv-text h2 {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
body main section.work-vacancys .vacancys .card-vacan .cv-text span {
  font-size: 1.125rem;
}
body main section.work-vacancys .vacancys .card-vacan .cv-cards {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-top: 3.25rem;
}
body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel .cs-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  font-size: 1.125rem;
  color: #074268;
  font-weight: 600;
  margin-bottom: 1rem;
}
body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel .cs-title span {
  width: 20px;
  height: 20px;
  border: 1px solid #676767;
  background-color: #ffffff;
}
body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel p {
  color: #074268;
  line-height: 100%;
}
body main section.work-vacancys .vacancys .card-vacan .cv-cards .card-sel.active .cs-title span {
  background-color: #074268;
}
body main section.work-our {
  padding-top: 3rem;
}
body main section.work-our .our--text {
  max-width: 784px;
  margin: 0 auto 3rem;
  text-align: center;
}
body main section.work-our .our--text h2 {
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 0.75rem;
}
body main section.work-our .our--text p {
  font-size: 1.125rem;
}
body main section.work-our .work-our-slider .image-slider {
  width: 546px;
  max-width: auto;
  height: 426px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main section.terms,
body main section.policy {
  padding: 6.25rem 0;
  border-top: 1px solid #074268;
}
body main section.terms .content--text,
body main section.policy .content--text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 1.25rem;
  position: relative;
  z-index: 2;
}
body main section.terms .content--text h4,
body main section.policy .content--text h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 120%;
}
body main section.terms .content--text h3,
body main section.policy .content--text h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
body main section.terms .content--text h3 strong,
body main section.policy .content--text h3 strong {
  text-transform: uppercase;
}
body main section.terms .content--text p,
body main section.policy .content--text p {
  font-size: 1.125rem;
  line-height: 120%;
}
