/*Autor: Alan Varela Ferreira
email: alan.varela404@gmail.com
*/

/*.col-md-8, .col-md-4{border: 1px solid red;}*/

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

/*SCROLL*/
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(177, 167, 161, 0.9);
  transition: 0.5s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(177, 167, 161, 1);
  transition: 0.5s;
}
/*FIM SCROLL*/

/***********TOPO***********/

/*TOPO*/

.header {
  display: inline-block;
  float: left;
}

.header__sidebar {
  background-color: #fff;
  padding: 2rem 2rem 10rem 2rem;
  width: 26rem;
  position: fixed;
  display: inline-block;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.header__logo-box {
  width: 100%;
  margin-bottom: 5rem;
}

.header__logo-box img {
  width: 100%;
  height: auto;
}

.header__logo {
  width: 80%;
  display: block;
  margin: auto;
}

.header__nav-box {
}

.header__nav ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.header__nav li {
  width: 100%;
}

.header__nav li:not(:last-child) {
  border-bottom: 2px solid #f3f3f4;
}

.header__nav li a {
  display: inline-block;
  text-decoration: none;
  margin: 0.5rem 0;
  color: #646464;
  font-size: 2.2rem;
  transition: all 0.2s;
  padding: 0.3rem 0;
  font-weight: 500;
}

.header__nav li a:hover {
  color: #606060;
  transform: scale(1.1);
}

.header__nav .ativo {
  font-weight: 700;
}

.header__nav .active a {
  font-weight: bold;
}

.header__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: calc(100% - 26rem);
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
  position: fixed;
  z-index: 1000;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.header__top-item,
.header__top-item:hover {
  color: #7b7b7b;
  text-decoration: none;
  display: inline-block;
  transition: all 0.1s;
}

.header__top-item:hover {
  transform: scale(1.02);
}

.header__top-item {
  margin: 0 2rem;
}

.header__top-item i {
  width: 3rem;
  height: 3rem;
  background: #206092;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 1.8rem;
}

.header__top-item .fa-whatsapp {
  font-size: 2rem;
}

.btn__menu-box {
  text-align: right;
  display: none;
}

.btn__menu {
  font-size: 2.6rem;
  cursor: pointer;
}

.btn__menu i {
  color: #002631;
}

.header__redes {
  text-align: center;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
}

.header__redes span {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.header__redes a {
  display: inline-block;
  margin: 0 0.25rem;
  transition: all 0.2s;
}

.header__redes a:hover {
  transform: scale(1.1);
}

.header__redes-icon {
  width: 3rem;
  height: 3rem;
  background: #004581;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 1.8rem;
}

.logo__mobile {
  display: none;
}

.btn__menu {
  display: none;
  position: fixed;
  background-color: #fff;
  top: 4rem;
  right: 2rem;
  z-index: 9999;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}

.btn__menu i {
  color: #000;
  line-height: 50px;
}

/*FIM TOPO*/
/*FOOTER*/
main,
footer {
  display: block;
  width: calc(100% - 26rem);
  position: relative;
  margin-left: auto;
}

.footer {
  padding: 3rem 0;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
}

.copyright {
  text-align: center;
}

.copyright span {
  text-transform: uppercase;
}

/*FIM FOOOTER*/

/*HOME*/
.home__banner {
  width: 100%;
  height: 50rem;
  position: relative;
}

.home__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__items {
}

.home__item {
  padding: 6rem 3rem 3rem 3rem;
  min-height: 40rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.home__item-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home__item-color--white {
  color: #fff;
}

.home__item-nome {
  font-weight: 500;
  text-transform: uppercase;
}

.home__item-texto--big {
  font-size: 3rem;
  font-weight: bold;
}

.home__item-btn {
  text-align: right;
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  transition: all 0.2s;
  font-weight: 600;
}

.btn:hover {
  transform: scale(1.1);
}

.btn--white,
.btn--white:hover {
  color: #fff;
}

.btn--underlined {
  text-decoration: underline;
}

.btn--underlined:hover {
  text-decoration: underline;
}

.home__item-bg--gray {
  background: #e7e8ea;
}

.home__item-color--black {
  color: #000;
}

.home__item-clientes {
  text-align: center;
}

.home__item-clientes-texto {
  padding: 0 3rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.home__item-clientes-avatar {
  width: 5rem;
  height: 5rem;
  display: block;
  margin: auto;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.home__item-clientes-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home__item-clientes-nome {
  font-size: 1.4rem;
  font-weight: 500;
}

.btn--black,
.btn--black:hover {
  color: #000;
}

.home__item-bg--white {
  background-color: #fff;
}

/*FIM HOME*/
/*EMPRESA*/

.intern-page {
  padding: 10rem;
  min-height: 90vh;
}

.page__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  display: block;
}

.page__subtitle {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.text__box {
  margin-bottom: 6rem;
}

.text__right {
  text-align: right;
}

/*FIM EMPRESA*/
/*SERVIÇOS*/

.servicos__items {
  width: 100%;
}

.servicos__item {
  width: 100%;
  display: flex;
  margin-bottom: 3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.1s;
}

.servicos__item:hover {
  transform: scale(1.02);
}

.servicos__imagem {
  display: inline-block;
  width: 35%;
  position: relative;
}

.servicos__imagem img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.servicos__infos {
  background-color: #ececec;
  padding: 2rem 0rem 0rem 2rem;
  min-height: 20rem;
  display: inline-flex;
  width: 65%;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: flex-end;
  gap: 1rem;
}

.servicos__nome {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-right: 2rem;
  color: #000;
}

.servicos__slogan {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-right: 2rem;
  color: #000;
}

.servicos__infos .btn {
  padding: 1rem 2rem;
}

.servicos__infos .btn:hover {
  color: #fff;
  background-color: #206092;
  transform: scale(1);
}

/*FIM SERVIÇOS*/
/*SERVIÇO*/

.servico__slogan {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

.carousel__servico-galeria {
  padding: 2rem 0 5rem 0;
}

.galeria__item {
  width: 100%;
  height: 25rem;
  position: relative;
  margin: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.galeria__item a {
  width: 100%;
  height: 100%;
  display: block;
}

.galeria__item a img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  object-fit: cover;
}

.text__center {
  text-align: center;
}

.btn--bg-blue {
  background-color: #3d5f8f;
  padding: 1rem 2rem;
}

.btn--bg-brown {
  background-color: #aa9c9b;
  padding: 1rem 2rem;
}

.servico .btn--bg-blue {
  text-decoration: underline;
}

.servico .btn--bg-brown:hover {
  text-decoration: underline;
}

.servico__outros {
  margin-top: 8rem;
}

.servico__outros-item {
  background-color: #f7f7f7;
  margin: 1rem 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.2s;
}

.servico__outros-item:hover {
  transform: translateY(-5px) scale(1.05);
  background-color: #e7e7e7;
}

.servico__outros-item a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 1rem;
}

.servico__outros-icone {
  margin-right: 0.5rem;
}

.swipe__box {
  margin-top: 3rem;
}

.swipe__box img {
  width: 30rem;
}

/*FIM SERVIÇO*/
/*CLIENTES*/
.clientes__items {
  margin-top: 4rem;
}

.cliente__item {
  background-color: #f6f6f6;
  padding: 2rem;
  width: auto;
  margin-bottom: 3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: all 0.2s;
}

.cliente__item:hover {
  background-color: #e6e6e6;
  transform: translateY(-5px);
}

.cliente__avatar {
  width: 10rem;
  height: 10rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1rem;
}

.cliente__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cliente__texto {
}

.cliente__nome {
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
}

.cliente__depoimento {
  display: block;
  font-weight: 400;
}
/*FIM CLIENTES*/
/*CONTATO*/
/*FIM CONTATO*/

.contato__box {
  margin-bottom: 4rem;
}

.contato__icon {
  width: 3rem;
  height: 3rem;
  background: #28477e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 1.8rem;
  margin-right: 1rem;
}

.contato__title {
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5rem;
}

.contato__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1rem;
  color: #7b7b7b;
  transition: all 0.1s;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
  width: -ms-max-content;
}

.contato__item span {
  text-decoration: underline;
}

.contato__item:hover {
  color: #7b7b7b;
  transform: scale(1.05);
}

.contato__imagem,
.empresa__imagem {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  height: 100%;
}

.contato__imagem img,
.empresa__imagem img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contato__foto {
  width: 40rem;
  max-width: 100%;
  display: block;
  margin: auto;
}

.img-bottom-page {
  padding-bottom: 0;
  min-height: unset;
}

/* PROJETOS */

.projetos {
}

.projetos-list {
}

.projetos-categories {
}

.projetos-categories__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
  padding: 4rem 0;
}

.projetos-categories__item {
}

.projetos-categories__link {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 2rem 3rem;
  border-right: 6px solid #ebeff7;
  color: #626262;
  transition: border 0.2s ease-in;
}

.projetos-categories__link:hover,
.projetos-categories__link.active {
  color: #626262;
  border-right: 6px solid #3a65b0;
  font-weight: 700;
}

.projetos-carousel__images,
.projetos-carousel__images .owl-stage-outer,
.projetos-carousel__images .owl-stage-outer .owl-stage,
.projetos-carousel__images .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.projeto-item__image {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}

.projeto-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projeto-item__name {
  font-size: 2.4rem;
  margin-bottom: 1.6rem;
  color: #626262;
}

.projeto-item__description {
  margin-bottom: 3rem;
}

.projeto-item__btn .btn:hover {
  transform: translateY(-3px);
}

.projetos-carousel__images.owl-theme .owl-nav .owl-prev,
.projetos-carousel__images.owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  background-color: transparent;
  color: #fff;
  opacity: 0.8;
  transition: all 0.1s;
  width: 5rem;
}

.projetos-carousel__images.owl-theme .owl-nav .owl-prev:focus,
.projetos-carousel__images.owl-theme .owl-nav .owl-next:focus {
  outline: none;
}

.projetos-carousel__images.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 1%;
}

.projetos-carousel__images.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 1%;
}

.projetos-carousel__images.owl-theme
  .owl-nav
  :not(.disabled)[class*="owl-"]:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.projetos-carousel__images.owl-theme .owl-nav .owl-prev.disabled,
.projetos-carousel__images.owl-theme .owl-nav .owl-next.owl-next.disabled {
  opacity: 0;
}

/* FIM PROJETOS */

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #206092;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* End Preloader */

/* Contact Form */

.form-group {
  margin-bottom: 1.6rem;
}

.form-group label {
  font-weight: 700;
}
.form-group input:not([type="file"], [type="submit"]),
.form-group textarea {
  padding: 1.2rem 1.2rem;
  width: 100%;
  border: 1px solid #ccc;
  color: #121214;
  font-size: 1.6rem;
}

.form-group input:not([type="file"], [type="submit"])::placeholder,
.form-group textarea::placeholder {
  color: #adafb0;
}

.form-group input:not([type="file"], [type="submit"]):focus,
.form-group textarea:focus {
  outline: 0;
}

.form-group--consent {
  display: block;
}

.form-group--consent p {
  font-size: 1.4rem;
  color: #a8a8a8;
  font-weight: 300;
  text-align: center;
}

.form-submit {
  position: relative;
  text-align: center;
}

.form-submit .btn {
  min-width: 12rem;
  margin-bottom: 2rem;
}

.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
/* End Contact Form */

/* New Projects  */

.projects-grid {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 3.2rem;
}

@media (max-width: 575px) {
  .projects-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.projects-item {
  position: relative;
  overflow: hidden;
}
.projects-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in;
}
.projects-item__content {
  padding: 4rem;
  margin: 6rem;
  margin-left: 0;
  padding-right: 1.2rem;
  background-color: rgba(0, 69, 129, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
  color: #fff;
  transition: all 0.2s;
}
.projects-item__content h3 {
  font-weight: 700;
  font-size: 2.4rem;
}
.projects-item__content p {
  font-size: 2rem;
}
.projects-item__content .btn {
  align-self: flex-end;
}
.projects-item:hover .projects-item__image {
  transform: scale(1.05);
  filter: brightness(1.2);
}
.projects-item:hover .projects-item__content {
  background-color: rgba(0, 69, 129, 0.8);
}

/* End New Projects */
/* Home Projects */

.home-projects-item {
  position: relative;
  overflow: hidden;
}
.home-projects-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in;
}
.home-projects-item__content {
  padding: 4rem;
  margin-left: 0;
  padding-right: 1.2rem;
  background-color: rgba(0, 69, 129, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100%;
  transition: all 0.2s;
}

.home-projects-item__content span {
  font-weight: 600;
}

.home-projects-item__content h3 {
  font-weight: 700;
  font-size: 2.4rem;
}
.home-projects-item__content p {
  font-size: 2rem;
}
.home-projects-item__content .btn {
  align-self: flex-end;
  margin-top: auto;
}
.home-projects-item:hover .projects-item__image {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.home-projects.owl-carousel,
.home-projects .owl-stage-outer,
.home-projects .owl-stage-outer .owl-stage,
.home-projects .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

/* End Home Projects */

/* Single Project Gallery */

.single-project-pictures__grid {
  padding-bottom: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.4s ease-in;
  overflow: hidden;
  margin-top: 4rem;
}
.single-project-pictures__grid a {
  height: 35rem;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
.single-project-pictures__grid a:last-child {
  flex-grow: 10;
}
.single-project-pictures__grid img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media (max-aspect-ratio: 1/1) {
  .single-project-pictures__grid a {
    height: 30vh;
  }
}
@media (max-height: 480px) {
  .single-project-pictures__grid a {
    height: 80vh;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .single-project-pictures__grid {
    flex-direction: row;
  }
  .single-project-pictures__grid a {
    height: auto;
    width: 100%;
  }
  .single-project-pictures__grid img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}

/* End Single Project Gallery */

/* About Carousel */

.empresa__carousel {
  width: 40rem;
  max-width: calc(100% - 13rem);
  margin: auto;
}

.empresa__carousel .owl-prev,
.empresa__carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.empresa__carousel .owl-prev {
  left: -60px;
}
.empresa__carousel .owl-next {
  right: -60px;
}
.empresa__carousel .owl-nav {
  height: 0 !important;
  margin: 0 !important;
}
.empresa__carousel .owl-nav [class*="owl-"] {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 69, 129, 0.8) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem !important;
  opacity: 0.7;
  color: #fff !important;
  transition: all 0.2s;
}
.empresa__carousel .owl-nav [class*="owl-"]:hover {
  background-color: rgba(0, 69, 129, 1) !important;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .empresa__carousel {
    margin-top: 4rem;
  }
}

/* End About Carousel */

/* whatsapp flutuante */
.fixed-whatsapp {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transform-style: preserve-3d;
    transition: all .2s;    
}

.fixed-whatsapp i {
    font-size: 2.8rem;
    color: #fff;
}

.fixed-whatsapp::after {
    content: '';
    position: absolute;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background-color: #128C7E;
    z-index: -999;
    animation: scaleUpScaleDown 2s ease-in infinite both;
    transform: translateZ(-1px);
    filter: blur(1px);
}

.fixed-whatsapp:hover {
    transform: scale(1.2);
    text-decoration: none;
}

@keyframes scaleUpScaleDown {
    0% {
        transform: translateZ(-1px) scale(1);
    }
    80% {
        transform: translateZ(-1px) scale(1.4);
        opacity: 0.4;
    }

    100% {
        transform: translateZ(-1px) scale(1.5);
        opacity: 0;
    }
}
