/*
 * 
Theme Name: Blog Instala Energia by Actmob 
Author: Jean Andrade
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 0.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* SCROLLBAR */
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;
}

/* FIM SCROLLBAR */

html, body{
    font-family: 'Lato', sans-serif;
    z-index: 0;
    background: #fafafa;
    color: #1B2518;
    font-size: 16px;
}    

/* GERAL */
.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";
}

h1.title {
    font-size: 2.5rem;
}
h2.title {
    font-size: 1.375rem;
}
p {
    font-size: 1.25rem;
}
/* FIM GERAL */


/* HEADER */
header.header {
    position: fixed;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    width: 100%;
    opacity: 1;
    top: 0;
    z-index: 1000;
}
.spaceHeader{
	width: 100%;
	position: relative;
	z-index: 0;
}
header .logoHeader a {
    display: block;
}
header .logoHeader a img {
    max-height: 120px;
}
header .redesSociaisHeader a {
    color: #434343;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
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: #333;
    font-size: 1rem;
    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: #545454;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 15px;
    margin: 10px;
}
ul#menu-menu-desktop {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
header .list-menu-desktop > li > a:after {    
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border: 1px solid #333;
    border-width: 1px 0 0 1px;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .list-menu-desktop > li > a:before {    
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    bottom: 0;
    right: 0;
    border: 1px solid #333;
    border-width:0 1px 1px 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
header .list-menu-desktop > li > a:hover:after,
header .list-menu-desktop > li > a:hover:before {
    width: 20px;
    height: 20px;
    opacity: 1;
}
header .list-menu-desktop > li.current-menu-item > a {
    color: #f7d919;
}

ul#menu-menu-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.btn-voltar-site {
    display: block;
    text-align: center;
    background-color: #063d70;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    font-weight: 600;
    transition: all .3s;
}
.btn-voltar-site:hover {
    color: #063d70;
    background-color: #f9d517;
    transition: all .3s;
}
/* FIM HEADER */

/* FOOTER */
footer {
    padding: 50px 0 20px;    
    background-image: url('/wp-content/uploads/2023/07/bg-footer.webp');
    background-color: #020202;
    background-position: 50% -44px;    
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    
}
footer .redes_sociais_initial {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
footer .redes_sociais_initial a {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    background-color: transparent;
}
footer .redes_sociais_initial a:hover {
    color: #1D2843;
    background-color: #fff;
}
footer .colunasFooter h2 {
    font-size: 1.875rem;
    color: #fff;
    margin: 0;
}
footer .colunasFooter li a {
    font-size: 1.25rem;
    color: #fff;
    padding: 5px 0;
    display: block;
}
footer .logo_footer {
    margin-bottom: 40px;
}

.copyright {    
    padding-top: 20px;
}
.copyright .container {
    border-top: 1px solid #fff3;
    padding-top: 15px;
}
.copyright p a,
.copyright p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
.copyright p a:hover {
    text-decoration: underline;
}
.copyright a img {
    width: 100%;
    max-height: 80px;
}
.redes_sociais a {
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
    color: #fff;    
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.redes_sociais a:hover {
    color: #063d70;
    background-color: #f9d615;
    transition: all .3s;
}
.menu-mobile-footer .redes_sociais a {
    color: #063d70;
}
.redes_sociais {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
/* FIM FOOTER */

/* --- PAGINA 404 --- */
.pagina404 {
    margin-top: 200px;
    margin-bottom: 200px;
}
.pagina404 h2{    
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.pagina404 a.btn404 {
    background: #25d366;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    opacity: 0.8;
    transition: all .2s;
}
.pagina404 a.btn404:hover {
    opacity: 1;
}
/* --- FIM PAGINA 404 --- */

/* MENU MOBILE */
.btnOpenMenuMobile {
    border: 0;
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    background-color: #063d70;
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.menuMobile .menu-mobile-header img {
    max-height: 12vh;
}
.menuMobile {
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 70vw;
    height: 101vh;    
    justify-content: space-between;
    flex-direction: column;
    border-right: 3px solid #f7d919;
    top: 0;
    left: -100vw;
    opacity: 0;
	transition: 0.5s;
}
.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    border-bottom: 2px solid #f7d919;
    background-color: #fff;	
    height: auto;
}

.menuMobile .menu-mobile-header .closeMenu button {
    border: 0;
    font-size: 1.25rem;
    color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #063d70;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menuMobile .menu-mobile-body {
    min-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 1vh;
}
.menuMobile .menu-mobile-body .btn-voltar-site {
    padding: 20px 25px;
    margin-top: 25px;
}
.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: 1.25rem;
    display: block;
    height: auto;
    padding: 20px 0;
    color: #545454;
    font-weight: 600;
    width: 100%;
    position: relative;
}
.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: 15px;
    background: #fff;
    width: 100%;
	border-top: 2px solid #f7d919;
}

/* FIM MENU MOBILE */


/* BLOG STYLE */


.noticia a {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.noticia img {
    width: 100%;
    transition: all .3s;
}

.noticia:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

.noticia.noticia_principal h1 {
    color: #fff;
    font-weight: 600;
    line-height: 2.25rem;
    padding: 25px;
    transition: all .3s;
}
.noticia.noticia_principal h1:hover {
    color: #fad41d;
    transition: all .3s;
}
.noticia.noticia_principal > .title_principal {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.3) 100%);
}
.noticia.noticia_principal {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}



.noticia.noticia_item > div {
    background: #ffff;
    padding: 15px 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.noticia.noticia_item h2.title {
    color: #063d70;
    font-weight: 600;
}
.noticia.noticia_item h2.title:hover {
    color: #fad41d;
}
.noticia.noticia_item p {
    font-size: 1rem;
}

.btn-leia-mais {
    color: #333a;
    font-size: 1.125rem;
    font-weight: 600;
}
ul.menu-categorias li a:hover,
.btn-leia-mais:hover {
    color: #fad41d;
}
ul.menu-categorias {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
ul.menu-categorias li a {
    color: #063d70;
    font-weight: 600;
    padding: 5px 20px;
    display: block;
}
.navigation.pagination {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
}

.nav-links .page-numbers {
    color: #063d70;
    transition: all .2s;
}
.nav-links .page-numbers.current {
    color: #545454c2;
}
.nav-links .page-numbers .page-number {
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nav-links .page-numbers.current .page-number:hover {
    background-color: transparent;
    color: #545454c2;
}
.nav-links .page-numbers .page-number:hover {
    background-color: #fad41d;
    color: #fff;
    transition: all .2s;
}
.banner {
    text-align: center;
    margin-bottom: 24px;
}

.interna_blog h1.title {
    color: #063d70;
    font-weight: 600;
    font-size: 3rem;
}
.interna_blog h3 {
    color: #545454;
    margin-bottom: 30px;
    margin-top: 60px;
}


/* FIM BLOG STYLE */

/* MEDIA QUERIES */

@media screen and (max-width: 1199px){

    .sidebar {
        display: grid;
        grid-template-columns: 2fr 2fr;
        gap: 30px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px){
    .interna_blog h1.title,
    .noticia.noticia_principal h1 {
        font-size: 2rem;
    }
    .menuMobile {
        width: 100vw;
    }
    
}

@media screen and (max-width: 470px){
    .col-6 {
        width: 100%;
    }

}
/* FIM MEDIA QUERIES */