/*
Theme Name: MOVEIS DE ACO CONFIANCA
Theme URI: https://www.agenciahelp360.com.br/
Description: MOVEIS DE ACO CONFICANCA - Tema exclusivo Elroi TI
Author: Giordano Magalhaes
Author URI: https://www.elroi.com.br/
*/
/*
font-family: 'Anton', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/

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

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

img {
	max-width:100%;
}
.img100 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}

a {
	color: #ff0000;
	text-decoration:none;
}
a:visited {
	color: #ff0000;
	text-decoration:none;
}
a:hover {
	color: #ff7b00;
	text-decoration:none;
}
a:active {
	color: #ff0000;
	text-decoration:none;
}

.red {
    color: #c53438;
}

.fw400 {
    font-weight: 400;
}
.fw700 {
    font-weight: 700;
}
/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 98;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(255,255,255,1.00);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.40);
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo {
	padding: 15px 0;
}

.header_scroll {
    position: fixed;
    background-color: rgba(255,255,255,0.98);
    padding: 0;
}
.header_scroll #header-logo {
	padding: 5px 0;
}
.header_scroll #header-logo img {
	height: 40px;
}

#header-sep {
    height: 108px;
}
/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
}
#menuprinc li {
    position: relative;
    margin: 0 5px;
}
#menuprinc ul ul {
    display: none;
    position: absolute; top: 42px; left: 0;
    background-color: rgb(255,255,255);
    box-shadow: 4px 4px 7px 0 rgba(0,0,0,0.20);
    border-top: rgba(255,123,0,0.00) solid 1px;
    transition: all 200ms linear;
}
#menuprinc ul ul:hover {
    border-top: rgba(255,123,0,1.00) solid 1px;
}
#menuprinc ul li:hover ul {
    display: block;
}
#menuprinc ul ul li {
    margin: 4px;
}
#menuprinc ul ul a {
    padding: 10px 18px;
    background-color: rgb(245,245,245);
    font-size: 14px;
    white-space: nowrap;
}
#menuprinc ul ul a:hover {
    background-color: rgb(255,255,255);
}
#menuprinc a {
    display: block;
    padding: 15px 20px 7px;
    font-size: 18px; line-height: 18px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    color: #ff7e00;
}
#menuprinc .current-menu-item a {
    color: #ff7e00;
}

#menuprinc .fa-chevron-down {
    font-size: 14px;
    opacity: 0.7;
}

.menuprinc_barrinha {
    margin-top: 3px;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #ff7e00;
    transition: all 200ms ease-out;
}
#menuprinc a:hover .menuprinc_barrinha {
	width:100%;
    background-color: #ff7e00;
}
#menuprinc ul ul .menuprinc_barrinha {
    display: none;
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: #000;
    transition: all 200ms linear;
}
#menumob-btn:hover {
    color: rgb(77, 77, 77);
}
#menumob-btn img {
    display: block;
    margin: 0 auto 5px;
    width: 40px;
    height: 30px;
    object-fit: contain;
    object-position: center;
}
#menumob {
    display: none;
    position: fixed; top: 0; left: 0;
    z-index: 99;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
}
#menumob-wrap {
    display: none;
    position: absolute; top: 0; right: 0;
    background-color: #fff;
    width: 100%; max-width: 500px;
    height: 100%;
}
#menumob-top {
    position: relative;
}
#menumob-logo {
    padding: 50px 10px;
    text-align: center;
}
#menumob-logo img {
    height: 40px;
}
#menumob-close {
    position: absolute; top: 10px; right: 20px;
}
#menumob-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menumob-menu li {
    display: block;
}
#menumob-menu a {
    display: block;
    padding: 10px 20px;
    background-color: rgba(253,253,253,1.00);
    border-bottom: rgba(235,235,235,1.00) solid 1px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    transition: all 200ms linear;
}
#menumob-menu li li a {
    padding: 10px 20px 10px 40px;
}
#menumob-menu a:hover {
    background-color: rgba(235,235,235,1.00);
}

#menumob-rs {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#menumob-rs a {
    position: relative;
    margin: 0 10px;
    width: 40px; height: 40px;
    background-color: #ff7e00;
    border-radius: 50%;
    border: #ff7e00 solid 2px;
    color: #fff;
    transition: all 200ms linear;
}
#menumob-rs a:hover {
    background-color: #000;
    border: #000 solid 2px;
}
#menumob-rs a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    transition: all 200ms linear;
}

/* <- MENUPRINC*/

/* -> INI */

.section-title {
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #000;
}
.section-subtitle {
    margin-top: -5px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.section-title-sep {
    margin: 40px auto 40px -24px;
    width: 100px;
    height: 1px;
    background-color: #ff7b00;
}
.oj {
    color: #ff7b00;
}
a.btn-oj {
    display: inline-block;
    padding: 10px 30px 6px;
    min-width: 220px;
    background-color: #ff7b00;
    border-radius: 7px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    transition: all 200ms linear;
}
a.btn-oj:hover {
    background-color: #000;
    color: #ff7b00;
}

/*** qs ***/
#qs {
    background-color: #fff;
    padding: 70px 0;
}
#qs .wrap {
    display: flex;
    justify-content: space-between;
}
#qs-la {
    padding-right: 40px;
    max-width: 450px;
}
#qs-lb {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.qs-lb-item {
    flex-shrink: 0;
}
.qs-lb-item:nth-child(2) {
    margin-left: 30px;
}
.qs-lb-item-img {
    width: 350px;
    height: 470px;
    object-fit: cover;
    object-position: center;
}
#qs-btn {
    margin-top: 40px;
}


a.qs-lb-item-link {
    position: relative;
    display: block;
}
.qs-lb-item-overlay {
    position: absolute; top: 0; left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: #ff7b00;
    opacity: 0;
    transition: all 200ms linear;
}
.qs-lb-item-title {
    position: absolute; bottom: 0; left: 0;
    z-index: 9;
    width: 100%;
    padding: 20px;
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    color: #fff;
    transition: all 200ms linear;
}
a.qs-lb-item-link:hover .qs-lb-item-overlay {
    opacity: 0.8;
}

/*** sep ***/
#sep {
    background-image: url(/wp-content/themes/mconfianca/img/sep-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
#sep .section-title {
    color: #fff;
    text-align: center;
}
#sep .section-subtitle {
    margin: -5px auto 0;
    color: #fff;
    text-align: center;
}
#sep .section-title-sep {
    margin: 40px auto;
}
#sep .section-content {
    margin: auto;
    max-width: 1000px;
    color: #fff;
}
#sep-btn {
    margin-top: 40px;
    text-align: center;
}
#sep-btn a.btn-oj {
    display: inline-flex;
}
#sep-btn [class*="fa-"] {
    font-size: 24px;
}
#sep-btn div {
    flex-grow: 0;
}
#sep-btn div:nth-child(1) {
    margin-right: 7px;
}

/*** ini-portfolio ***/
#ini-portfolio {
    background-color: #fff;
    padding: 70px 0;
}
#ini-portfolio .section-title {
    font-size: 50px;
    text-align: center;
}
.ini-portfolio-item {
    margin: 30px auto;
}
.ini-portfolio-item a {
    position: relative;
    display: block;
}
.ini-portfolio-item a:hover .ini-portfolio-overlay {
    background-color: #ff7b00;
}
.ini-portfolio-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
}
.ini-portfolio-overlay {
    position: absolute; top: 0; left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    transition: all 200ms linear;
    opacity: 0.8;

    /* 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 */
}
.ini-portfolio-title {
    position: absolute; bottom: 0; left: 0;
    z-index: 9;
    width: 100%;
    padding: 40px 20px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

#ini-portfolio-btn {
    text-align: center;
}

/*** clientes ***/
#ini-clientes {
    position: relative;
    padding: 50px 0 10px;
    background-image: url(/wp-content/themes/mconfianca/img/cliente-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ini-clientes-img {
    margin: auto;
    width: 130px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
    opacity: 0.7;
    transition: all 200ms linear;
}
.ini-clientes-img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/*** insta ***/
#insta {
    display: none;
    margin: 0 auto 70px;
}

/* <- INI */


/* -> FOOTER */
#footer-l1 {
    margin-top: -30px;
    padding: 80px 0 40px;
    background-color: #ff7e00;
    color: #fff;
}
#footer-l1 .wrap {
    display: flex;
    justify-content: space-between;
}
.footer-col {
    max-width: 400px;
}

#footer-l2 {
    background-color: #f3f2ee;
}
#footer-l2 .wrap {
    border-top: #ccc solid 1px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
    color: rgb(0, 0, 0);
    text-align: center;
}

#footer-copy {
    margin-top: 20px;
    font-size: 16px;
}

.footer-info-item {
    display: flex;
    font-size: 18px;
}
.footer-info-item:nth-child(2) {
    margin: 20px 0;
}
.footer-info-icon {
    margin: 0 10px 0 0;
    width: 20px;
    flex-shrink: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

#footer-rs {
    margin-top: 15px;
    display: flex;
}
#footer-rs a {
    position: relative;
    margin: 0 7px 0 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: #fff solid 2px;
    color: #fff;
    transition: all 200ms linear;
}
#footer-rs a:hover {
    background-color: #fff;
    color: #ff7e00;
}
#footer-rs a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    transition: all 200ms linear;
}

a.body-whats {
    position: fixed; bottom: 20px; right: 20px;
    width: 50px; height: 50px;
    border-radius: 50%;
    background-color: rgba(58,189,0,1.00);
    font-size: 34px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
a.body-whats:hover {
    background-color: rgba(50,165,0,1.00);
}
a.body-whats .fa-whatsapp {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

#footer-whatsapp {
    position: fixed; bottom: 10px; right: 10px; z-index: 999;
}
#footer-whatsapp-box {
    width: 100%;
    display: none;
    width: 280px;
    margin: auto 10px -14px auto;
    border-radius: 7px 7px 0 0;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #545454;
}
#footer-whatsapp-box-frm {
    padding: 10px;
}
#footer-whatsapp-box-setinha {
    display: none;
}
#footer-whatsapp-box-title {
    margin-bottom: 10px;
    font-size: 16px; line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.footer-whatsapp-box-lst-item {
    margin-bottom: 7px;
}
.footer-whatsapp-box-lst-item:last-child {
    margin-bottom: 0;
}
.footer-whatsapp-box-lst-item a {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding: 10px;
    background-color: #f3f2ee;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.footer-whatsapp-box-lst-item a:hover {
    background-color: #eceae2;
    color: rgb(77, 77, 77);
}
.footer-whatsapp-box-lst-item-icon {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1bd741;
    text-align: center;
}
.footer-whatsapp-box-lst-item-icon [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff;
}
.footer-whatsapp-box-lst-item-txt {
    padding-left: 10px;
}

/*** fAtend ***/
#fAtend {
    position: fixed; bottom: 0; right: 20px; z-index: 10;
    width: 100%; max-width: 160px;
    transition: all 200ms;
}
#fAtend.aberto {
    max-width: 240px;
}
#fAtend-start {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px 2px 10px;
    background-color: #000000;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 0 7px 0 #545454;
    opacity: 0.92;
    color: rgb(255, 153, 0);
    transition: all 200ms linear;
}
#fAtend-start:hover, #fAtend.aberto #fAtend-start {
    cursor: pointer;
    opacity: 1;
    padding: 6px 20px 3px 20px;
    background-color: #000000;
    color: rgb(255, 153, 0);
}
#fAtend-start-icon {
    margin: -5px 0;
}
#fAtend-start-txt {
    margin-left: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
#fAtend-box {
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 7px 0 #545454;
}
#fAtend-box-frm {
    padding: 10px;
}
#fAtend-box-setinha {
    display: none;
}
#fAtend-box-title {
    margin-bottom: 10px;
    font-size: 16px; line-height: 18px;
    font-weight: 500;
    text-align: center;
}
.fAtend-box-lst-item {
    margin-bottom: 7px;
}
.fAtend-box-lst-item:last-child {
    margin-bottom: 0;
}
.fAtend-box-lst-item a {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding: 10px;
    background-color: #f3f2ee;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}
.fAtend-box-lst-item a:hover {
    background-color: #eceae2;
    color: rgb(77, 77, 77);
}
.fAtend-box-lst-item-icon {
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1bd741;
    text-align: center;
}
.fAtend-box-lst-item-icon [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px;
    color: #fff;
}
.fAtend-box-lst-item-txt {
    padding-left: 10px;
}


/*** btn-abas ***/
#btn-abas {
    position: fixed; top: 50%; right: 0; z-index: 998;
    transform: translateY(-50%);
}
#btn-abas a {
    display: block;
}

/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 70px 0;
    background-color: rgba(245,245,245,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #c3c3c3;
}
.page-content {
    margin: 40px 0 70px;
    min-height: 200px;
}
/* <- PAGE TITLE */

/* -> CONTATOS */
#f_contato {
    max-width: 800px;
    margin: auto;
}
/* <- CONTATOS */

/* -> CATEGORIAS */
.categoria-lista {
    list-style:none; margin:0; padding:0;
    text-align:center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.categoria-item a {
    display: block;
	font-weight:700;
	transition:all 200ms linear;
}
.categoria-imagem {
    width:100%; height:320px;
    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;
}
/* <- CATEGORIAS */

/* -> PRODUTOS */
.wp-block-image img {
    height: auto !important;
}

.catProd_menuA {
    margin-bottom: 40px;
    text-align: center;
}
.catProd_menuA a {
    display: inline-block;
    padding: 14px 30px;
    margin: 15px;
    background-color: #ff7e00;
    border-radius: 7px;
    font-weight: 700;
    color: #000;
    transition: all 200ms linear;
}
.catProd_menuA a:hover {
    background-color: #000;
    color: #fff;
}

.catProd_menuB {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.catProd_menuB a {
    padding: 7px 14px;
    margin: 5px;
    background-color: rgba(245,245,245,1.00);
    border-radius: 7px;
    border: rgba(235,235,235,1.00) solid 1px;
    color: #000;
    transition: all 200ms linear;
}
.catProd_menuB a:hover {
    border: rgba(215,215,215,1.00) solid 1px;
    background-color: rgba(255,255,255,1.00);
    color: #ff7e00;
}
.catProd_menuB a.current {
    background-color: #ff7e00;
    border: #ff7e00 solid 1px;
    color: #000;
}
.catProd_menuB a.current:hover {
    background-color: #ff5100;
    border: #ff5100 solid 1px;
    color: #fff;
}

.produtos-loading {
    font-size: 24px;
    color: rgb(141, 141, 141);
    text-align: center;
}

.produtosLst {
    list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.produtosLst li {
    position: relative;
}
.produtosLst-img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
.produtosLst-overlay {
    position: absolute;
    top: 0; left: 0;
    z-index: 1;
    width: 100%; height: 100%;
    background-color: rgba(255,126,0,0.00);
    transition: all 200ms linear;
}
.produtosLst li:hover .produtosLst-overlay {
    background-color: rgba(255,126,0,0.80);
}
.produtosLst-overlayFrm {
    position: absolute;
    bottom: 0; left: 0;
    padding: 20px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, 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) 1%,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) 1%,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 */

}
.produtosLst-title {
    font-family: 'Anton', sans-serif;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
/* <- PRODUTOS */