@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;
}
@media (max-width: 61.9375em) {
  body {
    max-width: 676px;
    margin-inline: auto;
  }
}

.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}

@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;
}

@media (max-width: 61.9375em) {
  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;
  }
}
.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;
}
@media (max-width: 61.9375em) {
  body {
    max-width: 676px;
    margin-inline: auto;
  }
}

.container {
  max-width: 1350px;
}
.container.min {
  max-width: 1155px;
}
.container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}

@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;
}

@media (max-width: 61.9375em) {
  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;
  }
}
.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;
}
@media (max-width: 61.9375em) {
  .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;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .btn-whatsappIcon {
    height: 2.5rem;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
}

.btn-opening {
  max-width: 288px;
}

.btn-whatsapp,
.btn-telephone {
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 3px 2rem 3px 0.75rem;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  transition: 500ms linear;
  position: relative;
  position: relative;
}
.btn-whatsapp img,
.btn-telephone img {
  transition: 300ms linear;
  position: relative;
  z-index: 2;
}
.btn-whatsapp h5,
.btn-telephone h5 {
  color: #ffffff;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
.btn-whatsapp h5 strong,
.btn-telephone h5 strong {
  display: block;
  font-size: 17px;
}
.btn-whatsapp picture,
.btn-telephone picture {
  display: block;
  position: relative;
}
.btn-whatsapp picture::before,
.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-whatsapp::before,
.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-whatsapp::after,
.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%;
}
@media (max-width: 61.9375em) {
  .btn-whatsapp,
  .btn-telephone {
    text-align: start;
    padding: 3px 0.25rem 3px 0.75rem;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .btn-whatsapp::before,
  .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-whatsapp picture::before,
  .btn-telephone picture::before {
    display: none;
  }
  .btn-whatsapp img,
  .btn-telephone img {
    width: 20px;
    height: auto;
  }
  .btn-whatsapp h5,
  .btn-telephone h5 {
    font-size: 14px;
  }
  .btn-whatsapp h5 strong,
  .btn-telephone h5 strong {
    font-size: 1rem;
    display: block;
  }
}

.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%;
}
@media (max-width: 61.9375em) {
  .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-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;
}
@media (max-width: 61.9375em) {
  .btn-primary {
    height: 42px;
    padding-inline: 1rem;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .btn-primary .title {
    font-size: 13px;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .btn-link h5 {
    font-size: 0.75rem;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .btn-social {
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .btn-social-2 {
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    margin-inline: auto;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .whatsapp-modal {
    bottom: 3.75rem;
  }
}

@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;
}
.input #input-name {
  text-transform: capitalize;
}
@media (max-width: 61.9375em) {
  .input label {
    text-align: start;
    font-size: 16px;
  }
  .input input,
  .input select {
    height: 42px;
  }
  .input textarea {
    height: 100px;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .form-search {
    text-align: start;
  }
  .form-search .content-form {
    height: 42px;
  }
  .form-search.type-2 .content-form {
    height: 52px;
  }
}

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;
}
@media (max-width: 61.9375em) {
  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;
  }
}
@media (max-width: 61.9375em) {
  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;
  }
}

.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 .cc-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  color: #074268;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 1.75rem;
}
.current-category__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.current-category__content .item-category {
  padding: 1rem 1.75rem;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 300ms linear;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.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, .current-category__content .item-category.active {
  background: linear-gradient(92deg, #142a39 48.64%, #174664 100.46%), #fff;
}
.current-category__content .item-category:hover span, .current-category__content .item-category.active span {
  color: #ffffff;
}
@media (max-width: 61.9375em) {
  .current-category {
    text-align: start;
    padding: 0.75rem;
  }
  .current-category__content .item-category {
    height: 48px;
  }
  .current-category__content--item {
    padding: 0 1rem;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .form-contact {
    width: 100%;
    padding: 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%;
}
@media (max-width: 61.9375em) {
  .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-geral {
  width: 422px;
}
.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;
}
.form-geral .inputs input,
.form-geral .inputs textarea {
  border: 1px solid #cbcbcb;
}
.form-geral .inputs .btn-primary {
  max-width: 100%;
  background-color: #e92a00;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  border: none;
}
.form-geral .inputs .btn-primary span {
  order: 1;
}
.form-geral .inputs .btn-primary picture {
  order: 2;
}
.form-geral .inputs .btn-primary:hover {
  background-color: #ffffff;
  outline: 1px solid #e92a00;
  border: none;
}
.form-geral .inputs .btn-primary:hover span {
  color: #e92a00;
}
.form-geral .inputs .btn-primary:hover img {
  filter: invert(30%) sepia(72%) saturate(7499%) hue-rotate(10deg) brightness(97%) contrast(103%);
}
@media (max-width: 61.9375em) {
  .form-geral {
    width: 100%;
  }
  .form-geral span {
    font-size: 22px;
  }
  .form-geral p {
    font-size: 1rem;
  }
}

.card-blog {
  width: 100%;
  max-width: 434px;
  background: linear-gradient(104deg, #e5e5e5 -5.96%, #fff 135.62%);
  display: flex;
  flex-direction: column;
  transition: 300ms linear;
}
.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;
}
.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 .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: #e92a00;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.75rem;
  transition: 200ms linear;
}
.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;
}
@media (max-width: 61.9375em) {
  .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;
  }
}

.card-collapse {
  background-color: #ffffff;
  border-radius: 15px;
}
.card-collapse .collapse-link {
  width: 100%;
  padding: 2.25rem 2.5rem 2.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  transition: all 0.3s linear;
}
.card-collapse .collapse-link h4 {
  color: #0371c4;
}
.card-collapse .collapse-link img {
  transition: all 200ms linear;
}
.card-collapse .collapse-content {
  padding: 1rem 4rem 1.25rem 1.75rem;
}
.card-collapse .collapse-content p {
  font-size: 1.125rem;
}
.card-collapse.active .collapse-link {
  padding-top: 3.5rem;
  position: relative;
}
.card-collapse.active .collapse-link img {
  transform: rotate(-180deg);
}
.card-collapse.active .collapse-link::before {
  content: "";
  position: absolute;
  top: none;
  bottom: 0;
  left: 1.75rem;
  right: none;
  pointer-events: none;
  width: 100%;
  max-width: 726px;
  height: 1.5px;
  background-color: #aaaaaa;
}
@media (max-width: 61.9375em) {
  .card-collapse .collapse-link {
    padding: 1.25rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .card-collapse .collapse-link h4 {
    color: #074268;
    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-local {
  width: 100%;
  max-width: 635px;
  padding: 2rem 4rem 1.75rem;
  background-color: #074268;
}
.card-local h2 {
  text-align: center;
  color: #ffffff;
  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: 1rem;
  color: #ffffff;
}
.card-local .contact h6 {
  font-size: 1.125rem;
}
.card-local .contact h6 strong {
  display: block;
}
.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);
}
@media (max-width: 61.9375em) {
  .card-local {
    padding: 1rem;
  }
  .card-local .btns {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    justify-content: center;
    margin: 1rem 0;
  }
  .card-local .btns h6 {
    font-size: 1rem;
  }
}

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);
}
section.index-banner .item-banner {
  width: 100%;
  height: 100%;
  position: relative;
}
section.index-banner .item-banner--text {
  max-width: 490px;
  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 h1 strong {
  line-height: 2.75rem;
  font-size: 39px;
  font-weight: 800;
  background: linear-gradient(to right, rgb(7, 66, 104), rgb(8, 127, 203));
  -webkit-background-clip: text;
  color: transparent;
}
section.index-banner .item-banner--text ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  margin-bottom: 30px;
}
section.index-banner .item-banner--text ul li {
  font-size: 23px;
  font-weight: 300;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
section.index-banner .item-banner--text ul li img {
  width: initial;
}
@media (max-width: 61.9375em) {
  section.index-banner .banner-slider .owl-nav {
    display: none;
  }
  section.index-banner .banner-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
  }
  section.index-banner .banner-slider .owl-dots .owl-dot {
    width: 30px;
    height: 5px;
  }
  section.index-banner .banner-slider .owl-dots .owl-dot:hover, section.index-banner .banner-slider .owl-dots .owl-dot.active {
    background-color: #0e6daa;
  }
  section.index-banner .item-banner {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  section.index-banner .item-banner--text {
    display: none;
  }
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots:not(.disabled) {
  max-width: -moz-fit-content;
  max-width: fit-content;
  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;
}
@media (max-width: 61.9375em) {
  .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;
  }
}

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;
}
@media (max-width: 61.9375em) {
  ul.pagination {
    margin-top: 2.5rem;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  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;
  }
}

.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;
}
@media (max-width: 61.9375em) {
  .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;
  }
}

.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 {
  position: fixed;
  bottom: 0;
  background-color: #142a39;
  width: 100%;
  padding: 10px 80px;
  z-index: 900;
  transition: all 0.5s linear;
}
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;
}
@media (max-width: 61.9375em) {
  section.fixed-bar {
    display: none;
  }
}
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: #ffffff;
}
section.breadcrumb a {
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  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: #008bd2;
}
@media (max-width: 61.9375em) {
  section.breadcrumb {
    font-size: 12px;
    text-align: start;
  }
  section.breadcrumb a {
    font-size: 12px;
  }
}

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);
}
@media (max-width: 61.9375em) {
  .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 {
  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;
}
@media (max-width: 61.9375em) {
  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 {
  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;
  }
}
@media (max-width: 61.9375em) {
  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 {
  background-color: #074268;
  min-height: 408px;
  background-size: cover;
  background-position: center;
  padding: 2.5rem 0;
  position: relative;
  z-index: 5;
}
section.header-content .content {
  max-width: 1310px;
  position: relative;
}
section.header-content .content .introduction {
  max-width: 500px;
  color: #ffffff;
  margin-top: 5.75rem;
}
section.header-content .content .introduction h1 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
section.header-content .content .introduction h5 {
  font-size: 1.125rem;
}
section.header-content .content .introduction h5 strong {
  color: #00c2ff;
}
section.header-content.inner {
  min-height: 276px;
  padding: 1.75rem 0;
}
section.header-content.inner .content .introduction {
  max-width: 100%;
}
section.header-content.inner.blog .introduction h5 {
  display: none;
}
@media (max-width: 61.9375em) {
  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 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: 340px;
  border-bottom: 5px solid #074268;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 61.9375em) {
  .map {
    width: 100%;
    height: 250px;
  }
  .map iframe {
    width: 100%;
  }
}

section.footer {
  background-color: #f3f3f3;
  margin-bottom: 4.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  padding-bottom: 2rem;
}
section.footer .content {
  max-width: 1760px;
  margin-top: -3.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  isolation: isolate;
}
section.footer .content .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.25rem;
  max-width: 675px;
  margin-inline: auto;
  text-align: center;
}
section.footer .content .logo picture {
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: #ffffff;
  display: block;
  padding: 1.5rem 2.75rem;
  border-radius: 20px;
}
section.footer .content .logo picture img {
  width: 304px;
  height: 91px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.footer .content .logo p {
  font-size: 1.125rem;
  line-height: 120%;
}
section.footer .content .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
section.footer hr {
  width: 100%;
  height: 1px;
  margin-inline: auto;
  background-color: #5e5e5e;
  opacity: 75%;
}
@media (max-width: 61.9375em) {
  section.footer {
    margin-bottom: 1.75rem;
    row-gap: 1rem;
  }
  section.footer .content {
    margin-top: -1.5rem;
    row-gap: 1rem;
  }
  section.footer .content .logo {
    row-gap: 1.25rem;
  }
  section.footer .content .logo picture {
    padding: 1rem;
    border-radius: 10px;
  }
  section.footer .content .logo picture img {
    width: 100%;
    max-width: 236px;
    height: 54px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section.footer .content .logo p {
    line-height: 120%;
    font-size: 0.75rem;
  }
  section.footer .content__contact {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  section.footer .content__contact ul {
    display: none;
  }
  section.footer .content__contact .btns {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }
}

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%);
}
@media (max-width: 61.9375em) {
  section .menu-footer {
    display: none;
  }
}

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;
}
@media (max-width: 61.9375em) {
  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;
  }
}

.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: 3.25rem;
}
.nav.header {
  background: linear-gradient(92deg, #183648 48.64%, #0e5c8e 100.46%);
  padding: 1.75rem;
}
.nav.header ul li {
  color: #ffffff;
  font-size: 1.25rem;
}
.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 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;
}
@media (max-width: 61.9375em) {
  .nav {
    display: none;
  }
}

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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-blog {
  padding: 3rem 0 2.5rem;
}
body main section.index-blog .blog--text {
  max-width: 600px;
  margin: 0 auto 2.25rem;
  text-align: center;
}
body main section.index-blog .blog--text 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: 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;
}
body main section.index-blog .blog .btn-primary {
  margin: 3rem auto 0;
}
@media (max-width: 61.9375em) {
  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;
  }
  body main section.index-blog .blog .btn-primary {
    margin: 1.25rem 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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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 {
  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;
}
@media (max-width: 61.9375em) {
  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;
  }
}
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-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%;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-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);
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-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;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-services {
  background-image: url("../image/backgrounds/servicos.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 2.25rem;
}
body main section.index-services .services 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 124px;
}
body main section.index-services .services__cards {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
body main section.index-services .services__cards .card-service {
  width: 634px;
  background-color: #074268;
  padding: 0 1.5rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body main section.index-services .services__cards .card-service .cs-img {
  display: inline-block;
  margin-top: -4.75rem;
  position: relative;
}
body main section.index-services .services__cards .card-service .cs-img img {
  width: 590px;
  max-width: auto;
  height: 245px;
  -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 {
  content: url("../image/pseudo/parallelogram-card-service.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
  z-index: 1;
}
body main section.index-services .services__cards .card-service .cs-content {
  max-width: 508px;
  margin: 2rem auto 0;
  text-align: center;
  color: #ffffff;
}
body main section.index-services .services__cards .card-service .cs-content h4 {
  font-weight: 700;
}
body main section.index-services .services__cards .card-service .cs-content p {
  margin: 1rem 0 1.5rem;
}
body main section.index-services .services__cards .card-service .cs-content--btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
body main section.index-services .services .btn-primary.type-1:not(.white) {
  margin: 1.75rem auto 0;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-prometal {
  background-image: url("../image/backgrounds/prometal.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 3.5rem;
  height: 198px;
  position: relative;
  z-index: 1;
}
body main section.index-prometal .prometal {
  display: flex;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}
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 h4 {
  max-width: 446px;
  color: #ffffff;
}
body main section.index-prometal .prometal__content .btns {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 61.9375em) {
  body main section.index-prometal {
    padding: 1.25rem 0;
    height: auto;
  }
  body main section.index-prometal .prometal {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }
  body main section.index-prometal .prometal .logo {
    display: block;
    margin-top: -2.5rem;
  }
  body main section.index-prometal .prometal .logo img {
    width: 75px;
    max-width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  body main section.index-prometal .prometal__content {
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
    row-gap: 1.25rem;
  }
  body main section.index-prometal .prometal__content .btns {
    width: 100%;
    display: flex;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-projects {
  padding: 2.25rem 0 2.5rem;
}
body main section.index-projects .projects 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 2rem;
}
body main section.index-projects .projects .btn-primary.type-1 {
  margin: 1.75rem auto 0;
}
body main section.index-projects .projects .slides {
  width: 100%;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  overflow: hidden;
  padding: 0;
}
body main section.index-projects .projects .slides .slide {
  height: 440px;
  width: 150px;
  overflow: hidden;
  transition: all 500ms linear;
  background-color: #ffffff;
}
body main section.index-projects .projects .slides .slide .action {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  padding: 1.5rem 1rem;
  background-size: cover;
  background-position: center;
  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 h6 {
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
}
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: 285px;
  -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 {
  width: 100%;
  padding: 1.5rem 2.75rem;
  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: 35px;
  color: #013c70;
  font-weight: 700;
  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.active {
  width: 796px;
}
body main section.index-projects .projects .slides .slide.active .action {
  display: none;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.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;
}
@media (max-width: 61.9375em) {
  body main section.confer-know {
    padding: 1.25rem 0;
  }
  body main section.confer-know::after {
    display: 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;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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-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;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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 .service-index {
  background-image: url("../image/backgrounds/services/index.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.5rem 0 5rem;
}
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 .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;
}
@media (max-width: 61.9375em) {
  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: 3.75rem 0 5.75rem;
}
body main .service-inner .inner {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
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 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);
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.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;
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.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;
}
@media (max-width: 61.9375em) {
  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;
  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;
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.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);
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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: 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);
}
@media (max-width: 61.9375em) {
  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: 4.25rem 0 3.75rem;
}
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;
}
@media (max-width: 61.9375em) {
  body main section.doubt {
    padding: 1.25rem 0;
  }
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.blog-list {
  padding: 4rem 0 5.5rem;
}
body main section.blog-list .list {
  max-width: 1326px;
  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%;
  max-width: 868px;
  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;
}
@media (max-width: 61.9375em) {
  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: 3.25rem 0 5.5rem;
}
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: #ffffff;
  border: 1px solid #cfcfcf;
  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: #ffffff;
  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;
}
body main section.news-inner .inner__content--texts {
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 3.25rem 4.25rem 5.5rem 2.5rem;
}
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;
}
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;
}
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 u {
  color: #0e6daa;
}
@media (max-width: 61.9375em) {
  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 {
  background-image: url("../image/backgrounds/contact/index.png");
  background-repeat: no-repeat;
  padding: 5.5rem 0 5rem;
  height: 708px;
}
body main section.contact-index .index {
  display: flex;
  -moz-column-gap: 245px;
       column-gap: 245px;
}
@media (max-width: 61.9375em) {
  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 {
  background-image: url("../image/backgrounds/budget/index.png");
  background-repeat: no-repeat;
  padding: 2.75rem 0 6rem;
}
body main section.budget-index .top {
  margin-bottom: 120px;
}
body main section.budget-index .top 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;
  text-align: center;
  margin: 0 auto 2.75rem;
}
body main section.budget-index .top__cards {
  display: flex;
  align-items: stretch;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
body main section.budget-index .top__cards .card-func {
  width: 300px;
  padding: 1.5rem 1.25rem 2.25rem;
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
  position: relative;
}
body main section.budget-index .top__cards .card-func span {
  color: #cdcdcd;
  font-size: 80.007px;
  font-weight: 600;
  position: absolute;
  top: -1.25rem;
  left: -30px;
  z-index: -1;
}
body main section.budget-index .top__cards .card-func h4 {
  margin-bottom: 2.75rem;
  text-align: center;
}
body main section.budget-index .top__cards .card-func p {
  line-height: 17px;
}
body main section.budget-index .top__cards .card-func::before {
  content: url("../image/pseudo/parallelogram-card-budget.png");
  position: absolute;
  top: 0;
  bottom: none;
  left: 0;
  right: none;
  pointer-events: none;
}
body main section.budget-index .top__cards .card-func::after {
  content: "";
  position: absolute;
  top: none;
  bottom: none;
  left: none;
  right: none;
  pointer-events: none;
  inset: 0;
  background-color: #074268;
  -webkit-clip-path: polygon(3% 0, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(3% 0, 100% 0%, 98% 100%, 0% 100%);
  z-index: -1;
}
body main section.budget-index .index {
  display: flex;
  -moz-column-gap: 245px;
       column-gap: 245px;
}
@media (max-width: 61.9375em) {
  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 *,
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;
}
@media (max-width: 61.9375em) {
  body main body {
    max-width: 676px;
    margin-inline: auto;
  }
}
body main .container {
  max-width: 1350px;
}
body main .container.min {
  max-width: 1155px;
}
body main .container.big {
  max-width: 1580px;
}
@media (max-width: 61.9375em) {
  body main .container.tablet {
    max-width: 600px;
    margin-inline: auto;
  }
}
@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;
}
@media (max-width: 61.9375em) {
  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.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;
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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: 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;
}
@media (max-width: 61.9375em) {
  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: 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%;
}
@media (max-width: 61.9375em) {
  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;
  }
}