/*
 * 
Theme Name: Manacá Estudio
Author: Fernanda Cruz
Author URI: https://manacaestudio.com.br
Description:  Tema desenvolvido exclusivamente pela Manacá Estúdio para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Manacá
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

a {
  text-decoration: none;
}
* {
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #666;
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

html,
body {
  /*width: 100%;
	height: 100%;*/
  z-index: 0;
/*   background: #0e0e0e;
  color: #fff; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
	color: #505759;
}
p, a {
	font-family: "Lato", serif;
}
header {
  width: 100%;
  height: auto;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  border-bottom: 1px solid #2c2c2c6b;
  padding-bottom: 18px;
}
.spaceHeader {
  width: 100%;
  position: relative;
  z-index: 0;
}
header .logoHeader a {
  display: block;
}
header .logoHeader a img {
  height: auto;
}
@media screen and (max-width: 768px) {
  header .logoHeader a img {
    width: 38%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  header .logoHeader a img {
    width: 20%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px){
  header .logoHeader a img {
      width: 75%;
      display: flex;
      margin: 0 auto;
  }
}
header .redesSociaisHeader a {
  color: #434343;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
header .l1-header-menu {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
header .l2-header-menu {
  /*padding-top: 20px;*/
}
header .list-menu-desktop,
.list-menu-desktop .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .list-menu-desktop > li > .sub-menu {
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  min-width: 150px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  z-index: 10;
  top: 100%;
  left: 0;
}
header .list-menu-desktop > li > a:hover + .sub-menu,
header .list-menu-desktop > li > .sub-menu:hover {
  display: block;
}
header .list-menu-desktop > li > .sub-menu > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
header .list-menu-desktop .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
}
header .list-menu-desktop > li > a {
  color: #fff;
  font-weight: 100;
  font-size: 20px;
  display: inline-block;
  /* padding-top: 30px; */
  /* padding-bottom: 35px; */
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
  font-family: 'Lora';
}
.container-menu-desktop a:hover {
  border-bottom: 4px solid #fff;
}
header .list-menu-desktop > li.current-menu-item > a {
  border-bottom: 4px solid #fff;
}

header .list-menu-desktop > li.btn-fale-conosco a {
  background: #05bf2f;
  padding: 12px 30px;
  border-radius: 5px;
  border-bottom: none;
}
.header-desktop {
  padding: 0 5%;
}
header .list-menu-desktop > li, .before-footer-widgets .list-menu-desktop > li {
  display: block;
  position: relative;
}
.before-footer-widgets .list-menu-desktop > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}
.before-footer-widgets .list-menu-desktop > li > a:hover {
	color: #000;
}
ul#menu-menu_rodape {
    margin-bottom: 0;
}
header .list-menu-desktop > li:first-child {
  padding-left: 0px;
}
header .list-menu-desktop > li:last-child {
  padding-right: 0px;
}
footer {
    padding: 35px 0;
    color: #000;
    background-image: url(/wp-content/uploads/2024/10/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.container.bordaRodape {
    padding: 30px 0 20px 0;
}
footer h4 {
    font-size: 20px;
    color: #000;
	width: 15ch;
}
footer .info-contato a:hover {
    color: #fff;
}
.copyright a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 20px;
}
.copyright-footer {
    background: #3A3A3A;
}
.btnOpenMenuMobile {
  border: 0;
  background: #393939;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.menuMobile {
  position: fixed;
  z-index: 999999;
  background: transparent;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: -85vw;
  opacity: 0;
  transition: 0.5s;
}
.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    background: #000000c4;
    backdrop-filter: blur(5px);
    height: 7vh;
}
.menuMobile .menu-mobile-header .titleSpace h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.menuMobile .menu-mobile-header .closeMenu button {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  color: #888;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.menuMobile .menu-mobile-body {
  height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 1vh;
  background: #000000c4;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.menuMobile .menu-mobile-body .list-menu-mobile {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
  font-size: 22px;
  display: block;
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  text-align: center;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
  border-bottom: 1px solid #eee;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a.submenuMobileIsOpen::after {
  content: "\f077";
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  padding-left: 5%;
  margin-bottom: 10px;
  display: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
  display: block;
  padding: 5px 0;
  color: #888;
  font-size: 0.8rem;
  font-weight: 500;
}
.menuMobile .menu-mobile-footer {
  padding: 1vh;
  background: #393939;
  width: 100%;
  height: 8vh;
  border-top: 2px solid #000;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader a {
  background: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 1rem;
}
.slick-prev:before {
  content: "\f053";
  margin-left: -10px;
}
.slick-next:before {
  content: "\f054";
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button:before {
  font-size: 29px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #A1A1A1 !important;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: grey !important;
}
.menuCategoriasFixoEsquerda {
  position: fixed;
  left: -100%;
  z-index: 10;
  background: #035a26;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 0;
  transition: 0.5s;
  opacity: 0;
}
.menuCategoriasFixoEsquerda h3 {
  padding: 10px 50px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
  width: 100%;
  height: auto;
  padding: 10px 50px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 30px;
  top: 10px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  a.submenuCatIsOpen::after {
  content: "\f077";
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  ul.sub-menu
  li
  a {
  font-size: 0.9em;
  padding: 5px 50px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a {
  background: #08662e;
}
/*Inicio Rodape*/
.barrinha-verde {
  padding-left: 1rem !important;
  border-width: 3px !important;
  border-color: #05bf2f !important;
  border-left: 5px solid #05bf2f !important;
}
.borda-rodape {
  border-top: 1px solid #353734;
  border-bottom: 1px solid #353734;
}
/*Fim Rodape*/

/*========= Início Home =========*/
.img-destaque-home .vc_column-inner {
  padding-left: 0;
}
/*Inicio Sobre*/
.texto-cor-destaque {
    color: #05bf2f;
}
.btn-saiba-mais .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #fff;
    border-color: #05bf2f !important;
    background-color: #05bf2f !important;
    padding: 18px 50px;
    font-size: 20px;
}
.texto-sobre-home {
    padding: 170px 296px 209px 114px;
}
.texto-sobre-detaque h2 {
  font-size: 60px;
  line-height: 1;
}
.bloco-01-sobre {
    padding: 0 170px 0 0;
}
.descricao-sobre p {
    font-size: 20px !important;
    font-weight: 100;
}
/*Fim Sobre*/

/*Inicio Contato*/
.bg-fale-conosco {
    background: rgb(53 55 52 / 74%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border: 1px solid rgba(112, 112, 112, 0.03);
    padding: 40px;
    margin-bottom: 250px;
}
/*Fim Contato*/

/*Inicio Depoimento*/
.imgDepoimento img {
    max-width: 408px;
    max-height: 228px;
}
.textoDepoimento {
  background: #232221;
  color: #fff;
  padding: 15px;
  border-radius: 6px;
  position: relative;
  min-height: 265px;
}
.textoDepoimento::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border-width: 15px;
  border-style: solid;
  border-color: #232221 transparent transparent transparent;
}
h3.tituloDepoimento {
    color: #05bf2f;
}
/*Fim Depoimento*/

/*Inicio Serviço*/
h2.titulo-servico-home {
    font-size: 50px;
    font-weight: 400;
}
#container-servicos,
#container-projeto {
    display: inline-block;
    position: relative;
    width: 100%;
}
#container-servicos figcaption {
  position: absolute;
  bottom: 50px;
  left: 0;
  font-size: 40px;
  color: #fff;
  margin: 0 0 30px 51px;
  z-index: 3;
  line-height: 1;
  width: 12ch;
}
#container-servicos a.btn.btn-Servico {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    background: #353734;
    margin: 0 0 14px 51px;
    padding: 10px 30px;
    z-index: 3;
}
/* #container-servicos:hover{
    background: #05bf2f;
} */
#container-servicos:hover a.btn.btn-Servico{
    background: #05bf2f;
}
.cardServicos {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
/* img.imgServico {
  position: relative;
  min-width: 450px;
  max-height: 360px;
  transition: 0.5s;
  filter: grayscale(1);
  width: 100%;
} */
img.imgServico {
  position: relative;
  max-height: 460px;
  min-height: 460px;
  transition: 0.5s;
  filter: grayscale(1);
  width: 100%;
  object-fit: cover;
  opacity: 60%;
}
.barrinhaServico {
  max-height: 460px;
}
.bg-effect-blue:hover img.imgServico {
    filter: brightness(0.5);
    transition: 0.5s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    
}
.bg-effect-blue:hover #container-servicos figcaption {
  color: #fff;
}
/*Fim Serviço*/
/*========= Fim Home =========*/


/*========= Inicio Página sobre =========*/

/*========= Fim Página sobre =========*/


/*========= Inicio Serviço (Interna) =========*/
.icon-interna-servico .vc_column-inner .wpb_wrapper {
  display: flex;
}
/*========= Fim Serviço (Interna) =========*/


/*========= Inicio Página Projeto =========*/
.scrollTipoPagina  {
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  margin: 0 auto;
}
/*Inicio Cor do Scroll*/
.scrollTipoPagina::-webkit-scrollbar {
  width: 50px;
}
.scrollTipoPagina::-webkit-scrollbar-track {
  background: #2C6358; 
}
.scrollTipoPagina::-webkit-scrollbar-thumb {
  background-color: #8CAAA4;
  border-radius: 20px; 
  border: 3px solid #05bf2f; 
}
/*Fim Cor do Scroll*/
.bgBlue{
  content: "";
  width: 100%;
  height: 0% !important;
  background: linear-gradient(to bottom, transparent 10%, #2c6358 90%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.5s;
}
.bg-effect-blue:hover .bgBlue {
  transition: 0.5s;
  height: 100% !important;
}
img.imgProjeto {
  position: relative;
  max-width: 100%;
  min-height: 550px;
  transition: 0.5s;
  filter: brightness(0.5);
}
.bg-effect-blue:hover img.imgProjeto {
  transition: 0.5s;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  
}
#container-projeto figcaption {
  position: absolute;
  bottom: 75px;
  left: 0;
  font-size: 30px;
  color: #fff;
  margin: 0 0 30px 20px;
  z-index: 3;
  line-height: 1;
}
#container-projeto a.btn.btn-Projeto {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #fff;
    background: transparent;
    margin: 0 0 30px 20px;
    padding: 10px 30px;
    border: 1px solid #05bf2f;
    z-index: 3;
}
#container-projeto:hover a.btn.btn-Projeto {
    background: #05bf2f;
    padding: 10px 30px;
}
/*========= Inicio Página Projeto =========*/

/*========= Início Página Contato =========*/
.bg-verde-claro-contato,
.bg-verde-escuro-contato {
  border-radius: 5px;
  padding: 5px 8px;
}
.bg-verde-claro-contato {
  background-color: #05BF2F;
}
.bg-verde-escuro-contato {
  background-color: #2c6358;
}
span.uavc-list-desc.ult-responsive {
  font-size: 20px;
}
/*========= Fim Página Contato =========*/

.texto-sobre-detaque-interna h1 {
    font-size: 90px;
}


.uavc-list-content {
  display: table;
  width: 100%;
  margin-bottom: 45px !important;
}
.titulo-servico h1 {
  font-size: 95px;
  line-height: 1;
}
.bloco-descricao-servico {
  width: 50%;
  position: relative;
}
.img-destaque-section01 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.vc_empty_space.espaçamento-img-destaque {
  height: 100px !important;
}
.imgDepoimentoProjeto img {
  width: 646px;
  height: 308px;
}
.blocoDepoimentoTextoProjeto {
  background: #fff;
  color: #353734;
  max-height: 308px;
  min-height: 308px;
  max-width: 570px;
  width: 100%;
}
.textoDepoimentoProjeto {
  padding: 35px 22px;
}
.textoDepoimentoProjeto h3 {
    color: #2C6358;
    font-size: 30px;
}
.conteudoDepoimentoProjeto {
  font-size: 18px;
}
.tituloDepoimentoProjeto {
  color: #353734;
  font-size: 20px;
}
.bannerHome.wpb_column.vc_column_container.vc_col-sm-12 {
  margin-bottom: 0 !important;
  max-height: 845px;
}
.wpb_single_image.wpb_content_element.vc_align_left.wpb_animate_when_almost_visible.wpb_fadeInLeft.fadeInLeft.wpb_start_animation.animated {
  margin-bottom: 0;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 5px;
}
.img-seta-depoimento img {
  height: 87px;
}

@media screen and (max-width: 1400px) {
  img.imgServico {
    max-height: 461px;
    min-height: 461px;
  }
  .bg-fale-conosco {
    padding: 40px;
    margin: 144px 0 144px 0;
  }
  .bloco-descricao-servico {
    width: 45%;
    position: relative;
  }
}
@media screen and (max-width: 1399px) {
  .imgDepoimento img {
      max-width: 348px;
      max-height: 228px;
  }
  .bg-fale-conosco {
    padding: 38px;
    margin: 0 0 330px 0;
  }
  img.imgServico {
    max-height: 365px;
    min-height: 365px;
  }
  .barrinhaServico {
    max-height: 365px;
  }
  #container-servicos figcaption {
    width: 14ch;
  }
  .vc_empty_space.espaçamento-img-destaque {
    height: 32px !important;
  }
  .imgDepoimentoProjeto img {
    width: 554px;
    height: 308px;
  }
}
@media screen and (max-width: 1024px) {
  #container-projeto figcaption {
    font-size: 22px;
    margin: 0 0 50px 20px;
  }
  .texto-sobre-detaque h1 {
    font-size: 50px;
  }
  .descricao-sobre p {
    font-size: 18px !important;
  }
  h2.titulo-servico-home {
    font-size: 40px;
  }
  #container-servicos figcaption {
    width: 12ch;
    font-size: 30px;
  }
  .imgDepoimento img {
    max-width: 289px;
  }
  .texto-sobre-detaque h1 {
    font-size: 45px;
  }
  .imgDepoimentoProjeto img {
    width: 465px;
  }
  .blocoDepoimentoTextoProjeto {
    max-width: 490px;
  }
}
@media screen and (max-width: 991px) {
  .texto-sobre-detaque h1 {
    font-size: 50px;
  }
  .bloco-01-sobre {
    padding: 0;
  }
  .imgDepoimento img {
    max-width: 100%;
    max-height: 228px;
    min-height: 217px;
  }
  .img-destaque-section01 {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .bloco-descricao-servico {
    width: 100%;
  }
  .imgDepoimentoProjeto img {
    width: 100%;
  }
  .blocoDepoimentoTextoProjeto {
    max-width: 100%;
  }
  .bg-fale-conosco {
    margin: 144px 0 144px 0;
  }
  .titulo-servico h1 {
    font-size: 65px;
  }
  .img-destaque-section01 {
    width: 100%;
  }
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
  .barrinha-verde {
	border: none !important;
  }
}

@media screen and (max-width: 425px) {
  .bg-fale-conosco {
    padding: 25px;
    margin: 144px 0 144px 0;
  }
  .imgDepoimento img {
    max-width: 417px;
    max-height: 228px;
  }
	#container-servicos figcaption {
		text-align: center !important;
		width: 100%;
		position: absolute;
		bottom: 88px;
		/* left: 10px; */
		margin: 0 auto;
	}
  #container-servicos a.btn.btn-Servico {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    left: unset;
  }
  .btnServico {
    display: flex;
    margin: 0 auto;
    justify-content: center;
   }
  .btn-saiba-mais .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    min-width: 100%;
	max-width: 100%;
  }
  .texto-sobre-detaque h2 {
	font-size: 40px;
  }
  img.imgProjeto {
    min-height: 378px;
  }
  .btn-saiba-mais .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    padding: 18px 30px;
    font-size: 16px;
  }
  .titulo-servico h1 {
	font-size: 50px;
  }
	span.uavc-list-desc.ult-responsive {
    font-size: 18px;
}
}
/*SOBRE*/
.bg-fundo img{
	max-width: 1920px;
	min-width: 1920px;
	max-height: 334px;
	min-height: 334px;
	overflow: hidden;
	object-fit: cover;
}
.borda-vertical {
    height: 77px;
}
.borda-vertical, .borda-vertical-texto {
	border-left: 2px solid #505759;
    padding: 0 0 0 50px;
    align-items: center;
    display: flex;
}
.texto-sobre h4 {
    font-size: 24px;
    color: #000;
    font-family: 'Lora';
}

/*PRODUTOS*/
.imagem-produto img {
    width: 360px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.titulo-produto h3, .descricao-produto p {
	text-align: center;
}
.card-produto {
    transition: .5s;
    padding: 10px;
}
.card-produto:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: .5s;
    transform: scale(1.02);
    padding: 10px;
}
/*SERVICO*/
.conteudo-servico {
	min-height: 605px;
	min-width: 340px;
	background-repeat: no-repeat; 
	background-size: cover;
	position: relative;
	transition: .5s;
}
.conteudo-servico:hover {
	transition: .5s;
}
.texto-servico {
    display: flex;
    justify-content: center;
    align-items: end;
    position: absolute;
    bottom: 0;
    padding: 40px 20px;
	color: #000;
}
.conteudo-servico:hover .texto-servico {
    color: #fff;
    min-height: 605px;
    background: linear-gradient(360deg, #5a5959 0%, transparent 100%);
}
/*Contato*/
.info-contato a {
    color: #000000;
}
.info-contato a:hover {
    color: #B3B3B3;
}
input#botaoContato {
    background: #505759;
    color: #fff;
    text-transform: uppercase;
}
.row.formFaleConosco {
    background: #D9D9D9;
    padding: 40px 40px 0 40px;
}
.bordaRodape > div p a {
    color: #000;
}
.bordaRodape > div p a:hover {
    color: #fff;
}
.bordaRodape > div:nth-child(1) {
    width: 230px;
}
.bordaRodape > div:nth-child(3) {
    width: 340px;
}
/*Projetos*/
.ordemColuna {
    margin-top: 70px;
}
.imagemProjeto {
    width: 395px;
    height: 430px;
    object-fit: cover;
    overflow: hidden;
	margin-top: 35px;
}
.botaoProjeto {
    transition: .5s;
}
.botaoProjeto:hover {
    transition: .5s;
    transform: scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.pagina-projeto .conteudoProjeto,
.projeto-home .conteudoProjeto {
	width: 395px;
    height: 160px;
}
.conteudoProjeto h2 {
    font-size: 1.8rem;
}
.btn-projetos .vc_btn3.vc_btn3-color-inverse:hover {
    color: #2a2a2b;
    background-color: #b7bbc0 !important;
}
.coluna-instagram .vc_column-inner.vc_custom_1731250983650 {
    padding-top: 0 !important;
}

/*Interna Projeto*/
.projeto-internas .ordemColuna {
	margin-top: 0px;
}
.projeto-internas .imagemProjeto {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.projeto-internas .imagemProjeto img {
	width: 493px;
    height: 559px;
	overflow: hidden;
	object-fit: cover;
}
.projeto-internas p.saiba-mais-projeto {
	color: #A1A1A1;
}
.projeto-internas .botaoProjeto:hover p.saiba-mais-projeto {
	color: #505759;
}
.projeto-internas .botaoProjeto:hover h3 {
	color: #A1A1A1;
}


/*Contato Header*/
.contato-header a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.contato-header a:hover {
	background: #ccc;
	color: #000;
}
rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth {
  position: relative;
  width: 100%;
  height: 545px;
  display: block;
  overflow: visible;
  max-width: none !important;
}
rs-module-wrap#rev_slider_1_1_wrapper {
  visibility: visible;
    background: transparent;
    padding: 0px;
    margin: 0px auto;
    height: 600px;
    display: block;
    width: 1361px;
    position: absolute;
    overflow: visible;
    left: -123px;
    top: -124px;
}
.descricao-produto-interno p {
    font-size: 20px;
}
@media screen and (max-width: 1399px){
	.conteudo-servico {
		min-width: 285px;
	}
}
@media screen and (max-width: 1200px){
	header .list-menu-desktop > li > a {
		font-size: 17px;
	}
	.bordaRodape > div:nth-child(1),
	.bordaRodape > div:nth-child(3) {
		width: 50%;
	}
	.bordaRodape > div:nth-child(1), 
	.bordaRodape > div:nth-child(2), 
	.bordaRodape > div:nth-child(3), 
	.bordaRodape > div:nth-child(4) {
        margin-bottom: 35px;
    }
	.imagemProjeto {
		width: 300px;
		height: 355px;
	}
	.imagem-produto img {
    	width: 300px;
	}
	.pagina-projeto .conteudoProjeto {
		width: 295px;
		height: 205px;
	}
}
@media screen and (max-width: 991px){
	.pagina-projeto .conteudoProjeto {
		width: 300px;
		height: 175px;
	}
	.imagem-produto img {
        width: 330px;
    }
}
@media screen and (max-width: 577px){
	.imagemProjeto {
		width: 100%;
       height: 440px;
	}
	.projeto-internas .imagemProjeto img {
		width: 299px;
		height: 339px;
	}
	.bordaRodape > div:nth-child(1),
	.bordaRodape > div:nth-child(3) {
		width: 100%;
	}
	footer h4 {
		width: 100%;
	}
	footer ul {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	footer .info-contato a {
		justify-content: center;
	}
	.bordaRodape {
		text-align: center;
	}
	.borda-vertical, .borda-vertical-texto {
		padding: 0 0 0 20px;
	}
	.ordemColuna {
		margin-top: 0;
	}
	.pagina-projeto .conteudoProjeto {
		width: 100%;
		height: 175px;
	}
	.pagina-projeto .conteudoProjeto, .projeto-home .conteudoProjeto {
		width: 100%;
		height: 175px;
	}
}