/*
 * 
Theme Name: Impulsify Marketing Solar
Author: Fernanda Cruz
Author URI: https://impulsify.com.br/
Description:  Tema desenvolvido exclusivamente pela Impulsify Marketing Solar para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Impulsify
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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&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: var(--cor-azul-petroleo) !important;
  color: #fff; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', serif;
  font-weight: 700;
}
p, a {
	font-family: 'Montserrat', serif;
	font-weight: 400;
}
:root {
  --cor-laranja: #FAAC38;
  --cor-bege: #B77E29;
  --cor-azul-petroleo: #082F56;
  --cor-azul-escuro: #0A3562;
  --cor-azul-medio: #19416C;
  --cor-azul-claro: #2A5791;
}
main.main {
    background: var(--cor-azul-petroleo) !important;
}
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: 'Montserrat';
}
.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;
}
.copyright a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 20px;
}
.copyright-footer {
    background: var(--cor-azul-petroleo);
    padding: 35px 0;
}
.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;
}

.card-rede-social {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.card-rede-social i {
    background: #fff;
    padding: 0;
    border-radius: 50px;
    color: var(--cor-azul-escuro);
    align-items: center;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
}

/*Fim Rodape*/






/*========= Início NOVO ASSOCIADOS =========*/
.img-novos-associados {
    max-width: 285px;
    min-width: 200px;
    background: #fff;
    margin: 0px 10px 10px 0;
    padding: 5px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
	transform: scale(1.02);
	transition: .2s;
}
.img-novos-associados img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}
.img-novos-associados:hover img {
    transform: scale(1.04);
	transition: .2s;
    padding: 5px 10px;
}

/*========= Início SEJA MEMBRO =========*/
span.destaque-seja-membro {
    font-family: 'Montserrat', serif !important;
    color: var(--cor-laranja) !important;
    text-transform: uppercase !important;
}
.img-seja-membro {
	max-width: 285px;
    min-width: 200px;
}
.img-seja-membro img {
    height: 130px;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
}

/*========= Início ENTIDADES SIGNATARIAS =========*/
.destaque-entidades-signatarias {
	font-family: 'Montserrat', serif !important;
    color: var(--cor-laranja) !important;
}

/*========= Início MAPA ASSOCIADOS =========*/
.linha-interna-mapa .vc_column-inner {
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
}
.linha-interna-mapa .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element {
    margin: 0;
}
.linha-mapa-associados .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0 !important;
}
.linha-interna-mapa {
    display: flex;
    align-items: center;
    justify-content: end;
}

/*====================ÚLTIMAS NOTÍCIAS======================*/
/*.card-noticias img {*/
/*    width: 100%;*/
/*    border-radius: 20px;*/
/*    max-width: 500px;*/
/*    width: 100%;*/
/*}*/
/*.card-noticias h4 {*/
/*    color: var(--cor-zaul-petroleo);*/
/*    font-size: 20px;*/
/*    max-width: 500px;*/
/*    width: 100%;*/
/*}*/

.card-noticias {
	width: 100%;
    height: 350px;
}
.post-imagem img {
    width: 90%;
    height: 285px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
	margin-bottom:20px;
}
.post-title a {
    font-size: 20px;
    color: var(--cor-azul-petroleo);
    font-weight: 700;
    margin-top: 90px;
}

@media screen and (max-width: 991px) {
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
}

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

@media screen and (max-width: 577px){
	.card-noticias img {
		width: 100%;
	}
}

main.main {
    background-image: url('/wp-content/uploads/2025/03/background.svg') !important;
    background-size: cover !important;
}
