/*
Theme Name: FASTSITE
Theme URI: https://www.webgt.com.br/
Description: FASTSITE - Tema exclusivo Help360
Author: Giordano Magalhaes
Author URI: https://www.webgt.com.br/
*/
/*
font-family: 'Open Sans', sans-serif;
*/

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

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

img {
	max-width:100%;
}

a {
	color: #0d6efd;
	text-decoration:none;
}
a:visited {
	color: #0d6efd;
	text-decoration:none;
}
a:hover {
	color: #003f9e;
	text-decoration:none;
}
a:active {
	color: #0d6efd;
	text-decoration:none;
}

.lp-cta-big {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
}
.lp-cta-normal {
    color: rgb(107, 107, 107);
}
.sep {
    margin: auto;
    width: 70px;
    height: 4px;
    background-color: rgb(69, 88, 151);
}

.form-title {
    border-bottom: #dcdcdc solid 1px;
    color: rgb(177, 177, 177);
}
.form-emphasis {
    color: #007cff;
}

input.invalid {
    background-color: rgb(255, 226, 226);
}

.red {
    color: red;
}
/* <- GERAL */

/* <- HEADER */



/* <- HEADER */

/* -> MENUPRINC */



/* <- MENUPRINC*/

/* -> INI */



/* <- INI */


/* -> FOOTER */
footer {
	
}

.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-whatsapp {
    position: fixed; bottom: 10px; right: 10px; z-index: 999;
}
#footer-whatsapp a {
    display: flex;
    align-items: center;
}
#footer-whatsapp-l1 {
    display: none;
    position: relative;
    background-color: #fff;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.3);
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 7px;
    font-size: 15px;
    color: #000;
    transition: all 200ms linear;
}
#footer-whatsapp a:hover #footer-whatsapp-l1 {
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,0.4);
    color: #ff5e00;
}
#footer-whatsapp-seta {
    position: absolute; 
    top: 50%; right: -8px; 
    z-index: 9;
    transform: translateY(-50%);
}
#footer-whatsapp-icon {
    animation: tremer 2000ms;
    animation-iteration-count: infinite;
}
@keyframes tremer {
    0% {transform: translateX(0);}
    2% {transform: translateX(3px);}
    4% {transform: translateX(0);}
    6% {transform: translateX(-3px);}
    10% {transform: translateX(0);}
    12% {transform: translateX(3px);}
    14% {transform: translateX(0);}
    16% {transform: translateX(-3px);}
    18% {transform: translateX(0);}
    20% {transform: translateX(3px);}
    22% {transform: translateX(0);}
    24% {transform: translateX(-3px);}
    26% {transform: translateX(0);}
    28% {transform: translateX(3px);}
    30% {transform: translateX(0);}
    32% {transform: translateX(-3px);}
    34% {transform: translateX(0);}
    36% {transform: translateX(3px);}
    38% {transform: translateX(0);}
    40% {transform: translateX(-3px);}
    44% {transform: translateX(0);}
    100% {transform: translateX(0);}
}
#footer-l2 {
    margin-top: 20px;
}
#razao-social, #cnpj {
    margin: 0 10px;
}
/* <- 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;
}
.conteudoBigTitle-crumbs {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #c3c3c3;
}
.page-content {
    margin: 40px 0;
    min-height: 200px;
}
/* <- PAGE TITLE */

/* -> FALE CONOSCO */
#frm_faleConosco {
    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 {
    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;
	color:rgba(187,0,0,1.00);
	transition:all 200ms linear;
}
.categoria-item a:hover {
	color:rgba(255,0,0,1.00);
}
.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;
}
/* <- CATEGORIAS */

/* -> CLIENTES */
.clientes-lst {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.clientes-item {
    margin: 30px;
}
.clientes-lst img {
    width: 220px; height: 90px;
    object-fit: contain;
    object-position: center center;
}
/* <- CLIENTES */

/* -> DEPOIMENTOS */
.depoimentos-lst {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.depoimentos-item {
    width: 100%; max-width: 500%;
    margin: 20px;
    padding: 20px;
    background-color: rgba(245,245,245,1.00);
}
.depoimentos-l2 {
    display: flex;
    align-items: center;
}
.depoimentos-img {
    margin-right: 20px;
}
.depoimentos-img img {
    width: 100px; height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
}
.depoimentos-name {
    font-weight: 700;
}
.depoimentos-details {
    font-size: 16px;
}
/* <- DEPOIMENTOS */

/* -> CURRICULO / CAD EMPRESAS */
#frm-curriculo, #frm-cadEmpresas {
    max-width: 700px;
    margin: 40px auto 0;
}
/* <- CURRICULO / CAD EMPRESAS */