@import url("https://fonts.googleapis.com/css2?family=Public+Sans:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Electrolize&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  margin: 0 !important;
  font-family: "Public Sans", sans-serif !important;
  color: #333333;
  position: relative;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #9C361F; }

::selection {
  color: #fff;
  background: #9C361F; }

.cookiealert {
  position: fixed;
  bottom: 40px;
  left: 20px;
  width: 320px;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
  transition: all 500ms ease-out;
  background: #EFEFEF; }
  .cookiealert p {
    margin-bottom: 5px; }
  .cookiealert a {
    color: #333333; }
  .cookiealert button.acceptcookies {
    padding: 10px 15px; }

.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: 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; }

h1, h2, h3, h4 {
  font-family: "Electrolize", sans-serif !important; }

a {
  color: #000;
  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: 15px;
    grid-row-gap: 15px;
    -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; } }
@media (max-width: 1380px) {
  .container {
    max-width: 1140px; } }
section {
  position: relative;
  padding: 60px 0; }

.mt-80 {
  margin-top: 80px; }

.mt-60 {
  margin-top: 60px; }

.pl130 {
  padding-left: 130px; }

.image-wrapper {
  width: 100%;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.color-white * {
  color: #fff; }

.video-container {
  position: relative;
  max-width: 1240px;
  margin: 30px auto 0; }
  .video-container .bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .video-container .bg-video-thumb {
    background: #A8B5BA;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s; }
  .video-container button.play {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 76px;
    height: 76px;
    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 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    width: 100%; }
  .video-container .embed-container iframe,
  .video-container .embed-container object,
  .video-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 1140px) {
    .video-container {
      margin: 20px auto 0; }
      .video-container button.play {
        width: 50px;
        height: 50px; } }

.redes ul {
  gap: 20px; }
  .redes ul li {
    margin-bottom: 0; }

h1 {
  line-height: 1.1;
  margin-bottom: 20px; }

.h2, h2 {
  color: #112B36;
  font-size: 2.25rem;
  margin-bottom: 15px; }

.h2, h2 {
  font-size: 2rem;
  margin-bottom: 15px; }

p, li {
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px; }

li {
  margin-bottom: 10px; }

.btn.btn-primary {
  position: relative;
  background-color: #9C361F !important;
  font-family: "Electrolize", sans-serif !important;
  color: #fff !important;
  font-size: 1.25rem;
  padding: 15px 35px;
  border: none;
  border-radius: 0px;
  text-align: center;
  clip-path: polygon(90% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
  margin-top: 10px;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms; }
  .btn.btn-primary:hover {
    background-color: #112B36 !important; }

.btn.btn-primary._2 {
  background-color: #112B36 !important;
  padding: 8px 30px; }
  .btn.btn-primary._2:hover {
    background-color: #333333 !important; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-size: 29px;
  background-repeat: no-repeat;
  background-color: #D9D9D9;
  width: 51px;
  height: 51px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: -125px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/arrow-left.svg") !important;
  left: 15px; }

.swiper-button-next {
  background-image: url("../img/icons/arrow-right.svg") !important;
  left: 80px; }

@media screen and (max-width: 1580px) {
  section {
    padding: 50px 0; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .h1, h1 {
    font-size: 2.25rem; }

  .h3, h3 {
    font-size: 1.5rem; }

  p, li {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 15px; }

  .btn.btn-primary {
    font-size: 1.125rem;
    padding: 12px 28px; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 40px 0; }

  .mt-5, .my-5 {
    margin-top: 1rem !important; }

  .pr-5, .px-5 {
    padding-right: 15px !important; }

  .mb-5, .my-5 {
    margin-bottom: 2rem !important; }

  .pl130 {
    padding-left: 0px; }

  .h1, h1 {
    font-size: 2rem;
    margin-bottom: 15px; }

  .h2, h2 {
    font-size: 1.75rem;
    margin-bottom: 10px; }

  .btn.btn-primary {
    padding: 10px 25px;
    margin-top: 5px; }

  .swiper-button-next, .swiper-button-prev {
    bottom: -80px; } }
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #112B36;
  z-index: 200; }
  header .pre-header {
    background-color: #D9D9D9;
    padding: 10px 15px; }
    header .pre-header .flex {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px; }
      header .pre-header .flex span {
        display: block;
        color: #112B36; }
    header .pre-header a {
      font-family: "Electrolize", sans-serif !important;
      color: #112B36; }
  header .nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
  header .brand img {
    width: 237px;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
  header nav.nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header nav.nav-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      display: flex;
      gap: 60px; }
      header nav.nav-menu ul li {
        position: relative;
        margin-bottom: 0; }
        header nav.nav-menu ul li a {
          display: block;
          width: 100%;
          font-family: "Electrolize", sans-serif !important;
          color: #fff;
          font-size: 1.25rem;
          padding: 5px 0;
          text-align: center; }
          header nav.nav-menu ul li a:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            height: 2px;
            border-bottom: solid 1px #fff;
            -webkit-transition: width ease 250ms;
            transition: width ease 250ms; }
          header nav.nav-menu ul li a:hover:before {
            width: 100%; }
        header nav.nav-menu ul li .active:before {
          width: 100% !important; }
  header .hamburger {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    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: 6px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 8px, 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, -8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 0;
      background-color: #112B36;
      padding-bottom: 1px;
      z-index: 200;
      transform: translateY(-40vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li {
          margin: 0; }
          header .menu-overlay .nav-menu ul li a {
            display: block;
            font-size: 1.5rem;
            border-bottom: 1px solid #9C361F;
            padding: 25px;
            border-radius: 0px; }
  header .menu-overlay.open {
    display: block;
    height: 500px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1580px) {
    header .nav-container {
      padding: 30px 0; }
    header .brand img {
      width: 200px; }
    header nav.nav-menu ul {
      gap: 50px; }
      header nav.nav-menu ul li a {
        font-size: 1.125rem; } }
  @media screen and (max-width: 1140px) {
    header .pre-header {
      padding: 6px 15px; }
      header .pre-header .flex {
        flex-direction: column;
        gap: 0px; }
        header .pre-header .flex span {
          display: none; }
    header .brand img {
      width: 160px; }
    header .nav-container {
      padding: 20px 15px; } }

header.on-scroll {
  background-color: #112B36; }
  header.on-scroll .nav-container {
    padding: 15px 0; }
  header.on-scroll .brand img {
    width: 170px; }
  @media screen and (max-width: 1140px) {
    header.on-scroll .nav-container {
      padding: 12px 15px; }
    header.on-scroll .brand img {
      width: 140px; } }

section.hero {
  color: #fff;
  padding: 500px 0 200px; }
  section.hero .hero-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    section.hero .hero-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8); }
  @media screen and (max-width: 1580px) {
    section.hero {
      padding: 400px 0 150px; } }
  @media screen and (max-width: 1380px) {
    section.hero {
      padding: 300px 0 100px; } }
  @media screen and (max-width: 1140px) {
    section.hero {
      padding: 400px 0 80px; } }

section.hero._2 {
  background-position: center;
  background-size: cover;
  padding: 200px 0 100px;
  margin-top: 120px; }
  @media screen and (max-width: 1580px) {
    section.hero._2 {
      padding: 180px 0 90px;
      margin-top: 80px; } }
  @media screen and (max-width: 1140px) {
    section.hero._2 {
      padding: 60px 0 20px;
      margin-top: 120px; } }

section.hero._3 {
  padding: 140px 0 30px; }
  @media screen and (max-width: 1140px) {
    section.hero._3 {
      padding: 80px 0 30px; } }

section.services {
  background-color: #112B36; }
  @media screen and (min-width: 1140px) {
    section.services .row._main .col-md-12:nth-child(even) .row .col-md-6:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    section.services .row._main .col-md-12:nth-child(even) .row .content {
      padding-left: 0px;
      padding-right: 30px; } }
  section.services .image-wrapper:after {
    content: '';
    position: absolute;
    top: -1px;
    right: 10px;
    background-color: #112B36;
    width: 100px;
    height: 100px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: 1;
    pointer-events: none; }
  section.services .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-left: 30px;
    padding-bottom: 5px; }
    section.services .content *:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 1140px) {
    section.services .image-wrapper:after {
      right: 12px;
      width: 70px;
      height: 70px; }
    section.services .content {
      padding-left: 0px;
      padding-bottom: 30px;
      padding-top: 15px; } }

section.projects {
  background-color: #A8B5BA; }
  section.projects .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px; }
  section.projects .projects-item {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms; }
    section.projects .projects-item:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      background-color: #A8B5BA;
      width: 100px;
      height: 100px;
      clip-path: polygon(0 0, 100% 100%, 100% 0);
      z-index: 1;
      pointer-events: none; }
    section.projects .projects-item a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2; }
    section.projects .projects-item .content {
      position: absolute;
      bottom: 30px;
      left: 40px;
      color: #fff;
      width: calc(100% - 80px); }
      section.projects .projects-item .content h3 {
        position: relative;
        font-size: 2rem;
        padding-bottom: 10px; }
        section.projects .projects-item .content h3:before {
          content: '';
          border-bottom: solid 1px #fff;
          width: 80%;
          position: absolute;
          left: 0;
          bottom: 0; }
      section.projects .projects-item .content p {
        font-size: 1.125rem;
        margin-bottom: 0; }
    section.projects .projects-item:hover {
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }
  @media screen and (max-width: 1580px) {
    section.projects .projects-item {
      height: 350px; }
      section.projects .projects-item .content h3 {
        font-size: 1.75rem; }
      section.projects .projects-item .content p {
        font-size: 1rem; } }
  @media screen and (max-width: 1140px) {
    section.projects .grid {
      grid-row-gap: 20px; }
    section.projects .projects-item {
      height: auto; }
      section.projects .projects-item a {
        z-index: 2; }
      section.projects .projects-item .content {
        position: relative;
        max-width: 100%;
        width: 90%;
        bottom: auto;
        left: auto;
        padding: 25px; }
        section.projects .projects-item .content h3 {
          font-size: 1.375rem; }
        section.projects .projects-item .content p {
          font-size: 0.875rem; }
      section.projects .projects-item:after {
        width: 60px;
        height: 60px; } }

section.features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px; }
  section.features ul li {
    position: relative;
    padding: 40px 40px 15px;
    flex: 1 1 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    box-sizing: border-box;
    border: solid 1px #A8B5BA; }
    section.features ul li img {
      display: block;
      margin: 0 auto 50px; }
@media screen and (max-width: 1580px) {
  section.features ul li {
    padding: 30px 35px 10px; }
    section.features ul li img {
      max-width: 100px;
      margin: 0 auto 40px; } }
@media screen and (max-width: 1140px) {
  section.features ul {
    gap: 10px 0px; }
    section.features ul li {
      flex: 1 1 calc(100% - 15px);
      max-width: calc(100% - 15px);
      padding: 20px 25px 15px;
      text-align: center; } }

section.testimonial {
  background-color: #EFEFEF;
  padding-bottom: 200px; }
  section.testimonial .swiperTestimonialThumbs .swiper-slide {
    opacity: 0.5; }
    section.testimonial .swiperTestimonialThumbs .swiper-slide img {
      width: 90px;
      height: 90px;
      object-fit: cover;
      margin-bottom: 10px; }
    section.testimonial .swiperTestimonialThumbs .swiper-slide .content {
      opacity: 0;
      visibility: hidden; }
      section.testimonial .swiperTestimonialThumbs .swiper-slide .content p {
        font-size: 0.875rem;
        margin-bottom: 0px; }
        section.testimonial .swiperTestimonialThumbs .swiper-slide .content p b {
          font-weight: 500; }
  section.testimonial .swiperTestimonialThumbs .swiper-slide-thumb-active {
    opacity: 1; }
    section.testimonial .swiperTestimonialThumbs .swiper-slide-thumb-active .content {
      opacity: 1;
      visibility: visible; }
  section.testimonial .swiperTestimonial img {
    margin-bottom: 10px; }
  @media screen and (max-width: 1140px) {
    section.testimonial {
      padding-bottom: 130px; }
      section.testimonial .swiperTestimonial {
        margin-top: 30px; } }

section.contact {
  background-color: #9C361F;
  padding: 80px 0; }
  section.contact .col-md-1::after {
    content: '';
    border-right: solid 1px #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  section.contact a:hover {
    color: #EFEFEF; }
  section.contact .formulario .form-control {
    padding: 12px 15px;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px; }
  section.contact .formulario textarea.form-control {
    height: 160px; }
  section.contact .formulario .btn.btn-primary._2 {
    float: right; }
  section.contact .formulario .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    font-weight: 300;
    margin: -5px 0 15px; }
  section.contact .formulario .wpcf7 form .wpcf7-response-output {
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin: 20px 0 0; }
  section.contact .formulario .wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffb900;
    color: #000; }
  section.contact .formulario .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450; }
  @media screen and (max-width: 1140px) {
    section.contact {
      padding: 60px 0; }
      section.contact .formulario {
        margin-bottom: 30px; } }

section.timeline {
  background-color: #112B36;
  padding: 80px 0 160px; }
  section.timeline .grid._2 {
    grid-column-gap: 50px;
    -ms-grid-columns: 1fr 1.3fr;
    grid-template-columns: 1fr 1.3fr; }
  section.timeline .swiper-slide .year {
    margin-bottom: 150px; }
    section.timeline .swiper-slide .year h3 {
      font-size: 3rem; }
  section.timeline .swiper-button-next, section.timeline .swiper-button-prev {
    bottom: -80px; }
  section.timeline .swiper-pagination {
    bottom: auto;
    top: 100px;
    left: 0;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.timeline .swiper-pagination:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      border-bottom: solid 1px #fff; }
    section.timeline .swiper-pagination .swiper-pagination-bullet {
      background: #fff;
      width: 25px;
      height: 25px;
      opacity: 1;
      z-index: 2;
      margin: 0 30px; }
    section.timeline .swiper-pagination .swiper-pagination-bullet-active {
      background: #9C361F; }
  @media screen and (max-width: 1580px) {
    section.timeline .grid._2 {
      grid-column-gap: 100px; }
    section.timeline .swiper-slide .year {
      margin-bottom: 125px; }
      section.timeline .swiper-slide .year h3 {
        font-size: 2.5rem; }
    section.timeline .swiper-pagination .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      margin: 0 25px; } }
  @media screen and (max-width: 1380px) {
    section.timeline .grid._2 {
      -ms-grid-columns: 1fr 1.3fr;
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 1140px) {
    section.timeline {
      padding: 60px 0 120px; }
      section.timeline .swiper-slide .year {
        margin-bottom: 100px; }
        section.timeline .swiper-slide .year h3 {
          font-size: 2.25rem; }
      section.timeline .swiper-pagination {
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%; }
        section.timeline .swiper-pagination .swiper-pagination-bullet {
          margin: 0 20px; } }

section.team .grid {
  grid-column-gap: 33px;
  grid-row-gap: 33px; }
section.team .item .image-wrapper {
  margin-bottom: 10px; }
section.team .item .content h5 {
  margin-bottom: 5px; }
section.team .item .content p {
  margin-bottom: 0; }
@media screen and (max-width: 1140px) {
  section.team .grid {
    margin-top: 20px; }
  section.team .content h5 {
    font-size: 1.5rem;
    margin-bottom: 2px; }
  section.team .content p {
    font-size: 1rem; } }

section.services._2 {
  background-color: #fff; }
  section.services._2 .image-wrapper:after {
    background-color: #fff; }

section.projects._2 {
  background-color: #fff; }
  section.projects._2 .projects-item:after {
    background-color: #fff; }

.single-projeto .infos {
  border-bottom: solid 1px #000;
  padding-bottom: 15px; }
  .single-projeto .infos .cliente, .single-projeto .infos .data {
    display: flex;
    align-items: center;
    gap: 10px; }
    .single-projeto .infos .cliente h4, .single-projeto .infos .data h4 {
      margin-bottom: 0; }
    .single-projeto .infos .cliente p, .single-projeto .infos .data p {
      font-size: 1.125rem;
      margin-bottom: 0; }
  .single-projeto .infos .cliente {
    border-right: solid 1px #000; }
@media screen and (max-width: 1140px) {
  .single-projeto .infos .cliente, .single-projeto .infos .data {
    gap: 5px; }
  .single-projeto .infos .cliente {
    border-right: none; } }

section.blog .item .image-wrapper {
  position: relative;
  height: 250px;
  margin-bottom: 15px; }
  section.blog .item .image-wrapper img {
    -webkit-transition: all ease 300ms;
    transition: all ease 300ms; }
  section.blog .item .image-wrapper:after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    z-index: 1;
    pointer-events: none; }
  section.blog .item .image-wrapper:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
section.blog .item .content p {
  margin-bottom: 5px; }
section.blog .item .content .btn.btn-primary._2 {
  background-color: #9C361F !important; }
  section.blog .item .content .btn.btn-primary._2:hover {
    background-color: #112B36 !important; }
@media screen and (max-width: 1140px) {
  section.blog .grid {
    grid-row-gap: 30px; }
  section.blog .item .image-wrapper {
    height: 200px; }
  section.blog .item .content .btn.btn-primary._2 {
    margin-top: 15px; } }

section.single-post .date {
  margin-bottom: 15px; }
section.single-post article h2, section.single-post article h3 {
  margin-top: 30px; }
section.single-post article blockquote.wp-block-quote {
  margin-bottom: 30px; }
section.single-post article .wp-block-post-author {
  padding: 15px; }
section.single-post article .wp-block-post-author__byline {
  font-size: 0.875em;
  margin-bottom: 5px; }

footer {
  background-color: #112B36;
  padding: 60px 0; }
  footer .center {
    gap: 40px; }
  footer p {
    font-size: 0.875rem;
    margin-bottom: 0px; }
  @media screen and (max-width: 1380px) {
    footer .logo img {
      max-width: 215px; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 40px 0; }
      footer .logo img {
        max-width: 200px; }
      footer p {
        text-align: center; } }

/*# sourceMappingURL=styles.css.map */
