/*
Theme Name: HELP 360 - POLITCS
Theme URI: https://www.elroi.com.br/
Description: ELROI TIL - Tema exclusivo Help360
Author: Giordano Magalhaes - El Roi TI
Author URI: https://www.elroi.com.br/

font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
*/

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

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

img {
	max-width:100%;
}

a {
	color: rgba(255,0,0,1.00);
	text-decoration:none;
}
a:visited {
	color: rgba(255,0,0,1.00);
	text-decoration:none;
}
a:hover {
	color: rgba(184,0,0,1.00);
	text-decoration:none;
}
a:active {
	color: rgba(255,0,0,1.00);
	text-decoration:none;
}
/* <- 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(0,0,0,1.00);
    padding: 7px;
}
#header-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#header-top-la {
    display: flex;
    gap: 30px;
}
#header-top-la a {
    font-size: 15px;
    color: #8e8e8e;
    transition: all 200ms linear;
}
#header-top-la a:hover {
    color: #cacaca;
}
#header-top-lb {
    display: flex;
    gap: 7px;
}
#header-top-lb a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background-color: #e0b85c;
    font-size: 18px;
    color: #000;
    transition: all 200ms linear;
}
#header-top-lb a:hover {
    background-color: #f6c044;
}
#header-top-lb a [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

#header-body {
    padding: 20px 0;
    background-color: #191919;
}
#header-body .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-sep { 
    height: 136px;
}

.header_scroll {
    position: fixed; top: 0; left: 0; z-index: 999;
    width: 100%;
}
.header_scroll #header-top {
    display: none;
}
.header_scroll #header-body {
    padding: 10px 0;
    background-color: #000;
}
.header_scroll #header-logo img {
    height: 36px;
}
/* <- HEADER */

/* -> MENUPRINC */
#menuprinc {

}
#menuprinc ul {
	list-style: none; margin: 0; padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
	transition: all 300ms linear;
}
#menuprinc ul li {
	position: relative;
    margin: 0 7px;
}
#menuprinc a {
    display: block;
	padding: 2px 7px;
	font-size: 16px;
    font-weight: 400;
	color: #8e8e8e;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menuprinc a:hover {
	color: #f6c044;
}

.menumob-btn {
    display: none;
    font-size: 40px;
    color: #e0b85c;
    transition: all 250ms linear;
}
.menumob-btn:hover {
    color: #f6c044;
}

#menumob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.982);
    padding: 70px 0;
    text-align: center;
}
.menumob-menu {
    margin-top: 50px;
}
#menumob ul {
	list-style: none; margin: 0; padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
	transition: all 300ms linear;
}
#menumob ul li {
	position: relative;
    margin: 0 7px;
}
#menumob a {
    display: block;
	padding: 2px 7px;
	font-size: 24px;
    font-weight: 500;
	color: #8e8e8e;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#menumob a:hover {
	color: #f6c044;
}
#menumob-close a {
    position: absolute; top: 10px; right: 20px; z-index: 9;
    font-size: 12px;
    text-transform: uppercase;
}
#menumob-close .fa-times {
    font-size: 14px;
}

/* <- MENUPRINC */

/* -> INI */
.section-title {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.section-title-small {
    margin-bottom: 4px;
    font-size: 16px;
    color: #f6c044;
    letter-spacing: 3px;
}
.section-title-big {
    font-size: 48px; line-height: 54px;
    color: #fff;
    letter-spacing: 5px;
}
.section-content {
    margin-top: 50px;
    line-height: 1.8em;
}

/*** banner ***/
.transition200 a {
    transition: all 200ms linear;
}

/*** sobre-nos ***/
#sobre-nos {
    padding: 70px 0;
    background-color: #fff;
}
#sobre-nos .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    align-items: center;
}
#sobre-nos .section-title {
    text-align: left;
}
#sobre-nos .section-title-small {
    color: #000;
}
#sobre-nos .section-title-big {
    color: #000;
}

/*** servicos ***/
#servicos {
    padding: 70px 0;
    background-color: #000;
}

#qs-l1 {
    margin: 70px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
#qs-itens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
}
#qs-itens a {
    padding: 30px 10px 20px 10px;
    border: #8e8e8e solid 1px;
    color: #8e8e8e;
    transition: all 200ms linear;
}
#qs-itens a:hover {
    border: #f6c044 solid 1px;
    color: #f6c044;
}
#qs-itens a.active {
    border: #f6c044 solid 1px;
    color: #f6c044;
}
#qs-itens img {
    margin-bottom: 30px;
    filter: invert(57%) sepia(6%) saturate(17%) hue-rotate(2deg) brightness(97%) contrast(92%);
    transition: all 20ms linear;
}
#qs-itens a:hover img {
    filter: invert(84%) sepia(89%) saturate(4526%) hue-rotate(320deg) brightness(100%) contrast(93%);
}
#qs-itens a.active img {
    filter: invert(84%) sepia(89%) saturate(4526%) hue-rotate(320deg) brightness(100%) contrast(93%);
}
.qs-item-title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
#qs-palco {
    background-color: #191919;
    padding: 30px;
    border-radius: 20px;
    color: #8e8e8d;
}
.qs-palco-item-title {
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    color: #f6c044;
    text-transform: uppercase;
}
.qs-palco-item {
    display: none;
    max-height: 320px;
    overflow-y: auto;
}

#qs-l2 {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#qs-l2-lb {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    color: #8e8e8d;
}
.vant-item {
    width: 100%; max-width: 120px;
    text-align: center;
}
.vant-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    object-position: center;
    filter: invert(52%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(108%) contrast(84%);
}
.vant-item-title {
    margin-top: 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px; line-height: 20px;
    text-transform: uppercase;
}

/*** vantagens-e-beneficios ***/
#vantagens-e-beneficios {
    padding: 70px 0;
    background-color: #fff;
}
#vantagens-e-beneficios .section-title-small {
    color: #000;
}
#vantagens-e-beneficios .section-title-big {
    color: #000;
}
.vantBen-l1 {
    margin: 70px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
a.vantBen-btn {
    padding: 20px;
    border: #000 solid 1px;
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 22px; line-height: 22px;
    color: #000;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 200ms linear;
}
a.vantBen-btn:hover {
    background-color: #f6c044;
    color: #000;
}
a.vantBen-btn.active {
    background-color: #000;
    color: #fff;
}
.vantBen-item {
    display: none;
}
.vantBen-item-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.vantBen-item-lb {
    flex-shrink: 0;
}
.vantBen-title {
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 40px; line-height: 44px;
    color: #000;
}

/*** contato ***/
#contato {
    padding: 70px 0;
    background-color: #fff;
}
#contato .section-title-small {
    color: #000;
}
#contato .section-title-big {
    color: #000;
}

/*** crm ***/
#crm {
    padding: 270px 0;
    background-color: #046656;
    background-image: url(/wp-content/themes/help360/img/politcs/whatsapp.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 90%;
}
#crm .wrap {
    display: flex;
}
#crm-l1-la {
    width: 50%;
    color: #fff;
}
#crm-l1-la-l1 {
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    font-size: 40px; line-height: 44px;
}

/*** cases-de-sucesso ***/
#cases-de-sucesso {
    padding: 70px 0;
    background-color: rgba(240,240,240,1.00);
}
#cases-de-sucesso .section-title-small {
    color: #000;
}
#cases-de-sucesso .section-title-big {
    color: #000;
}
#cases-l1, #cases-l2 {
    margin: 0 auto;
    width: calc(100% - 100px);
}
.cases-item {
    padding: 20px;
    font-size: 15px; line-height: 18px;
    text-align: center;
}
.cases-item-img img {
    margin: 0 auto 10px;
    width: 200px;
    height: 150px;
    border-radius: 7px;
    object-fit: cover;
    object-position: center;
}

#f_contato {
    max-width: 800px;
    margin: auto;
}
.cases-prev {
    position: absolute; top: 75px; left: -30px;
    border: none;
    font-size: 40px;
    color: #000;
}
.cases-next {
    position: absolute; top: 75px; right: -30px;
    border: none;
    font-size: 40px;
    color: #000;
}

/* <- INI */


/* -> FOOTER */
footer {
    background-color: #000;
    padding: 20px 0;
    color: #f6c044;
    text-align: center;
}
.footer-icons {
    position: fixed; right: 20px; bottom: 10px; z-index: 999;
}

.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: 40px; height: 40px;
    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: 24px;
    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 */