@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  font-family: "Roboto", sans-serif; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.content {
  max-width: 1300px;
  margin: 0 auto; }

/*color*/
/*background*/
.content .header__base {
  width: 100%;
  padding: 1% 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .content .header__base_logo {
    width: 18%;
    display: flex;
    justify-content: center; }
    .content .header__base_logo img {
      max-width: 100%;
      max-height: 100%; }
  .content .header__base .nav {
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 4;
    justify-content: end; }
    .content .header__base .nav .nav-list {
      width: 100%;
      list-style-type: none;
      display: flex;
      justify-content: end;
      align-items: center; }
      .content .header__base .nav .nav-list li {
        list-style: none;
        font-size: 14px;
        margin: 5px;
        text-transform: uppercase;
        display: inline-block; }
        .content .header__base .nav .nav-list li a {
          width: 100%;
          display: block;
          text-decoration: none;
          color: #000c27;
          padding: 8px; }
          .content .header__base .nav .nav-list li a:hover {
            background-color: #002972;
            color: #fbf9fe;
            border-radius: 6px; }
      .content .header__base .nav .nav-list .fa-bars {
        display: none; }
    .content .header__base .nav #nav-check {
      display: none; }

@media (max-width: 800px) {
  .header__base .nav .nav-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: -45%;
    left: 0;
    padding: 1% 0;
    overflow: hidden;
    transition: all 0.5s ease-in; }
    .header__base .nav .nav-list li {
      margin-top: 5%; }
  .header__base .nav .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1%;
    padding-top: 0.2rem;
    color: #069; }
    .header__base .nav .nav-btn label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 12px;
      margin-top: 8px; }
      .header__base .nav .nav-btn label span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #002972;
        cursor: pointer; }
  .header__base .nav #nav-check:checked ~ .nav-list {
    height: calc(100% - 18%);
    transition: all 0.5s ease-in;
    padding-bottom: 2%;
    background: #fff; }
    .header__base .nav #nav-check:checked ~ .nav-list li a:hover {
      background: none;
      color: #000c27; } }
.slider {
  width: 100%;
  height: 550px;
  background-image: url("../image/bg-index.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .slider__mask {
    width: 100%;
    height: 550px;
    position: absolute;
    background-color: #252529;
    z-index: 1;
    opacity: .8; }
  .slider__text {
    width: 66%;
    z-index: 3;
    padding: 1%;
    color: #fff; }
    .slider__text h2 {
      font-size: 36px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .slider__text p {
      font-size: 20px;
      font-weight: 300;
      padding: 2px 0; }
    .slider__text .saiba-mais {
      margin-top: 10px;
      width: 20%;
      background: #ff6e00;
      border-radius: 6px;
      border: none;
      text-transform: uppercase;
      font-size: 16px;
      transition: .5s; }
      .slider__text .saiba-mais:hover {
        background: #D75D00; }
      .slider__text .saiba-mais a {
        text-decoration: none;
        display: block;
        padding: 10px;
        color: #fff; }

.about {
  width: 100%;
  height: auto;
  margin: 2% 0; }
  .about .content .about__int {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .about .content .about__int_box {
      width: 48%;
      margin: 5px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: justify; }
      .about .content .about__int_box h2 {
        font-size: 26px;
        color: #111112;
        font-weight: 700;
        margin: 1% 0; }
      .about .content .about__int_box h3 {
        font-size: 20px;
        color: #111112;
        font-weight: 700;
        margin: 0.5% 0; }
      .about .content .about__int_box p {
        font-size: 16px;
        color: #252529;
        margin: 1% 0;
        line-height: 1.3; }
        .about .content .about__int_box p strong {
          font-weight: bold; }
      .about .content .about__int_box img {
        display: flex;
        max-width: 80%;
        max-height: 80%;
        margin-left: 10%; }
      .about .content .about__int_box .saiba-mais {
        margin-top: 10px;
        width: 30%;
        background: #ff6e00;
        border-radius: 6px;
        border: none;
        text-transform: uppercase;
        font-size: 16px;
        transition: .5s; }
        .about .content .about__int_box .saiba-mais:hover {
          background: #D75D00; }
        .about .content .about__int_box .saiba-mais a {
          text-decoration: none;
          display: block;
          padding: 10px;
          color: #fff; }

.service__index {
  width: 100%;
  margin: 2% 0; }
  .service__index .content .service__index_int {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; }
    .service__index .content .service__index_int_box {
      width: 16%;
      background: #002972;
      color: #fff;
      cursor: pointer;
      border-radius: 4px;
      padding: 5px;
      transition: .5s; }
      .service__index .content .service__index_int_box p {
        padding: 2% 0; }
    .service__index .content .service__index_int_box:hover {
      background: #031F5E; }
    .service__index .content .service__index_int_box_int {
      width: 100%;
      height: 100px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: baseline;
      text-align: center; }
      .service__index .content .service__index_int_box_int_icon {
        width: 100%;
        padding: 1% 0; }
        .service__index .content .service__index_int_box_int_icon svg path {
          display: block;
          fill: #fff; }

.box__index {
  width: 100%;
  height: auto;
  margin: 2% 0;
  padding: 0;
  background: #f4f4f4;
  background-image: url(../assets/image/bg-engine.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-y: center; }
  .box__index .content .box__index_int {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center; }
    .box__index .content .box__index_int_box {
      width: 48%;
      display: flex;
      justify-content: end;
      align-items: center;
      color: #17171a;
      margin: 5px;
      padding: 0;
      text-align: justify; }
      .box__index .content .box__index_int_box img {
        display: flex;
        max-width: 100%;
        max-height: 100%; }
      .box__index .content .box__index_int_box p {
        padding: 2% 0; }
      .box__index .content .box__index_int_box h2 {
        font-size: 24px;
        width: 40%; }
      .box__index .content .box__index_int_box .lines {
        width: 60%;
        height: 4px;
        border-top-width: 4px;
        border-image: linear-gradient(to left, #ff6e00 0%, #f4f4f4 90%) 0.5;
        border-style: solid;
        padding: 10px; }
      .box__index .content .box__index_int_box .bottom {
        width: 60%;
        height: 4px;
        border-bottom-width: 4px;
        border-image: linear-gradient(to right, #ff6e00 0%, #f4f4f4 90%) 0.5;
        border-style: solid;
        padding: 10px; }
    .box__index .content .box__index_int .max {
      display: flex;
      flex-direction: column;
      width: 60%; }

.about {
  width: 100%;
  height: auto;
  margin: 2% 0;
  padding: 0; }
  .about .content .about__int {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0; }
    .about .content .about__int_banner {
      width: 100%;
      height: 300px;
      padding: 0; }
      .about .content .about__int_banner img {
        max-width: 100%;
        max-height: 100%; }
    .about .content .about__int_box {
      width: 100%;
      padding: 5px;
      text-align: justify; }
      .about .content .about__int_box h2 {
        color: #17171a;
        font-size: 30px;
        text-align: left; }
      .about .content .about__int_box h3 i {
        padding-right: 6px;
        color: #ff6e00; }

.services {
  width: 100%;
  margin: 2% 0;
  padding: 0; }
  .services .content .services__int {
    width: 100%;
    padding: 0;
    margin: 2% 0; }
    .services .content .services__int_box {
      width: 100%;
      color: #17171a;
      padding: 0;
      margin-top: 2%; }
      .services .content .services__int_box h2 {
        font-size: 30px;
        text-align: left;
        text-align: center; }
      .services .content .services__int_box_desc {
        width: 100%; }
        .services .content .services__int_box_desc h2 {
          font-size: 26px;
          color: #111112;
          font-weight: 700; }
        .services .content .services__int_box_desc p {
          padding: 15px 0; }
      .services .content .services__int_box_services {
        width: 100%;
        display: flex;
        margin-top: 0; }
        .services .content .services__int_box_services_images {
          width: 100%;
          padding: 5px;
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
        .services .content .services__int_box_services_thumb {
          width: 30%;
          background: #f4f4f4;
          margin: 10px 30px 30px 0;
          padding-bottom: 2%; }
          .services .content .services__int_box_services_thumb img {
            max-height: 100%;
            max-width: 100%;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px; }
          .services .content .services__int_box_services_thumb h3 {
            font-weight: 600;
            margin-top: 3%;
            padding: 5px;
            text-align: center; }
          .services .content .services__int_box_services_thumb p {
            margin: 2% 0;
            padding: 5px;
            line-height: 1.3;
            text-align: justify; }

.services {
  width: 100%;
  margin: 2% 0;
  padding: 0; }
  .services .content .services__int {
    width: 100%;
    padding: 0;
    margin: 2% 0; }
    .services .content .services__int_box {
      width: 100%;
      color: #17171a;
      padding: 0;
      margin-top: 2%; }
      .services .content .services__int_box h2 {
        font-size: 30px;
        text-align: left; }
      .services .content .services__int_box_desc {
        width: 100%;
        padding: 20px 5px; }
        .services .content .services__int_box_desc h2 {
          font-size: 26px;
          color: #111112;
          font-weight: 700;
          padding: 0; }
        .services .content .services__int_box_desc p {
          padding: 5px 0; }
      .services .content .services__int_box_services {
        width: 100%;
        display: flex;
        margin-top: 0;
        background: #f4f4f4; }
        .services .content .services__int_box_services_images {
          width: 100%;
          padding: 5px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          .services .content .services__int_box_services_images form {
            width: 100%;
            padding: 12px 0;
            margin: 8px 0;
            display: flex;
            flex-wrap: wrap; }
          .services .content .services__int_box_services_images input[type=text],
          .services .content .services__int_box_services_images input[type=phone],
          .services .content .services__int_box_services_images input[type=mail] {
            width: 100%;
            padding: 12px 20px;
            margin: 8px 0; }
          .services .content .services__int_box_services_images input[type=submit] {
            margin-top: 10px;
            width: 20%;
            padding: 20px 10px;
            background: #ff6e00;
            border-radius: 6px;
            border: none;
            text-transform: uppercase;
            font-size: 16px;
            transition: .5s;
            display: block;
            color: #fff;
            cursor: pointer; }
          .services .content .services__int_box_services_images input[type=submit]:hover {
            background: #D75D00; }
          .services .content .services__int_box_services_images textarea {
            width: 100%;
            height: 200px;
            padding: 12px 20px;
            margin: 8px 0;
            box-sizing: border-box;
            resize: none; }
          .services .content .services__int_box_services_images_thumb {
            width: 30%;
            background: #f4f4f4;
            margin: 10px 30px 30px 0;
            padding-bottom: 2%; }
            .services .content .services__int_box_services_images_thumb img {
              max-height: 100%;
              max-width: 100%;
              border-bottom-left-radius: 6px;
              border-bottom-right-radius: 6px; }
            .services .content .services__int_box_services_images_thumb h3 {
              font-weight: 600;
              margin-top: 3%;
              padding: 5px;
              text-align: center; }
            .services .content .services__int_box_services_images_thumb p {
              margin: 2% 0;
              padding: 5px;
              line-height: 1.3;
              text-align: justify; }

.services {
  width: 100%;
  margin: 2% 0;
  padding: 0; }
  .services .content .services__int {
    width: 100%;
    padding: 0;
    margin: 2% 0; }
    .services .content .services__int_box {
      width: 100%;
      color: #17171a;
      padding: 0;
      margin-top: 2%; }
      .services .content .services__int_box h2 {
        font-size: 30px;
        text-align: left; }
      .services .content .services__int_box_desc {
        width: 100%;
        padding: 20px 5px; }
        .services .content .services__int_box_desc h2 {
          font-size: 26px;
          color: #111112;
          font-weight: 700;
          padding: 12px; }
        .services .content .services__int_box_desc p {
          padding: 12px;
          line-height: 1.3; }
      .services .content .services__int_box_services {
        width: 100%;
        display: flex;
        margin-top: 0; }
        .services .content .services__int_box_services_images {
          width: 100%;
          padding: 5px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap; }
          .services .content .services__int_box_services_images map {
            width: 100%;
            padding: 0;
            margin: 0;
            box-sizing: border-box; }
            .services .content .services__int_box_services_images map iframe {
              width: 100%;
              min-height: 500px; }
          .services .content .services__int_box_services_images_thumb {
            width: 30%;
            background: #f4f4f4;
            margin: 10px 30px 30px 0;
            padding-bottom: 2%; }
            .services .content .services__int_box_services_images_thumb img {
              max-height: 100%;
              max-width: 100%;
              border-bottom-left-radius: 6px;
              border-bottom-right-radius: 6px; }
            .services .content .services__int_box_services_images_thumb h3 {
              font-weight: 600;
              margin-top: 3%;
              padding: 5px;
              text-align: center; }
            .services .content .services__int_box_services_images_thumb p {
              margin: 2% 0;
              padding: 5px;
              line-height: 1.3;
              text-align: justify; }

.whatsapp {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: fixed;
  background: #74BF04;
  top: calc(100% - 50%);
  left: 88%;
  z-index: 5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  animation: circle 6s infinite; }
@keyframes circle {
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(-180deg); } }
  .whatsapp h2 {
    font-size: 54px;
    border-radius: 50%; }
    .whatsapp h2 a {
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 24px 28px; }

.footer {
  width: 100%;
  height: auto;
  padding: 4% 0;
  background: #031F5E;
  color: #fff; }
  .footer .content .footer__int {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer .content .footer__int_box {
      display: flex;
      flex-direction: column;
      padding: 10px 20px; }
      .footer .content .footer__int_box p {
        padding: 5px 0; }
        .footer .content .footer__int_box p a {
          text-decoration: none;
          color: #fff; }
      .footer .content .footer__int_box h2 {
        font-size: 26px;
        margin-top: 10px;
        font-weight: 700; }
        .footer .content .footer__int_box h2 a {
          text-decoration: none;
          color: #fff; }
      .footer .content .footer__int_box h4 {
        margin: 4px 0; }
        .footer .content .footer__int_box h4 a {
          text-decoration: none;
          color: #fff; }
        .footer .content .footer__int_box h4 .fa-solid {
          margin-right: 5px; }
    .footer .content .footer__int_logo {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer .content .footer__int_logo img {
        max-width: 100%;
        max-height: 100%; }
    .footer .content .footer__int_social {
      display: flex;
      margin-top: 5px;
      justify-content: flex-start;
      padding: 0; }
      .footer .content .footer__int_social p {
        margin: 5px; }
        .footer .content .footer__int_social p a {
          color: #fff;
          display: block;
          padding: 5px; }
          .footer .content .footer__int_social p a .fa-brands {
            font-size: 20px; }
  .footer .footer__copy {
    margin-top: 1%;
    padding: 1% 0;
    font-size: 12px; }
    .footer .footer__copy p a {
      text-decoration: none;
      color: #fff; }
    .footer .footer__copy .fa-solid {
      margin: 0 1px;
      color: red; }

@media (max-width: 600px) {
  .header .content .header__base {
    padding: 4% 0; }
    .header .content .header__base_logo {
      width: 38%;
      margin-left: 2%; }
      .header .content .header__base_logo img {
        max-width: 100%;
        max-height: 100%;
        padding: 0; }

  .slider .slider__text {
    width: 100%;
    padding: 10px; }
    .slider .slider__text .saiba-mais {
      width: 70%; }

  .about .content .about__int {
    width: 100%;
    flex-wrap: wrap; }
    .about .content .about__int .saiba-mais {
      width: 70%; }

  .service__index .content .service__index_int {
    width: 100%;
    padding: 2% 0; }
    .service__index .content .service__index_int .service__index_int_box {
      width: 100%;
      margin: 2% 0; }

  .box__index .content .box__index_int {
    flex-wrap: wrap; }
    .box__index .content .box__index_int .box__index_int_box {
      width: 100%; }
      .box__index .content .box__index_int .box__index_int_box .lines,
      .box__index .content .box__index_int .box__index_int_box .bottom {
        width: 98%; }
    .box__index .content .box__index_int .max h2 {
      width: 100%;
      padding: 10px 0;
      font-size: 21px;
      line-height: 1.2; }

  .about .content .about__int_banner {
    height: auto;
    margin: 1% 0;
    background: #000; }
  .about .content .about__int_box p {
    padding: 1.5% 0;
    line-height: 1.3; }

  .services .content .services__int_box_desc {
    width: 100%; }
  .services .content .services__int_box_services_images {
    flex-wrap: wrap; }
    .services .content .services__int_box_services_images .services__int_box_services_thumb {
      width: 100%;
      margin: 1.5% 0; }
    .services .content .services__int_box_services_images form input[type=submit] {
      width: 50%;
      padding: 16px; }

  .whatsapp {
    width: 70px;
    height: 70px;
    left: 76%; }
    .whatsapp h2 {
      font-size: 30px;
      border-radius: 50%; }
      .whatsapp h2 a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 0; }

  .footer .content .footer__int {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1%; }
    .footer .content .footer__int_box {
      width: 100%; }
  .footer .content .footer__copy {
    text-align: center;
    padding: 1% 0;
    margin-top: 1%; } }

/*# sourceMappingURL=style.css.map */
