/*
 * 
Theme Name: Theme Matter Ads
Author: Fernanda Cruz
Author URI: https://matterads.com
Description:  Tema desenvolvido exclusivamente para Matter Ads.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Matter Ads
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #000 !important;
}
h2 {
  font-size: 5rem;
}
h3 {
  font-size: 3rem;
}
p, a, ul li, ol li {
	font-family: "Montserrat", serif;
}
ol li {
    line-height: 1.8;
}
li::marker {
    color: #6C2CD6;
}
header.header, header.header-paginas {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 18px;
}
header.header {
    background: transparent; 
}
header.header-paginas {
    background: #1A0047 !important;
}

.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: 100%;
      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: 400;
  font-size: 18px;
  display: inline-block;
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
  font-family: 'Montserrat', sans-serif;
}
.container-menu-desktop a:hover {
  border-bottom: 4px solid #6a33d0;
}
/* 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 0 0;
    color: #fff;
    background-color: #2F0C68;
    background-repeat: no-repeat;
    background-size: cover;
}
.container.bordaRodape {
    padding: 30px 0 20px 0;
}
.colunasFooter figcaption.wp-element-caption {
    font-size: 14px;
}
.colunasFooter a {
	color: #fff;
}
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: #2F0C68;
  color: #fff;
}
.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*/

.card-parceiro img {
    width: 70%;
    margin: 0 auto;
}

section.secao-banner {
    margin-top: -70px;
}
section.secao-banner h1, section.secao-banner p{
    color: #fff;
}

section.secao-contador h2 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.secao-contador p {
    margin-bottom: 35px !important;
    color: #fff;
}
section.secao-contador .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}
.secao-cases img {
/*     border-radius: 40px;
    width: 95%; */
    margin: 0 auto;
    display: flex;
}
.secao-cases .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
	margin: 0;
}
.secao-sobre ul > li::marker {
    color: #6C2CD6;
}
.secao-sobre li {
    font-family: 'Montserrat', sans-serif;
}
.btn-orcamento a {
    background: #6C2CD6 !important;
    border-radius: 80px !important;
    border: 1px solid #6C2CD6 !important;
    font-weight: 500;
}
.btn-orcamento:hover a {
    background: #2F0C68 !important;
    border: 1px solid #2F0C68 !important;
}
.btn-whatsapp a {
    color: #6C2CD6 !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #6C2CD6 !important;
    font-weight: 500;
}
.btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #2F0C68 !important;
    color: #fff !important;
}

.secao-banner .btn-whatsapp a, .contato-header.btn-whatsapp a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #6C2CD6 !important;
    font-weight: 500;
}
.contato-header.btn-whatsapp a {
    font-size: 14px;
    padding: 14px 20px;
}
.contato-header.btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.container-menu-desktop {
    padding-right: 50px;
}
.secao-banner .btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}
section.secao-banner {
    margin-top: -100px;
}
.secao-servicos .vc_icon_element-icon {
    color: #6C2CD6 !important;
}
.secao-servicos h3 {
    font-size: 22px;
    color: #080808;
}
.secao-servicos .wpb_text_column.wpb_content_element {
    margin-bottom: 10px;
}
.secao-servicos .vc_icon_element {
    margin-bottom: 10px;
}
.secao-servicos .card-servico .vc_column_container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 310px;
    margin-bottom: 10px;
    padding: 15px 0;
    margin-right: 7px;
    width: 320px;
}
.secao-servicos .card-servico p {
    font-size: 15px;
}
.secao-servicos .card-servico .vc_column_container:hover h3 {
    color: #6C2CD6;
}
input#botaoContato {
    background: #6C2CD6;
    color: #fff;
    text-transform: uppercase;
}
input#botaoContato:hover {
    background: #2F0C68;
}
footer .colunasFooter > div {
    text-align: start;
}
.linha-blog .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    background-color: #6C2CD6;
    color: #fff;
}
.linha-blog .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:hover {
    background-color: #2F0C68;
    color: #f7f7f7;
}
.linha-blog h4 {
    font-size: 20px;
    font-weight: 700;
}
.linha-blog p {
    font-size: 14px !important;
}
.single-blog h2 {
	font-size: 26px;
	padding: 20px 0;
}
.single-blog h3 {
	font-size: 23px;
	padding: 20px 0;
}
.single-blog h4 {
    font-size: 20px;
	padding: 20px 0;
}
.single-blog p, .single-blog li {
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}
.banner-single-post {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; 
    color: #fff; 
}
.banner-single-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background-color: #000;
    filter: brightness(0.6);
    opacity: 0.4;
}
.banner-single-post .container-interno {
    position: relative; 
    z-index: 3;
}
.banner-single-post h1 {
    position: relative;
    z-index: 3;
	padding: 0 20px;
}
.card-agilidade-agencia .wpb_content_element {
	margin-bottom: 10px;
}
/* .card-agilidade .vc_column-inner {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 95%;
    height: 355px;
    transition: .5s;
}
.card-agilidade .vc_column-inner:hover {
    transition: .5s;
	transform: scale(1.02);
} */
.card-agilidade-agencia h3 {
    font-size: 22px !important;
}
.secao-servicos-lp.secao-servicos .card-servico .vc_column_container {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 360px;
    margin-bottom: 10px;
    padding: 15px 0;
    margin-right: 7px;
    width: 320px;
}
.secao-servicos-lp.secao-servicos h3 {
    font-size: 20px;
    color: #080808;
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px){
	header .list-menu-desktop > li > a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
  .secao-servicos .card-servico .vc_column_container, .secao-servicos-lp.secao-servicos .card-servico .vc_column_container {
	height: auto;
	width: 100%;
  }
  section.secao-contador h2 {
	font-size: 30px;
  }
}

@media screen and (max-width: 600px){
	footer h4 {
		width: 100%;
	}
	footer ul {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	footer .info-contato a {
		justify-content: center;
	}
	footer .colunasFooter > div {
		padding-bottom: 20px;
		text-align: center;
	}
	footer {
    	padding: 35px 15px 0 15px;
	}
	.banner-single-post h1 {
        padding: 0 0px;
    }
	.card-agilidade .vc_column-inner {
		width: 90%;
		transition: .5s;
		display: flex;
		justify-content: center;
		margin: 10px auto;
	}
}

.img-sobre-logo img {
    height: 790px;
    width: 100%;
}
.img-area-atuacao img{
	width: 75%;
}

.img-tec img {
    width: 40%;
}

.post-image img {
    width: 50%;
}
