/*
*Theme Name: PARCERIA FIEC
*Theme URI: https://www.agenciahelp360.com.br/
*Description: Tema desenvolvido para parceiros FIEC
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/

/*
font-family: 'Ubuntu', sans-serif;
*/

/* -> GERAL */

:root {
    --font-ubuntu: 'Ubuntu', sans-serif;;
}

html,
body {
    height: 100%;
}
body {
    background-color: #fff;
    font-family: var(--font-ubuntu);
    font-size: 18px;
}

.body-modal {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
a:visited,
a:active {
    color: #ff0000;
    text-decoration: none;
    transition: all 200ms linear;
}

a:hover {
    color: #ff5500;
    text-decoration: none;
}

.body-modal {
    overflow: hidden;
}

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

.wrap--short {
    max-width: 700px;
}

#wpadminbar {
    display: none;
}

.section-title-frm {
    text-align: center;
}
.section-title-pre {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
.section-title {
    font-size: 40px; line-height: 48px;
    font-weight: 700;
    color: #000;
}
.section-content {
    margin-top: 50px;
}
/* <- GERAL */

/* -> HEADER */
header {
    padding: 4px 0;
    background-color: #ffffff;
}
header .wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-height: 90px;
}
/* <- HEADER */

/* -> HEADER CONTATOS */
.header-menu-contatos {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}
.header-menu-contatos a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.header-menu-contatos a:hover {
    color: #ff0000;
}
/* <- HEADER CONTATOS */

/* -> MENU */
.menuprinc ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}
.menuprinc a {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.menuprinc a:hover {
    color: #ff0000;
}
.menuprinc .attention a {
    display: block;
    padding: 2px 14px;
    background-color: #ff0000;
    border-radius: 200px;
    color: #fff;
}
.menuprinc .attention a:hover {
    background-color: #e90000;
}

/*** menumob ***/
.menumob {
    display: none;
    position: fixed; top: 0; left: 0; z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.98);
}
.menumob-btn {
    display: none;
    font-size: 40px;
    color: #1a5ab9;
    transition: all 200ms linear;
}
.menumob-btn:hover {
    color: #005ae2;
}

.menumob__close {
    position: absolute; top: 4px; right: 17px;
    font-size: 30px;
    color: #1a5ab9;
}
.menumob__close:hover {
    color: #005ae2;
}
.menumob__logo {
    padding: 50px 0;
    text-align: center;
}
.menumob__logo img {
    height: 110px;
}
.menumob__menu {
    
}
.menumob__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.menumob__menu a {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #1a5ab9;
    text-align: center;
}
.menumob__menu a:hover {
    color: #005ae2;
}
.menumob__menu .attention a {
    display: block;
    padding: 2px 14px;
    background-color: #1a5ab9;
    border-radius: 200px;
    color: #fff;
}
.menumob__menu .attention a:hover {
    background-color: #005ae2;
}

.menumob__redes {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.menumob__redes a {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1a5ab9;
    font-size: 30px;
    color: #fff;
}
.menumob__redes a:hover {
    background-color: #005ae2;
}
.menumob__redes [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}
/* <- MENU */

/* -> SERVICOS */
#servicos {
    padding: 70px 0;
}
.servicos-lst {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.servicos-item {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #a0a0a0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;

    display: flex;
    align-items: end;
    min-height: 240px;
}
.servicos-item-overlay {
    position: absolute; top: 0; left: 0;
    z-index: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.servicos-item-text {
    position: relative;
    z-index: 1;
}
.servicos-item-icon {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.servicos-item-title {
    font-size: 30px;
    font-weight: 700;
}
.servicos-item-content {
    margin-top: 20px;
}
.servicos-item-content small {
    font-weight: 300;
}
/* <- SERVICOS */

/* -> PORTFOLIO */
#portfolio {
    margin-bottom: 50px;
}
.portfolio-lst {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 30px;
    padding: 10px;
    background-color: rgba(245,245,245,1.00);
    transition: all 200ms linear;
}
.portfolio-lst img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
/* <- PORTFOLIO */

/* -> SOBRE NOS */
#sobre-nos {
    padding: 0;
}
#sobre-nos .section-title-frm {
    text-align: left;
}
.sobrenos__l1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
}
.sobrenos__l1-foto {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: cover;
    object-position: center;
}
.sobrenos__l1-pretitle {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}
.sobrenos__l1-title {
    margin-bottom: 40px;
    font-size: 48px; line-height: 54px;
    font-weight: 700;
}
.sobrenos__l1-subtitle {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 400;
}
.sobrenos__l1-content {
    font-size: 18px; line-height: 30px;
    color: #454c63;
}
.sobrenos__l1-contacts {
    margin-top: 40px;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.sobrenos__l1-contacts a {
    border-radius: 100px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
}
.sobrenos__l1-contacts a [class*="fa-"] {
    font-size: 20px;
}
.sobrenos__l1-contacts a:first-child {
    background-color: #00c158;
    color: #fff;
}
.sobrenos__l1-contacts a:first-child:hover {
    background-color: #00a048;
}
.sobrenos__l1-contacts a:last-child {
    background-color: #f5f7fd;
    color: #000;
}
.sobrenos__l1-contacts a:last-child:hover {
    background-color: #dcdfe9;
}
/* <- SOBRE NOS */

/* -> CLIENTES */
#clientes {
    padding: 30px 0 20px;
    background-color: rgba(245,245,245,1.00);
}
.clientes-item {
    margin: 10px 0;
    padding: 0 20px;
    filter: grayscale(1);
    opacity: .7;
}
/* <- CLIENTE */

/* -> DEPOIMENTOS */
#depoimentos {
    padding: 50px 0 0;
}
.depoimentos-item {
    padding: 20px;
}
.depoimentos-item-frm {
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}
.depoimentos-l1 {
    display: flex;
    gap: 30px;
    align-items: center;
}
.depoimentos-item-photo-frm {
    position: relative;
    flex-shrink: 0;
}
.depoimentos-item-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.depoimentos-item-photo-detail {
    position: absolute; top: 50%; right: 0;
    transform: translate(14px, -50%);
    background-color: #1a5ab9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
}
.depoimentos-item-photo-detail [class*="fa-"] {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.depoimentos-item-name {
    font-size: 24px;
    font-weight: 500;
}
.depoimentos-item-work {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.depoimentos-l2 {
    margin-top: 14px;
    font-size: 16px;
}
.depoimentos-l2 p:last-child {
    margin-bottom: 0;
}
/* <- DEPOIEMENTOS */

/* -> CAT */
.footer-cat {
    transform: translateY(50%);
}
.footer-cat .wrap {
    padding: 30px 40px;
    background-image: url(/wp-content/themes/parcfiec/assets/imgs/cat-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-cat-phrase {
    font-size: 36px; line-height: 42px;
    font-weight: 700;
    color: #fff;
}
a.footer-cat-btn {
    padding: 7px 20px;
    border-radius: 10px;
    background-color: #00c158;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
a.footer-cat-btn [class*="fa-"] {
    font-size: 44px;
}
/* <- CAT */

/* -> FOOTER */
footer {
    padding: 120px 0 50px;
    background-color: rgba(245,245,245,1.00);
}
.footer-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
footer .section-title-frm {
    text-align: left;
}
footer .section-title {
    font-size: 36px;
    line-height: 40px;
}
.footer-info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.footer-info-item:last-child {
    margin-bottom: 0;
}
.footer-info-item a {
    display: flex;
    gap: 7px;
    align-items: center;
}
.footer-info-fone-btns {
    display: flex;
    gap: 30px;
}

.footer-copy {
    padding: 10px 0;
    background-color: rgba(230,230,230,1.00);
    text-align: center;
}

.whatsappFixed-frm {
    position: fixed;
    bottom: 16px;
    right: 20px;
    z-index: 101;
    width: 50px;
}
.whatsappFixed-frm a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 2px 0 #ffffff;
    transition: all 200ms linear;
}
.whatsappFixed-frm a [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
}
.whatsappFixed-frm a.whatsappFixed {
    background-color: rgba(39, 197, 0, 1);
}
.whatsappFixed-frm a.whatsappFixed:hover {
    background-color: rgba(33, 169, 0, 1);
}
/* <- FOOTER */

/* -> SLIDER */
.slick-prev, .slick-next {
    z-index: 99;
}
.slick-prev {
    left: 2px;
    width: 40px;
    height: 40px;
}
.slick-next {
    right: 2px;
    width: 40px;
    height: 40px;
}
.slick-prev:before, .slick-next:before {
    font-size: 40px;
}
/* <- SLIDER */

/* -> PAGE */
.page__header {
    padding: 20px;
    background-color: #f7f7f7;
}
.page__header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page__header-title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.page__header-crumbs {
    font-size: 14px;
    color: #a0a0a0;
}
.page__header-crumbs a {
    color: #dc9090;
    transition: all 200ms linear;
}
.page__header-crumbs a:hover {
    color: #e90000;
}
.page__header-crumbs [class*="fa-"] {
    font-size: 12px;
}

.page__content {
    min-height: 300px;
}
/* <- PAGE */

/* -> CATEGORY */
.page__category-lst {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.page__category-item-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}
.page__category-item-title {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 500;
}
/* <- CATEGORY */

@media screen and (max-width: 1240px) {
    .wrap {
        padding: 0 20px;
    }
}