/*
Theme Name: FGENERGIAS
Theme URI: https://www.elroi.com.br/
Description: FGENERGIAS - Tema exclusivo Elroi
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* -> GERAL */
html, body {
	height: 100%;
}
body {
    margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 400;
	color: rgba(30,30,30,1.00);
}
.body-modal {
    overflow: hidden;
}

.wrap {
	 position: relative;
	 width: 100%; max-width: 1200px;
	 margin: auto;
}
.wrapShort {
    max-width: 1000px;
}

img {
	max-width:100%; height: auto;
}

a {
	color: #0d9ef1;
	text-decoration:none;
}
a:visited {
	color: #0d9ef1;
	text-decoration:none;
}
a:hover {
	color: #00598d;
	text-decoration:none;
}
a:active {
	color: #0d9ef1;
	text-decoration:none;
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 98;
	width: 100%;
    background-color: #fff;
    transition: all 200ms linear;
}
#header-top {
    background-color: #222;
    font-size: 12px;
    color: #fff;
}
#header-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-item {
    padding: 7px 0;
}
.header-top-item a {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}
#header-body {
    padding: 40px 0;
}
#header-body .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo-img {
    height: 47px;
}

.header-scroll {
    position: fixed;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.header-scroll #header-top {
    display: none;
}
.header-scroll #header-body {
    padding: 10px 0;
}
.header-scroll #header-logo-img {
    height: 40px;
}

#menumob-rs {
    display: flex;
    justify-content: center;
}
#menumob-rs a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px;
    color: #0d9ef1;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: #222;
}
#menumob-rs [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
.menumob-rs-circle {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0d9ef1;
    font-size: 30px;
    color: #fff;
}
.menumob-rs-txt {
    margin-left: 7px;
    text-align: left;
}
.menumob-rs-txt-small {
    font-size: 12px;
    font-weight: 300;
    text-transform: lowercase;
}
.menumob-rs-txt-big {
    font-size: 16px;
    font-weight: 700;
    text-transform: lowercase;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
}
#menuprinc li {
    margin: 0;
}
#menuprinc a {
    display: block;
    padding: 5px 12px;
    border:  rgba(252,185,0,0.00) solid 1px;
    border-radius: 7px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #464646;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    color: #0d9ef1;
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: #000;
}
#menumob {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.98);
    padding: 20px 0 120px;
    overflow-y: auto;
    text-align: center;
}
#menumob-logo {
    padding-top: 20px;
}
#menumob-logo img {
    max-height: 44px;
}
#menumob-menu {
    margin: 30px 0;
}
#menumob-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menumob-menu li {
    margin: 15px auto;
    width: fit-content;
}
#menumob-menu a {
    display: block;
    padding: 0 15px;
    font-size: 22px;
    font-weight: 500;
    color: #425172;
    transition: all 200ms linear;
}
#menumob-menu a:hover {
    color: #0051ff;
}

#menumob-menu .menuprincAtention a {
    padding: 7px 25px;
    border:  none;
    border-radius: 30px;
    color: #fff;
    background-color: rgba(7,90,198,1.00);
}
#menumob-menu .menuprincAtention a:hover {
    border:  none;
    background-color: rgba(252,185,0,1.00);
    color: rgba(0,0,0,1.00);
}
/* <- MENUPRINC*/

/* -> INI */
.section-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.section-subtitle {
    font-size: 20px;
    font-weight: 400;
}
.section-content {
    font-weight: 400;
    color: #464646;
}
.blue {
    color: #0b9ef1;
}
a.blueBtn {
    display: block;
    margin: auto;
    width: fit-content;
    padding: 10px 50px;
    background-color: #0b9ef1;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.blueBtn:hover {
    background-color: #2969B0;
}
a.oj {
    display: block;
    margin: auto;
    width: fit-content;
    padding: 10px 50px;
    background-color: #D87700FF;
    border-radius: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.oj:hover {
    background-color: #F18500FF;
}

/*** quem-somos ***/
#quem-somos, #quem-somos2 {
    padding: 70px 0;
}
.quemSomos-l1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quemSomos-l2-lb {
    margin-top: -70px;
    width: 45%;
    flex-shrink: 0;
}
.quemSomos-l2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
}
.quemSomos-l2 .section-title {
    margin-bottom: 10px;
}
.qs-l1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.qs-l1-la {
    text-align: center;
}
.qs-l1-la img {
    max-width: 500px;
    width: 100%;
}
.qs-l1-lb {
    display: grid;
    gap: 30px;
}
.qs-l1-lb-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #464646;
}
.qs-l1-lb-item-content {

}
.qs-l3 {
    margin: 70px auto;
}
.qs-l3 a {
    width: 100%;
    font-size: 30px;
    text-align: center;
}
.qs-l2 {
    display: grid;
    max-width: 1000px;
    margin: auto;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.qs-item {
    padding: 10px 12px;
    background-color: #f5f5f5;
}
.qs-item:nth-child(1) {
    border-bottom: #bfdcfc solid 5px;
}
.qs-item:nth-child(2) {
    border-bottom: #67a7ef solid 5px;
}
.qs-item:nth-child(3) {
    border-bottom: #0754ab solid 5px;
}
.qs-item-l1, .qs-item-l2 {
    
}
.qs-item-l1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #c7c7c7 solid 1px;
}
.qs-item-title {
    font-size: 22px; line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #002752;
    text-transform: uppercase;
}
.qs-item-l2 {
    font-size: 14px;
}

#qsSep {
    padding: 100px 0;
    background-image: url(/wp-content/themes/fg/img/qs-bg-energia.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.qsSep-l1 {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #fff;
}
.qsSep-l2 a.linkbco {
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: all 200ms linear;
}
.qsSep-l2 a.linkbco span {
    color: #0b9ef1;
}
.qsSep-l2 a.linkbco:hover {
    background-color: #00283f;
    color: #fff;
}
.qsSep-l2 a.linkbco:hover span {
    color: #86cbf3;
}

/*** solucoes-em-energia ***/
#solucoes-em-energia {
    padding: 70px 0;
    background-color: #ecf2f9;
}
.solucoes-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.solucoes-item {
    overflow: hidden;
    border-radius: 10px;
}
.solucoes-item:hover {
    cursor: pointer;
}
.solucoes-item-tipo {
    padding: 3px 14px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    text-align: right;
}
.solar .solucoes-item-tipo {
    background-color: #ffae00;
}
.eolica .solucoes-item-tipo {
    background-color: #3bb3f7;
}
.solucoes-item-box {
    position: relative;
    background-color: #00598d;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.solucoes-item-box-1 {
    position: absolute; bottom: 0; left: 0; z-index: 1;
    padding: 70px 14px 12px;
    width: 100%;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}
.solucoes-item-title-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.solucoes-item-icon {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 7px;
    flex-shrink: 0;
}
.solucoes-item-icon img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 34px; height: 34px;
    object-fit: contain;
    object-position: center;
}
.solucoes-item-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.solucoes-item-box-2 {
    position: absolute; top: 200px; left: 0; z-index: 2;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 17px 20px;
    background-color: rgba(255, 255, 255, 0.97);
    transition: all 200ms ease-in;
}
.solar .solucoes-item-box-2 {
    background-color: rgba(255, 247, 230, 0.97);
}
.eolica .solucoes-item-box-2 {
    background-color: rgba(213, 232, 243, 0.97);
}
.solucoes-item-box-2.show {
    top: 0;
    height: 100%;
    opacity: 1;
}
.solucoes-item-box-2-l1 {
    display: flex;
}
.solucoes-item-box-2-l1 .solucoes-item-title {
    color: #000;
}
.solucoes-item-box-2-l2 {
    margin-top: 17px;
}

/*** projetos ***/
#projetos {
    padding: 70px 0;
}
#projetos .section-title {
    text-align: center;
}
.projetos-menu {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
a.projetos-menu-item {
    padding: 7px 20px;
    background-color: #000;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: all 200ms linear;
}
a.projetos-menu-item:hover {
    background-color: rgb(50, 50, 50);
}
a.projetos-menu-item.active {
    background-color: #0b9ef1;
}
.projetos-loading {
    padding: 100px 0;
    font-size: 30px;
    color: #0571b0;
    text-align: center;
}
.projetos-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.projetos-lst-item {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.14);
    overflow: hidden;
    padding: 7px;
    transition: all 200ms linear;
}
.projetos-lst-item-categorias {
    position: absolute; top: 12px; right: 12px; z-index: 9;
}
a.projetos-lst-item-categorias-link {
    display: block;
    width: fit-content;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: #0d9ef1;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
}
.projetos-lst-item:hover {
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.3);
}
.projetos-lst-item a.projetos-lst-item-link {
    display: block;
    color: #000;
    transition: all 200ms linear;
}
.projetos-lst-item a.projetos-lst-item-link:hover {
    color: #0d9ef1;
}
.projetos-lst-item-imgFrm {
    border-radius: 7px;
    overflow: hidden;
}
.projetos-lst-item-imgFrm img {
    width: 100%;
    max-height: 190px;
    object-fit: cover;
    object-position: center;
}
.projetos-lst-item-txt {
    padding: 5px;
}
.projetos-lst-item-title {
    font-weight: 500;
}
.projetos-lst-item-descricao {
    font-weight: 300;
}

/*** perguntas-frequentes ***/
#perguntas-frequentes {
    padding: 70px 0;
    background-color: #2969b0;
}
#perguntas-frequentes .section-title {
    color: #fff;
    text-align: center;
}
.faqs-lst {
    max-width: 800px;
    margin: auto;
}
.faqs-lst-item {
    margin: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 20px 0 #00000028;
}
.faqs-lst-item-title {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;
    color: #0b9ef1;
    transition: all 200ms linear;
}
.faqs-lst-item-title [class*="fa-"] {
    margin-right: 5px;
}
.faqs-lst-item-title [class*="fa-circle"] {
    opacity: 0.4;
}
.faqs-lst-item-title:hover {
    cursor: pointer;
    background-color: #0b9ef1;
    color: #fff;
}
.faqs-lst-item-body {
    padding: 10px 20px;
    border-top: #0b9ef1 solid 1px;
    display: none;
}

/*** fotos ***/
#fotos {
    padding: 70px 0 0;
    background-color: #fff;
}
#fotos .section-title {
    text-align: center;
}
.fotos-item a {
    display: block;
    margin: auto;
    width: 380px; height: 200px;
}
.fotos-item-img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

/*** projetos ***/
.projetos-title {
    background-image: url(/wp-content/themes/fg/img/projetos-title-bg.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.projetos-title-overlay {
    padding: 80px 0;
    background-color: #00000075;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.projetos-content {
    padding: 70px 0;
    background-color: #2969B0;
}
.projetos-categoria {
    margin: 70px auto 40px;
    padding: 5px;
    background-color: #222;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.projetos-categoria:first-child {
    margin: 0 auto 40px;
}
.projetos-lst {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    font-size: 14px;
    color: #fff;
}
.projetos-item-title {
    font-size: 20px; line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}
.projetos-item-content {
    margin-top: 10px;
    line-height: 24px;
}

/*** videos ***/
#videos {
    padding: 70px 0;
    background-color: #fff;
}
.videos-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.videos-item {
    text-align: center;
}

/* <- INI */


/* -> FOOTER */
.footer-l1 {
    padding: 70px 0;
    background-color: #0296f4;
    color: #fff;
    text-align: center;
}
.footer-l1 .wrap {
    display: flex;
    justify-content: center;
}
.footer-l1-item {
    width: 100%;
    max-width: 400px;
}
.footer-l1-item-icon {
    font-size: 70px;
}
.footer-l1-item-title {
    margin: 20px auto;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-l1-item-content {
    font-size: 14px; line-height: 28px;
    font-weight: 400;
}
.footer-l2 {
    background-image: url(/wp-content/themes/fg/img/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.footer-l3 {
    padding: 20px 0;
    background-color: #222;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#footer-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}

/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 70px 0;
    background-color: #0b9ef1;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.conteudoBigTitle-crumbs a {
    color: #adfbff;
    transition: all 200ms linear;
}
.conteudoBigTitle-crumbs a:hover {
    color: #00feff;
}
.page-content {
    margin: 40px 0;
    min-height: 200px;
}
/* <- PAGE TITLE */

/* -> CATEGORIAS */
.categoria-lista {
    list-style:none; margin:0; padding:0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.categoria-item a {
	font-weight:700;
	transition:all 200ms linear;
}
.categoria-imagem {
    width:100%; height:220px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.categoria-data {
	display:none;
    font-size:12px;
    margin:0;
    text-align:left;
}
.categoria-titulo {
	font-size:18px;
    margin:10px 0 5px 0;
    text-align:left;
}
/* <- CATEGORIAS */

/* -> SINGLE PROJETOS */
.projetosSingle-frm {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.projetosSingle-l1 {
    display: flex;
    gap: 30px;
}
.projetosSingle-l1-img {
    flex-shrink: 0;
}
.projetosSingle-l1-img img {
    width: 100%;
    max-width: 400px;
}
.projetosSingle-l1-info-title {
    font-size: 28px; line-height: 32px;
    font-weight: 700;
}
.projetosSingle-l1-info-itens {
    margin-top: 20px;
}
.projetosSingle-categorias {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.projetosSingle-l2 {
    margin-top: 40px;
}

.projetosSingle-frm .wp-block-gallery {
    display: grid;
    gap: 10px;
}
.projetosSingle-frm .columns-1 {
    grid-template-columns: repeat(1, 1fr);
}
.projetosSingle-frm .columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.projetosSingle-frm .columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.projetosSingle-frm  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
    margin: 0;
}
/* <- SINGLE PROJETOS */