@import url("https://fonts.googleapis.com/css2?family=Outfit: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: "Outfit", sans-serif !important;
  background-color: #333333;
  color: #fff;
  overflow-x: hidden !important;
  margin: 0 !important; }

.c-scrollbar {
  opacity: 1;
  width: 15px;
  z-index: 300; }

.c-scrollbar_thumb {
  background-color: #fff;
  opacity: .8; }

@media screen and (max-width: 900px) {
  .c-scrollbar {
    width: 10px; }

  .c-scrollbar_thumb {
    width: 4px; } }
::-moz-selection {
  color: #111111;
  background: #EDEDED; }

::selection {
  color: #111111;
  background: #EDEDED; }

.cookiealert {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 275px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #fff; }
  .cookiealert p {
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 10px;
    color: #000; }
  .cookiealert a {
    color: #333333; }
  .cookiealert button.acceptcookies {
    background-color: #111111 !important;
    color: #fff !important;
    padding: 10px 18px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 0 auto; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
    text-align: center; } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

button:focus {
  outline: none !important;
  box-shadow: none; }

a {
  color: #fff;
  text-decoration: none !important; }

.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; }

.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 {
    grid-column-gap: 0px !important;
    grid-row-gap: 30px !important;
    -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; } }
.flex {
  display: flex;
  gap: 20px; }

.section-subtitle {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 5%; }

.section-sub-horizontal {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  line-height: 1; }

h1 {
  font-size: 2.75rem;
  line-height: 1.1; }

h2 {
  font-size: 90px;
  line-height: 1.1;
  font-weight: 600; }

p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 300;
  margin-bottom: 25px; }

.btn.btn-primary {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111111;
  background-color: #FFF;
  font-size: 1.125rem;
  padding: 16px 32px;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  text-decoration: none;
  max-width: max-content; }

.btn.btn-primary:hover {
  color: #FFF;
  background-color: #333; }
  .btn.btn-primary:hover svg path {
    fill: #fff; }

.circular-btn {
  border-radius: 50%;
  border: 2px solid white;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 76px;
  max-width: 76px;
  height: 76px;
  max-height: 76px;
  justify-content: center; }
  .circular-btn:hover {
    border-color: #111111; }
    .circular-btn:hover svg path {
      fill: #111111; }

@media screen and (max-width: 1600px) {
  h2 {
    font-size: 70px; } }
@media screen and (max-width: 1140px) {
  .img-shape {
    display: none; }

  .section-sub-horizontal {
    transform: none !important; }

  h2 {
    font-size: 34px; }

  p {
    font-size: 1rem;
    margin-bottom: 20px; } }
header {
  position: absolute;
  top: 0;
  padding-top: 90px;
  width: 100%;
  z-index: 1000; }
  header .flex {
    justify-content: space-between;
    align-items: flex-start; }
  header a.navbar-brand {
    position: relative;
    z-index: 200; }
  header .hamburger {
    position: relative;
    z-index: 200;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 3px;
    width: 28px;
    border-radius: 10px;
    background-color: #fff;
    margin: 7px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn.open .hamburger-lines .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.open .hamburger-lines .close-middle {
    opacity: 0; }
  header .hamburger-btn.open .hamburger-lines .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    padding: 100px;
    background-color: #111111;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 800ms;
    transition: all ease 800ms;
    z-index: 100; }
    header .menu-overlay .container {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    header .menu-overlay nav {
      width: 762px; }
      header .menu-overlay nav ul {
        width: 100%;
        flex-direction: column; }
        header .menu-overlay nav ul li {
          width: 100%; }
          header .menu-overlay nav ul li a {
            position: relative;
            display: flex;
            align-items: center;
            gap: 20px;
            color: #D9D9D9;
            font-size: 2.75rem;
            text-align: right;
            padding: 40px 0;
            border-top: solid 1px #ffffff0f;
            line-height: 1;
            font-weight: 600;
            transition: all ease 300ms; }
            header .menu-overlay nav ul li a:after, header .menu-overlay nav ul li a:before {
              content: '';
              width: 0%;
              height: 1px;
              background-color: #fff;
              position: absolute;
              left: 0;
              transition: all linear 300ms; }
            header .menu-overlay nav ul li a:after {
              bottom: -1px; }
            header .menu-overlay nav ul li a:before {
              top: -1px; }
            header .menu-overlay nav ul li a span {
              color: gray;
              font-weight: 200;
              font-size: 22px; }
            header .menu-overlay nav ul li a:hover {
              color: #fff; }
              header .menu-overlay nav ul li a:hover span {
                color: #fff; }
              header .menu-overlay nav ul li a:hover:after, header .menu-overlay nav ul li a:hover:before {
                width: 100%; }
          header .menu-overlay nav ul li a.active {
            color: #fff;
            border-top: solid 1px #fff; }
    header .menu-overlay .show-if-nav {
      position: relative;
      opacity: 0;
      transition-delay: .8s;
      transition-timing-function: ease;
      transition-duration: .8s; }
    header .menu-overlay .show-if-nav.open {
      opacity: 1; }
  header .menu-overlay.open {
    visibility: visible;
    opacity: 1; }
  @media screen and (max-width: 1600px) {
    header {
      padding-top: 60px; }
      header .navbar-brand img {
        max-width: 90px; }
      header .menu-overlay {
        padding: 80px; }
        header .menu-overlay nav ul li a {
          font-size: 2.25rem;
          padding: 30px 0; }
          header .menu-overlay nav ul li a span {
            font-size: 18px; } }
  @media screen and (max-width: 1380px) {
    header .menu-overlay nav ul li a {
      font-size: 2rem;
      padding: 20px 0; } }
  @media screen and (max-width: 1140px) {
    header {
      padding-top: 30px; }
      header .navbar-brand img {
        max-width: 70px; }
      header .menu-overlay {
        padding: 0; }
        header .menu-overlay nav {
          width: 100%;
          padding-bottom: 15vh; } }

section.main-hero {
  position: relative;
  background-color: #000;
  padding: 180px 0 110px 0;
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  /*.background.active {
      background-size: 100%;
  }*/ }
  section.main-hero .background-overlay {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5; }
  section.main-hero .swiperHero {
    position: absolute;
    inset: 0%;
    z-index: 0;
    opacity: 0.8;
    filter: brightness(0.9); }
    section.main-hero .swiperHero .swiper-slide .background {
      background-position: center;
      background-size: 110%;
      width: 100%;
      height: 100%;
      transition: all linear 4000ms;
      -webkit-transition: all linear 4000ms; }
    section.main-hero .swiperHero .swiper-slide-active .background {
      background-size: 100%; }
  section.main-hero .divider {
    display: block;
    background-color: #FFF;
    width: 1px;
    margin-left: 60px; }
  section.main-hero ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 80px; }
    section.main-hero ul li a {
      font-size: 1.125rem;
      padding: 8px 10px;
      font-weight: 300; }
      section.main-hero ul li a:hover {
        color: #EDEDED; }
  section.main-hero .shape-overlay {
    position: absolute;
    right: 0;
    top: 0; }
  @media screen and (max-width: 1140px) {
    section.main-hero {
      padding: 140px 0 100px 0;
      /*.background.active {
          background-size: cover !important;
      }*/ }
      section.main-hero .swiperHero .swiper-slide .background {
        transition: all linear 6000ms;
        -webkit-transition: all linear 6000ms; }
      section.main-hero h1 {
        font-size: 2.25rem; }
      section.main-hero .shape-overlay {
        max-width: 64px;
        opacity: 0.5; } }

section.about-us {
  background-color: #111111;
  padding: 120px 0; }
  section.about-us h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold; }
  @media screen and (max-width: 1140px) {
    section.about-us {
      padding: 40px 0; }
    section.about-us h2 {
      font-size: 32px; }
    section.about-us .col-md-9 {
      order: 1; }
    section.about-us .col-md-3 {
      order: 0;
      justify-content: start; } }

section.cases-section {
  position: relative;
  padding: 120px 0 120px; }
  section.cases-section .img-shape {
    position: absolute;
    left: 0;
    top: -202px; }
  section.cases-section h2 {
    margin-bottom: 30px; }
  section.cases-section .cases-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    section.cases-section .cases-list > a {
      width: calc(50% - 20px); }
    section.cases-section .cases-list > a:nth-child(even) {
      margin-top: -128px; }
  section.cases-section .case-wrapper {
    height: 100%;
    max-height: 402px;
    position: relative;
    width: 100%;
    overflow: hidden; }
    section.cases-section .case-wrapper p {
      position: absolute;
      color: #fff;
      font-size: 22px;
      transform: translateY(30px);
      font-weight: bold;
      text-decoration: none !important;
      margin-bottom: 0;
      transition: all .2s ease-in-out;
      z-index: 20;
      opacity: 0; }
    section.cases-section .case-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    section.cases-section .case-wrapper .case-details {
      position: absolute;
      bottom: 0;
      left: 0;
      display: flex;
      align-items: center;
      transition: all .2s ease-in-out; }
      section.cases-section .case-wrapper .case-details h3, section.cases-section .case-wrapper .case-details h4 {
        font-size: 1.125rem;
        margin-bottom: 0; }
      section.cases-section .case-wrapper .case-details h3 {
        padding: 24px 40px;
        background-color: #111111;
        color: white;
        font-weight: 400; }
      section.cases-section .case-wrapper .case-details h4 {
        color: #111111;
        padding: 24px 40px;
        background-color: #D9D9D9;
        margin-bottom: 0;
        font-weight: 600; }
    section.cases-section .case-wrapper:hover p {
      opacity: 1;
      transform: none; }
    section.cases-section .case-wrapper:hover .case-details {
      opacity: 0; }
    section.cases-section .case-wrapper:hover img {
      filter: brightness(0.4); }
  section.cases-section .circular-btn {
    margin-top: -75px;
    margin-left: auto; }
  @media screen and (max-width: 1600px) {
    section.cases-section .img-shape {
      left: -130px; }
    section.cases-section .case-wrapper {
      max-height: 352px; } }
  @media screen and (max-width: 1380px) {
    section.cases-section .img-shape {
      left: -60px;
      top: -97px; }
      section.cases-section .img-shape img {
        max-width: 130px; } }
  @media screen and (max-width: 1140px) {
    section.cases-section {
      padding: 40px 0; }
      section.cases-section .cases-list {
        gap: 20px; }
        section.cases-section .cases-list > a {
          width: 100%;
          max-height: unset;
          margin-top: 0 !important; }
          section.cases-section .cases-list > a h3, section.cases-section .cases-list > a h4 {
            font-size: 1rem !important;
            padding: 12px !important; }
      section.cases-section .circular-btn {
        margin: 30px auto 0; } }

section.blog {
  background-color: #585857;
  padding: 80px 0; }
  section.blog .img-shape {
    position: absolute;
    right: -115px;
    top: -170px; }
  section.blog h2 {
    margin-bottom: 40px; }
  section.blog .item .image-wrapper {
    position: relative;
    height: 215px;
    width: 100%;
    overflow: hidden; }
    section.blog .item .image-wrapper p {
      color: white;
      transform: translateY(30px);
      position: absolute;
      font-size: 22px;
      font-weight: bold;
      text-decoration: none !important;
      transition: all .2s ease-in-out;
      margin-bottom: 0;
      z-index: 20;
      opacity: 0; }
    section.blog .item .image-wrapper:hover p {
      opacity: 1;
      transform: none; }
    section.blog .item .image-wrapper:hover img {
      filter: brightness(0.4); }
  section.blog .item h3 {
    font-size: 20px;
    margin-top: 18px;
    font-weight: 300;
    padding-right: 10%; }
  section.blog .circular-btn {
    margin-top: 50px; }
    section.blog .circular-btn svg {
      transform: rotate(90deg); }
  @media screen and (max-width: 1140px) {
    section.blog {
      padding: 40px 0; }
      section.blog h2 {
        margin-bottom: 10px; }
      section.blog .item .image-wrapper {
        height: auto; }
      section.blog .item h3 {
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 30px; }
      section.blog .circular-btn {
        margin-top: 20px; } }

section.partners-section {
  padding: 120px 0;
  background-color: #fff;
    /*.partners-carousel {
        overflow: hidden;
        white-space: nowrap;
        margin: 100px 0 0;

        .partners-track {
            display: inline-block;
            animation: scroll-left 30s linear infinite;

            img {
                display: inline-block;
                margin: 0px;
                max-width: 100%;
            }
        }
    }*/
  /*@keyframes scroll-left {
      0% {
          transform: translateX(0%);
      }
      100% {
          transform: translateX(-50%);
      }
  }*/ }
  section.partners-section h2 {
    color: #111111;
    font-size: 68px; }
  section.partners-section .parceirosSwiper {
    width: 100%;
    height: 100%;
    margin-top: 60px; }
    section.partners-section .parceirosSwiper .swiper-wrapper {
      transition-timing-function: linear;
      align-items: center; }
  section.partners-section .swiper-slide img {
    max-width: 90%;
    max-height: 65px;
    object-fit: contain; }
  @media screen and (max-width: 1380px) {
    section.partners-section {
      padding: 80px 0; }
      section.partners-section h2 {
        font-size: 48px; }
      section.partners-section .partners-carousel {
        margin: 80px 0 0; }
        section.partners-section .partners-carousel .partners-track img {
          margin: 0px 40px;
          max-width: 170px; } }
  @media screen and (max-width: 1140px) {
    section.partners-section h2 {
      font-size: 34px; }
    section.partners-section .partners-carousel {
      margin: 50px 0 0; }
      section.partners-section .partners-carousel .partners-track img {
        margin: 0 15px;
        max-width: 110px;
        max-height: 70px; } }

section.sobre-hero {
  padding: 515px 0 110px 0;
  height: auto; }
  @media screen and (max-width: 1380px) {
    section.sobre-hero {
      padding: 450px 0 100px 0; } }
  @media screen and (max-width: 1140px) {
    section.sobre-hero {
      padding: 215px 0 110px 0; } }

section.sobre {
  position: relative;
  padding-bottom: 100px; }
  section.sobre .img-shape {
    position: absolute;
    left: 100px;
    bottom: 125px; }
  section.sobre .img-mt {
    margin-top: -445px;
    margin-bottom: 100px; }
  section.sobre .col-md-10 {
    padding-left: 20px; }
  @media screen and (max-width: 1600px) {
    section.sobre .img-shape {
      left: -25px; } }
  @media screen and (max-width: 1380px) {
    section.sobre .img-shape {
      max-width: 250px; }
    section.sobre .img-mt {
      margin-bottom: 50px; }
      section.sobre .img-mt img {
        max-width: 780px;
        display: block;
        margin-left: auto; } }
  @media screen and (max-width: 1140px) {
    section.sobre {
      padding-bottom: 60px; }
      section.sobre .img-mt {
        margin-top: -80px; }
        section.sobre .img-mt img {
          max-width: 100%; }
      section.sobre .img-shape {
        max-width: 170px; } }

section.services .flex {
  gap: 0;
  flex-wrap: wrap; }
  section.services .flex .item {
    width: 50%; }
    section.services .flex .item .bg {
      position: relative; }
      section.services .flex .item .bg img {
        width: 100%;
        height: 280px;
        object-fit: cover; }
      section.services .flex .item .bg img.img-absolute {
        position: absolute;
        z-index: 2;
        width: auto;
        height: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    section.services .flex .item .bg-color {
      height: 315px; }
    section.services .flex .item .bg-color._1 {
      background-color: #D9D9D9; }
      section.services .flex .item .bg-color._1 * {
        color: #111111; }
    section.services .flex .item .content {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 30px;
      z-index: 2; }
      section.services .flex .item .content h3 {
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 0px; }
      section.services .flex .item .content p {
        font-size: 1.25rem;
        font-weight: 300; }
      section.services .flex .item .content ul {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-left: 22px;
        margin: 0; }
        section.services .flex .item .content ul li {
          font-size: 1.25rem;
          font-weight: 300;
          line-height: 1.1; }
    section.services .flex .item .content.end {
      padding-left: 230px;
      padding-right: 80px; }
    section.services .flex .item .content.start {
      padding-left: 80px;
      padding-right: 230px; }
@media screen and (max-width: 1600px) {
  section.services .flex .item .content ul li {
    font-size: 1.125rem; }
  section.services .flex .item .content.end {
    padding-left: 120px;
    padding-right: 60px; }
  section.services .flex .item .content.start {
    padding-left: 60px;
    padding-right: 120px; } }
@media screen and (max-width: 1140px) {
  section.services .flex .item {
    width: 100%; }
    section.services .flex .item .bg img {
      height: 225px; }
    section.services .flex .item .bg-color {
      height: unset; }
    section.services .flex .item .content {
      padding: 40px 25px !important; }
      section.services .flex .item .content h3 {
        font-size: 1.5rem; }
      section.services .flex .item .content p {
        font-size: 1.125rem;
        line-height: 1.2; }
      section.services .flex .item .content ul li {
        font-size: 1rem; } }

section.cta {
  padding: 120px 0; }
  section.cta p {
    font-size: 1.5rem;
    font-weight: 200;
    margin-bottom: 0; }
    section.cta p b {
      font-weight: 600; }
  @media screen and (max-width: 1140px) {
    section.cta {
      padding: 80px 0; } }

section.case-hero {
  padding: 300px 0 110px;
  height: auto; }
  @media screen and (max-width: 1140px) {
    section.case-hero {
      padding: 200px 0 90px; } }

section.cases-section._2 .cases-list {
  margin-top: -200px; }
  section.cases-section._2 .cases-list > a {
    margin: 0 !important; }
section.cases-section._2 .circular-btn {
  margin: 0;
  margin-top: 80px; }
  section.cases-section._2 .circular-btn svg {
    transform: rotate(90deg); }
@media screen and (max-width: 1140px) {
  section.cases-section._2 .cases-list {
    margin-top: -100px; } }

section.single-case-hero {
  background-color: #111111;
  padding: 500px 0 160px;
  background-repeat: no-repeat;
  height: auto; }
  section.single-case-hero .background {
    background-position: center;
    background-size: cover;
    position: absolute;
    inset: auto;
    width: 72vw;
    right: 0;
    top: 0;
    height: 100%; }
  section.single-case-hero .section-sub-horizontal {
    margin-left: -55px; }
  section.single-case-hero h1, section.single-case-hero h3 {
    font-size: 2.5rem; }
  section.single-case-hero h1 {
    font-weight: 300; }
  @media screen and (max-width: 1140px) {
    section.single-case-hero {
      padding: 200px 0 0; }
      section.single-case-hero h1, section.single-case-hero h3 {
        font-size: 2.25rem; }
      section.single-case-hero h1 {
        margin-bottom: 40px; }
      section.single-case-hero .section-sub-horizontal {
        margin-left: 0 !important; } }

section.single-case {
  background-color: #333333; }
  section.single-case .content {
    padding: 120px 0; }
    section.single-case .content *:last-child {
      margin-bottom: 0; }
  section.single-case .images img {
    width: 100%;
    height: auto;
    pointer-events: none; }
  @media screen and (max-width: 1140px) {
    section.single-case .content {
      max-width: 100%;
      padding: 50px 0; } }

section.blog._2 .list {
  margin-top: -150px; }
section.blog._2 .img-shape {
  top: -380px; }
@media screen and (max-width: 1140px) {
  section.blog._2 .list {
    margin-top: -90px; }
    section.blog._2 .list .mb-5, section.blog._2 .list .my-5 {
      margin-bottom: 1.5rem !important; } }

@media screen and (max-width: 1140px) {
  section.single-case-hero._post {
    padding: 160px 0 0; } }

section.single-case._post article h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 40px; }
section.single-case._post article h2 {
  font-size: 3rem;
  margin: 40px 0 8px; }
section.single-case._post article h3 {
  margin: 30px 0 8px; }
section.single-case._post article blockquote, section.single-case._post article figure {
  margin: 1rem 0; }
@media screen and (max-width: 1140px) {
  section.single-case._post article h1 {
    font-size: 2.5rem;
    margin-bottom: 30px; }
  section.single-case._post article h2 {
    font-size: 2rem;
    margin: 30px 0 8px; }
  section.single-case._post article h3 {
    margin: 25px 0 8px; } }

section.faq {
  padding-bottom: 40px; }
  section.faq .list {
    margin-top: 60px; }
  section.faq p {
    margin-bottom: 12px;
    font-weight: 200; }
    section.faq p b {
      font-weight: 700; }
    section.faq p a {
      font-weight: 700;
      color: #5c96ee;
      text-decoration: underline !important; }
  section.faq .item {
    margin-bottom: 36px; }

footer {
  background-color: #EDEDED;
  padding: 180px 0 0; }
  footer .flex {
    gap: 0; }
    footer .flex > div {
      padding-bottom: 140px; }
    footer .flex > div:first-child {
      padding-right: 100px;
      border-right: solid 1px #111111; }
    footer .flex > div:nth-child(2) {
      padding: 0 100px 140px;
      border-right: solid 1px #111111; }
    footer .flex > div:nth-child(3) {
      padding: 0 0 140px 100px; }
  footer .copy, footer h4, footer p, footer a, footer label {
    color: #111111; }
  footer .copy {
    margin-top: 145px; }
  footer a {
    font-size: 1.125rem; }
  footer .formulario {
    margin-top: 30px; }
    footer .formulario .flex {
      gap: 5px;
      margin-bottom: 5px; }
    footer .formulario .flex._end {
      position: relative;
      justify-content: flex-end; }
    footer .formulario label {
      min-width: 95px;
      margin-bottom: 0; }
    footer .formulario .form-control {
      background-color: transparent;
      border: solid 1px #111111;
      min-width: 290px;
      padding: 6px;
      height: 30px;
      border-radius: 0px; }
    footer .formulario textarea.form-control {
      height: 70px; }
    footer .formulario .btn.btn-primary {
      background-color: #111111;
      color: #fff;
      font-size: 1.25rem;
      padding: 8px 22px;
      font-weight: 400;
      margin-top: 15px; }
    footer .formulario .wpcf7-spinner {
      position: absolute;
      right: 120px;
      bottom: 10px; }
    footer .formulario .wpcf7-not-valid-tip {
      font-size: 12px; }
    footer .formulario .wpcf7 form .wpcf7-response-output {
      margin: 10px 0;
      padding: 15px;
      text-align: center;
      line-height: 1.1; }
    footer .formulario .wpcf7 form.invalid .wpcf7-response-output {
      background-color: #ffb900; }
    footer .formulario .wpcf7 form.sent .wpcf7-response-output {
      background-color: #46b450; }
  @media screen and (max-width: 1380px) {
    footer {
      padding: 120px 0 0; }
      footer .flex > div {
        padding-bottom: 100px; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 50px 0; }
      footer .flex {
        flex-direction: column; }
        footer .flex > div {
          padding-bottom: 20px; }
          footer .flex > div:first-child {
            border-right: none;
            padding-right: 0; }
          footer .flex > div:nth-child(2) {
            border-right: none;
            padding: 0 0 40px; }
          footer .flex > div:nth-child(3) {
            padding: 0; }
      footer .formulario .flex {
        margin-bottom: 15px; }
      footer .formulario .form-control {
        height: 35px; }
      footer .copy {
        margin-top: 15px; } }

/*# sourceMappingURL=styles.css.map */
