@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Work Sans", sans-serif !important;
  color: #082118;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #082118; }

::selection {
  color: #fff;
  background: #082118; }

.cookiealert {
  position: fixed;
  bottom: 60px;
  left: 20px;
  width: 15%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #082118;
  padding: 10px !important; }
  .cookiealert p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #cdcdcd; }
  .cookiealert button.acceptcookies {
    background-color: #fff !important;
    color: #082118 !important;
    padding: 8px !important;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 1140px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 110px 0; }

@media (min-width: 1140px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1170px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-primary {
  background-color: #082118 !important; }

.bg-radial {
  background-image: radial-gradient(#A5EFFF, #6ebff433, #4690d400); }
  .bg-radial:before {
    content: '';
    background-color: #B5EAC866;
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.video-container {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden; }
  .video-container .bg-video-thumb {
    position: absolute;
    z-index: 4;
    inset: 0%;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    width: 175px;
    height: 157px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
    .video-container button.play:hover {
      transform: scale(1.1); }
  .video-container .embed-container {
    width: 100%;
    padding-bottom: 56.25%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: stretch; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap20 {
  gap: 20px; }

.gap30 {
  gap: 30px; }

.gap40 {
  gap: 40px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100% !important;
  max-width: 100% !important; }

.redes ul {
  gap: 8px; }
  .redes ul li a {
    display: block;
    background-color: #B5EAC8;
    width: 40px;
    min-width: 40px;
    height: 40px; }
    .redes ul li a:hover {
      transform: translateY(-2px); }
  .redes ul li a.redes-wpp {
    color: #082118;
    font-weight: 400;
    width: auto;
    min-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    text-decoration: none; }

.share ul {
  gap: 8px; }
  .share ul li a {
    display: block;
    background-color: #082118;
    width: 60px;
    min-width: 60px;
    height: 60px; }

.h1, h1 {
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  margin-bottom: 20px; }

.h2, h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 25px; }

.h3, h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 12px; }

.h4, h4 {
  font-size: 1.375rem;
  line-height: 24px; }

p, li {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 24px; }

b, strong {
  font-weight: bold; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  position: relative;
  background: linear-gradient(90deg, #E2F7F4, #E8F7F0) !important;
  color: #082118 !important;
  border: none;
  border-radius: 0px;
  padding: 8px 12px;
  width: 100%;
  max-width: max-content;
  font-size: 1.125rem;
  box-shadow: none;
  font-weight: 300;
  white-space: break-spaces;
  transition: all ease 300ms; }
  .btn.btn-primary:after {
    content: '';
    background: linear-gradient(160deg, #B5EAC8, #082118);
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -1;
    transition: all ease 600ms; }
  .btn.btn-primary:hover svg {
    transform: translateX(2px); }
  .btn.btn-primary:hover:after {
    transform: translateY(3px) translateX(3px); }

.btn.btn-glass {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #b5eac852, #b5eac826);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
  border: 1px solid #b5eac84d;
  box-shadow: 0px 4px 4px #00000040, inset 0px 0px 2px #B5EAC8;
  transition: all 0.3s ease;
  overflow: hidden; }
  .btn.btn-glass:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
    .btn.btn-glass:hover svg {
      transform: translateX(4px); }

.glass {
  position: relative;
  max-width: max-content;
  overflow: hidden;
  background: radial-gradient(circle at top left, rgba(165, 239, 255, 0.25), rgba(8, 33, 24, 0.35));
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(181, 234, 200, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25); }
  .glass:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.15) 25%, transparent 60%);
    opacity: 0.4;
    pointer-events: none; }
  .glass:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("../img/texture.svg");
    background-repeat: repeat;
    background-size: 200px;
    opacity: 0.2;
    pointer-events: none; }

.bg-green {
  position: relative; }
  .bg-green:after {
    content: '';
    background-image: linear-gradient(90deg, #E3F8F5, #EEF9F5);
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .bg-green:before {
    content: '';
    background: linear-gradient(160deg, #B5EAC8, #082118);
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    z-index: -2; }

.title {
  position: absolute;
  color: #fff;
  z-index: 10;
  top: 188px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 35px;
  opacity: 0;
  transition: all ease 400ms; }
  .title.active {
    opacity: 1; }

.box {
  padding: 40px; }
  .box p {
    margin-bottom: 0; }

@media screen and (max-width: 1580px) {
  section {
    padding: 90px 0; }

  .h1, h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px; }

  .h2, h2 {
    font-size: 36px;
    margin-bottom: 20px; }
    .h2 svg, h2 svg {
      transform: scale(0.8);
      transform-origin: left bottom; }

  .h3, h3 {
    font-size: 26px; }

  .h4, h4 {
    font-size: 1.25rem;
    line-height: 22px; }

  p, li {
    font-size: 1.125rem;
    line-height: 22px; }

  .btn.btn-glass {
    font-size: 1.125rem; }

  .gap30 {
    gap: 15px; }

  .gap50 {
    gap: 40px; }

  .gap80 {
    gap: 60px; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  .mt-3, .my-3 {
    margin-top: 0.5rem !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .mt-5, .my-5 {
    margin-top: 1.5rem !important; }

  .title {
    top: 160px;
    padding: 16px 30px; }
    .title h1 {
      font-size: 40px;
      line-height: 50px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 50px 0; }

  .flex-sm-column {
    flex-direction: column;
    align-items: flex-start; }

  .video-container button.play {
    width: 70px;
    height: 65px; }

  .share {
    transform: scale(0.8);
    transform-origin: left; }

  .h1, h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px; }

  .h2, h2 {
    font-size: 28px;
    margin-bottom: 15px; }

  .h3, h3 {
    font-size: 24px; }

  .h4, h4 {
    font-size: 1.125rem;
    line-height: 20px; }

  p, li {
    font-size: 1rem;
    line-height: 20px; }

  .btn.btn-primary {
    font-size: 1rem; }

  .btn.btn-glass {
    padding: 8px 16px;
    font-size: 1rem; }

  .mt-4, .my-4 {
    margin-top: 0.5rem !important; }

  .pl-5, .px-5 {
    padding-left: 15px !important; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .p-5 {
    padding: 2rem !important; }

  .gap20 {
    gap: 15px; }

  .gap50 {
    gap: 30px; }

  .gap60 {
    gap: 40px; }

  .box {
    padding: 26px; }

  .title {
    top: 102px;
    padding: 12px 22px; }
    .title h1 {
      font-size: 26px;
      line-height: 30px; } }
header {
  background-color: #082118;
  position: relative;
  padding: 50px 0 100px;
  z-index: 10; }
  header a.brand {
    display: block; }
  header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 35px; }
    header nav.nav-menu ul li {
      position: relative; }
      header nav.nav-menu ul li a {
        position: relative;
        display: block;
        width: 100%;
        min-width: 90px;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 14px 2px 2px;
        text-decoration: none !important;
        transition: all ease 300ms; }
        header nav.nav-menu ul li a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          border-top: solid 1px #fff;
          transition: all ease 300ms; }
        header nav.nav-menu ul li a:hover:before {
          width: 80%; }
      header nav.nav-menu ul li a.active:after {
        width: 80%; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  @media screen and (max-width: 1580px) {
    header {
      padding: 40px 0 80px; }
      header a.brand img {
        max-width: 275px; }
      header nav.nav-menu ul li a {
        min-width: 80px;
        letter-spacing: 1px; } }
  @media screen and (max-width: 1140px) {
    header {
      padding: 15px 0 50px; }
      header a.brand img {
        max-width: 225px; } }

.menu-overlay {
  position: absolute;
  top: 95px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease .8s;
  transition: all ease .8s; }
  .menu-overlay .nav-menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    top: 5px;
    background-color: #082118;
    padding: 0;
    z-index: 200;
    transform: translateY(-80vh) translateX(0px);
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    .menu-overlay .nav-menu ul {
      flex-direction: column;
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 0px; }
      .menu-overlay .nav-menu ul li {
        position: relative; }
        .menu-overlay .nav-menu ul li a {
          position: relative;
          display: block;
          width: 100%;
          min-width: 90px;
          color: #fff;
          line-height: 1;
          letter-spacing: 2px;
          text-transform: uppercase;
          padding: 14px 2px 2px;
          text-decoration: none !important;
          transition: all ease 300ms;
          font-size: 1.25rem;
          font-weight: 300;
          text-align: left;
          padding: 25px 15px;
          border-bottom: solid 1px #B5EAC8; }
          .menu-overlay .nav-menu ul li a:before {
            display: none; }
          .menu-overlay .nav-menu ul li a:hover, .menu-overlay .nav-menu ul li a:focus {
            background-color: #fff;
            color: #082118; }

.menu-overlay.open {
  display: block;
  height: 600px; }
  .menu-overlay.open .nav-menu {
    transform: translateY(0vh) translateX(0px); }

header.home {
  background-color: transparent;
  position: absolute;
  padding: 50px 0;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 1580px) {
    header.home {
      padding: 40px 0; } }
  @media screen and (max-width: 1140px) {
    header.home {
      padding: 20px 0; } }

section.hero .content {
  padding: 12vw 0 140px;
  max-width: 400px; }
section.hero .glass {
  position: absolute;
  padding: 60px 60px 60px 50vw;
  bottom: -150px;
  left: calc(-50vw - -15px);
  z-index: 2; }
section.hero._sobre {
  z-index: 2; }
  section.hero._sobre .content {
    max-width: 560px;
    margin-left: auto; }
  section.hero._sobre .glass {
    background: #41414166;
    padding: 90px 150px;
    max-width: 100%;
    width: 100%;
    bottom: -38%;
    left: 50%;
    transform: translateX(-50%); }
section.hero._solucoes .content {
  padding: 8vw 0 0px;
  max-width: 700px; }
section.hero._diferenciais {
  padding-bottom: 40px; }
  section.hero._diferenciais .content {
    max-width: 450px;
    padding: 18vw 0 0px; }
@media screen and (max-width: 1580px) {
  section.hero .content {
    padding: 10vw 0 120px; }
  section.hero._sobre .glass {
    padding: 70px 120px;
    bottom: -40%; }
  section.hero._diferenciais .content {
    padding: 15vw 0 0px; } }
@media screen and (max-width: 1140px) {
  section.hero .content {
    padding: 250px 0 70px; }
  section.hero .glass {
    padding: 40px 40px 40px 15px;
    left: 0; }
  section.hero._home {
    background-position-x: 65%; }
    section.hero._home:before {
      content: '';
      position: absolute;
      inset: 0%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(#0000, #000); }
  section.hero._sobre {
    background-position: right; }
    section.hero._sobre:before {
      content: '';
      position: absolute;
      inset: 0%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(#00000080, #000); }
    section.hero._sobre .content {
      padding: 80px 0 15px; }
    section.hero._sobre .glass {
      position: relative;
      padding: 50px 30px;
      bottom: 0;
      margin-bottom: -150px; }
      section.hero._sobre .glass h2 {
        font-size: 24px; }
  section.hero._solucoes {
    background-position: left; }
    section.hero._solucoes .content {
      padding: 140px 0 0px; }
    section.hero._solucoes:before {
      content: '';
      position: absolute;
      inset: 0%;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(#00000050, #000); }
  section.hero._diferenciais {
    padding-bottom: 20px; }
    section.hero._diferenciais .content {
      padding: 150px 0 0px; } }

@media screen and (max-width: 1140px) {
  section.about-home {
    padding-top: 120px; } }

section.topicos .item .icon {
  background-color: #082118;
  width: 88px;
  min-width: 88px;
  height: 88px; }
@media screen and (max-width: 1140px) {
  section.topicos .item .icon {
    transform: scale(0.8); } }

section.cta-1 {
  padding: 325px 0 60px; }
  @media screen and (max-width: 1580px) {
    section.cta-1 {
      padding: 260px 0 50px; } }
  @media screen and (max-width: 1140px) {
    section.cta-1 {
      padding: 300px 0 40px;
      background-position-x: 65%; } }

@media screen and (max-width: 1140px) {
  section.cta-2 {
    background-position: left; } }

section.faq .faq-component {
  display: flex;
  flex-direction: column;
  gap: 15px; }
section.faq .faq-accordion {
  background-color: #EFEFEF;
  padding: 30px; }
  section.faq .faq-accordion .faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 2; }
    section.faq .faq-accordion .faq-question .faq-plus {
      position: relative;
      width: 25px;
      height: 25px;
      min-width: 25px;
      -webkit-transition: all ease .4s;
      transition: all ease .4s; }
      section.faq .faq-accordion .faq-question .faq-plus:before {
        content: '';
        background-image: url("../img/icons/plus.svg");
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(-180deg);
        width: 19px;
        height: 19px;
        min-width: 19px;
        transform-style: preserve-3d;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease .4s;
        transition: all ease .5s; }
    section.faq .faq-accordion .faq-question h4 {
      color: #111111;
      padding-right: 50px;
      margin-bottom: 0; }
  section.faq .faq-accordion .faq-answer {
    width: 100%;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden; }
    section.faq .faq-accordion .faq-answer .padding {
      padding: 20px 0px 0px; }
    section.faq .faq-accordion .faq-answer strong, section.faq .faq-accordion .faq-answer b {
      color: #B5EAC8; }
section.faq .faq-accordion.active .faq-question .faq-plus:before {
  background-image: url("../img/icons/less.svg");
  height: 3px; }
section.faq .faq-accordion.active .faq-answer {
  max-height: 2000px; }
@media screen and (max-width: 1140px) {
  section.faq .faq-component {
    gap: 10px; }
  section.faq .faq-accordion {
    padding: 20px; }
    section.faq .faq-accordion .faq-question h4 {
      padding-right: 30px; }
    section.faq .faq-accordion .faq-question .faq-plus {
      transform: scale(0.8); } }

section.about {
  padding-top: 250px; }
  section.about .list > .col-md-12:first-child .col-md-5:before, section.about .list > .col-md-12:first-child .col-md-7:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2.5rem;
    width: calc(100% - 3rem);
    border-bottom: solid 1px #000; }
  section.about .list > .col-md-12:first-child .col-md-7:before {
    left: 3rem; }
  @media screen and (max-width: 1580px) {
    section.about {
      padding-top: 215px; }
      section.about .list > .col-md-12:first-child .col-md-5:before, section.about .list > .col-md-12:first-child .col-md-7:before {
        bottom: -1.5rem; } }
  @media screen and (max-width: 1140px) {
    section.about {
      padding-top: 140px; }
      section.about .list > .col-md-12:first-child .col-md-5:before, section.about .list > .col-md-12:first-child .col-md-7:before {
        left: 15px;
        bottom: -1.5rem;
        width: calc(100% - 30px); }
      section.about .list > .col-md-12:first-child .col-md-7:before {
        left: 15px; }
      section.about .list > .col-md-12:first-child .col-md-5:before {
        display: none; } }

section.solutions .box {
  padding: 60px 80px;
  margin-top: 30px; }
  section.solutions .box .icon {
    width: 120px; }
@media screen and (max-width: 1580px) {
  section.solutions .box {
    padding: 40px 60px;
    margin-top: 25px; }
    section.solutions .box .icon {
      transform: scale(0.8); } }
@media screen and (max-width: 1140px) {
  section.solutions .box {
    flex-direction: column;
    padding: 10px 25px 30px;
    margin-top: 20px;
    text-align: center;
    gap: 0; }
    section.solutions .box .icon {
      transform: scale(0.7); } }

section.diferenciais .box {
  padding: 40px 60px;
  margin-top: 20px; }
  section.diferenciais .box .icon {
    width: 65px; }
  section.diferenciais .box h2 {
    margin-bottom: 15px; }
@media screen and (max-width: 1580px) {
  section.diferenciais .box {
    padding: 30px 50px; }
    section.diferenciais .box .icon {
      transform: scale(0.8); } }
@media screen and (max-width: 1140px) {
  section.diferenciais .box {
    flex-direction: column;
    padding: 20px 30px 30px;
    text-align: center;
    gap: 0px; }
    section.diferenciais .box .icon {
      transform: scale(0.6); } }

section.blog .post-item .image-wrapper {
  max-height: 250px; }
section.blog .post-item .content {
  padding: 30px 0; }
  section.blog .post-item .content a {
    color: #082118; }
@media screen and (max-width: 1140px) {
  section.blog .content {
    padding: 20px 0; }
    section.blog .content p.date {
      margin-bottom: 8px;
      font-size: 0.875rem; } }

section.blog-destaque {
  position: relative;
  padding-bottom: 0;
  margin-bottom: -80px;
  z-index: 1; }
  section.blog-destaque .image-wrapper {
    width: 70%; }
  section.blog-destaque .content {
    width: 30%; }
    section.blog-destaque .content a {
      color: #082118; }
  @media screen and (max-width: 1140px) {
    section.blog-destaque {
      margin-bottom: -10px; }
      section.blog-destaque .flex-end {
        flex-direction: column;
        gap: 20px; }
      section.blog-destaque .image-wrapper, section.blog-destaque .content {
        width: 100%; }
      section.blog-destaque p.date {
        margin-bottom: 5px; } }

section.single-post p.date {
  font-size: 1.125rem;
  margin-bottom: 8px; }
section.single-post h1 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 40px; }
section.single-post article p, section.single-post article li {
  color: #4A4A4A;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%; }
section.single-post article h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 35px 0 15px; }
section.single-post article h3 {
  font-weight: 400;
  font-size: 28px;
  margin: 30px 0 10px; }
@media screen and (max-width: 1580px) {
  section.single-post h1 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 30px; }
  section.single-post article p, section.single-post article li {
    font-size: 1.125rem; }
  section.single-post article h2 {
    font-size: 28px;
    margin: 30px 0 10px; }
  section.single-post article h3 {
    font-size: 22px;
    margin: 25px 0 8px; } }
@media screen and (max-width: 1140px) {
  section.single-post p.date {
    font-size: 0.875rem; }
  section.single-post h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px; }
  section.single-post article p, section.single-post article li {
    font-size: 1rem; }
  section.single-post article h2 {
    font-size: 26px;
    margin: 25px 0 8px; }
  section.single-post article h3 {
    font-size: 20px;
    margin: 22px 0 6px; } }

section.contacts-list .wpp-button {
  color: #082118;
  font-size: 40px;
  font-weight: 300;
  text-decoration: none; }
  section.contacts-list .wpp-button .btn.btn-glass {
    width: 94px;
    height: 94px;
    transform: none !important; }
    section.contacts-list .wpp-button .btn.btn-glass svg {
      transform: none !important; }
  section.contacts-list .wpp-button:hover {
    transform: translateX(8px); }
section.contacts-list .contact-button {
  color: #4A4A4A;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none; }
  section.contacts-list .contact-button .btn.btn-glass {
    width: 67px;
    height: 67px;
    transform: none !important; }
    section.contacts-list .contact-button .btn.btn-glass svg {
      transform: none !important; }
  section.contacts-list .contact-button:hover {
    transform: translateX(8px); }
@media screen and (max-width: 1580px) {
  section.contacts-list .wpp-button {
    font-size: 34px; }
  section.contacts-list .contact-button {
    font-size: 20px; } }
@media screen and (max-width: 1140px) {
  section.contacts-list .wpp-button {
    font-size: 26px;
    margin-bottom: 20px; }
    section.contacts-list .wpp-button .btn.btn-glass {
      width: 60px;
      height: 60px; }
      section.contacts-list .wpp-button .btn.btn-glass svg {
        transform: scale(0.6) !important; }
  section.contacts-list .contact-button {
    font-size: 18px; }
    section.contacts-list .contact-button .btn.btn-glass {
      width: 58px;
      height: 58px; }
      section.contacts-list .contact-button .btn.btn-glass svg {
        transform: scale(0.6) !important; } }

.formulario .form-control {
  background-color: #fff;
  color: #082118;
  font-size: 1.25rem;
  font-weight: 400;
  height: 64px;
  padding: 8px 16px;
  border: none;
  border-radius: 0px;
  border: solid 1px #CCCCCC;
  margin-bottom: 12px;
  box-shadow: none;
  outline: none; }
  .formulario .form-control::placeholder {
    color: #4A4A4A;
    font-weight: 400; }
.formulario textarea.form-control {
  height: 200px; }
.formulario input.wpcf7-submit {
  font-size: 1.25rem;
  padding: 16px 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-top: 25px;
  cursor: pointer; }
  .formulario input.wpcf7-submit:hover {
    transform: scale(1.05); }
.formulario span.wpcf7-list-item {
  margin: 0; }
.formulario .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.75rem;
  font-weight: 300;
  margin: -8px 0 12px; }
.formulario .wpcf7 form .wpcf7-response-output {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0 0;
  padding: 25px;
  text-align: center; }
.formulario .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: #000; }
.formulario .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff; }
.formulario span.wpcf7-spinner {
  position: absolute;
  bottom: 14px;
  margin: 0 45px; }
@media screen and (max-width: 1580px) {
  .formulario .form-control {
    font-size: 1.125rem;
    height: 58px; } }
@media screen and (max-width: 1140px) {
  .formulario .form-control {
    font-size: 1rem;
    height: 52px;
    padding: 6px 12px; }
  .formulario input.wpcf7-submit {
    font-size: 1.125rem;
    padding: 14px 24px;
    margin-top: 15px; } }

footer {
  position: relative;
  background-color: #fff;
  padding: 60px 0 30px; }
  footer .flex-footer {
    display: flex;
    justify-content: space-between;
    gap: 90px; }
    footer .flex-footer > div {
      position: relative; }
    footer .flex-footer > div:first-child {
      width: 60%; }
    footer .flex-footer > div:last-child {
      width: 40%; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #B5EAC8; }
  footer nav ul {
    flex-direction: column;
    gap: 18px; }
    footer nav ul li {
      line-height: 1; }
      footer nav ul li a {
        font-size: 1.5rem;
        font-weight: 300; }
    footer nav ul li.small {
      border-bottom: solid 1px #B5EAC8;
      padding-bottom: 8px; }
      footer nav ul li.small a {
        font-size: 1rem; }
  footer .copy {
    text-align: center;
    margin-top: 60px; }
    footer .copy p, footer .copy a {
      font-size: 1rem;
      margin-bottom: 0px; }
  @media screen and (max-width: 1580px) {
    footer nav ul li a {
      font-size: 1.25rem; }
    footer .copy p, footer .copy a {
      font-size: 0.875rem; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 40px 0 30px; }
      footer .flex-footer {
        gap: 60px; }
        footer .flex-footer > div:first-child, footer .flex-footer div:last-child {
          width: 80%; }
      footer nav ul li a {
        font-size: 1.125rem; }
      footer .copy {
        margin-top: 40px; } }

/*# sourceMappingURL=styles.css.map */
