/*
Theme Name: FORTALEZARH
Theme URI: https://www.agenciahelp360.com.br/
Description: FORTALEZARH - Tema exclusivo Help360
Author: Giordano Magalhaes
Author URI: https://www.agenciahelp360.com.br/
*/
/*
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/* -> GERAL */
html, body {
	height: 100%;
}
body {
    margin: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
    font-weight: 300;
	color: rgba(30,30,30,1.00);
}
.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 {
	position: absolute; top: 0; left: 0; z-index: 98;
	width: 100%;
	padding: 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: 14px 0;
}
#header-logo img {

}

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

.header_scroll {
    position: fixed;
}
.header_scroll #header-logo {
	padding: 5px 0;
}
.header_scroll #header-logo img {
	height: 44px;
}

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

/* -> MENUPRINC */
#menuprinc ul {
    list-style: none; margin: 0; padding: 0;
    display: flex;
}
#menuprinc li {
    margin: 0 5px;
}
#menuprinc a {
    display: block;
    padding: 7px 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

#menusec-btn {
    font-size: 40px;
    color: #00286e;
}
#menusec {
    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;
}
#menusec-logo {
    padding-top: 20px;
}
#menusec-menu {
    margin: 30px 0;
}
#menusec-menu ul {
    list-style: none; margin: 0; padding: 0;
}
#menusec-menu li {
    margin: 10px auto;
    width: fit-content;
}
#menusec-menu a {
    display: block;
    padding: 7px 15px;
    font-size: 22px;
    font-weight: 500;
    color: #425172;
    transition: all 200ms linear;
}
#menusec-menu a:hover {
    color: #0051ff;
}

#menumob-btn {
    display: none;
    font-size: 40px;
    color: #00286e;
}
#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;
}
/* <- MENUPRINC*/

/* -> INI */
.section-title {
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px; line-height: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-title-l1, .section-title-l2 {
    display: block;
    padding: 3px;
    width: fit-content;
}
.section-title-l1 {
    color: #000;
}
.section-title-l2 {
    color: #fff;
    background-color: #000;
}
.section-title-white .section-title-l1 {
    color: #fff;
}
.section-title-white .section-title-l2 {
    color: #000;
    background-color: #fff;
}
.section-content {
    margin-top: 40px;
}

.ini-btns-standard {
    margin-top: 30px;
}
.ini-btns-standard a {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 7px 20px;
    background-color: #0069cb;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: all 200ms linear;
}
.ini-btns-standard a:hover {
    background-color: #001931;
}

/*** ini-qs ***/
#ini-qs {
    padding: 50px 0;
    background-color: #fff;
}
#ini-qs-items {
    list-style: none; margin: 40px 0 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ini-qs-items li {
    max-width: 350px;
}
.ini-qs-items-l1 {
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ini-qs-items-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.ini-qs-items-icon img {
    max-height: 40px;
}

/*** ini-servicos ***/
#ini-servicos {
    padding: 50px 0;
    background-color: rgba(245,245,245,1.00);
}

.ini-servicos-title {
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ini-servicos-lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none; margin: 0; padding: 0;
}
.ini-servicos-lst li {
    padding: 30px;
    margin: 20px 0;
    width: 100%; max-width: 580px;
    background-color: rgba(235,235,235,1.00);
}
.ini-servicos-lst-item-title {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*** ini-empresas ***/
#ini-empresas {
    padding: 50px 0;
    background-color: rgba(255,255,255,1.00);
}
.ini-empresas-item img {
    margin: auto;
    width: 170px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
#ini-empresas .slick-dots {
    bottom: -60px;
}
#ini-empresas-frm {
    position: relative;
    width: calc(100% - 60px);
    margin: auto;
}
#ini-empresas-frm .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgb(141, 141, 141);
    transition: all 200ms linear;
}
#ini-empresas-frm .ini-empresas-left {
    left: -30px;
}
#ini-empresas-frm .ini-empresas-right {
    right: -30px;
}

/*** ini-sep ***/
#ini-sep {
    padding: 50px 0;
    background-color: #105dab;
}
#ini-sep .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#ini-sep-la {
    width: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 40px; line-height: 52px;
    font-weight: 400;
    color: #fff;
}
#ini-sep-lb a {
    display: inline-block;
    padding: 7px 30px;
    border-radius: 30px;
    background-color: #6cb5ff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #001c39;
    transition: all 200ms linear;
}
#ini-sep-lb a:hover {
    background-color: #fff;
}

/*** ini-vagas ***/
#ini-vagas {
    padding: 50px 0;
    background-color: rgba(255,255,255,1.00);
}
#ini-vagas-lst {
    list-style: none; margin: 0; padding: 0;
}
.ini-vagas-lst-item {
    margin: 30px auto;
    padding: 30px;
    width: 100%; max-width: 800px;
    background-color: rgba(245,245,245,1.00);
}
.ini-vagas-lst-item-title {
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #1e1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.ini-vagas-lst-beneficios {
    margin-top: 30px;
}
.ini-vagas-lst-item-content-title {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e1e;
    text-transform: uppercase;
}
.ini-vagas-lst-item-beneficios-lst div {
    padding: 4px 10px;
    display: inline-block;
}
#ini-vagas-btns {
    text-align: center;
}
#ini-vagas-btns a {
    display: inline-block;
    padding: 7px 20px;
    background-color: #0069cb;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    transition: all 200ms linear;
}
#ini-vagas-btns a:nth-child(2) {
    margin: 0 0 0 30px;
    background-color: #00488b;
}
#ini-vagas-btns a:hover {
    background-color: #001931;
}

/*** ini-depoimentos ***/
#ini-depoimentos {
    padding: 50px 0;
    background-color: #001c39;
    background-image: url(/wp-content/themes/frh/img/depoimentos-bg.jpg);
    background-position: center center;
    background-size: cover;
}
#ini-depoimentos-frm {
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
}
#ini-depoimentos-frm .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: rgb(164, 244, 255);
    transition: all 200ms linear;
}
#ini-depoimentos-frm .ini-depoimentos-left {
    left: -40px;
}
#ini-depoimentos-frm .ini-depoimentos-right {
    right: -40px;
}
#ini-depoimentos-lst {
    max-width: 800px;
    margin: auto;
}
.ini-depoimentos-item {
    color: #fff;
    text-align: center;
}
.ini-depoimentos-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.ini-depoimentos-img {
    width: 80px; height: 80px;
    margin: auto;
    border-radius: 50px;
    border: #0069cb solid 2px;
    background-color: #fff;
    overflow: hidden;
}
.ini-depoimentos-img img {
    object-fit: cover;
    object-position: center;
}
.ini-depoimentos-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
.ini-depoimentos-details {
    font-size: 16px;
}

/*** ini-blog ***/
#ini-blog {
    padding: 50px 0;
    background-color: rgba(245,245,245,1.00);
}
#ini-blog-lst {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ini-blog-item {
    width: 100%; max-width: 360px;
    margin: 20px;
    border: #eaeaea solid 1px;
    background-color: #fff;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.1);
    transition: all 200ms linear;
}
.ini-blog-item:hover {
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,0.2);
}
.ini-blog-item a {
    color: #000;
    transition: all 200ms linear;
}
.ini-blog-item a:hover {
    color: #007cff;
}
.ini-blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.ini-blog-txt {
    padding: 20px;
}
.ini-blog-title {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.ini-blog-excerpt {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.9;
}
.ini-blog-link {
    font-size: 16px;
    font-weight: 300;
    color: #ff5e00;
}

/*** ini-cta ***/
#ini-cta {
    padding: 50px 0;
    background-color: rgba(245,245,245,1.00);
}
#ini-cta-ln {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(/wp-content/themes/frh/img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 20px 30px;
}
#ini-cta-la {
    font-family: 'Poppins', sans-serif;
    font-size: 30px; line-height: 36px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#ini-cta-lb a {
    display: inline-block;
    padding: 7px 15px;
    background-color: #0d1523;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    transition: all 200ms linear;
}
#ini-cta-lb a:hover {
    background-color: #00286e;
}

/* <- INI */


/* -> FOOTER */
footer {
	padding: 70px 0;
    background-color: #000;
    background-image: url(/wp-content/themes/frh/img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
}
footer .wrap {
    display: flex;
    justify-content: space-between;
}
.footer-col1 {
    text-align: center;
}
.footer-copy {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.8);
}
.footer-info-item {
    display: flex;
    font-size: 16px;
}
.footer-info-item:nth-child(2) {
    margin: 20px 0;
}
.footer-info-icon {
    margin: 0 10px 0 0;
    width: 20px;
    flex-shrink: 0;
    font-size: 18px;
    color: #0069cb;
    text-align: center;
}
.footer-info-content {
    color: #a9adb1;
}
.footer-rs {
    display: flex;
}
.footer-rs a {
    position: relative;
    margin: 0 10px;
    width: 50px; height: 50px;
    background-color: #0069cb;
    border-radius: 50%;
    transition: all 200ms linear;
}
.footer-rs a:hover {
    background-color: #0084ff;
}
.footer-rs a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #fff;
}

#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 */