@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Coda&display=swap");
div#wpadminbar {
  display: none; }

html {
  margin: 0 !important; }

body {
  margin: 0 !important;
  font-family: 'Encode Sans Expanded', sans-serif !important;
  position: relative;
  overflow-x: hidden; }

main {
  padding-top: 120px; }

.cookiealert {
  position: fixed;
  bottom: 0;
  width: 40%;
  margin: 0 auto !important;
  left: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translate(-50%, 100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

.cookiealert p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0%);
  transition-delay: 1000ms;
  font-size: 16px !important;
  font-weight: 400 !important; }

.cookiealert button.btn.btn-primary {
  padding: 10px 20px !important;
  border-radius: 0px !important;
  background-color: #005c9f !important;
  border: solid 1px #005c9f;
  font-size: 16px; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: 90%; } }
h1, h2 {
  color: #2f2f2f;
  font-weight: 300;
  font-family: 'Coda', cursive !important; }

h2.h2 {
  font-size: 42px;
  text-align: center;
  color: #005c9f; }

p {
  color: #000;
  font-size: 15px;
  line-height: 2;
  font-weight: 300; }

img.img-center {
  margin: 0 auto;
  display: block; }

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.centerleft {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

a.link {
  max-width: max-content; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.fluid105 {
  padding-left: 105px !important;
  padding-right: 105px !important; }

.show-for-small {
  display: none !important; }

a.btn.btn-primary {
  font-family: 'Coda', cursive !important;
  position: relative;
  z-index: 1;
  border: 1px solid;
  border-color: #005c9f;
  text-transform: uppercase;
  color: #005c9f;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 14px 22px;
  background-color: #ffffff; }
  a.btn.btn-primary:hover {
    background-color: #005c9f;
    border-color: #ffffff;
    color: #fff; }

@media screen and (max-width: 900px) {
  main {
    padding-top: 105px; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  h2.h2 {
    font-size: 28px; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .fluid105 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  a.btn-black, a.btn-white {
    width: 100%; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all .5s; }
  header .nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px; }
  header .brand {
    transition: all 1s; }
    header .brand img#img-logo {
      transition: all 1s;
      height: 80px; }
  @media screen and (max-width: 900px) {
    header .nav-container {
      padding: 0 15px; }
    header img#img-logo {
      height: 65px;
      object-fit: contain; } }

section.title {
  background-color: #005c9f;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 550px; }
  section.title .title-thumbnail, section.title .title-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    position: relative;
    z-index: 1;
    height: 100%; }
  section.title .title-thumbnail {
    position: absolute;
    left: 0;
    top: 0; }
  section.title .title-content {
    padding: 100px 0;
    transform: translateX(100%); }
    section.title .title-content .line {
      width: 100px;
      height: 2px;
      background-color: #00addf;
      margin-bottom: 30px;
      display: block; }
    section.title .title-content h2 {
      color: #fff;
      font-size: 48px;
      margin-bottom: 25px; }
    section.title .title-content p {
      color: #fff;
      margin-bottom: 25px;
      line-height: 22px; }
      section.title .title-content p b, section.title .title-content p strong {
        font-weight: 700; }
  @media screen and (max-width: 900px) {
    section.title .title-thumbnail, section.title .title-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      min-width: 100%; }
    section.title .title-thumbnail {
      position: relative;
      height: 270px; }
    section.title .title-content {
      height: auto;
      padding: 50px 0;
      transform: none; }
      section.title .title-content h2 {
        font-size: 30px; } }

section.homeBanner {
  background-color: #232323;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  section.homeBanner .owl-banner img#element3 {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 100%; }
  section.homeBanner .owl-banner .slide-background-overlay {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; }
  section.homeBanner .owl-banner .single-hero-slide {
    height: 700px;
    position: relative;
    z-index: 1;
    padding: 0 40px 70px;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    overflow: visible;
    cursor: pointer; }
    section.homeBanner .owl-banner .single-hero-slide:hover .hero-slides-content {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }
      section.homeBanner .owl-banner .single-hero-slide:hover .hero-slides-content p {
        margin-top: 40px; }
    section.homeBanner .owl-banner .single-hero-slide a.link-absolute {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.homeBanner .owl-banner .hero-slides-content {
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    bottom: 0;
    padding: 25px; }
    section.homeBanner .owl-banner .hero-slides-content .line {
      width: 100px;
      height: 3px;
      background-color: #00addf;
      margin-bottom: 30px;
      display: block; }
    section.homeBanner .owl-banner .hero-slides-content h2 {
      color: #fff;
      font-size: 36px; }
    section.homeBanner .owl-banner .hero-slides-content p {
      color: #fff;
      margin-bottom: 0;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      margin-top: 140px;
      font-weight: 400; }
  section.homeBanner .owl-banner .owl-dots {
    position: absolute;
    bottom: 55px;
    left: 55px;
    width: 100%;
    justify-content: flex-start;
    display: none; }
    section.homeBanner .owl-banner .owl-dots button.owl-dot {
      width: 12px;
      height: 12px;
      border-radius: 55px;
      border: solid 1px #fff;
      background: rgba(255, 255, 255, 0);
      outline: none;
      margin-right: 10px;
      transition: all 0.2s; }
    section.homeBanner .owl-banner .owl-dots button.owl-dot.active {
      background-color: #ffffff; }
  @media screen and (max-width: 1366px) {
    section.homeBanner .owl-banner .single-hero-slide {
      height: 550px;
      padding: 0 25px 50px; } }
  @media screen and (max-width: 900px) {
    section.homeBanner .owl-banner .single-hero-slide {
      padding: 0 0px 70px; }
      section.homeBanner .owl-banner .single-hero-slide .hero-slides-content {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        padding: 10px; }
        section.homeBanner .owl-banner .single-hero-slide .hero-slides-content p {
          margin-top: 40px; }
    section.homeBanner .owl-banner .owl-dots {
      display: flex !important;
      bottom: 30px;
      left: 30px; } }

section.video-home {
  padding: 60px 0 0; }
  section.video-home video.background-video {
    max-height: 85vh;
    width: 100%;
    object-fit: cover;
    height: 100%; }

section.sobre {
  padding: 60px 0 60px;
  margin-top: -10px;
  background-position: left;
  background-size: cover;
  background-color: #005c9f; }
  section.sobre h2.h2 {
    text-align: left;
    font-size: 40px;
    color: #fff; }
  section.sobre a.btn.btn-primary {
    margin-top: 20px; }
  section.sobre .mt-100 {
    margin-top: 50px; }
  section.sobre .portfolio-thumb img {
    width: 100%; }
  section.sobre h2.h2 {
    font-size: 32px;
    text-align: left;
    margin-bottom: 25px; }
  section.sobre p {
    color: #fff; }
    section.sobre p b, section.sobre p strong {
      color: #fff;
      font-weight: 700; }
  @media screen and (max-width: 900px) {
    section.sobre {
      padding: 60px 0 60px;
      background-position: center;
      background-size: unset;
      margin-bottom: 0px; }
      section.sobre .mt-5, section.sobre .my-5 {
        margin-top: 2rem !important; }
      section.sobre h2.h2 {
        font-size: 28px;
        margin-bottom: 20px; }
      section.sobre .portfolio-thumb img {
        object-fit: cover;
        height: 250px;
        margin-bottom: 20px; }
      section.sobre .mt-100 {
        margin-top: 60px; } }

section.sobre._2 {
  background-color: #fff; }
  section.sobre._2 h2.h2 {
    color: #005c9f;
    text-align: center;
    margin-bottom: 30px; }
  section.sobre._2 p {
    color: #53565a;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    section.sobre._2 p b, section.sobre._2 p strong {
      color: #000;
      font-weight: 700; }
  @media screen and (max-width: 900px) {
    section.sobre._2 p {
      font-size: 14px; } }

section.servicos {
  padding: 70px 0 80px;
  position: relative; }
  section.servicos img#element2 {
    position: absolute;
    right: -150px;
    top: 0;
    height: 100%; }
  section.servicos h2.h2 {
    font-size: 32px; }
  section.servicos .single-services-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    section.servicos .single-services-area img {
      height: 50px;
      margin-bottom: 20px; }
    section.servicos .single-services-area h4 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 300;
      color: #005c9f; }
    section.servicos .single-services-area p {
      margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    section.servicos {
      padding: 60px 0 60px; } }

section.servicos._2 {
  padding: 0px 0 80px; }
  section.servicos._2 h2.h2 {
    text-align: left;
    font-size: 24px; }
  section.servicos._2 ul.list-services {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none; }
    section.servicos._2 ul.list-services li {
      position: relative;
      padding-left: 35px;
      margin: 22px 0;
      font-size: 18px;
      font-weight: 500;
      color: #005c9f; }
      section.servicos._2 ul.list-services li:after {
        content: '';
        background-image: url("../img/favicon.png");
        background-position: center;
        background-size: cover;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }

section.depoimentos {
  background-image: url("../img/bg-sp-1.jpg");
  background-position: top;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-color: #005c9f;
  /*&:before {
      position: absolute;
      width: 20%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #ffffff;
      content: '';
  }*/ }
  section.depoimentos .testimonial-content {
    padding: 70px 80px 80px 150px;
    position: relative;
    z-index: 1;
    left: 30px;
    box-shadow: -10px 10px 40px #00000026;
    background-color: #fff; }
    section.depoimentos .testimonial-content .section-heading {
      margin-bottom: 40px;
      position: relative;
      z-index: 1; }
      section.depoimentos .testimonial-content .section-heading .line {
        width: 100px;
        height: 2px;
        background-color: #4fb0dd;
        margin-bottom: 30px;
        display: block;
        color: #4fb0dd; }
    section.depoimentos .testimonial-content .single-tes-slide img {
      max-width: 200px;
      max-height: 150px;
      object-fit: contain;
      margin-bottom: 30px; }
    section.depoimentos .testimonial-content .single-tes-slide p {
      margin-bottom: 20px;
      font-style: italic; }
    section.depoimentos .testimonial-content .single-tes-slide h6 {
      margin-bottom: 0;
      font-style: italic; }
  section.depoimentos .owl-depoimentos .owl-dots {
    position: absolute;
    top: 0;
    left: -100px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    section.depoimentos .owl-depoimentos .owl-dots .owl-dot {
      width: 8px;
      height: 8px;
      border: 1px solid #6a6a67;
      border-radius: 50%;
      margin: 8px 0;
      display: block; }
    section.depoimentos .owl-depoimentos .owl-dots .owl-dot.active {
      border-color: #00addf;
      background-color: #00addf; }
  @media screen and (max-width: 900px) {
    section.depoimentos {
      padding: 40px 0;
      margin: 0 15px; }
      section.depoimentos .testimonial-content {
        padding: 30px 15px 50px 20px;
        left: 0px; }
        section.depoimentos .testimonial-content .single-tes-slide img {
          max-width: 150px;
          max-height: 125px;
          margin-bottom: 20px; }
        section.depoimentos .testimonial-content .single-tes-slide p {
          font-size: 14px;
          line-height: 24px; }
        section.depoimentos .testimonial-content .section-heading h2 {
          font-size: 30px; } }

section.fatos {
  padding: 100px 0 0;
  background-color: #fff;
  position: relative; }
  section.fatos img#element1 {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0; }
  section.fatos .mb-100 {
    margin-bottom: 100px; }
  section.fatos .single-fatos img {
    margin-bottom: 30px; }
  section.fatos .single-fatos h2 {
    font-size: 50px;
    margin-bottom: 0px;
    color: #005c9f; }
  section.fatos .single-fatos p {
    margin-bottom: 0; }
  section.fatos .counter {
    animation-duration: 1s;
    animation-delay: 0s; }
  @media screen and (max-width: 900px) {
    section.fatos {
      padding: 60px 0 20px; }
      section.fatos .single-fatos img {
        margin-bottom: 10px; }
      section.fatos .single-fatos h2 {
        font-size: 32px; }
      section.fatos .mb-100 {
        margin-bottom: 40px; } }

section.missao .single-fatos {
  padding: 0 20px; }
  section.missao .single-fatos p b, section.missao .single-fatos p strong {
    color: #005c9f;
    font-weight: 500; }

section.cta {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #101729; }
  section.cta h2 {
    font-weight: 100;
    font-size: 42px;
    margin-bottom: 60px;
    color: #fff; }
  @media screen and (max-width: 900px) {
    section.cta {
      padding: 60px 0; }
      section.cta h2 {
        font-size: 22px;
        margin-bottom: 30px; } }

section.onde-estamos {
  padding: 80px 0; }
  section.onde-estamos ul.list-locations {
    list-style: none;
    column-count: 2;
    column-gap: 60px;
    padding: 0;
    margin: 0; }
    section.onde-estamos ul.list-locations li {
      page-break-inside: avoid;
      margin-bottom: 80px; }
    section.onde-estamos ul.list-locations ul.sublist {
      list-style: none;
      padding: 0;
      margin: 0; }
      section.onde-estamos ul.list-locations ul.sublist li {
        margin-bottom: 20px; }
  section.onde-estamos h3 {
    color: #005c9f;
    margin-bottom: 30px;
    font-size: 24px; }
  section.onde-estamos p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px; }
    section.onde-estamos p b, section.onde-estamos p strong {
      font-weight: 700; }
  @media screen and (max-width: 900px) {
    section.onde-estamos {
      padding: 60px 0 30px; }
      section.onde-estamos ul.list-locations {
        column-count: 1;
        column-gap: 0px; }
        section.onde-estamos ul.list-locations li {
          margin-bottom: 50px; } }

section.clientes {
  padding: 80px 0 50px; }
  section.clientes .box-cliente {
    padding: 0 20px;
    margin-bottom: 40px; }
    section.clientes .box-cliente p {
      text-align: center; }
  section.clientes img {
    max-width: 85%;
    height: 130px;
    object-fit: contain;
    display: block;
    margin: 0 auto 20px;
    transition: all .2s; }

section.contato {
  padding: 80px 0; }
  section.contato .formulario .form-control {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid;
    border-color: silver;
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    color: #2f2f2f;
    background-color: transparent;
    box-shadow: none !important; }
  section.contato .formulario textarea.form-control {
    margin-top: 3em;
    margin-bottom: 2em;
    height: 200px; }
  section.contato .formulario input.btn.btn-enviar {
    font-family: 'Coda', cursive !important;
    position: relative;
    z-index: 1;
    border: 1px solid;
    border-color: #005c9f;
    text-transform: uppercase;
    color: #005c9f;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 14px 22px;
    background-color: #ffffff;
    margin: 0 auto;
    display: block; }
    section.contato .formulario input.btn.btn-enviar:hover {
      background-color: #005c9f;
      border-color: #ffffff;
      color: #fff; }
  section.contato .formulario .wpcf7-response-output {
    color: #fff;
    padding: 0.6em 1em !important;
    text-align: center;
    margin: 0 !important; }
  section.contato .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900; }
  section.contato .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; }

footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #f8f5f5; }
  footer .copywrite-text {
    padding: 30px;
    text-align: center; }
    footer .copywrite-text p {
      font-weight: 300;
      margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    footer .copywrite-text {
      padding: 20px; }
      footer .copywrite-text p {
        line-height: 22px; } }

/*# sourceMappingURL=styles.css.map */
