* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

body {
  line-height: 1.6;
  min-height: 100vh;
  font-family: "Poppins";
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container--fluid {
  max-width: 1300px;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

ul li {
  text-decoration: none;
}

button {
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins";
}

button.primary {
  color: #ffffff;
  background-color: #0043ae;
}

button.outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

button:hover {
  opacity: 0.8;
}

a.primary {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #0043ae;
  font-family: "Poppins";
}

a.primary img {
  margin-left: 24px;
}

a.outline {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-family: "Poppins";
}

a.outline img {
  margin-left: 24px;
}

a.primary + a.outline {
  margin-left: 16px;
}

input,
textarea {
  font-family: "Open Sans", sans-serif !important;
}

.card {
  width: 100%;
  -webkit-box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
          box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
}

.menu-mobile-toggle {
  display: none;
}

.menu-mobile {
  z-index: 999;
  position: fixed;
  background-color: #14161a;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

.menu-mobile .menu-mobile__header {
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile hr {
  width: 100%;
  opacity: .2;
}

.menu-mobile ul {
  padding: 24px;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.menu-mobile ul li {
  font-size: 32px;
  margin-top: 32px;
  margin-left: 0;
  color: white;
  opacity: .5;
}

.menu-mobile ul li.active {
  color: white;
  opacity: 1 !important;
}

.menu-mobile ul .primary {
  margin: 32px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-mobile ul .primary img {
  margin-left: 16px;
}

.branches {
  position: relative;
  padding: 86px 16px;
}

.branches .branches__content,
.branches .branches__new-filial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche,
.branches .branches__new-filial .branche {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche .branche__title,
.branches .branches__new-filial .branche .branche__title {
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.branches .branches__content .branche .branche__title h3,
.branches .branches__new-filial .branche .branche__title h3 {
  font-size: 20px;
}

.branches .branches__content .branche .branche__title h4,
.branches .branches__new-filial .branche .branche__title h4 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3.15px;
  margin-left: 8px;
}

.branches .branches__content .branche .branche__img,
.branches .branches__new-filial .branche .branche__img {
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description,
.branches .branches__new-filial .branche .branche__description {
  padding-left: 32px;
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description h6,
.branches .branches__new-filial .branche .branche__description h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  color: #14171b;
}

.branches .branches__content .branche .branche__description h6:nth-child(2),
.branches .branches__new-filial .branche .branche__description h6:nth-child(2) {
  margin: 8px 0;
}

.branches .branches__content .branche + .branche,
.branches .branches__new-filial .branche + .branche {
  margin-left: 16px;
}

.branches .line__right {
  position: absolute;
  top: -184px;
  right: 0;
}

.branches__new-filial {
  margin-top: 64px !important;
  width: 100%;
}

.branches__new-filial .branche {
  width: 50% !important;
}

.footer {
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu .menu-item {
  font-size: 14px;
  color: #14171b;
}

.footer .menu .menu-item h3 {
  margin-bottom: 20px;
}

.footer .menu .menu-item p + p {
  margin-top: 4px;
}

.footer .menu .menu-item + .menu-item {
  margin-left: 48px;
}

.footer button img {
  margin-left: 52px;
}

.copyright {
  background-color: #ebecf2;
  padding: 16px;
}

.copyright .copyright__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyright__content p {
  font-size: 12px;
  color: #14171b;
}

@media only screen and (max-width: 1159px) {
  .menu-mobile-toggle {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header .navigation {
    padding: 28px 0 !important;
  }
  .header .navigation .logo img {
    width: 250px;
  }
  .header .navigation nav {
    display: none;
  }
  .header .navigation .primary {
    display: none !important;
  }
  .branches__new-filial .branche {
    width: 100% !important;
  }
  .branches__new-filial .branche img {
    width: 100% !important;
  }
  .branches .line__right {
    position: absolute;
    top: -88px !important;
    right: 0;
    width: 100px;
  }
  .branches .branche + .branche {
    margin-top: 56px;
    margin-left: 0px !important;
  }
  .branches .branches__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .branches .branches__content .branche__img {
    width: 100%;
  }
  .branches .branches__content .branche__description {
    margin: 0;
    word-break: break-word;
    padding-left: 0 !important;
  }
  .footer {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer img {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .menu {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .menu .menu-item {
    text-align: center;
  }
  .footer .menu .menu-item + .menu-item {
    margin: 24px 0;
    margin-left: 0 !important;
  }
  .footer a {
    width: 100%;
    max-width: 400px;
    max-height: 50px;
    margin: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer a img {
    margin-top: 0 !important;
    max-width: 16px;
    max-height: 16px;
    margin: 0px;
  }
  .copyright__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright__content p + p {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .header .navigation .logo img {
    width: 160px;
  }
}

.modal__pdf {
  width: 80% !important;
  height: 90% !important;
}

.modal {
  height: 90% !important;
}

@media only screen and (max-width: 600px) {
  .modal__pdf {
    width: 100% !important;
    height: 90% !important;
  }
}

.header {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #14171b;
}

.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}

.header .content h1 {
  font-size: 80px;
  line-height: 84px;
  text-align: start;
  color: #ffffff;
}

.header .content h2 {
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  opacity: 0.5;
}

.header .content .content__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header .content .content__info .content__info__texts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header .content .arrows__content {
  width: 50%;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .content .arrows__content.mobile {
  display: none;
}

.header .content form {
  margin-right: 72px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .content form input,
.header .content form select,
.header .content form textarea {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #979797;
  padding: 10px;
  resize: vertical;
}

.header .content form input + input,
.header .content form input + select,
.header .content form select + textarea {
  margin-top: 8px;
}

.header .content form select option {
  font-size: 16px;
  color: #979797;
}

.header .content form button {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navigation {
  padding: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header .navigation .primary img {
  width: 22px;
  height: 20px;
  margin-left: 36px;
}

.header .navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navigation nav ul li {
  padding: 28px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
}

.header .navigation nav ul li.active {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header .navigation nav ul li + li {
  margin-left: 40px;
}

.header .arrow__baseline {
  display: none;
}

@media only screen and (max-width: 790px) {
  .header h1 {
    font-size: 48px !important;
  }
  form {
    margin-left: 16px;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 754px) {
  .arrows__content {
    display: none !important;
  }
  form {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .header {
    padding-left: 0;
  }
  .header nav {
    display: none;
  }
  .header .logo {
    padding: 0 16px;
  }
  .header .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .content .content__info {
    width: 100%;
    padding-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .content .content__info h1 {
    line-height: 60px;
  }
  .header .content .content__info h2 {
    margin-top: 24px;
  }
  .header .content .content__info div {
    padding: 24px;
  }
  .header .content .content__info .arrows__content {
    display: none;
  }
  .header .content .content__info .arrows__content.mobile {
    display: block;
  }
  .header .content form {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 32px;
    margin-right: initial;
  }
  .header .content form input {
    width: 100%;
  }
  .header .content form button {
    display: block;
  }
  .header button {
    display: none;
  }
  .header .arrow__baseline {
    display: block;
  }
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .about-us__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us .about-us__content .content h3 {
    padding: 24px;
    font-size: 30px;
    line-height: 46px;
  }
  .about-us .about-us__content .content .nav__politicy {
    margin-top: 0;
  }
  .about-us .about-us__content .content p {
    padding: 0 24px;
  }
  .about-us .about-us__cards {
    display: none;
    top: -60px;
    position: relative;
    height: auto;
  }
  .about-us .about-us__cards .card {
    width: 100%;
  }
  .about-us .about-us__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .services .services__content {
    padding: 120px 16px 48px 16px;
  }
  .services .services__content h3 {
    margin-top: 16px;
    font-size: 40px;
    line-height: 50px;
  }
  .services .services__content .cards {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .services .services__content .cards .card {
    width: 100%;
  }
  .services .services__content .cards .card + .card {
    margin-top: 16px;
    margin-left: 0;
  }
  .certifications__slides {
    padding-left: 0 !important;
  }
  .certifications__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certifications__logos img + img {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 430px) {
  .mobile img {
    width: 150px !important;
  }
}

@media only screen and (max-width: 410px) {
  .mobile img {
    width: 110px !important;
  }
}
/*# sourceMappingURL=contato.css.map */