/*
Theme Name: ESTRUTURA SOLAR JM
Theme URI: https://www.estruturasolarjm.com.br/
Description: ESTRUTURA SOLAR JM - Tema exclusivo Elroi TI
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'Poppins', sans-serif;
*/

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

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

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

a {
	color: #3f7286;
	text-decoration:none;
}
a:visited {
	color: #3f7286;
	text-decoration:none;
}
a:hover {
	color: #e04445;
	text-decoration:none;
}
a:active {
	color: #3f7286;
	text-decoration:none;
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 99;
	width: 100%;
    background-color: #fff;
}
#header-top {
    background-color: #010042;
}
#header-top-la {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
}
#header-top-la-desc {
    font-size: 16px; line-height: 16px;
    font-weight: 700;
    color: #00bfff;
    text-transform: uppercase;
}
#header-top-lb {
    display: flex;
    gap: 5px;
    padding: 5px 0;
    font-size: 22px;
}
#header-top a, #header-top a:active, #header-top a:visited {
    color: rgba(255,255,255,0.8);
    transition: all 200ms linear;
}
#header-top a:hover {
    color: rgba(255,255,255,1.00);
}
#header-top-la [class*="fa-"] {
    margin-right: 5px;
}
#header-top-lb a {
    position: relative;
    width: 34px; height: 34px;
    border-radius: 50%;
    background-color: #1c8edc;
    color: #fff;
    transition: all 200ms linear;
}
#header-top-lb a:hover {
    color: #0055ff;
    background-color: #fff;
}
#header-top-lb [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
#header-body {
    padding: 10px 0;
}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo img {
    max-height: 64px;
}

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

#header-sep {
    height: 128px;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}
#menuprinc li {
    position: relative;
    padding: 0;
}
#menuprinc ul ul {
    position: absolute; top: 40px; left: 0; z-index: 99;
    display: none;
    background-color: rgba(255,255,255,0.98);
    padding: 7px 10px 5px;
    border-radius: 2px 2px 10px 10px;
    border-top: #00543f solid 2px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.3);
    transition: all 200ms linear;
}
#menuprinc ul ul li {
    margin: 5px 0;
}
#menuprinc ul li:hover ul {
    display: block;
}
#menuprinc a {
    display: block;
    font-size: 16px; line-height: 16px;
    font-weight: 700;
    color: #010042;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover, #menuprinc .current_page_item a {
    color: #0055ff;
}

#menuprinc ul ul a {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
#menuprinc a .menuprinc_barrinha {
    display: none;
    width: 0;
    height: 2px;
    background-color: #0055ff;
    transition: all 200ms linear;
}
#menuprinc a:hover .menuprinc_barrinha, #menuprinc .current_page_item a .menuprinc_barrinha {
    width: 100%;
    background-color: #0055ff;
}

#menuprinc .linkDestaque a {
    padding: 10px 24px;
    border-radius: 30px;
    background-color: #010042;
    color: #fff;
}
#menuprinc .linkDestaque a:hover {
    background-color: #0055ff;
}

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

#menumob-rs {
    display: flex;
    justify-content: center;
    gap: 10px;
}
#menumob-rs a, #menumob-rs a:active, #menumob-rs a:visited {
    color: rgba(255,255,255,0.8);
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    color: rgba(255,255,255,1.00);
}
#menumob-rs a {
    position: relative;
    display: block;
    width: 54px; height: 54px;
    border-radius: 50%;
    background-color: #065e99;
    font-size: 30px;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: #1c8edc;
}
#menumob-rs [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
/* <- MENUPRINC*/

/* -> INI */
.section-title {
    position: relative;
    font-size: 40px; line-height: 48px;
    font-weight: 700;
    color: #010042;
    letter-spacing: -1px;
    text-align: center;
}
.section-title .green {
    color: #0020c2;
}
.section-subtitle {
    font-size: 16px; line-height: 16px;
    font-weight: 500;
    color: #007ab6;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-title img {
    display: block;
    margin: 30px auto 0;
}
.section-content {
    margin-top: 70px;
}

/*** ini-vantagens ***/
#ini-vantagens {
    background-color: rgba(245,245,245,1.00);
}
#ini-vantagens-lst {
    transform: translateY(-70px);
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.ini-vantagens-lst-item {
    background-color: #fff;
    box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
    max-width: 300px;
    text-align: center;
}
.ini-vantagens-lst-item-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    object-position: center;
    filter: invert(6%) sepia(80%) saturate(3985%) hue-rotate(241deg) brightness(80%) contrast(120%);
}
.ini-vantagens-lst-item-titulo {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #007ab6;
    text-transform: uppercase;
}
.ini-vantagens-lst-item-conteudo {
    font-size: 16px;
    color: #303030;
}
.ini-vantagens-lst-item-conteudo p:last-child {
    margin-bottom: 0;
}

/* ini-produtos */
#ini-produtos {
    padding: 0 0 70px;
    background-color: rgba(245,245,245,1.00);
}
.ini-produtos-lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.ini-produtos-lst-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.ini-produtos-lst-item-img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.ini-produtos-lst-item-titulo {
    font-size: 24px;
    font-weight: 700;
    color: #010042;
    text-transform: uppercase;
}
.ini-produtos-lst-item-texto {
    margin-top: 16px;
    font-weight: 500;
    color: #88a4b2;
}
.ini-produtos-tufao {
    transform: translate(40px, -7px);
    max-width: 270px;
}

/* ini-projeto */
#ini-projeto {
    padding: 100px 0;
    background-image: url(/wp-content/themes/jm/img/projeto-bg.jpeg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
#ini-projeto-l1 {
    max-width: 1000px;
    margin: auto;
    font-size: 60px; line-height: 68px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
    letter-spacing: -2px;
}
#ini-projeto-l2 {
    margin-top: 50px;
}
#ini-projeto-l2 a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #0051ff;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#ini-projeto-l2 a:hover {
    background-color: #007ab6;
}

/* ini-parceiros */
#ini-parceiros {
    padding: 70px 0;
    background-color: #fff;
}
.ini-parceiros-item {
    padding: 30px;
}
.ini-parceiros-imagem {
    margin: auto;
    width: 320px;
    height: 120px;
    object-fit: contain;
    object-position: center;
}

/* ini-faqs */
#ini-faqs {
    background-color: rgba(230,230,230,1.00);
    padding: 70px 0;
}
.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: #007ab6;
    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: #007ab6;
    color: #fff;
}
.faqs-lst-item-body {
    padding: 24px 20px 10px;
    border-top: #bfd2dc solid 1px;
    display: none;
}

/*** contato ***/
#contato {
    position: relative;
    padding: 80px 0;
    background-image: url(/wp-content/themes/jm/img/contatos-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.contato-painel {
    position: absolute;
    bottom: 0; right: 20px;
    max-width: 280px;
}
#contato .wrap {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}
#contato-la, #contato-lb {
    width: 100%;
    max-width: 500px;
}
.contato-item {
    margin-bottom: 30px;
    display: flex;
}
.contato-item-icon {
    margin-top: -2px;
    width: 30px;
    font-size: 20px;
    color: #0051ff;
    text-align: center;
}

/* <- INI */

/* -> FOOTER */
footer {
    padding: 14px 0;
    background-color: #010023;
    font-size: 14px;
    color: #53ddff;
    text-align: center;
}

/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 70px 0;
    background-color: #010023;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #c3c3c3;
}
.conteudoBigTitle-crumbs a {
    color: #00bfff;
    transition: all 200ms linear;
}
.conteudoBigTitle-crumbs a:hover {
    color: #38d0aa;
}
.page-content {
    margin: 40px 0;
    min-height: 200px;
}
/* <- PAGE TITLE */

/* -> FALE CONOSCO */
#frm_contato, #frm_orcamento {
    max-width: 700px;
    margin: auto;
}
/* <- FALE CONOSCO */

/* -> SERVICOS */
.prodserv-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin: auto;
}
.prodserv-lst-item {
    position: relative;
    border: #c6dbe9 solid 1px;
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
    transition: all 200ms linear;
}
.prodserv-lst-item a {
    display: block;
    height: 100%;
    padding: 40px 20px;
}
.prodserv-lst-item a:hover {
    color: #004675;
}
.prodserv-lst-item:hover {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1);
    border: #0099ff solid 1px;
}
.prodserv-lst-item-icon {
    position: relative;
    margin: auto;
    background-color: #cfd8dd;
    width: 100px; 
    height: 100px;
    border-radius: 50%;
}
.prodserv-lst-item-icon img {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.prodserv-lst-item-title {
    margin: 10px auto 0;
    font-size: 22px; line-height: 26px;
    font-weight: 700;
    letter-spacing: -1px;
}
.prodserv-lst-item-sep {
    max-width: 200px;
    margin: auto;
}
/* <- SERVICOS */

/* -> CATEGORIAS */
.categoria-lista {
    list-style:none; margin:0; padding:0;
    text-align:center;
}
.categoria-item {
    display:inline-block; vertical-align:top;
    margin:20px 10px;
    width:100%; max-width:340px;
	text-align:left;
}
.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;
    -webkit-box-shadow: 1px 1px 2px 0 #696969;
    box-shadow: 1px 1px 2px 0 #696969;
}
.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;
}
.categoria-vermais {
	display:inline-block;
	padding:3px 10px;
	border-radius:3px;
	background-color:rgba(187,0,0,1.00);
	font-size:12px;
	color:rgba(255,255,255,1.00) !important;
}
.categoria-vermais:hover {
	background-color:rgba(255,0,0,1.00);
	color:rgba(255,255,255,1.00) !important;
}

/*** parceiros ***/
.int-parceiros-lst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.int-parceiros-lst-item-img {
    width: 270px;
    height: 140px;
    object-fit: contain;
    object-position: center;
}

.prodCat-cat {
    margin: 50px auto 20px;
    padding: 20px;
    background-color: #eff3f6;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #00082d;
}
.prodCat-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.prodCat-item-imagem {
    margin: auto;
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.prodCat-item-imagem.prodCat-item-imagem-vert {
    height: 350px;
}
.prodCat-item-imagem.prodCat-item-imagem-mini {
    max-width: 250px;
    height: 150px;
}
.prodCat-item-titulo {
    margin-top: 20px;
    font-weight: 700;
    text-align: center;
}

/* <- CATEGORIAS */

/* -> SINGLE */
.produtoPage-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 700;
}
.produtoPage-noimg {
    margin-right: 20px;
    width: 100px;
    height: 100px;
}
.produtoPage-sectionTitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.produtoPage-frm {
    display: flex;
}
.produtoPage-imgFrm {
    margin-right: 20px;
    flex-shrink: 0;
}
.produtoPage-img {
    width: 280px;
    height: 280px;
    object-fit: contain;
    object-position: center top;
}

.prodSingle-frm {
    max-width: 800px;
    margin: auto;
}
.prodSingle-l1 {
    display: flex;
    gap: 30px;
}
.prodSingle-l1-la {
    
}
.prodSingle-l1-img {
    display: block;
    margin: auto;
    max-width: 400px;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
}
.prodSingle-l1-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}
.prodSingle-l2 {
    margin-top: 50px;
}
/* <- SINGLE */