/*
|--------------------------------------------------------------------------
| MARDEANGRA IMÓVEIS
| Identidade visual
|--------------------------------------------------------------------------
|
| Camada visual sobre o main.css existente.
| Não altera a estrutura ou lógica do sistema.
|
*/


/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */

:root {

    --md-primary: #102A43;
    --md-secondary: #315C5A;
    --md-accent: #B9A47A;

    --md-background: #F7F5F0;
    --md-white: #FFFFFF;

    --md-text: #263238;
    --md-text-soft: #66737D;

    --md-border: rgba(16, 42, 67, 0.12);

    --md-shadow-soft:
        0 10px 30px rgba(16, 42, 67, 0.08);

    --md-shadow-hover:
        0 18px 45px rgba(16, 42, 67, 0.14);

    --md-radius: 0;
    --md-radius-small: 2px;

    --md-transition:
        all 0.35s ease;

}


/* ==========================================================================
   2. GLOBAL
   ========================================================================== */

body {

    background-color: var(--md-background);

    color: var(--md-text);

}


/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

body {

    font-family:
        "Montserrat",
        sans-serif;

}


h1,
h2,
h3,
h4,
h5,
h6 {

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-weight: 500;

    color: var(--md-primary);

    letter-spacing: -0.01em;

}


p {

    color: var(--md-text);

}


/* ==========================================================================
   4. LINKS
   ========================================================================== */

a {

    color: var(--md-primary);

    transition: var(--md-transition);

}


a:hover {

    color: var(--md-accent);

}

/* ==========================================================================
   HEADER
   ========================================================================== */

#header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(16, 42, 67, 0.08);
    box-shadow: 0 2px 12px rgba(16, 42, 67, 0.04);
}

/* =========================================================
   FILTRO DE IMÓVEIS — IDENTIDADE MAR DE ANGRA
   ========================================================= */

.box-collapse {
    background-color: var(--md-white);
}


/* Título */

.box-collapse .title-d {
    color: var(--md-primary);
}


/* Botão BUSCAR */

.box-collapse .btn-r {
    background-color: var(--md-primary);
    color: var(--md-white);
    border-color: var(--md-primary);
}

.box-collapse .btn-r:hover {
    background-color: var(--md-secondary);
    border-color: var(--md-secondary);
    color: var(--md-white);
}


/* Labels */

.box-collapse .form-group label {
    color: var(--md-text);
}


/* Campos */

.box-collapse .form-control {
    background-color: var(--md-white);
    border-color: #d9e0e6;
    color: var(--md-text);
}


/* Foco */

.box-collapse .form-control:focus {
    border-color: var(--md-primary);
    box-shadow: 0 0 0 0.15rem rgba(16, 42, 67, 0.12);
}


/* Select */

.box-collapse .form-select:focus {
    border-color: var(--md-primary);
    box-shadow: 0 0 0 0.15rem rgba(16, 42, 67, 0.12);
}


/* ==========================================================================
   5. SECTIONS
   ========================================================================== */

section {

    position: relative;

}


.section-title {

    color: var(--md-primary);

}


.section-subtitle {

    color: var(--md-text-soft);

}


/* ==========================================================================
   6. BUTTONS
   ========================================================================== */

.btn {

    border-radius: var(--md-radius);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.78rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    transition: var(--md-transition);

}


.btn-primary {

    background-color: var(--md-primary);

    border-color: var(--md-primary);

}


.btn-primary:hover {

    background-color: var(--md-secondary);

    border-color: var(--md-secondary);

    transform: translateY(-2px);

}


.btn-secondary {

    background-color: var(--md-secondary);

    border-color: var(--md-secondary);

}


.btn-outline-primary {

    color: var(--md-primary);

    border-color: var(--md-primary);

}


.btn-outline-primary:hover {

    background-color: var(--md-primary);

    border-color: var(--md-primary);

}


/* ==========================================================================
   7. FORM ELEMENTS
   ========================================================================== */

.form-control,
.form-select {

    border-radius: var(--md-radius);

    border-color: var(--md-border);

    box-shadow: none;

}


.form-control:focus,
.form-select:focus {

    border-color: var(--md-accent);

    box-shadow:
        0 0 0 0.15rem rgba(185, 164, 122, 0.15);

}


/* ==========================================================================
   8. CARDS
   ========================================================================== */

.card {

    border-radius: var(--md-radius);

    border: 1px solid var(--md-border);

    box-shadow: none;

    background-color: var(--md-white);

}


.card:hover {

    box-shadow: var(--md-shadow-soft);

}


/* ==========================================================================
   9. IMAGES
   ========================================================================== */

img {

    max-width: 100%;

}


/* ==========================================================================
   10. BADGES
   ========================================================================== */

.badge {

    border-radius: var(--md-radius-small);

    font-family:
        "Montserrat",
        sans-serif;

    font-weight: 500;

    letter-spacing: 0.06em;

}


/* ==========================================================================
   11. SELECTION
   ========================================================================== */

::selection {

    background-color: var(--md-primary);

    color: var(--md-white);

}

/* ==========================================================================
   MARDEANGRA — NAVBAR
   ========================================================================== */

#header {
    background: var(--md-white) !important;
    border-bottom: 1px solid var(--md-border);
    box-shadow: none;
    transition: var(--md-transition);
}


/* Container */

#header .container-xl,
#header .container {
    min-height: 78px;
}


/* Logo */

#header .logo a,
#header .logo h1,
#header .logo h1 a {

    color: var(--md-primary) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 1.65rem;

    font-weight: 600;

    letter-spacing: -0.02em;

}


/* Ícone do logo */

#header .logo i,
#header .logo .sitename i {

    color: var(--md-accent);

}


/* Links */

#header .navmenu a {

    color: var(--md-primary) !important;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.76rem;

    font-weight: 600;

    letter-spacing: 0.07em;

    text-transform: uppercase;

    transition: var(--md-transition);

}


/* Hover */

#header .navmenu a:hover {

    color: var(--md-accent) !important;

}


/* Link ativo */

#header .navmenu .active {

    color: var(--md-accent) !important;

}


/* CTA */

#header .header-cta,
#header .btn-contact,
#header .btn-primary {

    background: var(--md-primary);

    border: 1px solid var(--md-primary);

    border-radius: 0;

    color: var(--md-white);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.72rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    padding: 12px 20px;

    transition: var(--md-transition);

}


#header .header-cta:hover,
#header .btn-contact:hover,
#header .btn-primary:hover {

    background: var(--md-accent);

    border-color: var(--md-accent);

    color: var(--md-white);

    transform: translateY(-1px);

}


/* Mobile */

@media (max-width: 1199px) {

    #header .container-xl,
    #header .container {

        min-height: 70px;

    }

}


@media (max-width: 991px) {

    #header .logo h1,
    #header .logo h1 a {

        font-size: 1.45rem;

    }

}

/* ==========================================================================
   MARDEANGRA — HERO
   ========================================================================== */

.hero {
    background: var(--md-background) !important;
}


/* --------------------------------------------------------------------------
   HERO CONTENT
   -------------------------------------------------------------------------- */

.hero .hero-content .content-header {
    margin-bottom: 36px;
}


.hero .hero-content .content-header .hero-label {

    background: transparent;

    color: var(--md-secondary);

    border: 0;

    border-left: 2px solid var(--md-accent);

    border-radius: 0;

    padding: 4px 0 4px 14px;

    font-size: 0.72rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

}


.hero .hero-content .content-header .hero-label i {

    color: var(--md-accent);

    font-size: 14px;

}


.hero .hero-content .content-header h1 {

    color: var(--md-primary) !important;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(3rem, 4.2vw, 4.6rem);

    font-weight: 500;

    line-height: 0.98;

    letter-spacing: -0.025em;

    margin-bottom: 24px;

}


.hero .hero-content .content-header p {

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.8;

    max-width: 620px;

}


/* --------------------------------------------------------------------------
HERO VISUAL
-------------------------------------------------------------------------- */

.hero .hero-visual .visual-container {

    filter: none;

}


/* Imóvel principal */

.hero .hero-visual .visual-container .featured-property {

    border-radius: 2px;

    box-shadow:
        0 25px 55px rgba(16, 42, 67, 0.12);

}

.hero .hero-visual .visual-container
.featured-property img {

    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Informações do imóvel */

.hero .hero-visual .visual-container
.featured-property .property-info {

    background:
        linear-gradient(
            to top,
            rgba(16, 42, 67, 0.92) 0%,
            rgba(16, 42, 67, 0.48) 42%,
            rgba(16, 42, 67, 0.05) 78%,
            transparent 100%
        );

    padding:
        90px 30px 28px;

}


/* Preço */

.hero .hero-visual .visual-container
.featured-property .property-info .property-price {

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 1.35rem;

    font-weight: 600;

    letter-spacing: -0.01em;

    margin-bottom: 12px;

    line-height: 1.25;

}

.hero .hero-visual .visual-container
.featured-property .property-info
.property-price .price-nowrap {
    white-space: nowrap;
}


/* Informações */

.hero .hero-visual .visual-container
.featured-property .property-info .property-details span {

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.82rem;

}


/* --------------------------------------------------------------------------
   OVERLAY IMAGES
   -------------------------------------------------------------------------- */

.hero .hero-visual .visual-container
.overlay-images .overlay-img {

    border: 3px solid var(--md-white);

    border-radius: 2px;

    box-shadow:
        0 15px 35px rgba(16, 42, 67, 0.16);

}


/* --------------------------------------------------------------------------
   HERO — RESPONSIVE
   -------------------------------------------------------------------------- */

@media (max-width: 768px) {

    .hero .hero-content .content-header h1 {

        font-size: 3rem;

        line-height: 1;

    }


    .hero .hero-content .content-header p {

        font-size: 0.94rem;

        line-height: 1.7;

    }


    .hero .hero-visual .visual-container {

        filter: none;

    }

}


/* ==========================================================================
   MARDEANGRA — HERO / LIMPEZA VISUAL
   ========================================================================== */

/* Remove as miniaturas sobrepostas */

.hero .hero-visual .visual-container .overlay-images {
    display: none !important;
}


/* Remove o cartão do consultor do Hero */

.hero .hero-visual .agent-card,
.hero .hero-visual .consultant-card,
.hero .hero-visual .agent-info,
.hero .hero-visual .property-agent {
    display: none !important;
}


/* A imagem principal passa a ocupar praticamente todo o espaço visual */

.hero .hero-visual .visual-container {
    height: 600px;
    filter: none;
}


/* Imóvel principal */

.hero .hero-visual .visual-container .featured-property {
    width: 100%;
    height: 560px;

    border-radius: 2px;

    box-shadow:
        0 25px 55px rgba(16, 42, 67, 0.12);
}


/* Informações sobre a imagem */

.hero .hero-visual .visual-container
.featured-property .property-info {

    padding:
        110px 36px 32px;

    background:
        linear-gradient(
            to top,
            rgba(16, 42, 67, 0.88) 0%,
            rgba(16, 42, 67, 0.42) 42%,
            transparent 78%
        );
}


/* Nome / título */

.hero .hero-visual .visual-container
.featured-property .property-info .property-title {

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 2rem;

    font-weight: 500;

}


/* Preço */

.hero .hero-visual .visual-container
.featured-property .property-info .property-price {

    font-size: 1.45rem;

    font-weight: 600;

}


/* Responsivo */

@media (max-width: 991px) {

    .hero .hero-visual .visual-container {

        height: auto;

    }

    .hero .hero-visual .visual-container
    .featured-property {

        height: 500px;

    }

}


@media (max-width: 576px) {

    .hero .hero-visual .visual-container
    .featured-property {

        height: 420px;

    }

    .hero .hero-visual .visual-container
    .featured-property .property-info {

        padding:
            80px 22px 24px;

    }

}

/* ==========================================================================
   MARDEANGRA — IMÓVEIS SELECIONADOS
   ========================================================================== */


/* --------------------------------------------------------------------------
   SEÇÃO
   -------------------------------------------------------------------------- */

#featured-properties {

    background: var(--md-background);

    padding-top: 90px;
    padding-bottom: 110px;

}


#featured-properties .section-title {

    margin-bottom: 48px;

}


#featured-properties .section-title h2 {

    color: var(--md-primary);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 2.7rem;

    font-weight: 500;

    letter-spacing: -0.02em;

}


#featured-properties .section-title p {

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.9rem;

    line-height: 1.7;

}


/* --------------------------------------------------------------------------
   CARD
   -------------------------------------------------------------------------- */

#featured-properties .property-card-horizontal {

    display: flex;

    width: 100%;

    min-height: 230px;

    background: var(--md-white);

    border: 1px solid rgba(16, 42, 67, 0.08);

    border-radius: 2px;

    box-shadow: none;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


/* Hover */

#featured-properties .property-card-horizontal:hover {

    transform: translateY(-4px);

    border-color:
        rgba(185, 164, 122, 0.35);

    box-shadow:
        0 18px 40px rgba(16, 42, 67, 0.09);

}


/* --------------------------------------------------------------------------
   IMAGEM
   -------------------------------------------------------------------------- */

#featured-properties .property-image-horizontal {

    flex: 0 0 42%;

    min-height: 230px;

    overflow: hidden;

}


#featured-properties .property-image-horizontal img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.6s ease;

}


#featured-properties
.property-card-horizontal:hover
.property-image-horizontal img {

    transform: scale(1.04);

}


/* --------------------------------------------------------------------------
   CONTEÚDO
   -------------------------------------------------------------------------- */

#featured-properties .property-content-horizontal {

    flex: 1;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding: 26px 26px 24px;

}


/* --------------------------------------------------------------------------
   TÍTULO
   -------------------------------------------------------------------------- */

#featured-properties .property-title {

    margin: 0 0 10px;

    color: var(--md-primary);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 1.55rem;

    font-weight: 500;

    line-height: 1.1;

}


/* --------------------------------------------------------------------------
   LOCALIZAÇÃO
   -------------------------------------------------------------------------- */

#featured-properties .property-location-horizontal {

    display: flex;

    flex-direction: column;

    gap: 3px;

    margin-bottom: 14px;

}


#featured-properties
.property-location-horizontal .address {

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    line-height: 1.5;

}


#featured-properties
.property-location-horizontal .address i {

    color: var(--md-accent);

}


/* --------------------------------------------------------------------------
   CARACTERÍSTICAS
   -------------------------------------------------------------------------- */

#featured-properties .property-features {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 16px;

}


#featured-properties .property-features span {

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.66rem;

    white-space: nowrap;

}


/* --------------------------------------------------------------------------
   RODAPÉ
   -------------------------------------------------------------------------- */

#featured-properties .property-footer-horizontal {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 15px;

}


/* --------------------------------------------------------------------------
   PREÇO
   -------------------------------------------------------------------------- */

#featured-properties .property-price-horizontal {
    font-size: 10px;
    line-height: 1.35;
    color: #102c46;
    font-weight: 500;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
}

#featured-properties .property-price-horizontal strong {
    font-weight: 600;
    color: var(--md-primary);
}

#featured-properties .property-price-horizontal .price-nowrap {
    white-space: nowrap;
}


/* --------------------------------------------------------------------------
   LINK
   -------------------------------------------------------------------------- */

    #featured-properties .btn-view-horizontal {

        display: inline-flex;

        align-items: center;

        gap: 8px;

        padding: 0;

        background: transparent;

        border: 0;

        border-radius: 0;

        color: var(--md-primary);

        font-family:
            "Montserrat",
            sans-serif;

        font-size: 0.68rem;

        font-weight: 600;

        letter-spacing: 0.06em;

        text-transform: uppercase;

        white-space: nowrap;

        transition:
            color 0.3s ease,
            gap 0.3s ease;

        align-self: flex-end;

        flex: 0 0 auto;
    }


#featured-properties .btn-view-horizontal:hover {

    color: var(--md-accent);

    gap: 12px;

}


#featured-properties
.btn-view-horizontal i {

    font-size: 0.8rem;

}


/* --------------------------------------------------------------------------
   ESPAÇAMENTO ENTRE CARDS
   -------------------------------------------------------------------------- */

#featured-properties .row {

    row-gap: 24px;

}


/* --------------------------------------------------------------------------
   TABLET
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    #featured-properties {

        padding-top: 75px;

        padding-bottom: 85px;

    }


    #featured-properties .property-card-horizontal {

        min-height: 215px;

    }


    #featured-properties .property-image-horizontal {

        min-height: 215px;

        flex-basis: 40%;

    }


    #featured-properties .property-content-horizontal {

        padding: 22px;

    }

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    #featured-properties .section-title {

        margin-bottom: 35px;

    }


    #featured-properties .section-title h2 {

        font-size: 2.2rem;

    }


    #featured-properties .property-card-horizontal {

        display: block;

        min-height: 0;

    }


    #featured-properties .property-image-horizontal {

        width: 100%;

        height: 220px;

        min-height: 0;

    }


    #featured-properties .property-content-horizontal {

        padding: 22px;

    }


    #featured-properties .property-title {

        font-size: 1.45rem;

    }

}


/* --------------------------------------------------------------------------
   MOBILE PEQUENO
   -------------------------------------------------------------------------- */

@media (max-width: 480px) {

    #featured-properties .property-image-horizontal {

        height: 200px;

    }


    #featured-properties .property-footer-horizontal {

        align-items: center;

    }


    #featured-properties .property-features {

        gap: 8px;

    }

}

/* ==========================================================================
   MARDEANGRA — REFINAMENTO FINAL DOS IMÓVEIS
   ========================================================================== */


/* --------------------------------------------------------------------------
   LARGURA DA SEÇÃO
   -------------------------------------------------------------------------- */

#featured-properties > .container {

    max-width: 1180px;

}


/* --------------------------------------------------------------------------
   CARD
   -------------------------------------------------------------------------- */

#featured-properties .property-card-horizontal {

    min-height: 250px;

}


/* --------------------------------------------------------------------------
   IMAGEM
   -------------------------------------------------------------------------- */

#featured-properties .property-image-horizontal {

    flex: 0 0 44%;

    min-height: 250px;

}


/* --------------------------------------------------------------------------
   CONTEÚDO
   -------------------------------------------------------------------------- */

#featured-properties .property-content-horizontal {

    padding: 28px 28px 24px;

    text-align: left;

}


/* --------------------------------------------------------------------------
   TÍTULO
   -------------------------------------------------------------------------- */

#featured-properties .property-title {

    text-align: left;

    margin-bottom: 12px;

}


/* --------------------------------------------------------------------------
   LOCALIZAÇÃO
   -------------------------------------------------------------------------- */

#featured-properties .property-location-horizontal {

    align-items: flex-start;

    text-align: left;

    margin-bottom: 16px;

}


/* --------------------------------------------------------------------------
   CARACTERÍSTICAS
   -------------------------------------------------------------------------- */

#featured-properties .property-features {

    justify-content: flex-start;

    text-align: left;

    border-top: 1px solid rgba(16, 42, 67, 0.08);

    padding-top: 13px;

}

/* --------------------------------------------------------------------------
   HOVER DA IMAGEM
   -------------------------------------------------------------------------- */

#featured-properties
.property-card-horizontal:hover
.property-image-horizontal img {

    transform: scale(1.035);

}


/* --------------------------------------------------------------------------
   ESPAÇAMENTO ENTRE CARDS
   -------------------------------------------------------------------------- */

#featured-properties .row {

    --bs-gutter-x: 24px;

    --bs-gutter-y: 24px;

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    #featured-properties > .container {

        max-width: 100%;

    }


    #featured-properties .property-image-horizontal {

        flex-basis: 100%;

        height: 230px;

        min-height: 230px;

    }


    #featured-properties .property-content-horizontal {

        padding: 24px;

    }


    #featured-properties .property-footer-horizontal {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    }
   
    .btn-view-horizontal {
        flex-shrink: 0;
        white-space: nowrap;
    }

    }

/* ==========================================================================
   MARDEANGRA — HOME ABOUT
   ========================================================================== */


/* --------------------------------------------------------------------------
   SEÇÃO
   -------------------------------------------------------------------------- */

#about.home-about {

    background: var(--md-background);

    padding-top: 120px;
    padding-bottom: 120px;

}


/* --------------------------------------------------------------------------
   IMAGEM
   -------------------------------------------------------------------------- */

#about .about-image {

    position: relative;

    width: 100%;

    height: 560px;

    overflow: hidden;

}


#about .about-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.8s ease;

}


/* Pequeno movimento no hover */

#about .about-image:hover img {

    transform: scale(1.025);

}


/* --------------------------------------------------------------------------
   CONTEÚDO
   -------------------------------------------------------------------------- */

#about .about-content {

    padding-left: 45px;

    max-width: 620px;

}


/* --------------------------------------------------------------------------
   LABEL
   -------------------------------------------------------------------------- */

#about .section-label {

    position: relative;

    display: inline-flex;

    align-items: center;

    margin-bottom: 24px;

    padding-left: 34px;

    color: var(--md-accent);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.14em;

    text-transform: uppercase;

}


/* Linha lateral */

#about .section-label::before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    width: 22px;

    height: 1px;

    background: var(--md-accent);

    transform:
        translateY(-50%);

}


/* --------------------------------------------------------------------------
   TÍTULO
   -------------------------------------------------------------------------- */

#about .about-content h2 {

    margin: 0 0 28px;

    color: var(--md-primary);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 3.15rem;

    font-weight: 500;

    line-height: 1.08;

    letter-spacing: -0.025em;

}


/* --------------------------------------------------------------------------
   TEXTOS
   -------------------------------------------------------------------------- */

#about .about-content > p {

    margin-bottom: 18px;

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.88rem;

    line-height: 1.85;

}


#about .about-content > p.about-intro {

    color: var(--md-primary);

    font-size: 1rem;

    line-height: 1.75;

}


/* --------------------------------------------------------------------------
   PRINCÍPIOS
   -------------------------------------------------------------------------- */

#about .about-principles {

    margin-top: 38px;

    padding-top: 28px;

    border-top:
        1px solid rgba(16, 42, 67, 0.10);

}


/* --------------------------------------------------------------------------
   ITEM
   -------------------------------------------------------------------------- */

#about .about-principle {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 18px 0;

    border-bottom:
        1px solid rgba(16, 42, 67, 0.07);

}


#about .about-principle:last-child {

    border-bottom: none;

}


/* --------------------------------------------------------------------------
   ÍCONE
   -------------------------------------------------------------------------- */

#about .principle-icon {

    flex: 0 0 38px;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: var(--md-accent);

    border:
        1px solid rgba(185, 164, 122, 0.35);

    border-radius: 50%;

    font-size: 0.9rem;

}


/* --------------------------------------------------------------------------
   TÍTULO DO PRINCÍPIO
   -------------------------------------------------------------------------- */

#about .about-principle h4 {

    margin: 0 0 5px;

    color: var(--md-primary);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.78rem;

    font-weight: 600;

}


/* --------------------------------------------------------------------------
   TEXTO DO PRINCÍPIO
   -------------------------------------------------------------------------- */

#about .about-principle p {

    margin: 0;

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.72rem;

    line-height: 1.65;

}


/* --------------------------------------------------------------------------
   AÇÃO
   -------------------------------------------------------------------------- */

#about .about-action {

    margin-top: 34px;

}


/* --------------------------------------------------------------------------
   LINK
   -------------------------------------------------------------------------- */

#about .about-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: var(--md-primary);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        color 0.3s ease,
        gap 0.3s ease;

}


#about .about-link:hover {

    color: var(--md-accent);

    gap: 13px;

}


#about .about-link i {

    font-size: 0.85rem;

}


/* --------------------------------------------------------------------------
   TABLET
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    #about.home-about {

        padding-top: 90px;

        padding-bottom: 90px;

    }


    #about .about-content {

        padding-left: 0;

        max-width: 100%;

    }


    #about .about-image {

        height: 480px;

    }


    #about .about-content h2 {

        font-size: 2.7rem;

    }

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    #about.home-about {

        padding-top: 75px;

        padding-bottom: 75px;

    }


    #about .about-image {

        height: 380px;

    }


    #about .about-content {

        padding-left: 0;

    }


    #about .about-content h2 {

        font-size: 2.35rem;

        line-height: 1.1;

    }


    #about .about-content > p.about-intro {

        font-size: 0.92rem;

    }


    #about .about-principles {

        margin-top: 30px;

    }

}


/* --------------------------------------------------------------------------
   MOBILE PEQUENO
   -------------------------------------------------------------------------- */

@media (max-width: 480px) {

    #about .about-image {

        height: 300px;

    }


    #about .about-content h2 {

        font-size: 2.05rem;

    }


    #about .about-principle {

        gap: 14px;

    }

}

/* ==========================================================================
   MAR DE ANGRA — CONSULTORES
   ========================================================================== */


/* --------------------------------------------------------------------------
   SEÇÃO
   -------------------------------------------------------------------------- */

#mardeangra-consultores,
.mardeangra-consultores {

    background: #ffffff;

    padding-top: 110px;
    padding-bottom: 120px;

}


/* --------------------------------------------------------------------------
   TÍTULO DA SEÇÃO
   -------------------------------------------------------------------------- */

.mardeangra-consultores .section-title {

    max-width: 850px;

    margin-bottom: 55px;

    text-align: center;

}


/* Label */

.mardeangra-consultores .section-title .section-label {

    display: inline-block;

    margin-bottom: 15px;

    color: var(--md-accent);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.14em;

    text-transform: uppercase;

}


/* Título */

.mardeangra-consultores .section-title h2 {

    margin: 0 auto 18px;

    color: var(--md-primary);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 2.7rem;

    font-weight: 500;

    line-height: 1.12;

    letter-spacing: -0.02em;

}


/* Linha decorativa */

.mardeangra-consultores .section-title h2::after {

    content: "";

    display: block;

    width: 32px;

    height: 2px;

    margin: 18px auto 0;

    background: var(--md-accent);

}


/* Descrição */

.mardeangra-consultores .section-title p {

    max-width: 700px;

    margin: 0 auto;

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.82rem;

    line-height: 1.8;

}


/* --------------------------------------------------------------------------
   GRID
   -------------------------------------------------------------------------- */

.mardeangra-consultores .row {

    --bs-gutter-x: 24px;

    --bs-gutter-y: 50px;

}


/* --------------------------------------------------------------------------
   CARD
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card {

    height: 100%;

    background: transparent;

    overflow: hidden;

}


/* --------------------------------------------------------------------------
   FOTOGRAFIA
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-photo {

    position: relative;

    width: 100%;

    aspect-ratio: 0.82;

    overflow: hidden;

    background: #eee;

}


/* Imagem */

.mardeangra-consultor-card .consultor-photo img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: center;

    transition:
        transform 0.7s ease;

}


/* Zoom sutil */

.mardeangra-consultor-card:hover
.consultor-photo img {

    transform: scale(1.035);

}


/* --------------------------------------------------------------------------
   WHATSAPP
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-whatsapp {

    position: absolute;

    right: 18px;

    bottom: 18px;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #25D366;

    font-size: 1rem;

    text-decoration: none;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;

}


.mardeangra-consultor-card
.consultor-whatsapp:hover {

    transform: translateY(-3px);

    background: #25D366;

    color: #ffffff;

}


/* --------------------------------------------------------------------------
   CONTEÚDO
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-content {

    padding: 22px 2px 0;

}


/* --------------------------------------------------------------------------
   NOME
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-content h3 {

    margin: 0 0 5px;

    color: var(--md-primary);

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 1.55rem;

    font-weight: 500;

    line-height: 1.1;

}


/* --------------------------------------------------------------------------
   FUNÇÃO
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-position {

    display: block;

    margin-bottom: 11px;

    color: var(--md-accent);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.62rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

}


/* --------------------------------------------------------------------------
   LOCALIZAÇÃO
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-location {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 14px;

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.7rem;

}


.mardeangra-consultor-card .consultor-location i {

    color: var(--md-accent);

    font-size: 0.75rem;

}


/* --------------------------------------------------------------------------
   ESPECIALIDADES
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card .consultor-expertise {

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    padding-top: 13px;

    border-top:
        1px solid rgba(16, 42, 67, 0.09);

}


.mardeangra-consultor-card .consultor-expertise span {

    display: inline-flex;

    align-items: center;

    padding: 5px 9px;

    border:
        1px solid rgba(16, 42, 67, 0.10);

    color: var(--md-text-soft);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.58rem;

    line-height: 1.3;

}


/* --------------------------------------------------------------------------
   ANIMAÇÃO DE ENTRADA
   -------------------------------------------------------------------------- */

.mardeangra-consultor-card {

    transition:
        transform 0.35s ease;

}


.mardeangra-consultor-card:hover {

    transform: translateY(-4px);

}


/* --------------------------------------------------------------------------
   TABLET
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    .mardeangra-consultores {

        padding-top: 90px;

        padding-bottom: 100px;

    }


    .mardeangra-consultores .section-title h2 {

        font-size: 2.4rem;

    }


    .mardeangra-consultor-card
    .consultor-photo {

        aspect-ratio: 0.9;

    }

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .mardeangra-consultores {

        padding-top: 75px;

        padding-bottom: 80px;

    }


    .mardeangra-consultores .section-title {

        margin-bottom: 40px;

    }


    .mardeangra-consultores .section-title h2 {

        font-size: 2.15rem;

    }


    .mardeangra-consultores .section-title p {

        font-size: 0.76rem;

    }


    .mardeangra-consultor-card
    .consultor-photo {

        aspect-ratio: 0.85;

    }


    .mardeangra-consultor-card .consultor-content {

        padding-top: 18px;

    }


    .mardeangra-consultor-card
    .consultor-content h3 {

        font-size: 1.45rem;

    }

}


/* --------------------------------------------------------------------------
   MOBILE PEQUENO
   -------------------------------------------------------------------------- */

@media (max-width: 480px) {

    .mardeangra-consultores .section-title h2 {

        font-size: 2rem;

    }


    .mardeangra-consultor-card
    .consultor-photo {

        aspect-ratio: 0.9;

    }

}

/* ==========================================================================
   AJUSTE — ESPAÇO SUPERIOR CONSULTORES
   ========================================================================== */

.mardeangra-consultores {

    padding-top: 145px;

}

/* ==========================================================================
   MAR DE ANGRA — CTA
   ========================================================================== */

.mardeangra-cta {

    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background: #102a43;

}


/* --------------------------------------------------------------------------
   IMAGEM DE FUNDO
   -------------------------------------------------------------------------- */

.mardeangra-cta .cta-bg {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    z-index: 0;

}


/* --------------------------------------------------------------------------
   OVERLAY
   -------------------------------------------------------------------------- */

.mardeangra-cta .cta-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(10, 30, 48, 0.88) 0%,
            rgba(10, 30, 48, 0.70) 45%,
            rgba(10, 30, 48, 0.50) 100%
        );

    z-index: 1;

}


/* --------------------------------------------------------------------------
   CONTEÚDO
   -------------------------------------------------------------------------- */

.mardeangra-cta .container {

    position: relative;

    z-index: 2;

}


.mardeangra-cta .cta-inner {

    max-width: 760px;

    margin: 0 auto;

    padding: 110px 20px;

    text-align: center;

}


/* --------------------------------------------------------------------------
   LABEL
   -------------------------------------------------------------------------- */

.mardeangra-cta .cta-label {

    display: inline-block;

    margin-bottom: 20px;

    color: #d7b98c;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}


/* --------------------------------------------------------------------------
   TÍTULO
   -------------------------------------------------------------------------- */

.mardeangra-cta h2 {

    margin: 0 auto 24px;

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(2.6rem, 4vw, 4.2rem);

    font-weight: 500;

    line-height: 1.05;

    letter-spacing: -0.02em;

}


/* --------------------------------------------------------------------------
   TEXTO
   -------------------------------------------------------------------------- */

.mardeangra-cta p {

    max-width: 650px;

    margin: 0 auto 34px;

    color: rgba(255, 255, 255, 0.82);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.86rem;

    line-height: 1.9;

}


/* --------------------------------------------------------------------------
   CTA PRINCIPAL
   -------------------------------------------------------------------------- */

.mardeangra-cta .cta-main-link {

    display: inline-flex;

    align-items: center;

    gap: 14px;

    padding: 14px 22px;

    border: 1px solid rgba(255, 255, 255, 0.7);

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.09em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;

}


.mardeangra-cta .cta-main-link i {

    font-size: 0.9rem;

    transition:
        transform 0.3s ease;

}


.mardeangra-cta .cta-main-link:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: #102a43;

}


.mardeangra-cta .cta-main-link:hover i {

    transform: translateX(4px);

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .mardeangra-cta {

        min-height: 480px;

    }


    .mardeangra-cta .cta-inner {

        padding: 85px 20px;

    }


    .mardeangra-cta h2 {

        font-size: 2.5rem;

    }


    .mardeangra-cta p {

        font-size: 0.78rem;

        line-height: 1.8;

    }

}

/* ==========================================================================
   MAR DE ANGRA — FOOTER
   ========================================================================== */


/* --------------------------------------------------------------------------
   FOOTER PRINCIPAL
   -------------------------------------------------------------------------- */

footer {

    background: #102a43;

}


footer .footer-top {

    padding-top: 75px;

    padding-bottom: 55px;

}


/* --------------------------------------------------------------------------
   MAR DE ANGRA — IDENTIDADE
   -------------------------------------------------------------------------- */

footer .mardeangra-footer-brand {

    display: inline-flex;

    align-items: center;

    text-decoration: none;

    margin-bottom: 18px;

}


footer .mardeangra-footer-brand .brand-name {

    color: #ffffff;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 2rem;

    font-weight: 500;

    letter-spacing: 0.04em;

}


footer .mardeangra-footer-description {

    max-width: 330px;

    margin: 0;

    color: rgba(255, 255, 255, 0.65);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.76rem;

    line-height: 1.8;

}


/* --------------------------------------------------------------------------
   REDES SOCIAIS
   -------------------------------------------------------------------------- */

footer .social-links {

    display: flex;

    align-items: center;

    gap: 9px;

}


footer .social-links a {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid rgba(255, 255, 255, 0.16);

    border-radius: 50%;

    color: rgba(255, 255, 255, 0.72);

    font-size: 0.82rem;

    text-decoration: none;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;

}


footer .social-links a:hover {

    color: #102a43;

    background: #ffffff;

    border-color: #ffffff;

    transform: translateY(-2px);

}


/* --------------------------------------------------------------------------
   TÍTULOS DAS COLUNAS
   -------------------------------------------------------------------------- */

footer .footer-links h4,
footer .footer-contact h4 {

    margin: 0 0 20px;

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.12em;

    text-transform: uppercase;

}


/* --------------------------------------------------------------------------
   LISTAS
   -------------------------------------------------------------------------- */

footer .footer-links ul {

    margin: 0;

    padding: 0;

    list-style: none;

}


footer .footer-links ul li {

    padding: 0;

    margin-bottom: 11px;

}


footer .footer-links ul li:last-child {

    margin-bottom: 0;

}


footer .footer-links ul li a {

    display: inline-block;

    color: rgba(255, 255, 255, 0.58) !important;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    line-height: 1.5;

    text-decoration: none;

    transition:
        color 0.3s ease,
        transform 0.3s ease;

}


footer .footer-links ul li a:hover {

    color: #ffffff !important;

    transform: translateX(3px);

}


/* --------------------------------------------------------------------------
   CONTATO
   -------------------------------------------------------------------------- */

footer .footer-contact p {

    max-width: 300px;

    margin: 0 0 15px;

    color: rgba(255, 255, 255, 0.62);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.72rem;

    line-height: 1.75;

}


footer .footer-contact-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    margin-top: 7px;

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.66rem;

    font-weight: 600;

    letter-spacing: 0.08em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        color 0.3s ease,
        gap 0.3s ease;

}


footer .footer-contact-link:hover {

    color: var(--md-accent);

    gap: 13px;

}


footer .footer-contact-link i {

    font-size: 0.82rem;

}


/* --------------------------------------------------------------------------
   LINHA DE SEPARAÇÃO
   -------------------------------------------------------------------------- */

footer .footer-top {

    border-bottom:
        1px solid rgba(255, 255, 255, 0.08);

}


/* --------------------------------------------------------------------------
   FOOTER BOTTOM
   -------------------------------------------------------------------------- */

footer .footer-bottom {

    min-height: 70px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}


/* --------------------------------------------------------------------------
   COPYRIGHT
   -------------------------------------------------------------------------- */

footer .copyright {

    color: rgba(255, 255, 255, 0.48);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.64rem;

}


footer .copyright strong {

    color: rgba(255, 255, 255, 0.78);

    font-weight: 600;

}


/* --------------------------------------------------------------------------
   ORIGEM
   -------------------------------------------------------------------------- */

footer .credits {

    color: rgba(255, 255, 255, 0.42);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.6rem;

    letter-spacing: 0.02em;

}


footer .credits strong {

    color: rgba(255, 255, 255, 0.72);

    font-weight: 600;

    transition:
        color 0.3s ease;

}


footer .credits strong:hover {

    color: var(--md-accent);

}


/* --------------------------------------------------------------------------
   TABLET
   -------------------------------------------------------------------------- */

@media (max-width: 991px) {

    footer .footer-top {

        padding-top: 65px;

        padding-bottom: 45px;

    }


    footer .mardeangra-footer-description {

        max-width: 420px;

    }

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    footer .footer-top {

        padding-top: 55px;

        padding-bottom: 40px;

    }


    footer .mardeangra-footer-brand .brand-name {

        font-size: 1.8rem;

    }


    footer .footer-bottom {

        min-height: auto;

        display: block;

        padding-top: 20px;

        padding-bottom: 20px;

        text-align: center;

    }


    footer .copyright {

        margin-bottom: 8px;

    }


    footer .footer-contact {

        text-align: left;

    }

}


/* --------------------------------------------------------------------------
   MOBILE PEQUENO
   -------------------------------------------------------------------------- */

@media (max-width: 480px) {

    footer .footer-links h4,
    footer .footer-contact h4 {

        font-size: 0.64rem;

    }


    footer .footer-links ul li a {

        font-size: 0.65rem;

    }

}

/* ==========================================================================
   MAR DE ANGRA — FOOTER BOTTOM
   ========================================================================== */

.mardeangra-footer .footer-bottom,
footer .footer-bottom {

    padding-top: 22px;
    padding-bottom: 22px;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

}


/* Copyright */

.mardeangra-footer .copyright,
footer .copyright {

    color: rgba(255, 255, 255, 0.55);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

}


.mardeangra-footer .copyright strong,
footer .copyright strong {

    color: rgba(255, 255, 255, 0.82);

    font-weight: 600;

}


/* Assinatura Origem */

.mardeangra-footer .credits,
footer .credits {

    color: rgba(255, 255, 255, 0.45);

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.62rem;

    letter-spacing: 0.02em;

}


.mardeangra-footer .credits strong,
footer .credits strong {

    color: rgba(255, 255, 255, 0.72);

    font-weight: 600;

    transition:
        color 0.3s ease;

}


.mardeangra-footer .credits strong:hover,
footer .credits strong:hover {

    color: var(--md-accent);

}


/* --------------------------------------------------------------------------
   MOBILE
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    footer .footer-bottom {

        text-align: center;

    }


    footer .copyright {

        margin-bottom: 8px;

    }

}

/* ==========================================================================
   MAR DE ANGRA — PÁGINA IMÓVEIS
   ========================================================================== */


/* ==========================================================================
   PAGE HEADER
   ========================================================================== */

.mardeangra-page-header {

    padding: 150px 0 75px;

    background: #ffffff;

}


.mardeangra-page-header-content {

    max-width: 760px;

}


.mardeangra-page-label {

    display: inline-block;

    margin-bottom: 16px;

    color: #a9895b;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    font-weight: 600;

    letter-spacing: 0.16em;

    text-transform: uppercase;

}


.mardeangra-page-header h1 {

    margin: 0 0 18px;

    color: #102a43;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: clamp(3rem, 5vw, 4.8rem);

    font-weight: 500;

    line-height: 0.95;

    letter-spacing: -0.025em;

}


.mardeangra-page-header p {

    max-width: 620px;

    margin: 0;

    color: #66788a;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.82rem;

    line-height: 1.9;

}


/* ==========================================================================
   PROPERTIES SECTION
   ========================================================================== */

.mardeangra-properties {

    padding-top: 25px;

    padding-bottom: 100px;

    background: #ffffff;

}


/* ==========================================================================
   HEADER DOS RESULTADOS
   ========================================================================== */

.mardeangra-properties-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    margin-bottom: 35px;

    padding-bottom: 20px;

    border-bottom:
        1px solid rgba(16, 42, 67, 0.10);

}


.properties-count {

    display: flex;

    align-items: baseline;

    gap: 7px;

}


.properties-count .count-number {

    color: #102a43;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 1.8rem;

    font-weight: 600;

}


.properties-count .count-text {

    color: #7a8997;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.68rem;

    letter-spacing: 0.03em;

}


.mardeangra-filter-button {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 16px;

    border:
        1px solid rgba(16, 42, 67, 0.20);

    background: transparent;

    color: #102a43;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.65rem;

    font-weight: 600;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;

}


.mardeangra-filter-button:hover {

    border-color: #102a43;

    background: #102a43;

    color: #ffffff;

}


/* ==========================================================================
   PROPERTY CARD
   ========================================================================== */

.mardeangra-property-card {

    height: 100%;

    background: #ffffff;

    overflow: hidden;

    transition:
        transform 0.35s ease;

}


.mardeangra-property-card:hover {

    transform: translateY(-4px);

}


/* ==========================================================================
   IMAGEM
   ========================================================================== */

.mardeangra-property-image {

    position: relative;

    width: 100%;

    height: 320px;

    overflow: hidden;

    background: #eef1f3;

}


.mardeangra-property-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);

}


.mardeangra-property-card:hover
.mardeangra-property-image img {

    transform: scale(1.035);

}


/* ==========================================================================
   REFERÊNCIA
   ========================================================================== */

.mardeangra-property-reference {

    position: absolute;

    top: 18px;

    left: 18px;

    padding: 6px 9px;

    background: rgba(16, 42, 67, 0.88);

    color: #ffffff;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.58rem;

    font-weight: 600;

    letter-spacing: 0.08em;

}


/* ==========================================================================
   AÇÕES
   ========================================================================== */

.mardeangra-property-actions {

    position: absolute;

    top: 16px;

    right: 16px;

    display: flex;

    gap: 7px;

}


.mardeangra-property-action {

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border:
        1px solid rgba(255, 255, 255, 0.50);

    border-radius: 50%;

    background: rgba(16, 42, 67, 0.62);

    color: #ffffff;

    font-size: 0.78rem;

    backdrop-filter: blur(5px);

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;

}


.mardeangra-property-action:hover {

    border-color: #ffffff;

    background: #ffffff;

    color: #102a43;

    transform: translateY(-2px);

}


/* ==========================================================================
   CONTEÚDO DO CARD
   ========================================================================== */

.mardeangra-property-content {

    padding: 22px 2px 5px;

}


/* ==========================================================================
   TIPO
   ========================================================================== */

.mardeangra-property-type {

    margin-bottom: 7px;

    color: #a9895b;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.62rem;

    font-weight: 600;

    letter-spacing: 0.13em;

    text-transform: uppercase;

}


/* ==========================================================================
   TÍTULO
   ========================================================================== */

.mardeangra-property-title {

    margin: 0 0 8px;

    color: #102a43;

    font-family:
        "Cormorant Garamond",
        Georgia,
        serif;

    font-size: 1.55rem;

    font-weight: 600;

    line-height: 1.1;

}


/* ==========================================================================
   LOCALIZAÇÃO
   ========================================================================== */

.mardeangra-property-location {

    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 18px;

    color: #788896;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.67rem;

}


.mardeangra-property-location i {

    color: #a9895b;

    font-size: 0.75rem;

}


/* ==========================================================================
   ESPECIFICAÇÕES
   ========================================================================== */

.mardeangra-property-specs {

    display: flex;

    flex-wrap: wrap;

    gap: 10px 18px;

    padding: 15px 0;

    border-top:
        1px solid rgba(16, 42, 67, 0.08);

    border-bottom:
        1px solid rgba(16, 42, 67, 0.08);

}


.mardeangra-property-specs span {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: #66788a;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.62rem;

}


.mardeangra-property-specs i {

    color: #102a43;

    font-size: 0.75rem;

}


/* ==========================================================================
   RODAPÉ DO CARD
   ========================================================================== */

.mardeangra-property-footer {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding-top: 19px;

}


/* ==========================================================================
   PREÇO
   ========================================================================== */

.mardeangra-property-price {

    color: #102a43;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.76rem;

    font-weight: 600;

}


.mardeangra-property-price strong {

    color: #102a43;

}


/* ==========================================================================
   LINK
   ========================================================================== */

.mardeangra-property-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #102a43;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.62rem;

    font-weight: 600;

    letter-spacing: 0.07em;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        color 0.3s ease,
        gap 0.3s ease;

}


.mardeangra-property-link:hover {

    color: #a9895b;

    gap: 11px;

}


.mardeangra-property-link i {

    font-size: 0.8rem;

}


/* ==========================================================================
   PAGINAÇÃO
   ========================================================================== */

.mardeangra-pagination {

    margin-top: 70px;

}


.mardeangra-pagination .pagination {

    gap: 6px;

}


.mardeangra-pagination .page-link {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    border:
        1px solid rgba(16, 42, 67, 0.12);

    border-radius: 0 !important;

    background: #ffffff;

    color: #102a43;

    font-family:
        "Montserrat",
        sans-serif;

    font-size: 0.65rem;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;

}


.mardeangra-pagination .page-link:hover {

    border-color: #102a43;

    background: #102a43;

    color: #ffffff;

}


.mardeangra-pagination .page-item.active .page-link {

    border-color: #102a43;

    background: #102a43;

    color: #ffffff;

}


.mardeangra-pagination .page-item.disabled .page-link {

    background: #ffffff;

    color: #b7c0c7;

    border-color:
        rgba(16, 42, 67, 0.07);

}


/* ==========================================================================
   RESULTADO DE BUSCA
   ========================================================================== */

.mardeangra-properties .resultado-busca {

    margin-top: 30px;

}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 991px) {

    .mardeangra-page-header {

        padding-top: 135px;

        padding-bottom: 60px;

    }


    .mardeangra-property-image {

        height: 290px;

    }


    .mardeangra-property-title {

        font-size: 1.45rem;

    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 767px) {

    .mardeangra-page-header {

        padding-top: 120px;

        padding-bottom: 50px;

    }


    .mardeangra-page-header h1 {

        font-size: 3.2rem;

    }


    .mardeangra-page-header p {

        font-size: 0.76rem;

    }


    .mardeangra-properties {

        padding-bottom: 70px;

    }


    .mardeangra-properties-header {

        align-items: flex-start;

        flex-direction: column;

        margin-bottom: 28px;

    }


    .mardeangra-filter-button {

        width: 100%;

        justify-content: center;

    }


    .mardeangra-property-image {

        height: 270px;

    }


    .mardeangra-property-content {

        padding-top: 19px;

    }


    .mardeangra-property-title {

        font-size: 1.6rem;

    }


    .mardeangra-property-specs {

        gap: 9px 15px;

    }


    .mardeangra-property-footer {

        padding-top: 17px;

    }


    .mardeangra-pagination {

        margin-top: 50px;

    }

}


/* ==========================================================================
   MOBILE PEQUENO
   ========================================================================== */

@media (max-width: 480px) {

    .mardeangra-page-header h1 {

        font-size: 2.8rem;

    }


    .mardeangra-property-image {

        height: 245px;

    }


    .mardeangra-property-specs span {

        font-size: 0.59rem;

    }


    .mardeangra-property-footer {

        align-items: flex-start;

        flex-direction: column;

    }

}

/* ============================================================
   CONSULTORES — MAR DE ANGRA
   ============================================================ */

.mardeangra-consultores {
  padding: 90px 0 110px;
}


/* ============================================================
   GRID
   ============================================================ */

.mardeangra-consultores .row {
  row-gap: 70px;
}


/* ============================================================
   CARD
   ============================================================ */

.mardeangra-consultor-card {
  background: transparent;
  height: 100%;
}


/* ============================================================
   IMAGE
   ============================================================ */

.mardeangra-consultor-image {
  position: relative;
  overflow: hidden;
  background: #f3f3f1;
  aspect-ratio: 4 / 5;
}


.mardeangra-consultor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}


/* Pequeno movimento ao passar o mouse */

.mardeangra-consultor-card:hover
.mardeangra-consultor-image img {
  transform: scale(1.025);
}


/* ============================================================
   WHATSAPP
   ============================================================ */

.mardeangra-consultor-whatsapp {
  position: absolute;

  right: 18px;
  bottom: 18px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  color: #142f49;

  border-radius: 50%;

  text-decoration: none;

  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}


.mardeangra-consultor-whatsapp i {
  font-size: 18px;
}


.mardeangra-consultor-whatsapp:hover {
  transform: translateY(-3px);
  background: #142f49;
  color: #ffffff;
}


/* ============================================================
   CONTENT
   ============================================================ */

.mardeangra-consultor-content {
  padding: 24px 4px 0;
}


.mardeangra-consultor-content h2 {
  margin: 0 0 7px;

  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 500;

  color: #142f49;
}


.mardeangra-consultor-role {
  display: block;

  margin-bottom: 12px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;

  letter-spacing: 1.2px;
  text-transform: uppercase;

  color: #8b7254;
}


/* ============================================================
   LOCATION
   ============================================================ */

.mardeangra-consultor-location {
  display: flex;
  align-items: center;
  gap: 6px;

  margin-bottom: 16px;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;

  color: #6f7d89;
}


.mardeangra-consultor-location i {
  font-size: 13px;
  color: #8b7254;
}


/* ============================================================
   SPECIALTIES
   ============================================================ */

.mardeangra-consultor-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}


.mardeangra-consultor-specialties span {
  display: inline-flex;
  align-items: center;

  padding: 6px 10px;

  border: 1px solid rgba(20, 47, 73, 0.14);

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1;

  letter-spacing: 0.5px;
  text-transform: uppercase;

  color: #52616d;

  background: transparent;
}


/* ============================================================
   INSTAGRAM
   ============================================================ */

.mardeangra-consultor-social {
  margin-top: 18px;
}


.mardeangra-consultor-social a {
  display: inline-flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  border: 1px solid rgba(20, 47, 73, 0.18);
  border-radius: 50%;

  color: #142f49;

  text-decoration: none;

  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}


.mardeangra-consultor-social a:hover {
  background: #142f49;
  border-color: #142f49;
  color: #ffffff;
}


.mardeangra-consultor-social i {
  font-size: 14px;
}


/* ============================================================
   CTA
   ============================================================ */

.mardeangra-consultores-cta {
  padding: 100px 0 110px;

  border-top: 1px solid rgba(20, 47, 73, 0.08);
}


.mardeangra-consultores-cta
.mardeangra-about-cta-content {
  max-width: 850px;
  margin: 0 auto;
}


.mardeangra-consultores-cta
.mardeangra-section-label {
  display: block;

  margin-bottom: 14px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 2px;

  color: #8b7254;
}


.mardeangra-consultores-cta h2 {
  margin-bottom: 18px;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;

  color: #142f49;
}


.mardeangra-consultores-cta p {
  max-width: 680px;
  margin: 0 auto 30px;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.8;

  color: #687783;
}


/* ============================================================
   CTA BUTTONS
   ============================================================ */

.mardeangra-about-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}


.mardeangra-about-actions .btn {
  min-width: 170px;

  padding: 12px 22px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.8px;
  text-transform: uppercase;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {

  .mardeangra-consultores {
    padding: 70px 0 80px;
  }

  .mardeangra-consultores .row {
    row-gap: 55px;
  }

  .mardeangra-consultor-content h2 {
    font-size: 27px;
  }

  .mardeangra-consultores-cta {
    padding: 80px 0 90px;
  }

  .mardeangra-consultores-cta h2 {
    font-size: 36px;
  }

}


@media (max-width: 767px) {

  .mardeangra-consultores {
    padding: 55px 0 65px;
  }

  .mardeangra-consultor-image {
    aspect-ratio: 4 / 5;
  }

  .mardeangra-consultor-content {
    padding-top: 20px;
  }

  .mardeangra-consultor-content h2 {
    font-size: 29px;
  }

  .mardeangra-consultores-cta {
    padding: 70px 20px 80px;
  }

  .mardeangra-consultores-cta h2 {
    font-size: 32px;
  }

}

/* ============================================================
   CONTATO — MAR DE ANGRA
   ============================================================ */

.mardeangra-contact {
  padding: 90px 0 110px;
}


/* ============================================================
   INTRO
   ============================================================ */

.mardeangra-contact-intro {
  max-width: 760px;
  margin-bottom: 55px;
}

.mardeangra-contact-intro .mardeangra-section-label {
  display: block;
  margin-bottom: 12px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;

  color: #8b7254;
}

.mardeangra-contact-intro h2 {
  margin: 0 0 16px;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;

  color: #142f49;
}

.mardeangra-contact-intro p {
  max-width: 680px;
  margin: 0;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.8;

  color: #687783;
}


/* ============================================================
   INFORMATION
   ============================================================ */

.mardeangra-contact-info {
  margin-bottom: 55px;
}

.mardeangra-contact-item {
  display: flex;
  gap: 18px;

  height: 100%;
  padding: 28px 0;

  border-top: 1px solid rgba(20, 47, 73, 0.14);
}

.mardeangra-contact-icon {
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(20, 47, 73, 0.15);
  border-radius: 50%;

  color: #142f49;
}

.mardeangra-contact-icon i {
  font-size: 17px;
}

.mardeangra-contact-label {
  display: block;
  margin-bottom: 6px;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;

  color: #8b7254;
}

.mardeangra-contact-item h3 {
  margin: 0 0 10px;

  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  line-height: 1.1;
  font-weight: 500;

  color: #142f49;
}

.mardeangra-contact-item p {
  margin: 0;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.8;

  color: #687783;
}

.mardeangra-contact-item a {
  color: #142f49;
  text-decoration: none;

  transition: color 0.3s ease;
}

.mardeangra-contact-item a:hover {
  color: #8b7254;
}

.mardeangra-contact-item i {
  margin-right: 4px;
}


/* ============================================================
   MAP
   ============================================================ */

.mardeangra-contact-map {
  width: 100%;
  overflow: hidden;

  margin-bottom: 90px;

  border-radius: 2px;
}

.mardeangra-contact-map iframe {
  display: block;

  width: 100%;
  height: 430px;

  border: 0;
}


/* ============================================================
   FORM SECTION
   ============================================================ */

.mardeangra-contact-form-section {
  padding-top: 10px;
}

.mardeangra-contact-form-intro {
  text-align: center;

  max-width: 720px;
  margin: 0 auto 45px;
}

.mardeangra-contact-form-intro .mardeangra-section-label {
  display: block;
  margin-bottom: 12px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;

  color: #8b7254;
}

.mardeangra-contact-form-intro h2 {
  margin: 0 0 15px;

  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 500;

  color: #142f49;
}

.mardeangra-contact-form-intro p {
  margin: 0;

  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.8;

  color: #687783;
}


/* ============================================================
   FORM
   ============================================================ */

.mardeangra-contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.mardeangra-form-group label {
  display: block;
  margin-bottom: 8px;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #142f49;
}

.mardeangra-form-group .form-control {
  width: 100%;

  min-height: 50px;

  padding: 13px 15px;

  border: 1px solid rgba(20, 47, 73, 0.16);
  border-radius: 0;

  background: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;

  color: #142f49;

  box-shadow: none;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.mardeangra-form-group textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.mardeangra-form-group .form-control::placeholder {
  color: #a0a9af;
}

.mardeangra-form-group .form-control:focus {
  border-color: #142f49;

  box-shadow: 0 0 0 2px rgba(20, 47, 73, 0.05);
}


/* ============================================================
   SUBMIT
   ============================================================ */

.mardeangra-contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 190px;

  padding: 13px 24px;

  border: 0;

  background: #142f49;
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 600;

  letter-spacing: 1px;
  text-transform: uppercase;

  cursor: pointer;

  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.mardeangra-contact-submit:hover {
  background: #8b7254;
  transform: translateY(-2px);
}

.mardeangra-contact-submit i {
  font-size: 14px;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 991px) {

  .mardeangra-contact {
    padding: 70px 0 90px;
  }

  .mardeangra-contact-intro h2,
  .mardeangra-contact-form-intro h2 {
    font-size: 36px;
  }

  .mardeangra-contact-map {
    margin-bottom: 70px;
  }

}


@media (max-width: 767px) {

  .mardeangra-contact {
    padding: 55px 0 70px;
  }

  .mardeangra-contact-intro {
    margin-bottom: 40px;
  }

  .mardeangra-contact-intro h2,
  .mardeangra-contact-form-intro h2 {
    font-size: 32px;
  }

  .mardeangra-contact-info {
    margin-bottom: 45px;
  }

  .mardeangra-contact-item {
    padding: 22px 0;
  }

  .mardeangra-contact-map {
    margin-bottom: 60px;
    border-radius: 0;
  }

  .mardeangra-contact-map iframe {
    height: 350px;
  }

}

/* =========================================================
   MAR DE ANGRA — PROPERTY SINGLE
   BLOCO 1 — CABEÇALHO + GALERIA + INTRODUÇÃO
   ========================================================= */

.mardeangra-single-header {
    padding: 45px 0 20px;
}

.mardeangra-single-header-content {
    max-width: 1180px;
    margin: 0 auto;
}

.mardeangra-single-label {
    display: block;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a47c4b;
}

.mardeangra-single-breadcrumb {
    margin-bottom: 28px;
    font-size: 11px;
    color: #7b8790;
}

.mardeangra-single-breadcrumb a {
    color: #7b8790;
    text-decoration: none;
}

.mardeangra-single-breadcrumb a:hover {
    color: var(--accent-color);
}


/* =========================================================
   GALERIA PRINCIPAL
   ========================================================= */

.mardeangra-single-gallery {
    margin-bottom: 28px;
}

.property-gallery-slider {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.mardeangra-single-main-image {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
}

.mardeangra-single-image-status {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    color: #20364a;
    letter-spacing: .5px;
}


/* =========================================================
   GALERIA — MINIATURAS
   Mantém o slider original
   ========================================================= */

.mardeangra-single-thumbnail {
    margin-top: 14px;
    width: 100%;
    overflow: hidden;
    opacity: .55;
    transition:
        opacity .25s ease,
        transform .25s ease;
}

.mardeangra-single-thumbnail:hover {
    opacity: .8;
}

.mardeangra-single-thumbnail.swiper-slide-thumb-active {
    opacity: 1;
    transform: translateY(-2px);
}

.mardeangra-single-thumbnail.swiper-slide-thumb-active img {
    opacity: 1;
}

/*
 * Mantemos a faixa horizontal do slider.
 * Não usamos largura percentual para as miniaturas,
 * permitindo que o slider trabalhe com muitas fotos.
 */
.property-thumbnails-slider {
    display: flex;
    gap: 6px;
    width: 100%;
    overflow: hidden;
}


/* Cada miniatura */

.mardeangra-single-thumbnail {
    flex: 0 0 120px;
    width: 120px;
    height: 72px;
    overflow: hidden;
    cursor: pointer;
    opacity: .55;
    transition:
        opacity .25s ease,
        transform .25s ease,
        border-color .25s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}


/* Imagem da miniatura */

.mardeangra-single-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s ease;
}


/* Hover */

.mardeangra-single-thumbnail:hover {
    opacity: .80;
}


/* =========================================================
   MINIATURA ATIVA
   ========================================================= */

/*
 * Se o slider original utiliza Swiper,
 * esta é a classe aplicada automaticamente
 * à miniatura correspondente à imagem principal.
 */

.mardeangra-single-thumbnail.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #102c46;
}


/*
 * Compatibilidade caso o sistema original utilize
 * "active" diretamente no elemento da miniatura.
 */

.mardeangra-single-thumbnail.active {
    opacity: 1;
    border-color: #102c46;
}


/* =========================================================
   INTRODUÇÃO DO IMÓVEL
   ========================================================= */

.mardeangra-single-intro {
    max-width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.mardeangra-single-type {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #a47c4b;
}

.mardeangra-single-title {
    margin: 0 0 10px;
    font-family: var(--heading-font);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    color: #102c46;
}

.mardeangra-single-location {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 13px;
    color: #71808c;
}

.mardeangra-single-location i {
    font-size: 14px;
}

.mardeangra-single-reference {
    font-size: 11px;
    color: #9aa3aa;
}


/* =========================================================
   RESPONSIVO — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .mardeangra-single-header {
        padding: 40px 0 20px;
    }

    .mardeangra-single-breadcrumb {
        margin-bottom: 24px;
    }

    .mardeangra-single-gallery {
        margin-bottom: 25px;
    }

    .mardeangra-single-main-image {
        height: 460px;
    }

    .mardeangra-single-intro {
        padding-bottom: 35px;
    }

    .mardeangra-single-thumbnail {
        flex-basis: 105px;
        width: 105px;
        height: 65px;
    }
}


/* =========================================================
   RESPONSIVO — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .mardeangra-single-header {
        padding: 30px 0 15px;
    }

    .mardeangra-single-breadcrumb {
        margin-bottom: 20px;
    }

    .mardeangra-single-gallery {
        margin-bottom: 22px;
    }

    .mardeangra-single-main-image {
        height: 320px;
    }

    .mardeangra-single-thumbnail {
        flex-basis: 90px;
        width: 90px;
        height: 60px;
    }

    .mardeangra-single-title {
        font-size: 34px;
    }
}


/* =========================================================
   RESPONSIVO — MOBILE PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    .mardeangra-single-main-image {
        height: 260px;
    }

    .mardeangra-single-thumbnail {
        flex-basis: 82px;
        width: 82px;
        height: 55px;
    }

    .mardeangra-single-title {
        font-size: 30px;
    }
}

/* =========================================================
   MAR DE ANGRA — RESUMO DO IMÓVEL
   PREÇOS + CARACTERÍSTICAS
   ========================================================= */

.mardeangra-property-summary {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 55px;
}


/* =========================================================
   PREÇOS
   ========================================================= */

.mardeangra-property-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 45px;
    margin-bottom: 42px;
}

.mardeangra-price-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.mardeangra-price-label {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: #a47c4b;
}

.mardeangra-price-label i {
    font-size: 13px;
}

.mardeangra-price-value {
    font-family: var(--heading-font);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    color: #102c46;
}


/* =========================================================
   LOCAÇÃO
   ========================================================= */

.mardeangra-rental {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mardeangra-rental-values {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.mardeangra-rental-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mardeangra-rental-item span {
    font-size: 11px;
    color: #7b8790;
}

.mardeangra-rental-item strong {
    font-family: var(--heading-font);
    font-size: 19px;
    font-weight: 400;
    color: #102c46;
}


/* =========================================================
   CARACTERÍSTICAS PRINCIPAIS
   ========================================================= */

.mardeangra-property-features {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid #e5e8ea;
    border-bottom: 1px solid #e5e8ea;

    padding: 24px 0;
}

.mardeangra-feature {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 0 25px;
    border-right: 1px solid #e5e8ea;
}

.mardeangra-feature:first-child {
    padding-left: 0;
}

.mardeangra-feature:last-child {
    border-right: none;
}

.mardeangra-feature > i {
    flex-shrink: 0;

    font-size: 20px;
    color: #a47c4b;
}

.mardeangra-feature > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mardeangra-feature strong {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
    color: #102c46;
}

.mardeangra-feature span {
    font-size: 10px;
    letter-spacing: .7px;
    text-transform: uppercase;
    color: #7b8790;
}


/* =========================================================
   SOBRE O IMÓVEL
   ========================================================= */

.mardeangra-single-description {
    max-width: 900px;
    margin: 0 auto;
    padding: 75px 0 65px;
}

.mardeangra-section-label {
    margin-bottom: 10px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #a47c4b;
}

.mardeangra-single-description h2,
.mardeangra-single-features h2 {
    margin: 0 0 25px;

    font-family: var(--heading-font);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.15;
    color: #102c46;
}

.mardeangra-description-text {
    font-size: 14px;
    line-height: 1.9;
    color: #71808c;
}


/* =========================================================
   INFRAESTRUTURA
   ========================================================= */

.mardeangra-single-features {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0 65px;
}

.mardeangra-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;

    margin-top: 35px;
    border-top: 1px solid #e5e8ea;
    border-left: 1px solid #e5e8ea;
}

.mardeangra-feature-item {
    display: flex;
    align-items: center;
    gap: 9px;

    min-height: 48px;
    padding: 12px 16px;

    border-right: 1px solid #e5e8ea;
    border-bottom: 1px solid #e5e8ea;

    font-size: 12px;
    color: #61717d;
}

.mardeangra-feature-item i {
    flex-shrink: 0;

    font-size: 14px;
    color: #a47c4b;
}

.mardeangra-feature-item span {
    line-height: 1.4;
}


/* =========================================================
   INFORMAÇÕES ADICIONAIS
   ========================================================= */

.mardeangra-additional-info {
    margin-top: 55px;
    padding-top: 35px;

    border-top: 1px solid #e5e8ea;
}

.mardeangra-additional-text {
    max-width: 900px;

    margin-top: 15px;

    font-size: 13px;
    line-height: 1.85;
    color: #71808c;
}


/* =========================================================
   RESPONSIVO — TABLET
   ========================================================= */

@media (max-width: 991px) {

    .mardeangra-property-summary {
        padding-bottom: 45px;
    }

    .mardeangra-property-features {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 24px;
    }

    .mardeangra-feature:nth-child(3) {
        border-right: none;
    }

    .mardeangra-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .mardeangra-single-description {
        padding: 60px 0 50px;
    }

}


/* =========================================================
   RESPONSIVO — MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .mardeangra-property-prices {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 35px;
    }

    .mardeangra-property-features {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 22px;
    }

    .mardeangra-feature {
        padding: 0 15px;
    }

    .mardeangra-feature:nth-child(2n) {
        border-right: none;
    }

    .mardeangra-feature:nth-child(3) {
        border-right: 1px solid #e5e8ea;
    }

    .mardeangra-rental-values {
        gap: 20px;
    }

    .mardeangra-single-description {
        padding: 50px 0 45px;
    }

    .mardeangra-single-description h2,
    .mardeangra-single-features h2 {
        font-size: 30px;
    }

    .mardeangra-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   RESPONSIVO — MOBILE PEQUENO
   ========================================================= */

@media (max-width: 480px) {

    .mardeangra-property-features {
        grid-template-columns: 1fr;
    }

    .mardeangra-feature {
        padding: 0;
        border-right: none !important;
    }

    .mardeangra-features-grid {
        grid-template-columns: 1fr;
    }

    .mardeangra-rental-values {
        flex-direction: column;
        gap: 15px;
    }

}

/* ============================================================
   PROPERTY SINGLE — SIDEBAR + ATENDIMENTO + VÍDEO
   ============================================================ */


/* ------------------------------------------------------------
   SIDEBAR
------------------------------------------------------------ */

.single-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


/* ------------------------------------------------------------
   CARDS DA SIDEBAR
------------------------------------------------------------ */

.single-sidebar-card {
    padding: 30px;
    border: 1px solid rgba(15, 45, 70, 0.12);
    background: #fff;
}


/* ------------------------------------------------------------
   LABELS
------------------------------------------------------------ */

.single-section-label {
    margin-bottom: 12px;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #a77b45;
}


/* ------------------------------------------------------------
   TÍTULOS
------------------------------------------------------------ */

.single-sidebar-card h3,
.single-video-section h3 {
    margin: 0 0 12px;

    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;

    color: #102d46;
}


/* ------------------------------------------------------------
   TEXTOS
------------------------------------------------------------ */

.single-sidebar-card p {
    margin-bottom: 22px;

    font-size: 14px;
    line-height: 1.7;

    color: #6d7d8b;
}


/* ------------------------------------------------------------
   WHATSAPP
------------------------------------------------------------ */

.single-whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 100%;
    padding: 13px 18px;

    border: 0;

    background: #102d46;
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    text-decoration: none;

    transition: all .25s ease;
}

.single-whatsapp-button:hover {
    background: #173c5d;
    color: #fff;
}

.single-whatsapp-button i {
    font-size: 17px;
}


/* ------------------------------------------------------------
   FORMULÁRIO
------------------------------------------------------------ */

.single-form-label {
    display: block;

    margin-bottom: 7px;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #102d46;
}

.single-sidebar-card .form-control {
    min-height: 46px;

    padding: 11px 13px;

    border: 1px solid rgba(15, 45, 70, 0.15);
    border-radius: 0;

    background: #fff;

    font-size: 13px;
    color: #102d46;

    box-shadow: none;
}

.single-sidebar-card textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.single-sidebar-card .form-control:focus {
    border-color: #102d46;
    box-shadow: none;
}

.single-sidebar-card .form-control::placeholder {
    color: #a3adb5;
}


/* ------------------------------------------------------------
   BOTÃO DO FORMULÁRIO
------------------------------------------------------------ */

.single-submit-button {
    padding: 13px 24px;

    border: 0;

    background: #102d46;
    color: #fff;

    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;

    cursor: pointer;

    transition: all .25s ease;
}

.single-submit-button:hover {
    background: #173c5d;
}


/* ------------------------------------------------------------
   VÍDEO
------------------------------------------------------------ */

.single-video-section {
    height: 100%;
}

.single-video-section h3 {
    margin-bottom: 24px;
}


/* YouTube / vídeos horizontais */

.video-youtube-wrapper {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #f3f5f6;
}

.video-youtube-wrapper iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* Instagram */

.video-instagram-wrapper {
    width: 100%;

    display: flex;
    justify-content: center;

    background: #f3f5f6;

    overflow: visible;
}

.video-instagram-wrapper iframe {
    display: block;

    width: 100%;
    max-width: 540px;

    min-height: 650px;

    border: 0;
}


/* ============================================================
   RESPONSIVO
   ============================================================ */

@media (max-width: 991px) {

    .single-sidebar {
        margin-top: 10px;
    }

    .single-video-section {
        margin-top: 10px;
    }

}


@media (max-width: 575px) {

    .single-sidebar-card {
        padding: 22px;
    }

    .single-sidebar-card h3,
    .single-video-section h3 {
        font-size: 23px;
    }

}
