/*
Theme Name: ECOLETAS
Theme URI: https://www.elroi.com.br/
Description: ELROI TI - Tema exclusivo
Author: Giordano Magalhaes - El Roi TI
Author URI: https://www.elroi.com.br/

font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* -> GERAL */
html, body {
	height:100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: rgba(0,0,0,1.00);
}

.wrap {
	 position:relative;
	 width:100%; max-width:1200px;
	 margin:auto;
}

img {
	max-width:100%;
}

a {
	color: #00a97e;
	text-decoration:none;
}
a:visited {
	color: #00a97e;
	text-decoration:none;
}
a:hover {
	color: #006048;
	text-decoration:none;
}
a:active {
	color: #00a97e;
	text-decoration:none;
}

.fl { float: left; }
.fr { float: right; }
.w30 { width: 30%; }
.w40 { width: 39%; }
.w50 { width: 49%; }
.w60 { width: 59%; }
.w70 { width: 70%; }
.dib { display: inline-block; vertical-align: top; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }

.alignCenter {
    text-align: center;
}
.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignJustify {
    text-align: justify;
}

.section-title {
    font-family: 'Poppins', sans-serif;
	font-size: 36px;
    font-weight: 700;
	color: #00a97e;
}
.section-subtitle {
    font-family: 'Poppins', sans-serif;
	font-size: 20px;
    font-weight: 700;
	color: #00a97e;
    text-transform: uppercase;
}
.section-sep {
    width: 170px;
    height: 2px;
    border-radius: 7px;
    background-color: #00a97e;
}
.section-content {
	margin: 40px 0 0 0;
}

.page-title-pre {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.page-title {
	display:none;
	font-family: 'Quicksand', sans-serif;
	font-size:36px; 
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	color:rgba(0,0,0,1.00);
	padding:40px 0 0;
}
.page-description {
	font-size:12px;
	font-weight:400;
	text-transform:none;
	width:50%; 
	margin:auto;
}
.page-description p {
	margin: 3px 0;
}
.page-description b {
	font-weight:400;
}
.page-content, .page-content-short {
    padding: 80px 0 50px 0;
	min-height: 350px;
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: rgba(117,117,117,1.00);
}
.page-content-short {
    max-width: 800px;
    margin: auto;
}
.bigRed {
    font-size: 34px;
    color: rgba(255,0,4,1.00);
    letter-spacing: 4px;
}
.conteudoBigTitle-title {
    max-width: 600px;
    padding: 80px 20px 0;
    margin: auto;
    font-family: 'Quicksand', sans-serif;
	font-size: 42px;
    font-weight: 700;
	color: rgba(77,77,77,1.00);
    text-align: center;
}
.conteudoBigTitle-subtitle {
    max-width: 600px;
    margin: 10px auto;
    padding: 0 20px;
    font-family: 'Quicksand', sans-serif;
    font-size: 22px;
    color: rgba(77,77,77,1.00);
    text-align: center;
}
.conteudoBigTitlePlus-frm {
    padding: 50px 0;
    background-color: rgba(245,245,245,1.00);
}
.conteudoBigTitlePlus-frm .conteudoBigTitle-title {
    padding: 0 20px;
}
.conteudoBigTitlePlus-frm .conteudoBigTitle-sep {
    display: block;
    width: 100%; max-width: 70px;
    height: 4px;
    margin: 20px auto;
    background-color: rgb(255, 0, 0);
}
.conteudoBigTitlePlus-frm .conteudoBigTitle-subtitle {
    font-size: 24px;
}
.conteudo-short {
    width: 100%; max-width: 600px;
    margin: auto;
}
.conteudoHugeTitle {
    padding: 70px 0 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.conteudoHugeTitle-title {
    font-size: 40px;
    font-weight: 800;
    color: rgba(77,77,77,1.00);
    text-align: center;
}
.conteudoHugeTitle-description {
    margin-top: 40px;
    max-width: 50%;
    font-size: 24px;
    color: rgba(77,77,77,1.00);
}
.conteudoHugeTitle-bar {
    width: 80px; height: 4px;
    background-color: rgba(255,0,4,1.00);
    margin: 10px auto;
}
#crumbs {
	position: relative;
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	color: rgba(127,127,127,1.00);
	margin: 30px 0;
    text-align: center;
}
#crumbs .fa {
	margin: 0 5px;
}

a.btn-vejamais {
	display:inline-block; vertical-align:top;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:16px;
	padding:7px 15px;
	color:rgba(255,255,255,1.00);
	background-color:rgba(0,70,140,1.00);
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 300ms linear;
	transition:all 300ms linear;
}
a.btn-vejamais:hover {
	background-color:rgba(27,106,185,1.00);
}
.btn-vejamais-bco {
	text-align:center;
}
.btn-vejamais-bco a {
	display:inline-block; vertical-align:top;
	padding:6px 20px;
	font-size:18px;
	font-weight:700;
	color:rgba(255,182,0,1.00);
	background-color:rgba(255,255,255,1.00);
	border:rgba(255,255,255,1.00) solid 1px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-webkit-transition:all 200ms linear;
	transition:all 200ms linear;
}
.btn-vejamais-bco a:hover {
	color:rgba(0,0,0,1.00);
	border:rgba(0,0,0,1.00) solid 1px;
	background-color:rgba(255,182,0,1.00);
}

.cursorover:hover {
	cursor:pointer;
}
/* <- GERAL */

/* <- HEADER */
header {
	position: absolute; top: 0; left: 0; z-index: 999;
	width: 100%;
	padding: 0;
	transition: all 300ms linear;
}
#header-top {
    background-color: rgba(240,240,240,1.00);
    padding: 5px 0;
    font-size: 16px;
}
#header-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-top-la {
    display: flex;
    align-items: center;
    gap: 30px;
}
#header-top-la a {
    display: flex;
    gap: 9px;
    align-items: center;
    transition: all 200ms linear;
}
#header-top-la a [class*="fa-"] {
    font-size: 20px;
}
#header-top-lb, #header-rs {
    display: flex;
}
#header-top-lb #header-rs a {
    position: relative;
    margin: 0 0 0 9px;
    width: 30px; height: 30px;
    background-color: #00a97e;
    border-radius: 4px;
    font-size: 18px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#header-top-lb #header-rs a:hover {
    background-color: #006048;
}
#header-top-lb #header-rs a .fab {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
#header-body {
    background-color: rgba(255, 255, 255, 1);
}
#header-body .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-logo {
    padding: 10px 0;
}
#header-logo img {
	max-height: 74px;
}

.header-sep {
    height: 134px;
}

#header-flags {
    display: none;
}
.switcher-list {
    display: flex;
    align-items: center;
    gap: 7px;
}
.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;
	transition: all 300ms linear;
}
#menuprinc ul li {
	display: inline-block; vertical-align:middle;
	position: relative;
    margin: 0 5px;
}
#menuprinc a {
    display: block;
	padding: 2px 7px;
	font-size: 16px;
    font-weight: 600;
	color: rgba(0,0,0,1.00);
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
	color: #ff6600;
}
#menuprinc .menuprinc-hot a {
    padding: 7px 15px;
    border-radius: 20px;
    background-color: #ff6600;
    color: #ffffff;
}
#menuprinc .menuprinc-hot a:hover {
    background-color: #5c2300;
    color: rgba(255,255,255,1.00);
}

.menuprinc-bars {
    display: none;
    font-size: 40px;
    color: rgba(31,31,31,1.00);
    transition: all 250ms linear;
}
.menuprinc-bars:hover {
    color: rgba(255,0,4,1.00);
}

#menuprincMob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 999;
    width: 100%; height: 100%;
    background-color: rgba(255,255,255,0.97);
    text-align: center;
}
#menuprincMob-close {
    position: absolute; top: 10px; right: 20px; z-index: 9;
    font-size: 12px;
    text-transform: uppercase;
}
#menuprincMob-close .fa-times {
    font-size: 14px;
}
#menuprincMob-logo {
    padding: 50px 0 10px;
}
#menuprincMob-menu ul {
	list-style: none; margin: 0; padding: 0;
}
#menuprincMob-menu ul li {
	display: block;
    margin: 24px 0;
}
#menuprincMob-menu a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
#menuprincMob-menu .menuprinc-hot a {
    padding: 7px 15px;
    border-radius: 20px;
    background-color: #ff6600;
    color: #ffffff;
    transition: all 200ms linear;
}
#menuprincMob-menu .menuprinc-hot a:hover {
    background-color: #000000;
    color: rgba(255,255,255,1.00);
}
#menuprincMob-rs {
    margin-top: 50px;
}
#menuprincMob-rs a {
    display: inline-block; vertical-align: middle;
    position: relative;
    margin: 0 10px;
    width: 50px; height: 50px;
    background-color: rgb(17, 17, 17);
    border-radius: 50%;
    font-size: 34px;
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
#menuprincMob-rs a:hover {
    background-color: #ff6600;
}
#menuprincMob-rs a .fab {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

/* <- MENUPRINC */

/* -> HEADER SCROLL */
.header_scroll {
	position:fixed; top:0; left:0; z-index:999;
	background-color:rgba(255,255,255,0.96);
	-webkit-box-shadow: 0 0 5px 0 #A6A6A6;
	box-shadow: 0 0 5px 0 #A6A6A6;
}
.header_scroll #header-top {
	display: none;
}
.header_scroll #header-top ul li {
	font-size: 13px;
}
.header_scroll #header-logo {
	padding: 5px 30px;
}
.header_scroll #header-logo img {
	max-height: 50px;
}
/* <- HEADER SCROLL */

/* -> HEADER INTERNAS */

/* <- HEADER INTERNAS */

/* -> INI */

/*** banner ***/
.transition200 a {
    transition: all 200ms linear;
}

/*** quem-somos ***/
#quem-somos {
    padding: 70px 0;
    background-color: #f5f5f5;
    background-image: url(/wp-content/themes/eco/img/quem-somos-lamp.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
#quem-somos-l1 {
    max-width: 60%;
    background-color: #f5f5f5f4;
    border-radius: 10px;
}
#quem-somos-l2 {
    margin-top: 40px;
}
.quem-somos-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}
.quem-somos-lst-item {
    padding: 20px;
    background-color: rgba(235,235,235,0.97);
    border-radius: 10px;
}
.quem-somos-lst-item ul {
    columns: 2;
    gap: 20px;
}
.quem-somos-lst-item-title {
    font-weight: 700;
}
.quem-somos-lst-item-content {
    margin-top: 7px;
}
.quem-somos-lst-item-content ul {
    padding-left: 20px;
}

/*** servicos ***/
#servicos {
    padding: 70px 0;
    background-color: #00a97e;
    background-image: url(/wp-content/themes/eco/img/servicos-bg-3.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#servicos .section-title {
    color: #fff;
    text-align: center;
}
#servicos .section-sep {
    margin: auto;
    background-color: #fff;
}
.servicos-box {
    margin: auto;
    max-width: 850px;
    border-radius: 10px;
    overflow: hidden;
}
.servicos-topics-lst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #f5f5f5;
}
.servicos-topics-lst-item {
    padding: 10px 20px;
    border-bottom: #00a97f00 solid 3px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    text-align: center;
    transition: all 200ms linear;
}
.servicos-topics-lst-item:hover {
    cursor: pointer;
    border-bottom: #00a97e solid 3px;
}
.servicos-topics-lst-item.selected {
    background-color: #fff;
    color: #00a97e;
}
.servicos-lst {
    padding: 20px;
    background-color: #fff;
}
.servicos-lst-item {
    display: none;
}
.servicos-lst-item:first-child {
    
}

/*** licencas ***/
#licencas {
    background-color: #f5f5f5;
    padding: 70px 0;
}
.licencas-lst {
    max-width: 800px;
    margin: auto;
}
.licencas-lst-item {
    margin: 15px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 20px 0 #00000028;
}
.licencas-lst-item-title {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 500;
    color: #00a97e;
    transition: all 200ms linear;
}
.licencas-lst-item-title [class*="fa-"] {
    margin-right: 5px;
}
.licencas-lst-item-title [class*="fa-circle"] {
    opacity: 0.4;
}
.licencas-lst-item-title:hover {
    cursor: pointer;
    background-color: #00a97e;
    color: #fff;
}
.licencas-lst-item-body {
    padding: 10px 20px;
    border-top: #00a97f85 solid 1px;
    display: none;
}

/*** parceiros ***/
#parceiros {
    padding: 70px 0;
    background-color: #fff;
}
.parceiros-lst {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
}
.parceiros-lst-item img {
    display: block;
    margin: auto;
    width: 250px;
    height: 80px;
    object-fit: contain;
    object-position: center center;
}

/*** sep ***/
#sep {
    padding: 100px 0;
    background-image: url(/wp-content/themes/eco/img/sep-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sep-l1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#sep-l2 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
#sep-l2-la {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
#sep-l2-lb .sepbtn {
    border: none;
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    font-weight: 700;
    color: #00a97e;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#sep-l2-lb .sepbtn:hover {
    background-color: #003e2f;
    color: #fff;
}

/*** contato ***/
#contato {
    padding: 70px 0;
    background-color: #f5f5f5;
}
.contato-info {
    margin-top: 10px;
    color: #000;
}
.contato-info li {
    margin-bottom: 14px;
}
#contato .wrap {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}
#contato-la {
    font-size: 18px;
}
#contato-lb {
    width: 100%; max-width: 500px;
    padding-top: 30px;
}

/* <- INI */


/* -> FOOTER */
footer {
    background-color: #00a97e;
    padding: 20px 0;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.footer-icons {
    position: fixed; bottom: 20px; right: 20px;
    width: 50px;
}
.footer-icons a {
    display: inline-block; vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 54px; height: 54px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #FFFFFF;
    transition: all 200ms linear;
}
.footer-icons a .fab {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    color: rgba(255,255,255,1.00);
}
.footer-icons a.instagramFixed {
    background-color: rgba(255,0,74,1.00);
}
.footer-icons a.instagramFixed:hover {
    background-color: rgba(226,0,65,1.00);
}
.footer-icons a.facebookFixed {
    display: none;
    background-color: rgba(0,102,242,1.00);
}
.footer-icons a.facebookFixed:hover {
    background-color: rgba(0,90,213,1.00);
}
.footer-icons a.whatsappFixed {
    background-color: rgba(39,197,0,1.00);
}
.footer-icons a.whatsappFixed:hover {
    background-color: rgba(33,169,0,1.00);
}
/* <- FOOTER */

/* -> CATEGORIAS */
.categoria-lista {
	list-style:none; margin:0; padding:0;
	text-align:left;
}
.categoria-item {
	display:inline-block; vertical-align:top;
	margin:30px 25px;
	width:340px;
}
.categoria-item a {
	-webkit-transition:all 300ms linear;
	transition:all 300ms 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 {
	font-size:12px;
	margin:15px 0;
	text-align:left;
}
.categoria-titulo {
	font-size:20px;
	margin:15px 0;
	text-align:left;
}

/* <- CATEGORIAS */

/* -> SOBRE NÓS */
.sobrenos-info {
    display: flex;
    justify-content: center;
}
.sobrenos-info-item {
    width: 100%;
    max-width: 300px;
    margin: 0 40px;
}
.sobrenos-info-item-title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.sobrenos-info-item-content {
    padding: 20px 30px;
    background-color: #fd4c51;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.sobrenos-info-item-content p:last-child {
    margin-bottom: 0;
}
/* <- SOBRE NÓS */

/* -> SOLUCOES */
.solucoes-lista {
	list-style: none; margin:0; padding:0;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    text-align: center;
}
.solucoes-item {
	margin:30px 25px;
	width: 100%; max-width: 250px;
}
.solucoes-item a {
    display: block;
    color: rgba(0,0,0,1.00);
    opacity: 0.5;
	transition: all 200ms linear; 
}
.solucoes-item a:hover {
    opacity: 1;
}
.solucoes-imagem img {
    max-height: 70px;
}
.solucoes-titulo {
    font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	margin: 7px 0 0;
}
.solucoes-linkVejaMais {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,1.00);
    text-decoration: underline;
}
.solucoes-item a:hover .solucoes-linkVejaMais {
    color: rgba(255,0,4,1.00);
}

/* <- SUGESTOES */

/* -> SIDEBAR */
.sidebar-item {
    margin-bottom: 30px;
    padding: 40px 30px;
    background-color: rgba(245,245,245,1.00);
}
.sidebar-icon {
    text-align: center;
}
.sidebar-icon img {
    max-width: 100px;
    opacity: 0.5;
}
.sidebar-title {
    margin: 20px 0;
    font-size: 24px; line-height: 30px;
    font-weight: 700;
    text-align: center;
}

.sidebar-phrase {
    background-color: rgba(255,0,4,1.00);
    color: rgba(255,255,255,1.00);
}
.sidebar-phrase * {
    text-align: left;
}
.sidebar-phrase .sidebar-icon {
    font-size: 40px;
}
.sidebar-phrase .sidebar-title {
    margin: -10px 0 20px 0;
    font-size: 30px; line-height: 34px;
    font-weight: 400;
}

.sidebar-solucoes {
    background-color: rgba(255,231,112,1.00);
}
.sidebar-solucoes .sidebar-title {
    text-align: left;
}
.sidebar-solucoes a {
    display: block;
    margin: 5px auto;
    font-size: 14px;
}

.sidebar-linkBco {
    color: rgba(255,255,255,1.00);
    transition: all 200ms linear;
}
.sidebar-linkBco:hover {
    color: rgba(255,187,0,1.00);
}

.sidebar-orcamento {
    text-align: center;
}
/* <- SIDEBAR */