* {
  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: 0 16px 124px 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 .arrows__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .content .arrows__content.mobile {
  display: none;
}

.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;
}

.our-fleet {
  margin-top: -180px;
  position: relative;
}

.our-fleet .our-fleet__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
}

.our-fleet .our-fleet__header h3 {
  font-size: 48px;
  color: #14171b;
}

.our-fleet .our-fleet__header img {
  cursor: pointer;
  width: 60px;
}

.our-fleet .our-fleet__header img + img {
  margin-left: 16px;
}

.our-fleet .our-fleet__slides {
  overflow-x: auto;
  margin: 20px 0 0px auto;
  width: 100%;
  max-width: calc(91% - 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-backdrop-filter: rgba(0, 0, 0, 0.24);
          backdrop-filter: rgba(0, 0, 0, 0.24);
}

.our-fleet .our-fleet__slides img + img {
  margin-left: 16px;
}

.our-fleet .our-fleet__slides .owl-nav {
  display: none;
}

.our-fleet .our-fleet__slides .owl-nav .owl-next {
  margin-left: 18px;
}

@media only screen and (max-width: 1080px) {
  .our-fleet {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 940px) {
  .header {
    padding: 0;
    font-size: 48px;
    padding-bottom: 32px !important;
  }
  .header .navigation {
    padding: 0 16px !important;
  }
  .header nav {
    display: none;
  }
  .header .content {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
    padding-left: 16px;
    margin-bottom: 150px;
  }
  .header .content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .header .content h2 {
    margin-top: 24px;
  }
  .header .content .arrow__outline {
    margin: -10px 10px 0px 0px;
  }
  .header .content .half__arrow__left {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .content .arrows__content {
    display: none;
  }
  .header .content .arrows__content.mobile {
    display: block;
  }
  .header .primary {
    display: none;
  }
  .our-fleet {
    margin-top: -240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .our-fleet .our-fleet__slides {
    padding-left: 24px;
    max-width: inherit;
  }
  .our-fleet .our-fleet__slides img + img {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .our-fleet {
    margin-top: -120px;
    max-height: 320px !important;
    max-height: 320px !important;
  }
}

@media only screen and (max-width: 374px) {
  .arrows__content.mobile img {
    width: 120px;
  }
}
/*# sourceMappingURL=nossa-frota.css.map */