/* =========================================================
   IRMÃOS MOREIRA
   CSS PERSONALIZADO
   Página: Reformas
========================================================= */


/* =========================================================
   CORES DA IDENTIDADE
========================================================= */

:root {
    --im-blue: #17233f;
    --im-blue-dark: #101a31;
    --im-blue-light: #26375d;
    --im-gold: #c79a3b;
    --im-gold-light: #d8b568;
    --im-white: #ffffff;
    --im-light: #f5f6f8;
    --im-text: #555d6b;
    --im-border: #e5e7eb;
}


/* =========================================================
   MENU
========================================================= */

#navigation > li.active > a {
    color: var(--im-gold) !important;
}

#navigation li ul.submenu li.active > a {
    color: var(--im-gold) !important;
}

#navigation > li > a:hover {
    color: var(--im-gold) !important;
}

#navigation li ul.submenu li a:hover {
    color: var(--im-gold) !important;
}


/* =========================================================
   HERO
========================================================= */

.slider-area .hero-cap2 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.im-hero-label {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 15px;

    border: 1px solid rgba(199, 154, 59, 0.8);

    color: var(--im-gold-light);

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-area .hero-cap h2 {
    max-width: 850px;

    color: var(--im-white);

    font-size: 52px;
    font-weight: 600;
    line-height: 1.15;
}

.im-hero-subtitle {
    max-width: 650px;
    margin-top: 20px;

    color: rgba(255, 255, 255, 0.88);

    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   TÍTULOS DAS SEÇÕES
========================================================= */

.im-section-label {
    display: block;
    margin-bottom: 12px;

    color: var(--im-gold);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.im-reformas-intro h2,
.im-reformas-types h2,
.im-reformas-services h2,
.im-reformas-process h2,
.im-reformas-differential h2,
.im-reformas-cta h2 {
    margin-bottom: 22px;

    color: var(--im-blue);

    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
}

.im-reformas-intro p,
.im-reformas-types p,
.im-reformas-services p,
.im-reformas-process p,
.im-reformas-differential p {
    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   INTRODUÇÃO
========================================================= */

.im-reformas-intro {
    padding: 100px 0;
    background: var(--im-white);
}

.im-reformas-intro strong {
    color: var(--im-blue);
}


/* =========================================================
   BLOCO +20 ANOS
========================================================= */

.im-reformas-experience {
    position: relative;

    margin-left: 35px;
    padding: 45px;

    background: var(--im-blue);

    border-top: 4px solid var(--im-gold);

    box-shadow: 0 15px 40px rgba(23, 35, 63, 0.15);
}

.im-experience-number {
    margin-bottom: 5px;

    color: var(--im-gold-light);

    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}

.im-reformas-experience h3 {
    margin-bottom: 15px;

    color: var(--im-white);

    font-size: 24px;
    font-weight: 600;
}

.im-reformas-experience p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   TIPOS DE REFORMA
========================================================= */

.im-reformas-types {
    padding: 100px 0;

    background: var(--im-light);
}

.im-reformas-cards {
    margin-top: 45px;
}


/* =========================================================
   CARDS
========================================================= */

.im-reforma-card {
    height: 100%;
    min-height: 285px;

    margin-bottom: 30px;
    padding: 40px 32px;

    background: var(--im-white);

    border: 1px solid var(--im-border);

    transition: all 0.3s ease;
}

.im-reforma-card:hover {
    transform: translateY(-7px);

    border-color: rgba(199, 154, 59, 0.5);

    box-shadow: 0 15px 35px rgba(23, 35, 63, 0.10);
}

.im-reforma-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: var(--im-blue);

    color: var(--im-gold-light);

    font-size: 22px;
}

.im-reforma-card h3 {
    margin-bottom: 15px;

    color: var(--im-blue);

    font-size: 22px;
    font-weight: 600;
}

.im-reforma-card p {
    margin-bottom: 0;

    font-size: 15px;
}


/* =========================================================
   SERVIÇOS / EXECUÇÃO
========================================================= */

.im-reformas-services {
    padding: 100px 0;

    background: var(--im-white);
}

.im-services-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px 25px;

    margin-top: 10px;
}

.im-service-item {
    display: flex;
    align-items: center;

    min-height: 65px;

    padding: 12px 18px;

    background: var(--im-light);

    border-left: 3px solid var(--im-gold);

    transition: all 0.3s ease;
}

.im-service-item:hover {
    background: #edf0f4;

    transform: translateX(4px);
}

.im-service-item i {
    margin-right: 13px;

    color: var(--im-gold);

    font-size: 15px;
}

.im-service-item span {
    color: var(--im-blue);

    font-size: 15px;
    font-weight: 600;
}


/* =========================================================
   PROCESSO
========================================================= */

.im-reformas-process {
    padding: 100px 0;

    background: var(--im-light);
}

.im-process-grid {
    margin-top: 50px;
}

.im-process-item {
    position: relative;

    height: 100%;

    padding: 35px 25px;

    background: var(--im-white);

    border-top: 3px solid var(--im-blue);

    transition: all 0.3s ease;
}

.im-process-item:hover {
    border-top-color: var(--im-gold);

    box-shadow: 0 15px 35px rgba(23, 35, 63, 0.10);
}

.im-process-number {
    display: block;

    margin-bottom: 18px;

    color: var(--im-gold);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.im-process-item h3 {
    margin-bottom: 12px;

    color: var(--im-blue);

    font-size: 21px;
    font-weight: 600;
}

.im-process-item p {
    margin-bottom: 0;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   DIFERENCIAIS
========================================================= */

.im-reformas-differential {
    padding: 100px 0;

    background: var(--im-white);
}

.im-differential-list {
    margin-left: 35px;
}

.im-differential-list > div {
    display: flex;
    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid var(--im-border);
}

.im-differential-list > div:first-child {
    border-top: 1px solid var(--im-border);
}

.im-differential-list i {
    width: 45px;

    color: var(--im-gold);

    font-size: 20px;
}

.im-differential-list span {
    color: var(--im-blue);

    font-size: 15px;
    font-weight: 600;
}


/* =========================================================
   CTA
========================================================= */

.im-reformas-cta {
    padding: 70px 0;

    background: var(--im-blue);
}

.im-reformas-cta .im-section-label {
    color: var(--im-gold-light);
}

.im-reformas-cta h2 {
    margin-bottom: 10px;

    color: var(--im-white);
}

.im-reformas-cta p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.75);
}

.im-cta-button {
    display: inline-block;

    padding: 16px 32px;

    background: var(--im-gold);

    color: var(--im-white);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;

    transition: all 0.3s ease;
}

.im-cta-button:hover {
    background: var(--im-gold-light);

    color: var(--im-blue);

    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */


/* Tablets */
@media (max-width: 991px) {

    .slider-area .hero-cap h2 {
        font-size: 42px;
    }

    .im-reformas-intro,
    .im-reformas-types,
    .im-reformas-services,
    .im-reformas-process,
    .im-reformas-differential {
        padding: 80px 0;
    }

    .im-reformas-experience {
        margin-top: 40px;
        margin-left: 0;
    }

    .im-differential-list {
        margin-top: 40px;
        margin-left: 0;
    }

    .im-services-list {
        margin-top: 40px;
    }

    .im-reformas-cta {
        text-align: center;
    }

    .im-cta-button {
        margin-top: 30px;
    }

}


/* Celular */
@media (max-width: 767px) {

    .slider-area .hero-cap2 {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .slider-area .hero-cap h2 {
        font-size: 34px;
        line-height: 1.2;
    }

    .im-hero-subtitle {
        font-size: 16px;
        line-height: 1.6;
    }

    .im-hero-label {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .im-reformas-intro,
    .im-reformas-types,
    .im-reformas-services,
    .im-reformas-process,
    .im-reformas-differential {
        padding: 65px 0;
    }

    .im-reformas-intro h2,
    .im-reformas-types h2,
    .im-reformas-services h2,
    .im-reformas-process h2,
    .im-reformas-differential h2,
    .im-reformas-cta h2 {
        font-size: 30px;
    }

    .im-reformas-experience {
        margin-top: 35px;
        padding: 35px 25px;
    }

    .im-experience-number {
        font-size: 60px;
    }

    .im-reformas-cards {
        margin-top: 30px;
    }

    .im-services-list {
        display: block;

        margin-top: 30px;
    }

    .im-service-item {
        margin-bottom: 10px;
    }

    .im-process-grid {
        margin-top: 30px;
    }

    .im-process-item {
        margin-bottom: 20px;
    }

    .im-differential-list {
        margin-top: 30px;
    }

    .im-reformas-cta {
        padding: 55px 0;
    }

}


/* Celulares pequenos */
@media (max-width: 480px) {

    .slider-area .hero-cap h2 {
        font-size: 29px;
    }

    .im-reformas-intro h2,
    .im-reformas-types h2,
    .im-reformas-services h2,
    .im-reformas-process h2,
    .im-reformas-differential h2,
    .im-reformas-cta h2 {
        font-size: 27px;
    }

    .im-reforma-card {
        padding: 30px 25px;
    }

}

/* =========================================================
   IRMÃOS MOREIRA
   CONSTRUÇÃO DE CASAS
========================================================= */


/* =========================================================
   INTRODUÇÃO
========================================================= */

.im-construcao-intro {
    padding: 100px 0;
    background: #ffffff;
}

.im-construcao-intro h2 {
    margin-bottom: 25px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-construcao-intro p {
    margin-bottom: 18px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}

.im-construcao-intro strong {
    color: var(--im-blue);
}


/* =========================================================
   DESTAQUE +20 ANOS
========================================================= */

.im-construcao-highlight {
    position: relative;

    margin-left: 40px;
    padding: 50px 45px;

    background: var(--im-blue);

    border-bottom: 4px solid var(--im-gold);

    box-shadow: 0 20px 45px rgba(23, 35, 63, 0.15);
}

.im-highlight-small {
    display: block;

    margin-bottom: 5px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-construcao-highlight strong {
    display: block;

    color: var(--im-gold-light);

    font-size: 90px;
    font-weight: 700;
    line-height: 0.95;
}

.im-construcao-highlight h3 {
    margin-top: 12px;
    margin-bottom: 15px;

    color: #ffffff;

    font-size: 25px;
    font-weight: 600;
}

.im-construcao-highlight p {
    margin: 0;

    color: rgba(255, 255, 255, 0.75);

    font-size: 15px;
    line-height: 1.7;
}


/* =========================================================
   TIPOS DE CONSTRUÇÃO
========================================================= */

.im-construcao-types {
    padding: 100px 0;

    background: var(--im-light);
}

.im-construcao-cards {
    margin-top: 50px;
}

.im-construcao-card {
    position: relative;

    height: 100%;
    min-height: 320px;

    margin-bottom: 30px;
    padding: 38px 32px;

    background: #ffffff;

    border: 1px solid var(--im-border);

    transition: all 0.3s ease;
}

.im-construcao-card:hover {
    transform: translateY(-8px);

    border-color: rgba(199, 154, 59, 0.5);

    box-shadow: 0 18px 40px rgba(23, 35, 63, 0.10);
}

.im-construcao-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: var(--im-blue);

    color: var(--im-gold-light);

    font-size: 22px;
}

.im-card-number {
    position: absolute;

    top: 32px;
    right: 30px;

    color: #e8eaee;

    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.im-construcao-card h3 {
    margin-bottom: 15px;

    color: var(--im-blue);

    font-size: 23px;
    font-weight: 600;
}

.im-construcao-card p {
    margin: 0;

    color: var(--im-text);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   ETAPAS DA CONSTRUÇÃO
========================================================= */

.im-construcao-etapas {
    padding: 100px 0;

    background: #ffffff;
}

.im-construcao-etapas h2 {
    margin-bottom: 25px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-construcao-etapas p {
    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}

.im-etapas-list {
    margin-left: 40px;
}

.im-etapa {
    display: flex;

    position: relative;

    padding: 22px 0;

    border-bottom: 1px solid var(--im-border);
}

.im-etapa:first-child {
    padding-top: 0;
}

.im-etapa > span {
    flex: 0 0 55px;

    color: var(--im-gold);

    font-size: 15px;
    font-weight: 700;
}

.im-etapa h3 {
    margin-bottom: 8px;

    color: var(--im-blue);

    font-size: 19px;
    font-weight: 600;
}

.im-etapa p {
    margin: 0;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   SERVIÇOS DE CONSTRUÇÃO
========================================================= */

.im-construcao-servicos {
    padding: 100px 0;

    background: var(--im-blue);
}

.im-construcao-servicos .im-section-label {
    color: var(--im-gold-light);
}

.im-construcao-servicos h2 {
    color: #ffffff;
}

.im-construcao-servicos > .container > .row:first-child p {
    color: rgba(255, 255, 255, 0.72);
}

.im-construcao-services-grid {
    margin-top: 50px;
}

.im-construcao-service {
    height: 100%;

    min-height: 155px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;
    padding: 25px;

    background: rgba(255, 255, 255, 0.06);

    border: 1px solid rgba(255, 255, 255, 0.12);

    text-align: center;

    transition: all 0.3s ease;
}

.im-construcao-service:hover {
    background: rgba(255, 255, 255, 0.10);

    border-color: var(--im-gold);

    transform: translateY(-5px);
}

.im-construcao-service i {
    margin-bottom: 15px;

    color: var(--im-gold-light);

    font-size: 27px;
}

.im-construcao-service h3 {
    margin: 0;

    color: #ffffff;

    font-size: 17px;
    font-weight: 600;
}


/* =========================================================
   REGIÃO DE ATENDIMENTO
========================================================= */

.im-construcao-regiao {
    padding: 100px 0;

    background: #ffffff;
}

.im-construcao-regiao h2 {
    margin-bottom: 25px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-construcao-regiao p {
    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}

.im-regiao-box {
    margin-left: 40px;

    padding: 15px 30px;

    background: var(--im-light);

    border-left: 4px solid var(--im-gold);
}

.im-regiao-box > div {
    display: flex;
    align-items: center;

    padding: 18px 0;

    border-bottom: 1px solid var(--im-border);
}

.im-regiao-box > div:last-child {
    border-bottom: none;
}

.im-regiao-box i {
    width: 40px;

    color: var(--im-gold);

    font-size: 19px;
}

.im-regiao-box span {
    color: var(--im-blue);

    font-size: 15px;
    font-weight: 600;
}


/* =========================================================
   CTA
========================================================= */

.im-construcao-cta {
    padding: 75px 0;

    background: var(--im-blue-dark);
}

.im-construcao-cta .im-section-label {
    color: var(--im-gold-light);
}

.im-construcao-cta h2 {
    margin-bottom: 12px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 600;
}

.im-construcao-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */


/* Tablets */
@media (max-width: 991px) {

    .im-construcao-intro,
    .im-construcao-types,
    .im-construcao-etapas,
    .im-construcao-servicos,
    .im-construcao-regiao {
        padding: 80px 0;
    }

    .im-construcao-highlight {
        margin-top: 45px;
        margin-left: 0;
    }

    .im-etapas-list {
        margin-top: 50px;
        margin-left: 0;
    }

    .im-regiao-box {
        margin-top: 40px;
        margin-left: 0;
    }

    .im-construcao-cta {
        text-align: center;
    }

    .im-construcao-cta .im-cta-button {
        margin-top: 30px;
    }

}


/* Celular */
@media (max-width: 767px) {

    .im-construcao-intro,
    .im-construcao-types,
    .im-construcao-etapas,
    .im-construcao-servicos,
    .im-construcao-regiao {
        padding: 65px 0;
    }

    .im-construcao-intro h2,
    .im-construcao-etapas h2,
    .im-construcao-regiao h2 {
        font-size: 30px;
    }

    .im-construcao-highlight {
        padding: 40px 30px;
    }

    .im-construcao-highlight strong {
        font-size: 70px;
    }

    .im-construcao-cards {
        margin-top: 30px;
    }

    .im-construcao-card {
        min-height: auto;
        padding: 32px 27px;
    }

    .im-construcao-card h3 {
        font-size: 21px;
    }

    .im-construcao-services-grid {
        margin-top: 30px;
    }

    .im-construcao-service {
        min-height: 135px;
    }

    .im-construcao-cta {
        padding: 60px 0;
    }

    .im-construcao-cta h2 {
        font-size: 30px;
    }

}


/* Celulares pequenos */
@media (max-width: 480px) {

    .im-construcao-intro h2,
    .im-construcao-etapas h2,
    .im-construcao-regiao h2 {
        font-size: 27px;
    }

    .im-construcao-highlight strong {
        font-size: 60px;
    }

    .im-etapa {
        padding: 18px 0;
    }

    .im-etapa > span {
        flex: 0 0 45px;
    }

    .im-etapa h3 {
        font-size: 17px;
    }

}

/* =========================================================
   IRMÃOS MOREIRA
   PÁGINA — TODOS OS SERVIÇOS
========================================================= */


/* =========================================================
   INTRODUÇÃO
========================================================= */

.im-servicos-intro {
    padding: 95px 0 80px;
    background: #ffffff;
}

.im-servicos-intro h2 {
    margin: 15px 0 25px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-servicos-intro p {
    max-width: 800px;
    margin: 0 auto 15px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}

.im-servicos-intro strong {
    color: var(--im-blue);
}


/* =========================================================
   SERVIÇOS PRINCIPAIS
========================================================= */

.im-servicos-principais {
    padding: 90px 0;

    background: #f5f6f8;
}

.im-servico-destaque {
    position: relative;

    height: 100%;

    margin-bottom: 30px;
    padding: 50px 45px;

    background: #ffffff;

    border: 1px solid #e1e4e9;
    border-bottom: 4px solid var(--im-gold);

    transition: all 0.3s ease;
}

.im-servico-destaque:hover {
    transform: translateY(-7px);

    box-shadow: 0 20px 45px rgba(20, 32, 58, 0.12);
}

.im-servico-destaque-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    background: var(--im-blue);

    color: var(--im-gold-light);

    font-size: 25px;
}

.im-servico-numero {
    position: absolute;

    top: 38px;
    right: 38px;

    color: #eef0f3;

    font-size: 65px;
    font-weight: 700;
    line-height: 1;
}

.im-servico-destaque .im-section-label {
    display: block;

    margin-bottom: 12px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-servico-destaque h3 {
    position: relative;

    margin-bottom: 20px;

    color: var(--im-blue);

    font-size: 30px;
    font-weight: 600;
    line-height: 1.25;
}

.im-servico-destaque p {
    margin-bottom: 25px;

    color: var(--im-text);

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   LISTA DE SERVIÇOS
========================================================= */

.im-servico-lista {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px 20px;

    margin-bottom: 30px;
}

.im-servico-lista span {
    display: flex;
    align-items: center;

    color: var(--im-text);

    font-size: 14px;
}

.im-servico-lista i {
    margin-right: 9px;

    color: var(--im-gold);

    font-size: 11px;
}


/* =========================================================
   LINK DO SERVIÇO
========================================================= */

.im-servico-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    color: var(--im-blue);

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.im-servico-link i {
    color: var(--im-gold);

    transition: transform 0.3s ease;
}

.im-servico-link:hover {
    color: var(--im-gold);
}

.im-servico-link:hover i {
    transform: translateX(5px);
}


/* =========================================================
   ETAPAS / SOLUÇÕES
========================================================= */

.im-servicos-etapas {
    padding: 100px 0;

    background: var(--im-blue);
}

.im-servicos-etapas .im-section-label {
    color: var(--im-gold-light);
}

.im-servicos-etapas h2 {
    margin: 15px 0 20px;

    color: #ffffff;

    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
}

.im-servicos-etapas > .container > .row:first-child p {
    max-width: 700px;
    margin: 0 auto;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   GRID DE SERVIÇOS
========================================================= */

.im-servicos-grid {
    margin-top: 55px;
}

.im-servico-mini {
    height: calc(100% - 30px);

    min-height: 185px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;
    padding: 30px 20px;

    background: rgba(255, 255, 255, 0.055);

    border: 1px solid rgba(255, 255, 255, 0.13);

    text-align: center;

    transition: all 0.3s ease;
}

.im-servico-mini:hover {
    transform: translateY(-6px);

    background: rgba(255, 255, 255, 0.10);

    border-color: var(--im-gold);
}

.im-servico-mini i {
    margin-bottom: 17px;

    color: var(--im-gold-light);

    font-size: 28px;
}

.im-servico-mini h3 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 600;
}

.im-servico-mini p {
    max-width: 180px;
    margin: 0;

    color: rgba(255, 255, 255, 0.60);

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   EXPERIÊNCIA
========================================================= */

.im-servicos-experiencia {
    padding: 100px 0;

    background: #ffffff;
}

.im-servicos-experiencia .im-section-label {
    display: block;

    margin-bottom: 15px;

    color: var(--im-gold);
}

.im-servicos-experiencia h2 {
    max-width: 650px;

    margin-bottom: 25px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-servicos-experiencia p {
    max-width: 650px;

    margin-bottom: 15px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}

.im-servicos-experiencia strong {
    color: var(--im-blue);
}


/* =========================================================
   BOX +20 ANOS
========================================================= */

.im-experiencia-box {
    position: relative;

    max-width: 320px;

    margin-left: auto;
    padding: 45px 40px;

    background: var(--im-blue);

    border-bottom: 4px solid var(--im-gold);

    text-align: center;

    box-shadow: 0 20px 45px rgba(20, 32, 58, 0.15);
}

.im-experiencia-box strong {
    display: block;

    color: var(--im-gold-light);

    font-size: 90px;
    font-weight: 700;
    line-height: 0.9;
}

.im-experiencia-box > span {
    display: block;

    margin-top: 12px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 4px;
}

.im-experiencia-box p {
    margin: 15px auto 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   CTA FINAL
========================================================= */

.im-servicos-cta {
    padding: 75px 0;

    background: var(--im-blue-dark);
}

.im-servicos-cta .im-section-label {
    display: block;

    margin-bottom: 12px;

    color: var(--im-gold-light);
}

.im-servicos-cta h2 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 600;
}

.im-servicos-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 16px;
}


/* =========================================================
   BOTÃO CTA
========================================================= */

.im-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;

    padding: 16px 28px;

    background: var(--im-gold);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;

    text-decoration: none;

    transition: all 0.3s ease;
}

.im-cta-button:hover {
    background: var(--im-gold-light);

    color: var(--im-blue);

    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */


/* TABLET */
@media (max-width: 991px) {

    .im-servicos-intro,
    .im-servicos-principais,
    .im-servicos-etapas,
    .im-servicos-experiencia {
        padding: 80px 0;
    }

    .im-servico-destaque {
        padding: 40px 35px;
    }

    .im-servicos-experiencia h2 {
        font-size: 34px;
    }

    .im-experiencia-box {
        margin: 50px auto 0;
    }

    .im-servicos-cta {
        text-align: center;
    }

    .im-servicos-cta .im-cta-button {
        margin-top: 30px;
    }

}


/* CELULAR */
@media (max-width: 767px) {

    .im-servicos-intro,
    .im-servicos-principais,
    .im-servicos-etapas,
    .im-servicos-experiencia {
        padding: 65px 0;
    }

    .im-servicos-intro h2 {
        font-size: 30px;
    }

    .im-servico-destaque {
        padding: 35px 28px;
    }

    .im-servico-numero {
        top: 28px;
        right: 25px;

        font-size: 50px;
    }

    .im-servico-destaque h3 {
        font-size: 25px;
    }

    .im-servico-lista {
        grid-template-columns: 1fr;
    }

    .im-servicos-etapas h2 {
        font-size: 30px;
    }

    .im-servicos-grid {
        margin-top: 40px;
    }

    .im-servico-mini {
        min-height: 160px;
    }

    .im-servicos-experiencia h2 {
        font-size: 30px;
    }

    .im-experiencia-box strong {
        font-size: 75px;
    }

    .im-servicos-cta {
        padding: 60px 0;
    }

    .im-servicos-cta h2 {
        font-size: 29px;
    }

}


/* CELULAR PEQUENO */
@media (max-width: 480px) {

    .im-servicos-intro h2,
    .im-servicos-etapas h2,
    .im-servicos-experiencia h2 {
        font-size: 27px;
    }

    .im-servico-destaque {
        padding: 30px 23px;
    }

    .im-servico-numero {
        font-size: 42px;
    }

    .im-servico-destaque h3 {
        font-size: 23px;
    }

    .im-experiencia-box {
        padding: 38px 25px;
    }

    .im-experiencia-box strong {
        font-size: 65px;
    }

}

/* =========================================================
   IRMÃOS MOREIRA
   PÁGINA — A EMPRESA
========================================================= */


/* =========================================================
   SOBRE A EMPRESA
========================================================= */

.im-empresa-sobre {
    padding: 100px 0;
    background: #ffffff;
}

.im-empresa-sobre .im-section-label {
    display: block;
    margin-bottom: 15px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-empresa-sobre h2 {
    max-width: 680px;

    margin-bottom: 28px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-empresa-sobre p {
    max-width: 680px;

    margin-bottom: 17px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.85;
}

.im-empresa-sobre p strong {
    color: var(--im-blue);
}


/* =========================================================
   BOX DE EXPERIÊNCIA
========================================================= */

.im-empresa-experiencia {
    position: relative;

    max-width: 350px;

    margin-left: auto;

    padding: 55px 45px;

    background: var(--im-blue);

    border-bottom: 5px solid var(--im-gold);

    text-align: center;

    box-shadow: 0 20px 50px rgba(23, 35, 63, 0.16);
}

.im-empresa-experiencia::before {
    content: "";

    position: absolute;

    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    pointer-events: none;
}

.im-empresa-experiencia span {
    display: block;

    margin-bottom: 12px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.im-empresa-experiencia strong {
    display: block;

    color: var(--im-gold-light);

    font-size: 95px;
    font-weight: 700;
    line-height: 0.9;
}

.im-empresa-experiencia small {
    display: block;

    margin-top: 12px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
}

.im-empresa-experiencia p {
    margin: 18px auto 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   NOSSA ATUAÇÃO
========================================================= */

.im-empresa-atuacao {
    padding: 100px 0;

    background: var(--im-light);
}

.im-empresa-atuacao .im-section-label {
    display: block;

    margin-bottom: 14px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-empresa-atuacao > .container > .row:first-child h2 {
    margin-bottom: 20px;

    color: var(--im-blue);

    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
}

.im-empresa-atuacao > .container > .row:first-child p {
    max-width: 720px;

    margin: 0 auto;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CARDS DA EMPRESA
========================================================= */

.im-empresa-cards {
    margin-top: 55px;
}

.im-empresa-card {
    height: calc(100% - 30px);

    min-height: 350px;

    display: flex;
    flex-direction: column;

    margin-bottom: 30px;
    padding: 40px 32px;

    background: #ffffff;

    border: 1px solid #e1e4e9;

    transition: all 0.3s ease;
}

.im-empresa-card:hover {
    transform: translateY(-8px);

    border-color: rgba(214, 170, 76, 0.55);

    box-shadow: 0 18px 40px rgba(23, 35, 63, 0.10);
}

.im-empresa-card-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 27px;

    background: var(--im-blue);

    color: var(--im-gold-light);

    font-size: 23px;
}

.im-empresa-card h3 {
    margin-bottom: 17px;

    color: var(--im-blue);

    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
}

.im-empresa-card p {
    margin-bottom: 25px;

    color: var(--im-text);

    font-size: 14px;
    line-height: 1.8;
}

.im-empresa-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: auto;

    color: var(--im-blue);

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.im-empresa-card a i {
    color: var(--im-gold);

    transition: transform 0.3s ease;
}

.im-empresa-card a:hover {
    color: var(--im-gold);
}

.im-empresa-card a:hover i {
    transform: translateX(5px);
}


/* =========================================================
   DIFERENCIAL
========================================================= */

.im-empresa-diferencial {
    padding: 100px 0;

    background: var(--im-blue);
}

.im-empresa-diferencial .im-section-label {
    display: block;

    margin-bottom: 15px;

    color: var(--im-gold-light);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-empresa-diferencial h2 {
    max-width: 580px;

    color: #ffffff;

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}


/* =========================================================
   LISTA DE DIFERENCIAIS
========================================================= */

.im-empresa-diferenciais {
    margin-left: 45px;
}

.im-diferencial {
    display: flex;

    padding: 25px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.im-diferencial:first-child {
    padding-top: 0;
}

.im-diferencial:last-child {
    border-bottom: none;
}

.im-diferencial > span {
    flex: 0 0 50px;

    padding-top: 3px;

    color: var(--im-gold-light);

    font-size: 13px;
    font-weight: 700;
}

.im-diferencial h3 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 19px;
    font-weight: 600;
}

.im-diferencial p {
    margin: 0;

    color: rgba(255, 255, 255, 0.62);

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   REGIÃO DE ATENDIMENTO
========================================================= */

.im-empresa-regiao {
    padding: 100px 0;

    background: #ffffff;
}

.im-empresa-regiao .im-section-label {
    display: block;

    margin-bottom: 15px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-empresa-regiao h2 {
    max-width: 700px;

    margin-bottom: 25px;

    color: var(--im-blue);

    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
}

.im-empresa-regiao p {
    max-width: 650px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   LISTA DA REGIÃO
========================================================= */

.im-regiao-lista {
    margin-left: 40px;

    padding: 10px 30px;

    background: var(--im-light);

    border-left: 4px solid var(--im-gold);
}

.im-regiao-lista div {
    display: flex;
    align-items: center;

    padding: 20px 0;

    border-bottom: 1px solid var(--im-border);
}

.im-regiao-lista div:last-child {
    border-bottom: none;
}

.im-regiao-lista i {
    width: 35px;

    color: var(--im-gold);

    font-size: 12px;
}

.im-regiao-lista span {
    color: var(--im-blue);

    font-size: 15px;
    font-weight: 600;
}


/* =========================================================
   CTA FINAL
========================================================= */

.im-empresa-cta {
    padding: 75px 0;

    background: var(--im-blue-dark);
}

.im-empresa-cta .im-section-label {
    display: block;

    margin-bottom: 12px;

    color: var(--im-gold-light);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-empresa-cta h2 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 600;
}

.im-empresa-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 16px;
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 991px) {

    .im-empresa-sobre,
    .im-empresa-atuacao,
    .im-empresa-diferencial,
    .im-empresa-regiao {
        padding: 80px 0;
    }

    .im-empresa-experiencia {
        margin: 50px auto 0;
    }

    .im-empresa-diferenciais {
        margin-top: 55px;
        margin-left: 0;
    }

    .im-regiao-lista {
        margin-top: 45px;
        margin-left: 0;
    }

    .im-empresa-cta {
        text-align: center;
    }

    .im-empresa-cta .im-cta-button {
        margin-top: 30px;
    }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 767px) {

    .im-empresa-sobre,
    .im-empresa-atuacao,
    .im-empresa-diferencial,
    .im-empresa-regiao {
        padding: 65px 0;
    }

    .im-empresa-sobre h2 {
        font-size: 30px;
    }

    .im-empresa-sobre p {
        font-size: 15px;
    }

    .im-empresa-experiencia {
        padding: 45px 30px;
    }

    .im-empresa-experiencia strong {
        font-size: 75px;
    }

    .im-empresa-atuacao > .container > .row:first-child h2 {
        font-size: 30px;
    }

    .im-empresa-cards {
        margin-top: 35px;
    }

    .im-empresa-card {
        min-height: auto;

        padding: 35px 28px;
    }

    .im-empresa-diferencial h2 {
        font-size: 30px;
    }

    .im-diferencial {
        padding: 22px 0;
    }

    .im-empresa-regiao h2 {
        font-size: 30px;
    }

    .im-empresa-cta {
        padding: 60px 0;
    }

    .im-empresa-cta h2 {
        font-size: 29px;
    }

}


/* =========================================================
   CELULAR PEQUENO
========================================================= */

@media (max-width: 480px) {

    .im-empresa-sobre h2,
    .im-empresa-diferencial h2,
    .im-empresa-regiao h2 {
        font-size: 27px;
    }

    .im-empresa-experiencia strong {
        font-size: 65px;
    }

    .im-empresa-card {
        padding: 30px 23px;
    }

    .im-empresa-card h3 {
        font-size: 21px;
    }

    .im-regiao-lista {
        padding: 8px 20px;
    }

}

/* =========================================================
   IRMÃOS MOREIRA
   PÁGINA — OBRAS
========================================================= */


/* =========================================================
   INTRODUÇÃO
========================================================= */

.im-obras-intro {
    padding: 100px 0;
    background: #ffffff;
}

.im-obras-intro .im-section-label {
    display: block;
    margin-bottom: 15px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-obras-intro h2 {
    max-width: 680px;

    margin-bottom: 28px;

    color: var(--im-blue);

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-obras-intro p {
    max-width: 680px;

    margin-bottom: 17px;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.85;
}

.im-obras-intro p strong {
    color: var(--im-blue);
}


/* =========================================================
   BOX EXPERIÊNCIA
========================================================= */

.im-obras-experiencia {
    position: relative;

    max-width: 350px;

    margin-left: auto;

    padding: 55px 45px;

    background: var(--im-blue);

    border-bottom: 5px solid var(--im-gold);

    text-align: center;

    box-shadow: 0 20px 50px rgba(23, 35, 63, 0.16);
}

.im-obras-experiencia::before {
    content: "";

    position: absolute;

    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;

    border: 1px solid rgba(255, 255, 255, 0.12);

    pointer-events: none;
}

.im-obras-experiencia span {
    display: block;

    margin-bottom: 12px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.im-obras-experiencia strong {
    display: block;

    color: var(--im-gold-light);

    font-size: 95px;
    font-weight: 700;
    line-height: 0.9;
}

.im-obras-experiencia small {
    display: block;

    margin-top: 12px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 5px;
}

.im-obras-experiencia p {
    margin: 18px auto 0;

    color: rgba(255, 255, 255, 0.65);

    font-size: 14px;
    line-height: 1.6;
}


/* =========================================================
   ÁREAS DE ATUAÇÃO
========================================================= */

.im-obras-atuacao {
    padding: 100px 0;

    background: var(--im-light);
}

.im-obras-atuacao .im-section-label {
    display: block;

    margin-bottom: 14px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-obras-atuacao > .container > .row:first-child h2 {
    margin-bottom: 20px;

    color: var(--im-blue);

    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
}

.im-obras-atuacao > .container > .row:first-child p {
    max-width: 720px;

    margin: 0 auto;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CARDS
========================================================= */

.im-obras-cards {
    margin-top: 55px;
}

.im-obras-card {
    height: calc(100% - 30px);

    min-height: 340px;

    display: flex;
    flex-direction: column;

    margin-bottom: 30px;
    padding: 40px 32px;

    background: #ffffff;

    border: 1px solid #e1e4e9;

    transition: all 0.3s ease;
}

.im-obras-card:hover {
    transform: translateY(-8px);

    border-color: rgba(214, 170, 76, 0.55);

    box-shadow: 0 18px 40px rgba(23, 35, 63, 0.10);
}

.im-obras-icon {
    width: 60px;
    height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 27px;

    background: var(--im-blue);

    color: var(--im-gold-light);

    font-size: 23px;
}

.im-obras-card h3 {
    margin-bottom: 17px;

    color: var(--im-blue);

    font-size: 23px;
    font-weight: 600;
    line-height: 1.3;
}

.im-obras-card p {
    margin-bottom: 25px;

    color: var(--im-text);

    font-size: 14px;
    line-height: 1.8;
}

.im-obras-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: auto;

    color: var(--im-blue);

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.im-obras-card a i {
    color: var(--im-gold);

    transition: transform 0.3s ease;
}

.im-obras-card a:hover {
    color: var(--im-gold);
}

.im-obras-card a:hover i {
    transform: translateX(5px);
}


/* =========================================================
   EXPERIÊNCIA
========================================================= */

.im-obras-experiencia-section {
    padding: 100px 0;

    background: var(--im-blue);
}

.im-obras-experiencia-section .im-section-label {
    display: block;

    margin-bottom: 15px;

    color: var(--im-gold-light);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-obras-experiencia-section h2 {
    max-width: 600px;

    color: #ffffff;

    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.im-obras-experiencia-section p {
    margin-bottom: 18px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 15px;
    line-height: 1.85;
}

.im-obras-experiencia-section p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   PORTFÓLIO
========================================================= */

.im-obras-portfolio {
    padding: 100px 0;

    background: #ffffff;
}

.im-obras-portfolio .im-section-label {
    display: block;

    margin-bottom: 14px;

    color: var(--im-gold);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-obras-portfolio h2 {
    margin-bottom: 18px;

    color: var(--im-blue);

    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
}

.im-obras-portfolio > .container > .row:first-child p {
    max-width: 650px;

    margin: 0 auto;

    color: var(--im-text);

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   PLACEHOLDERS DAS FUTURAS FOTOS
========================================================= */

.im-obras-placeholder {
    margin-top: 55px;
}

.im-obra-placeholder {
    height: 280px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin-bottom: 30px;

    background:
        linear-gradient(
            135deg,
            #f1f2f3 25%,
            #e9eaec 25%,
            #e9eaec 50%,
            #f1f2f3 50%,
            #f1f2f3 75%,
            #e9eaec 75%
        );

    background-size: 40px 40px;

    border: 1px solid #dfe2e6;

    text-align: center;
}

.im-obra-placeholder i {
    margin-bottom: 15px;

    color: #9ba1a8;

    font-size: 35px;
}

.im-obra-placeholder span {
    color: #737982;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


/* =========================================================
   CTA
========================================================= */

.im-obras-cta {
    padding: 75px 0;

    background: var(--im-blue-dark);
}

.im-obras-cta .im-section-label {
    display: block;

    margin-bottom: 12px;

    color: var(--im-gold-light);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.im-obras-cta h2 {
    margin-bottom: 8px;

    color: #ffffff;

    font-size: 36px;
    font-weight: 600;
}

.im-obras-cta p {
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 16px;
}


/* =========================================================
   BOTÃO CTA
========================================================= */

.im-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 52px;

    padding: 0 32px;

    background: var(--im-gold);

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.3s ease;
}

.im-cta-button:hover {
    background: var(--im-gold-light);

    color: var(--im-blue);

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .im-obras-intro,
    .im-obras-atuacao,
    .im-obras-experiencia-section,
    .im-obras-portfolio {
        padding: 80px 0;
    }

    .im-obras-experiencia {
        margin: 50px auto 0;
    }

    .im-obras-cards {
        margin-top: 40px;
    }

    .im-obras-experiencia-section h2 {
        margin-bottom: 45px;
    }

    .im-obras-cta {
        text-align: center;
    }

    .im-obras-cta .im-cta-button {
        margin-top: 30px;
    }

}


/* =========================================================
   CELULAR
========================================================= */

@media (max-width: 767px) {

    .im-obras-intro,
    .im-obras-atuacao,
    .im-obras-experiencia-section,
    .im-obras-portfolio {
        padding: 65px 0;
    }

    .im-obras-intro h2 {
        font-size: 30px;
    }

    .im-obras-intro p {
        font-size: 15px;
    }

    .im-obras-experiencia {
        padding: 45px 30px;
    }

    .im-obras-experiencia strong {
        font-size: 75px;
    }

    .im-obras-atuacao > .container > .row:first-child h2 {
        font-size: 30px;
    }

    .im-obras-card {
        min-height: auto;

        padding: 35px 28px;
    }

    .im-obras-card h3 {
        font-size: 21px;
    }

    .im-obras-experiencia-section h2 {
        font-size: 30px;
    }

    .im-obras-portfolio h2 {
        font-size: 30px;
    }

    .im-obra-placeholder {
        height: 240px;
    }

    .im-obras-cta {
        padding: 60px 0;
    }

    .im-obras-cta h2 {
        font-size: 29px;
    }

}


/* =========================================================
   CELULAR PEQUENO
========================================================= */

@media (max-width: 480px) {

    .im-obras-intro h2,
    .im-obras-experiencia-section h2,
    .im-obras-portfolio h2 {
        font-size: 27px;
    }

    .im-obras-experiencia strong {
        font-size: 65px;
    }

    .im-obras-card {
        padding: 30px 23px;
    }

    .im-obra-placeholder {
        height: 220px;
    }

}

/* =========================================================
   IRMÃOS MOREIRA - AJUSTES PERSONALIZADOS DA HOME
   ========================================================= */


/* ---------------------------------------------------------
   SERVIÇOS
   --------------------------------------------------------- */

.services-area1 {
    background: #fff;
    position: relative;
}

.services-area1 .section-tittle {
    position: relative;
}

.services-area1 .single-service-cap {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8e8e8;
    transition: all 0.35s ease;
}

.services-area1 .single-service-cap:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.10);
}

.services-area1 .service-img {
    overflow: hidden;
}

.services-area1 .service-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.services-area1 .single-service-cap:hover .service-img img {
    transform: scale(1.05);
}

.services-area1 .service-cap {
    padding: 28px 30px 30px;
    min-height: 145px;
    position: relative;
    background: #fff;
}

.services-area1 .service-cap h4 {
    margin: 0 0 18px;
    padding-right: 45px;
}

.services-area1 .service-cap h4 a {
    color: #17223f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.services-area1 .service-cap h4 a:hover {
    color: #c79a3b;
}

.services-area1 .more-btn {
    color: #c79a3b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services-area1 .more-btn i {
    margin-left: 6px;
    transition: all 0.3s ease;
}

.services-area1 .more-btn:hover i {
    margin-left: 10px;
}


/* Ícone do serviço */

.services-area1 .service-icon {
    position: absolute;
    right: 22px;
    bottom: 25px;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #c79a3b;
    color: #fff;

    border-radius: 50%;

    z-index: 2;
}

.services-area1 .service-icon i {
    font-size: 21px;
}


/* ---------------------------------------------------------
   QUEM SOMOS
   --------------------------------------------------------- */

.support-company-area {
    background: #f7f7f7;
    position: relative;
}

.support-company-area .left-content {
    padding-right: 60px;
}

.support-company-area .support-caption {
    max-width: 650px;
}

.support-company-area .support-caption p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.support-company-area .support-caption .pera-top {
    font-size: 18px;
    color: #333;
}

.support-company-area .support-caption strong {
    color: #17223f;
}

.support-company-area .right-content {
    position: relative;
}

.support-company-area .right-img {
    overflow: hidden;
}

.support-company-area .right-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

.support-company-area .support-img-cap {
    position: absolute;
    left: -45px;
    bottom: 35px;

    width: 150px;
    height: 150px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #c79a3b;
    color: #fff;

    z-index: 2;
}

.support-company-area .support-img-cap span {
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.support-company-area .support-img-cap p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/* Botão */

.support-company-area .red-btn2 {
    margin-top: 15px;
}


/* ---------------------------------------------------------
   OBRAS
   --------------------------------------------------------- */

.project-area {
    background: #fff;
}

.project-intro {
    padding-left: 25px;
}

.project-intro p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.project-intro .red-btn2 {
    display: inline-block;
}


/* ---------------------------------------------------------
   CHAMADA PARA CONTATO
   --------------------------------------------------------- */

.contact-with-area {
    position: relative;
    background-size: cover;
    background-position: center;
}

.contact-us-caption {
    position: relative;
    z-index: 2;
}

.contact-us-caption .team-info {
    max-width: 700px;
}

.contact-us-caption p {
    color: #fff;
    font-size: 17px;
    line-height: 1.8;
    margin: 25px 0 30px;
}

.contact-us-caption .white-btn {
    display: inline-block;
}


/* ---------------------------------------------------------
   CONTADORES / DESTAQUES
   --------------------------------------------------------- */

.count-area {
    background: #17223f;
}

.count-wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 65px 40px;
}

.count-clients {
    height: 100%;
}

.single-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
}

.count-number {
    margin-right: 22px;
}

.count-number span {
    color: #c79a3b;
    font-size: 48px;
    line-height: 1;
    font-weight: 800;
    display: block;
}

.count-text p {
    color: #fff;
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.3;
}

.count-text h5 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}


/* Separadores */

@media (min-width: 768px) {

    .count-clients:not(:last-child) {
        border-right: 1px solid rgba(255, 255, 255, 0.18);
    }

}


/* ---------------------------------------------------------
   TÍTULOS DAS SEÇÕES
   --------------------------------------------------------- */

.section-tittle .front-text h2 {
    color: #17223f;
}

.section-tittle .back-text {
    color: rgba(23, 34, 63, 0.06);
}


/* ---------------------------------------------------------
   BOTÕES
   --------------------------------------------------------- */

.red-btn2 {
    background: #c79a3b;
    border: 1px solid #c79a3b;
    color: #fff;
    padding: 15px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: all 0.3s ease;
}

.red-btn2:hover {
    background: #17223f;
    border-color: #17223f;
    color: #fff;
}


/* ---------------------------------------------------------
   RESPONSIVO
   --------------------------------------------------------- */

@media (max-width: 1199px) {

    .support-company-area .left-content {
        padding-right: 30px;
    }

    .support-company-area .right-img img {
        height: 450px;
    }

}


@media (max-width: 991px) {

    .services-area1 .service-img img {
        height: 230px;
    }

    .support-company-area .left-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .support-company-area .right-img img {
        height: 420px;
    }

    .support-company-area .support-img-cap {
        left: 20px;
    }

    .project-intro {
        padding-left: 0;
        margin-top: 25px;
    }

    .count-wrapper {
        padding: 45px 20px;
    }

}


@media (max-width: 767px) {

    .services-area1 {
        padding-top: 55px;
        padding-bottom: 30px;
    }

    .services-area1 .service-img img {
        height: 220px;
    }

    .services-area1 .service-cap {
        padding: 24px 22px;
        min-height: 135px;
    }

    .services-area1 .service-cap h4 a {
        font-size: 20px;
    }

    .services-area1 .service-icon {
        right: 18px;
        bottom: 20px;
        width: 48px;
        height: 48px;
    }

    .support-company-area {
        padding-top: 50px;
    }

    .support-company-area .right-img img {
        height: 350px;
    }

    .support-company-area .support-img-cap {
        left: 15px;
        bottom: 20px;
        width: 125px;
        height: 125px;
    }

    .support-company-area .support-img-cap span {
        font-size: 34px;
    }

    .project-area {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .project-intro {
        margin-top: 15px;
    }

    .count-wrapper {
        padding: 35px 15px;
    }

    .single-counter {
        justify-content: flex-start;
        padding: 18px 10px;
    }

    .count-number span {
        font-size: 38px;
    }

    .count-text h5 {
        font-size: 18px;
    }

}


@media (max-width: 575px) {

    .services-area1 .single-service-cap {
        margin-left: 5px;
        margin-right: 5px;
    }

/* =========================================
   ÁREA QUEM SOMOS - IMAGEM + SELO
   ========================================= */

/* Garante que o selo seja posicionado
   em relação à área da imagem */
.support-company-area .right-content {
    position: relative;
}

/* Área da imagem */
.support-company-area .right-img {
    position: relative;
    width: 100%;
}

/* Imagem */
.support-company-area .right-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================================
   SELO DE EXPERIÊNCIA
   ========================================= */

.support-company-area .support-img-cap {
    position: absolute;

    /* Dentro da imagem */
    left: 25px;
    bottom: 25px;

    width: 150px;
    height: 150px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #c79a3b;
    color: #fff;

    z-index: 10;

    box-sizing: border-box;
    padding: 15px;

    /* Evita qualquer deformação */
    text-align: center;
}

/* Número 20+ */
.support-company-area .support-img-cap span {
    display: block;

    color: #fff;

    font-size: 42px;
    line-height: 1;

    font-weight: 800;

    margin: 0 0 8px;
    padding: 0;
}

/* Texto do selo */
.support-company-area .support-img-cap p {
    display: block;

    margin: 0;
    padding: 0 5px;

    color: #fff;

    font-size: 8px;
    line-height: 1.4;

    font-weight: 700;

    text-align: center;
    text-transform: lowercase;

    letter-spacing: 1.5px;

    box-sizing: border-box;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

    .support-company-area .support-img-cap {
        left: 20px;
        bottom: 20px;

        width: 140px;
        height: 140px;

        padding: 12px;
    }

    .support-company-area .support-img-cap span {
        font-size: 38px;
    }

    .support-company-area .support-img-cap p {
        font-size: 11px;
        letter-spacing: 2.5px;
    }
}


/* =========================================
   CELULAR
   ========================================= */

@media (max-width: 767px) {

    .support-company-area .right-content {
        position: relative;
    }

    .support-company-area .support-img-cap {
        left: 15px;
        bottom: 15px;

        width: 125px;
        height: 125px;

        padding: 10px;
    }

    .support-company-area .support-img-cap span {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .support-company-area .support-img-cap p {
        font-size: 10px;
        line-height: 1.3;
        letter-spacing: 2px;
    }
}


/* =========================================
   CELULARES PEQUENOS
   ========================================= */

@media (max-width: 480px) {

    .support-company-area .support-img-cap {
        left: 10px;
        bottom: 10px;

        width: 110px;
        height: 110px;

        padding: 8px;
    }

    .support-company-area .support-img-cap span {
        font-size: 30px;
    }

    .support-company-area .support-img-cap p {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}

}

/* =========================================================
   HIGHLIGHTS - IRMÃOS MOREIRA
   ========================================================= */

.highlights-area {
    position: relative;
    padding: 90px 0 85px;
    background: #071b3d;
    overflow: hidden;
}

/* detalhe superior */
.highlights-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c79a3b;
}


/* TÍTULO */
.highlights-header {
    margin-bottom: 55px;
}

.highlights-header span {
    display: inline-block;
    margin-bottom: 12px;

    color: #c79a3b;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.highlights-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;
}


/* =========================================================
   CARDS
   ========================================================= */

.highlight-item {
    min-height: 180px;

    display: flex;
    align-items: center;

    padding: 20px 35px;

    border-right: 1px solid rgba(255,255,255,0.20);
}


/* remove borda do último */
.col-lg-4:last-child .highlight-item {
    border-right: none;
}


/* ÍCONE */
.highlight-icon {
    width: 75px;
    height: 75px;

    min-width: 75px;

    margin-right: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #c79a3b;

    color: #c79a3b;

    font-size: 30px;
}


/* CONTEÚDO */
.highlight-content {
    text-align: left;
}

.highlight-content strong {
    display: block;

    margin-bottom: 3px;

    color: #ffffff;

    font-size: 38px;
    line-height: 1;

    font-weight: 800;
}

.highlight-content p {
    margin: 8px 0 0;

    color: rgba(255,255,255,0.75);

    font-size: 13px;
    line-height: 1.3;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight-content h4 {
    margin: 3px 0 0;

    color: #ffffff;

    font-size: 20px;
    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .highlights-area {
        padding: 70px 0;
    }

    .highlights-header h2 {
        font-size: 32px;
    }

    .highlight-item {
        padding: 20px 15px;
    }

    .highlight-icon {
        width: 65px;
        height: 65px;
        min-width: 65px;

        margin-right: 15px;

        font-size: 25px;
    }

    .highlight-content strong {
        font-size: 32px;
    }

    .highlight-content h4 {
        font-size: 17px;
    }
}


/* =========================================================
   CELULAR
   ========================================================= */

@media (max-width: 767px) {

    .highlights-area {
        padding: 60px 0;
    }

    .highlights-header {
        margin-bottom: 35px;
    }

    .highlights-header h2 {
        font-size: 28px;
    }

    .highlight-item {
        min-height: auto;

        padding: 25px 10px;

        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .col-lg-4:last-child .highlight-item {
        border-bottom: none;
    }

    .highlight-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;

        margin-right: 18px;

        font-size: 23px;
    }

    .highlight-content strong {
        font-size: 30px;
    }

    .highlight-content h4 {
        font-size: 17px;
    }

    .highlight-content p {
        font-size: 11px;
    }
}

/* =========================================================
   CONTACT - IRMÃOS MOREIRA
   ========================================================= */

.irmos-moreira-contact {
    padding: 110px 0;
    background: #f7f7f5;
}

/* Título */

.irmos-moreira-contact .section-title {
    margin-bottom: 20px;
}

.irmos-moreira-contact .section-subtitle {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #777;
}

.irmos-moreira-contact .section-title h2 {
    margin-bottom: 18px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
}

.irmos-moreira-contact .section-title p {
    max-width: 680px;
    margin: 0 auto;
    color: #777;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   INFORMAÇÕES
   ========================================================= */

.contact-info-box {
    height: 100%;
    padding: 45px;
    background: #222;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.contact-info-item:last-of-type {
    margin-bottom: 0;
}

.contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.25);
    color: #fff;
    font-size: 20px;
}

.contact-info-content span,
.contact-whatsapp span {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #aaa;
}

.contact-info-content h4 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.contact-info-content p {
    margin: 0;
    color: #bbb;
    font-size: 14px;
    line-height: 1.7;
}

.contact-info-content a {
    color: #bbb;
    transition: all .3s ease;
}

.contact-info-content a:hover {
    color: #fff;
}


/* =========================================================
   WHATSAPP
   ========================================================= */

.contact-whatsapp {
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.contact-whatsapp h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 20px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.whatsapp-btn:hover {
    background: #e8e8e8;
    color: #222;
}


/* =========================================================
   FORMULÁRIO
   ========================================================= */

.contact-form-box {
    height: 100%;
    padding: 45px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
}

.contact-form-header {
    margin-bottom: 30px;
}

.contact-form-header > span {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #777;
}

.contact-form-header h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    color: #222;
}

.contact-form-header p {
    margin: 0;
    color: #777;
    font-size: 14px;
}


/* Campos */

.irmos-moreira-contact .form-group {
    margin-bottom: 22px;
}

.irmos-moreira-contact .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}

.irmos-moreira-contact .form-control {
    height: 52px;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fafafa;
    color: #333;
    font-size: 14px;
    box-shadow: none;
}

.irmos-moreira-contact textarea.form-control {
    height: auto;
    resize: vertical;
}

.irmos-moreira-contact .form-control:focus {
    border-color: #999;
    background: #fff;
    box-shadow: none;
}


/* Botão */

.form-submit {
    margin-top: 5px;
}

.irmos-moreira-contact .boxed-btn {
    min-width: 190px;
    height: 52px;
    border: none;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all .3s ease;
}

.irmos-moreira-contact .boxed-btn:hover {
    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVO
   ========================================================= */

@media (max-width: 991px) {

    .irmos-moreira-contact {
        padding: 80px 0;
    }

    .irmos-moreira-contact .section-title h2 {
        font-size: 34px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 35px;
    }
}

@media (max-width: 575px) {

    .irmos-moreira-contact {
        padding: 60px 0;
    }

    .irmos-moreira-contact .section-title h2 {
        font-size: 28px;
    }

    .contact-info-box,
    .contact-form-box {
        padding: 25px;
    }

    .contact-whatsapp {
        display: block;
    }

    .whatsapp-btn {
        margin-top: 15px;
    }
}

/* =========================================================
   FOOTER - IRMÃOS MOREIRA
========================================================= */

.irmaos-footer {
    background: #111;
    color: #fff;
    position: relative;
}

.irmaos-footer .footer-main {
    padding: 80px 0 0;
}

.irmaos-footer-widget {
    margin-bottom: 40px;
}

.irmaos-footer .footer-logo {
    margin-bottom: 25px;
}

.irmaos-footer .footer-logo img {
    max-width: 190px;
    height: auto;
}

.irmaos-footer .footer-about p {
    color: #aaa;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    max-width: 360px;
}

.irmaos-footer-widget h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

.irmaos-footer-widget h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #fff;
}

.irmaos-footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.irmaos-footer-widget ul li {
    margin-bottom: 12px;
}

.irmaos-footer-widget ul li a {
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.irmaos-footer-widget ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Redes sociais */

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
}

/* Contato */

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.footer-contact-item i {
    width: 18px;
    margin-top: 4px;
    color: #fff;
}

.footer-contact-item p {
    margin: 0;
    color: #aaa;
    font-size: 14px;
    line-height: 1.6;
}

.footer-contact-item a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-contact-item a:hover {
    color: #fff;
}

/* Botão */

.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    padding: 12px 22px;
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-contact-btn:hover {
    background: #fff;
    color: #111;
}

/* Rodapé inferior */

.irmaos-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 30px;
    padding: 22px 0;
}

.footer-copy p,
.footer-developed p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

.footer-developed {
    text-align: right;
}

.footer-developed a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-developed a:hover {
    color: #fff;
}

/* Responsivo */

@media (max-width: 767px) {

    .irmaos-footer .footer-main {
        padding: 60px 0 0;
    }

    .irmaos-footer-widget {
        margin-bottom: 35px;
    }

    .footer-developed {
        text-align: left;
        margin-top: 8px;
    }

    .irmaos-footer .footer-bottom {
        padding: 20px 0;
    }

}