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

font-family: 'Asap Condensed', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Whisper', cursive;
*/

/* -> GERAL */
html, body {
	height: 100%;
}
body {
    position: relative;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: 300;
	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: #295f54;
	text-decoration:none;
}
a:visited {
	color: #295f54;
	text-decoration:none;
}
a:hover {
	color: #339c2f;
	text-decoration:none;
}
a:active {
	color: #295f54;
	text-decoration:none;
}

.transition200 a {
    transition: all 200ms linear !important;
}

#body-flags {
    display: none;
    position: fixed; bottom: 0; right: 0; z-index: 999;
    padding: 5px 15px;
    background-color: rgb(255,255,255,0.9);
    border-radius: 4px 4px 0 0;
}

/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 99;
	width: 100%;
	padding: 10px 0;
    background-color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
}
header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo img {
    max-height: 80px;
}

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


#header-sep {
    height: 100px;
}

#header-flags {
    display: none;
    position: absolute; bottom: -10px; right: 0;
    transform: translateY(50%);
}
.switcher-list {
    display: flex;
    align-items: center;
    gap: 10px;
}
.switcher-list li {
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.0);
    border-radius: 4px;
    overflow: hidden;
}
.switcher-list li.active {
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.2);
}
.switcher-list li a {
    opacity: 0.8;
    transition: all 200ms linear;
}
.switcher-list li a:hover {
    opacity: 1;
}
.switcher-list img {
    transition: all 200ms linear;
}
.switcher-list a img {
    height: 19px;
}
.switcher-list li a img, .switcher-list li>span img {
    margin-right: 0 !important;
}

/* <- HEADER */

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
    gap: 20px;
}
#menuprinc li {
    position: relative;
    padding: 10px 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;
    padding: 0px 7px;
    font-family: 'Asap Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgb(0,0,0);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
    color: #339c2f;
}

#menuprinc ul ul a {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: rgb(70, 70, 70);
}
#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-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: #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-sup {
    font-family: 'Asap Condensed', sans-serif;
    font-size: 20px; line-height: 20px;
    color: #b9ada7;
}
.section-title-big {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 24px; line-height: 30px;
    font-weight: 300;
    color: #49403b;
}
.section-content {
    margin-top: 40px;
    font-size: 18px;
    color: #a9a7a3;
}

.green {
    color: #8a994e;
}

.empresa-btn {
    margin-top: 40px;
}
a.linkBlack {
    color: #000;
    transition: all 200ms linear;
}
a.linkBlack:hover {
    color: #b9ada7;
}

.btn-dg, a.btn-dg, a.btn-dg:link, a.btn-dg:active, a.btn-dg:visited {
    display: inline-block;
    padding: 10px 20px;
    background-color: #626849;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.btn-dg:hover, a.btn-dg:hover {
    background-color: #aebf66;
    color: #fff;
}

/*** produtos ***/
#produtos {
    padding: 50px 0;
    background-image: url(/wp-content/themes/westwood/img/produtos-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: rgba(245,245,245,1.00);
}
.deck {
    grid-area: pDeck;
}
.column {
    grid-area: pColumn;
}
.roof {
    grid-area: pRoof;
}
.slatted {
    grid-area: pSlatted;
}
.door-frame {
    grid-area: pDoorFrame;
}
.u-profile {
    grid-area: pUProfile;
}
.l-profile {
    grid-area: pLProfile;
}
.flat-board-finishing {
    grid-area: pFlatBoardFinishing;
}
.column-cover {
    grid-area: pColumnCover;
}
.plug-holes-finishing {
    grid-area: pPlugHolesFinishing;
}
.sign {
    grid-area: pSign;
}
.produtos-panels {
    display: grid;
    grid-template-areas: 
        'pDeck pDeck pDeck pDeck pDeck pDeck'
        'pColumn pColumn pColumn pRoof pRoof pRoof'
        'pSlatted pSlatted pSlatted pDoorFrame pDoorFrame pDoorFrame'
        'pUProfile pUProfile pUProfile pLProfile pLProfile pLProfile'
        'pFlatBoardFinishing pFlatBoardFinishing pFlatBoardFinishing pColumnCover pColumnCover pColumnCover'
        'pPlugHolesFinishing pPlugHolesFinishing pPlugHolesFinishing pSign pSign pSign'
    ;
    gap: 30px;
}
.produtos-panels-item {
    background-color: rgba(255,255,255,1.00);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 7px;
}
.produtos-panels-item-txt {
    position: relative; z-index: 2;
    padding: 30px;
}
.produtos-panels-item-img {
    margin-left: -50px;
}
.produtos-panels-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #2b452f;
    text-transform: uppercase;
}
.produtos-panels-item-subtitle {
    font-size: 16px;
    color: #4e8135;
}
.produtos-panels-item-btn {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.produtos-panels-item-btn a {
    display: inline-block;
    padding: 5px 20px;
    border: #295f54 solid 1px;
    border-radius: 20px;
    font-size: 14px;
    color: #295f54;
    transition: all 200ms linear;
}
.produtos-panels-item-btn a:hover {
    background-color: #295f54;
    color: #00ffcc;
}
.door-frame .produtos-panels-item-img {
    margin: 50px 10px auto -50px;
}
.u-profile .produtos-panels-item-img {
    margin: 24px 10px auto -50px;
}
.column-cover .produtos-panels-item-img {
    margin: 80px 30px auto -50px;
}
.plug-holes-finishing .produtos-panels-item-img {
    margin: 20px 10px auto -50px;
}
.sign {
    background-image: url(/wp-content/themes/westwood/img/panels/logoW_BX.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.produtos-lst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.produtos-lst-item {
    /* max-width: 280px; */
}
.produtos-lst-item a, .produtos-lst-item a:link, .produtos-lst-item a:active, .produtos-lst-item a:visited {
    font-size: 16px;
    color: rgba(0,0,0,1.00);
    transition: all 200ms linear;
}
.produtos-lst-item a:hover {
    color: rgb(130 94 82);
}
.produtos-lst-imgFrm {
    width: 100%;
    height: auto;
    border: #d8d8d8 solid 1px;
    border-radius: 4px;
    background-color: rgba(250,250,250,1.00);
    padding: 30px 20px;
    transition: all 200ms linear;
}
.produtos-lst-item a:hover .produtos-lst-imgFrm {
    border: rgb(130 94 82) solid 1px;
    background-color: rgb(246 238 232);
    box-shadow: 4px 4px 14px 0 rgba(0,0,0,0.2);
}
.produtos-lst-imgFrm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.produtos-lst-title {
    margin-top: 7px;
    padding: 0 10px;
    font-weight: 400;
    text-align: center;
}

/*** sep ***/
#sep {
    padding: 70px 0;
    background-image: url(/wp-content/themes/westwood/img/sep-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
}
.sep-l1 {
    margin: auto auto 20px auto;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
}
.sep-l2 {
    margin: 20px auto;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}
.sep-l2-verde {
    margin-top: -18px;
    font-size: 48px;
    color: #97b36e;
}
.sep-l3 {
    margin: 20px auto;
    font-weight: 300;
    color: #fff;
}
.sep-l4 {
    margin-top: 30px;
}
.sep-l4 a, .sep-l4 a:active, .sep-l4 a:visited {
    display: inline-block;
    padding: 10px 20px;
    background-color: #738953;
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.sep-l4 a:hover {
    background-color: #839f5a;
}

/*** quem-somos ***/
#empresa {
    padding: 30px 0;
    background-color: rgba(245,245,245,1.00);
}
#empresa .wrap {
    display: flex;
    gap: 40px;
    align-items: center;
}
#empresa-la {
    width: 40%;
}
#empresa-lb {
    display: flex;
    align-items: center;
}
#empresa-lb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#empresa-lb-q1, #empresa-lb-q2 {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}
#empresa-lb-q1 {
    margin: 0 0 -70px 0;
}
#empresa-lb-q2 {
    margin: 70px 0 0 -70px;
}

/*** projetos ***/
#projetos {
    padding: 70px 0 70px 0;
    background-color: #fff;
}
.projetos-title {
    font-size: 24px;
    font-weight: 500;
    color: #55593e;
    text-align: center;
    text-transform: uppercase;
}
.projetos-title img {
    margin-top: -20px;
}
.projetos-frm {
    position: relative;
}
.projetos-lst {
    display: flex;
    gap: 30px;
}
.projetos-lst-item {
    width: 100%;
    max-width: 400px;
    padding: 0 10px;
}
.projetos-lst-item a {
    display: block;
    color: #000;
    transition: all 200ms linear;
}
.projetos-lst-item a:hover, .projetos-lst-item a:hover .projetos-lst-link {
    color: rgb(141, 98, 98);
}
.projetos-lst-imgFrm img {
    width: 100%; 
    height: 250px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.projetos-lst-title {
    margin: 10px auto;
    font-size: 18px; line-height: 24px;
    font-weight: 600;
}
.projetos-lst-excerpt {
    font-size: 16px;
}
.projetos-lst-link {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #7c8459;
    transition: all 250ms linear;
}
.projetos-lst-link img {
    margin-left: 7px;
    margin-top: 2px;
}

.projetos-lst-arrows {
    position: absolute; bottom: -50px; left: 50%;
    transform: translateX(-50%);
}
.projetos-lst-arrows [class*="fa-"] {
    font-size: 30px;
    color: #7d835c;
    transition: all 200ms linear;
}
.projetos-lst-arrows [class*="fa-"]:hover {
    color: #000;
    cursor: pointer;
}

/* <- INI */

/* -> FOOTER */
.footer-l1 {
    margin: 40px auto 20px;
}
.footer-l1 .wrap {
    max-width: 1100px;
    background-color: #f4f5ee;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.footer-l1-la {
    max-width: 400px;
}
.footer-l1-lb {
    flex-grow: 1;
}
.footer-l1-title {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #000;
}
.footer-l1-txt {
    margin: 30px auto;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.footer-info {
    margin-top: 30px;
    font-size: 16px;
    color: #7e845c;
}
.footer-info-item {
    display: flex;
    align-items: flex-start;
    margin: 14px 0;
}
.footer-info-item-icon {
    width: 30px;
    flex-shrink: 0;
    margin-right: 7px;
    text-align: center;
}
.footer-l2 {
    padding: 20px 0;
    background-color: rgba(245,245,245,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #b4b7a5;
}
.footer-l2 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.footer-l2 .footer-uc {
    text-transform: uppercase;
}
.footer-l2-lb a {
    white-space: nowrap;
}
.footer-grey {
    color: #c4c4c4;
}
.footer-dg {
    color: #626849;
}

#f_contact small {
    display: none;
}
.f_contact-loading {
    padding-top: 50px;
    font-size: 50px;
}
/* <- FOOTER */

/* -> PAGE TITLE */
.conteudoBigTitle-title {
    padding: 70px 0;
    background-color: #00543f;
    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: #38d0aa;
    transition: all 200ms linear;
}
.conteudoBigTitle-crumbs a:hover {
    color: #ffb200;
}
.page-content {
    margin: 40px 0;
    min-height: 200px;
}
.page-content-clearTop {
    margin: 0 0 40px 0;
}
/* <- PAGE TITLE */

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

/* -> SERVICOS */
.servicos-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none; margin: 0; padding: 0;
}
.servicos-lst li {
    
}
.servicos-lst a {
    position: relative;
    padding: 50px 30px;
    margin: 20px;
    width: 100%; max-width: 400px;
    background-color: rgba(235,235,235,1.00);
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms linear;
}
.servicos-lst a:hover {
    background-color: rgb(0, 110, 255);
    color: #fff;
}
/* <- SERVICOS */

/* -> CATEGORIAS */
.categoria-lista {
    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;
    -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;
}

/*** saibamais ***/
.saibamais-frm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.saibamais-la {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #437fff;
}
.saibamais-lista {
    list-style: none; margin: 0 auto; padding: 0;
    max-width: 900px;
}
.saibamais-item {
    margin: 30px auto;
    background-color: #f5f5f5;
    padding: 20px;
}
.saibamais-item p:last-child {
    margin-bottom: 0;
}

/*** produtos-page ***/
.produtos-page {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 40px;
}
.produtos-categorias  a.produtos-categorias-titulo {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.produtos-categorias  a.produtos-categorias-titulo:hover {
    color: #0051ff;
}
.produtos-categorias ul {
    list-style: none; margin: 0; padding: 0;
}
.produtos-categorias li {
    margin: 10px 0;
}
.produtos-categorias a {
    display: flex;
    align-items: center;
    padding: 10px;
}
.produtos-categorias span {
    margin-left: 10px;
}
.produtos-categorias img {
    width: 30px; height: 30px;
    object-fit: contain;
    object-position: center;
}
.produtos-categorias-title {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 22px;
    font-weight: 700;
}
.produtos-nav {
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 10px 20px;
}
.produtos-navtype a {
    color: rgb(220, 220, 220);
    transition: all 200ms linear;
}
.produtos-navtype a.selected {
    color: #437fff;
}
.produtos-navtype a [class*="fa-"] {
    margin: 0 5px;
}
.produtos-navtype a:hover {
    color: #0051ff;
    cursor: pointer;
}
.produtos-nprod {
    font-size: 15px;
    color: #9e9e9e;
}
#produtos-lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    transition: all 200ms linear;
}
.produtos-lista-item {
    z-index: 1;
    border: #eeeeee solid 1px;
    margin: -1px 0 0 -1px;
    transition: all 200ms linear;
}
.produtos-lista-item:hover {
    z-index: 98;
    border: #cacaca solid 1px;
}
.produtos-lista-item a.produtos-lista-item-linkPrincipal {
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #000;
    transition: all 200ms linear;
}
.produtos-lista-item a.produtos-lista-item-linkPrincipal:hover {
    color: #0051ff;
}
.produtos-lista-item-img {
    margin: 0 0 10px;
    width: 100%;
    height: 175px;
    object-fit: contain;
    object-position: center;
    transition: all 200ms linear;
}
.produtos-lista-item-title {
    font-weight: 500;
}
.produtos-lista-item-excerpt {
    display: none;
    margin-top: 14px;
    opacity: 0.8;
}

#produtos-lista.tabcells-large {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    margin-top: 20px;
}
#produtos-lista.tabcells-large .produtos-lista-item-img {
    height: 390px;
}
#produtos-lista.list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 1fr;
    margin-top: 20px;
}
#produtos-lista.list .produtos-lista-item-img {
    flex-grow: 0;
    margin-right: 20px;
    width: 150px;
    height: 150px;
}
#produtos-lista.list .produtos-lista-item a.produtos-lista-item-linkPrincipal {
    display: flex;
}
#produtos-lista.list .produtos-lista-item-title {
    font-size: 22px;
    font-weight: 500;
}
#produtos-lista.list .produtos-lista-item-excerpt {
    display: block;
}

.produtos-lista-item-tags {
    padding: 0 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
.produtos-lista-item-tags a {
    padding: 0px 4px;
    background-color: #e4eef4;
    border: #84b8cc solid 1px;
    font-size: 12px;
    text-transform: uppercase;
}

/*** menumob ***/
.produtosMenumob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 9999;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.98);
    padding: 20px;
    overflow-y: scroll;
}
.produtosMenumob-categorias-title {
    display: none;
}
.produtosMenumob-categorias  a.produtos-categorias-titulo {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.produtosMenumob-categorias  a.produtos-categorias-titulo:hover {
    color: #0051ff;
}
.produtosMenumob-categorias ul {
    list-style: none; margin: 0; padding: 0;
}
.produtosMenumob-categorias li {
    margin: 5px;
}
.produtosMenumob-categorias a {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 15px;
    font-size: 22px;
}
.produtosMenumob-categorias span {
    margin-left: 10px;
}
.produtosMenumob-categorias img {
    width: 30px; height: 30px;
    object-fit: contain;
    object-position: center;
}
.produtosMenumob-categorias-title {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-bottom: #e0e0e0 solid 1px;
    font-size: 22px;
    font-weight: 700;
}

/* <- CATEGORIAS */

/* -> SINGLE */
.produtoPage-title {
    font-size: 30px;
    font-weight: 700;
    color: #003b2d;
}
.produtoPage-subtitle {
    font-weight: 400;
    color: #00634c;
}
.produtoPage-excerpt {
    margin-top: 30px;
}
.produtoPage-sectionTitle {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.produtoPage-frm {
    display: flex;
    gap: 40px;
}
.produtoPage-img {
    width: 100%;
    max-width: 400px;
    object-fit: contain;
    object-position: center top;
}
.produtoPage-imgFrm {
    flex-shrink: 0;
}
.produtoPage-desenhoTecnico {
    margin-top: 30px;
    text-align: center;
}
/* <- SINGLE */

/* -> PRODUCTS */
.int-products-lst-item {
    position: relative;
    background-color: #fff;
    padding: 20px 0;
    min-height: 200px;
}
.int-products-lst-item .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 800px;
    margin: auto;
}
.int-products-lst-item:nth-child(even) {
    background-color: rgba(250,250,250,1.00);
}
.int-products-lst-item-image {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
.int-products-lst-item-content {
    width: 100%;
}
.int-products-lst-item-title {
    font-size: 22px;
    font-weight: 600;
    color: #003b2d;
    text-transform: uppercase;
}
.int-products-lst-item-excerpt {
    font-size: 16px;
    color: #00634c;
}
.int-products-lst-item-shortDescription {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
}
.int-products-lst-item-btn a, .int-products-lst-item-btn a:active, .int-products-lst-item-btn a:visited {
    display: inline-block;
    padding: 7px 20px;
    border: #00634c solid 1px;
    border-radius: 30px;
    font-size: 16px;
    color: #00634c;
    transition: all 200ms linear;
}
.int-products-lst-item-btn a:hover {
    background-color: #00634c;
    color: #fff;
}
.int-products-lst-item-colors {
    margin: 10px 0;
}
.int-products-lst-item-colors-title {
    font-weight: 700;
}
.int-products-lst-item-colors-lst {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}
.int-products-lst-item-colors-lst [class*="int-products-lst-item-colors-"] {
    min-width: 56px;
}
.int-products-lst-item-colors [class*="fa-"] {
    font-size: 50px;
}
.int-products-lst-item-colors-coffee [class*="fa-"] {
    color: #311810;
}
.int-products-lst-item-colors-chocolate [class*="fa-"] {
    color: #482a22;
}
.int-products-lst-item-colors-teka [class*="fa-"] {
    color: #7e6c63;
}
.int-products-lst-item-colors-imbuia [class*="fa-"] {
    color: #6b524a;
}
.int-products-lst-item-colors-freijo [class*="fa-"] {
    color: #c6a48d;
}
/* <- PRODUCTS */

/* -> ENSAIOS TECNICOS */
.ensaios-tecnicos-l1 {
    display: flex;
    gap: 40px;
}
.ensaios-tecnicos-l1-la {
    max-width: 50%;
}
.ensaios-tecnicos-l1-la-title {
    margin-bottom: 30px;
    font-size: 44px; line-height: 50px;
    font-weight: 900;
    color: #003b2d;
    text-transform: uppercase;
}
.ensaios-tecnicos-l1-la-desc {
    font-weight: 400;
    color: #006400;
}
.ensaios-tecnicos-l1-lb-lst-item {
    margin: 7px 0;
    display: flex;
    gap: 7px;
    font-weight: 400;
    color: #295f54;
}
.ensaios-tecnicos-l1-lb-lst-item [class*="fa-"] {
    margin-top: 2px;
    font-size: 22px;
}
.ensaios-tecnicos-l2 {
    margin-top: 50px;
    text-align: center;
}
.ensaios-tecnicos-l2 a {
    display: inline-block;
    padding: 10px 30px;
    border: #295f54 solid 1px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #295f54;
    transition: all 200ms linear;
}
.ensaios-tecnicos-l2 a:hover {
    background-color: #295f54;
    color: #00ffcc;
}
/* <- ENSAIOS TECNICOS */

/* -> QUEM SOMOS */
.quemsomos-frm {
    margin: 50px auto 0;
    display: flex;
    gap: 40px;
    font-weight: 400;
    color: #295f54;
}
.quemsomos-frm-la {
    width: 50%;
}
.quemsomos-frm-lb {
    position: relative;
}
.quemsomos-certified-frm {
    text-align: right;
}
.quemsomos-certified {
    max-width: 200px;
    margin-top: -30px;
}
/* <- QUEM SOMOS */