:root{
    --verde:#00c8c8;
    --roxo:#822b75;
}

* {
    font-family: "graphie", sans-serif;
}

header{
    background: url('../img/BG.jpg') , linear-gradient(#00000034, #00000034)   ;
    background-position: center  ;
    background-size: cover;
    min-height: 500px;
    height: 87vh;
    position: relative;
}

.xbase{
    visibility: hidden;
}

.imagemx{
    position: absolute;
    top: -15%;
    right: 0;
    height: 115%;
    width: auto;

}

#valores{
    background:  url('../img/triangulos.png') , linear-gradient(#822b75 , #822b75)   ;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}


.bg-azul{
    background-color: var(--verde);
}
.bg-roxo{
background-color: var(--roxo);

}

.text-roxo{
    color: var(--roxo);
}

#video{

    background-image: url('../img/trianguloraxurado.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 200px;
    

}

.group-banner {
    position: absolute;
    bottom: 1rem;
    left: -2%;
    width: 84%;
    max-width: 1180px;
}

.boxconteudo{
    min-height: 600px;
    height: 85vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

form{
    width: clamp(320px, 32vw, 640px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(0.85rem, 0.6rem + 0.4vw, 1.4rem);
    background-color: #00000091;
    padding: clamp(1rem, 0.55rem + 0.7vw, 2.2rem);
    border-radius: clamp(20px, 1vw + 12px, 32px);
    z-index: 99;
}

form .form-control {
    padding: clamp(0.45rem, 0.3rem + 0.35vw, 0.9rem) clamp(0.75rem, 0.55rem + 0.4vw, 1.25rem);
    font-size: clamp(0.95rem, 0.8rem + 0.3vw, 1.2rem);
}

form .text-uppercase {
    font-size: clamp(0.95rem, 0.7rem + 0.55vw, 1.4rem);
}

form .form-group{
    width: 100% !important;
}

#logocomocnteudo{
    position: relative;
    top: clamp(-130px, -9vh, -55px);
}

.logo-principal {
    max-width: clamp(260px, 14vw + 100px, 500px);
}

input,
textarea {
    border-radius: 0px !important;
    resize: none;
}

input::placeholder,
textarea::placeholder {
    color: #C1C1C1 !important;
    opacity: 1;
}

button.btn.btn-warning.btn-block.mt-3.text-uppercase.envia {
    width: 100%;
    border-radius: clamp(14px, 0.8vw + 10px, 24px);
    background: #44ff00;
    border: none;
    font-size: clamp(0.8rem, 0.65rem + 0.45vw, 1.15rem);
    font-weight: 600;
    padding: clamp(0.5rem, 0.3rem + 0.4vw, 1rem) clamp(1rem, 0.65rem + 0.5vw, 1.8rem);
}

#formularioColuna{
    position: relative;
    min-height: 600px;
    height: 85vh;
    align-items: center !important;
    justify-content: center !important;
}



@media (max-width: 800px){

    #formularioColuna{
    
    min-height: unset;
    margin-top: ;
}


}

#formularioColuna form {
    transform: none;
}

/* Telas grandes (≥1400px) — logo e form agora usam clamp, não precisam override */
@media (min-width: 1400px) {
    .container {
        max-width: 80vw !important;
    }

    .group-banner {
        bottom: 1rem;
        left: -2%;
        width: 84%;
        max-width: 1180px;
    }
}

/* Telas muito grandes (≥1800px) */
@media (min-width: 1800px) {
    .group-banner {
        bottom: 1rem;
        left: -1%;
        width: 80%;
        max-width: 1400px;
    }
}

@media (max-width: 800px){

header{
    background:
    linear-gradient(#00000034, #00000034),
    url('../img/Tapume-Olaria%201.png');
    background-position: center, center top;
    background-size: cover, cover;
    background-repeat: no-repeat;
    min-height: 600px;
    height: unset;
}

.logo-principal{
    /* max-width: 0px  !important; */
    margin-bottom: 2rem;
}

form{
    width: 82%;
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0.6rem 0.6rem 0rem;
    border-radius: 16px;
    gap: 0.5rem;
}

form .btn.envia {
    margin-top: 0.2rem !important;
}

#formularioColuna form {
    transform: none;
}

#formularioColuna {
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0;
    padding-left: unset !important;
    margin-top: -3rem;
    height: unset;
    min-height: unset;
}

.group-banner {
    width: 139%;
    left: -5%;
    bottom: 1.7rem;
}

.boxconteudo{
    min-height: unset;
    height: unset;
}

#logocomocnteudo{
    top: unset;
}

.logo-principal {
    max-width: 180px;
}

/* Setas do carrossel no mobile */
.varanda-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.5rem;
}

.varanda-arrow--left  { left: 1rem; }
.varanda-arrow--right { right: 1rem; }

/* Botão QUERO MAIS INFORMAÇÕES no mobile */
.varanda-btn-wrap .btn-verde-lp {
    padding: 0.6rem 1.8rem;
    font-size: 0.78rem;
}

#plantas .col-md-6 picture {
    display: block;
    width: 65%;
    max-width: 280px;
    margin: 0 auto;
}

#plantas .col-md-6 .imagempng {
    display: block;
    width: 100%;
    height: auto;
}

#plantas .mob-btn-wrap {
    width: 100%;
}

}

/* Botão verde padrão */
.btn-verde-lp {
    display: inline-block;
    background: #68ED27;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 0.65rem 2.2rem;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: clamp(0.85rem, 0.7rem + 0.45vw, 1.1rem);
    letter-spacing: 0.04em;
    transition: opacity 0.2s;
}

.btn-verde-lp:hover {
    opacity: 0.85;
    color: #000;
}

/* Modal Download Plantas */
.modal-plantas .modal-content {
    background-color: var(--roxo);
    border: none;
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
}
.modal-plantas .modal-body {
    padding: 2.5rem 2rem 2rem;
}
.modal-plantas__title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: clamp(1.2rem, 0.95rem + 0.7vw, 1.6rem);
    margin-bottom: 1.4rem;
    line-height: 1.3;
}
.modal-plantas__close {
    position: absolute;
    top: 0.6rem;
    right: 0.9rem;
    background: transparent;
    border: none;
    color: #fff;
    font-size: clamp(1.8rem, 1.5rem + 0.7vw, 2.4rem);
    line-height: 1;
    padding: 0.2rem 0.5rem;
    cursor: pointer;
    z-index: 2;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.modal-plantas__close:hover {
    opacity: 1;
}
.modal-plantas__form {
    background: transparent !important;
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    transform: none !important;
}

/* Badge MAIS ECONOMIA / MAIS BENEFÍCIOS */
.badge-mais {
    width: 100%;
    max-width: 360px;
    background: transparent;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.badge-mais__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
}

.badge-mais__line {
    flex: 1;
    height: 1.5px;
    max-width: 50px;
    background: var(--roxo);
}

.badge-mais__row--secondary .badge-mais__line {
    background: #8a8a8a;
    height: 1px;
}

.badge-mais__text {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--roxo);
    font-size: clamp(1.15rem, 0.95rem + 0.55vw, 1.5rem);
    white-space: nowrap;
}

.badge-mais__row--secondary .badge-mais__text {
    color: #8a8a8a;
}

/* Slick sliders Mais Economia / Mais Benefícios (mobile) */
.mb-cards-slider {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    min-height: 200px;
}
.mb-cards-slider .mb-card-slide {
    padding: 0 6px;
    box-sizing: border-box;
    min-height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.mb-cards-slider .mb-card-slide img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.mb-cards-slider.slick-slider {
    margin-bottom: 2rem;
}
.mb-cards-slider .slick-prev,
.mb-cards-slider .slick-next {
    width: 32px;
    height: 32px;
    z-index: 2;
}
.mb-cards-slider .slick-prev { left: -42px; }
.mb-cards-slider .slick-next { right: -42px; }
.mb-cards-slider .slick-prev:before,
.mb-cards-slider .slick-next:before {
    color: var(--roxo);
    font-size: 28px;
    opacity: 1;
}
.mb-cards-slider .slick-dots {
    bottom: -22px;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
    left: 0;
}
.mb-cards-slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 1px;
    flex-shrink: 0;
}
.mb-cards-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}
.mb-cards-slider .slick-dots li button:before {
    font-size: 5px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: var(--roxo);
    opacity: 0.35;
}
.mb-cards-slider .slick-dots li.slick-active button:before {
    color: var(--roxo);
    opacity: 1;
}

/* Menu do header */
.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 1.5rem 0;
    transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.header-menu.scrolled {
    position: fixed;
    background-color: rgba(130, 43, 117, 0.85);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 0.8rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.header-menu-toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1001;
}

.header-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.header-menu.is-open .header-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.header-menu.is-open .header-menu-toggle span:nth-child(2) {
    opacity: 0;
}
.header-menu.is-open .header-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.header-menu-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header-menu li {
    position: relative;
    padding: 0 1.1rem;
}

.header-menu li + li::before {
    content: "|";
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
}

.header-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: clamp(0.7rem, 0.55rem + 0.35vw, 0.8rem);
    font-weight: 400;
    letter-spacing: 0.12em;
    transition: opacity 0.2s;
}

.header-menu a:hover {
    opacity: 0.7;
    color: #fff;
}

@media (max-width: 800px) {
    .header-menu {
        padding: 1.2rem 0;
    }
    .header-menu.scrolled {
        padding: 0.9rem 0;
    }
    .header-menu-toggle {
        display: flex;
        right: 1.5rem;
        width: 44px;
        height: 44px;
    }
    .header-menu-list {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background-color: rgba(130, 43, 117, 0.95);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        padding: 1.5rem 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    }
    .header-menu.is-open .header-menu-list {
        max-height: 80vh;
        opacity: 1;
        pointer-events: auto;
        padding: 1.5rem 0;
    }
    .header-menu li {
        padding: 1rem 1.5rem;
        width: 100%;
        text-align: center;
    }
    .header-menu li + li::before {
        display: none;
    }
    .header-menu a {
        font-size: 0.82rem;
        letter-spacing: 0.12em;
        display: inline-block;
        padding: 0.2rem 0;
    }
}

/* Section OLA Varanda */
.section-varanda {
    background: #fff;
    padding: 0;
}

.varanda-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.varanda-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.varanda-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    font-size: clamp(2.4rem, 1.8rem + 1.2vw, 3.2rem);
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    color: #5AC3C6;
    background: #C0287A;
}

.varanda-arrow--left  { left: 17rem; }
.varanda-arrow--right { right: 13rem; }

.varanda-arrow--left  .arrow-glyph { transform: translate(2px, -1px); display: inline-block; }
.varanda-arrow--right .arrow-glyph { transform: translate(-2px, -1px); display: inline-block; }

.varanda-btn-wrap {
    position: absolute;
    bottom: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
}

.varanda-btn-wrap .btn-verde-lp {
    padding: 1.1rem 3.5rem;
    font-size: clamp(1rem, 0.8rem + 0.5vw, 1.3rem);
    letter-spacing: 0.06em;
}

/* Section Mobilidade / Conveniência */
.section-mob {
    background-color: var(--roxo);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.mob-inner {
    display: flex;
    justify-content: center;
    padding: 3rem 1rem 2rem;
}

/* Mapa */
.mob-map-wrap {
    width: 65%;
    aspect-ratio: 4 / 3;
    margin: 0 auto 1rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
}

.mob-map-wrap iframe {
    width: 100%;
    height: 100%;
}

/* Botão da seção mob com espaçamento */
 

.mob-cols {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.mob-col {
    min-width: 320px;
    flex: 1;
    max-width: 420px;
}

.mob-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mob-list li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: clamp(0.95rem, 0.75rem + 0.5vw, 1.2rem);
    padding: 0.55rem 0;
}

.mob-place {
    flex: 1;
}

.mob-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    margin-right: 0.6rem;
}

.mob-time {
    color: #5AC3C6;
    font-weight: 600;
    white-space: nowrap;
    min-width: 50px;
    text-align: right;
}

#footer{
background-color: #832376;
 
}

/* Footer */
.footer-lp {
    position: relative;
    width: 100%;
    line-height: 0;
    max-height: 80px;
    overflow: hidden;


}

.footer-lp .footer-bg {
    width: 100%;
    height: 80px;
    display: block;
    object-fit: cover;
}

.footer-lp .footer-content {
    
    inset: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3rem 0 14rem;
    line-height: 1;
}

.footer-logo {
    height: 66px;
    width: auto;
}

.footer-credit {
    font-size: clamp(0.78rem, 0.6rem + 0.4vw, 1rem);
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: right;
}

@media (max-width: 800px) {
    .varanda-arrow {
        width: 36px !important;
        height: 36px !important;
        font-size: 1.5rem !important;
    }

    .varanda-arrow--left  { left: 1rem !important; }
    .varanda-arrow--right { right: 1rem !important; }

    .varanda-btn-wrap .btn-verde-lp {
        padding: 0.6rem 1.8rem !important;
        font-size: 0.78rem !important;
    }

    .footer-lp .footer-content {
        padding: 0 1.5rem 0 1.5rem;
    }

    .footer-logo {
        height: 42px;
    }

      .btn-verde-lp {
        padding: 0.5rem 1.6rem;
        font-size: 0.75rem;
    }

    .mob-map-wrap {
        width: 90%;
        aspect-ratio: unset;
    }

    .mob-map-wrap iframe {
        height: 200px;
    }
}



@media (max-width: 800px){

header{
    background: url('../img/BG.jpg') !important;
    background-position: center center;
    background-size: cover !important;
    min-height: unset;
    height: unset;
    position: relative;
}


#valores{
    background:    #822b75    ;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}


}

/* ===== Galeria (Slick + Fancybox) ===== */
.section-galeria{
    padding: 0;
    background: #fff;
}
.galeria-desktop-banner{
    display: none;
    width: 100%;
    height: 100vh;
    cursor: zoom-in;
    overflow: hidden;
}
.galeria-desktop-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: block;
    transition: transform 0.4s ease;
}
.galeria-desktop-banner:hover img{
    transform: scale(1.02);
}
.galeria-slider{
    width: 100%;
    margin: 0 auto;
}
.galeria-slider.slick-slider{
    margin-bottom: 0;
    line-height: 0;
    font-size: 0;
}
.galeria-slider .slick-list,
.galeria-slider .slick-track{
    margin: 0;
    padding: 0;
}
.galeria-slide{
    box-sizing: border-box;
}
.galeria-slide a{
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}
.galeria-slide img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .35s ease;
}
.galeria-slide a:hover img{
    transform: scale(1.02);
}
.galeria-slider .slick-prev,
.galeria-slider .slick-next{
    width: 48px;
    height: 48px;
    z-index: 2;
}
.galeria-slider .slick-prev{ left: 20px; }
.galeria-slider .slick-next{ right: 20px; }
.galeria-slider .slick-prev:before,
.galeria-slider .slick-next:before{
    color: var(--roxo);
    font-size: clamp(40px, 30px + 1vw, 60px);
    opacity: 1;
}
.galeria-slider .slick-dots{
    bottom: -28px;
}
.galeria-slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
.galeria-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
}
.galeria-slider .slick-dots li button:before{
    font-size: 7px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    color: var(--roxo);
    opacity: .35;
}
.galeria-slider .slick-dots li.slick-active button:before{
    color: var(--roxo);
    opacity: 1;
}
.galeria-btn-wrap{
    margin-top: 60px;
}

@media (min-width: 801px){
    .section-galeria{
        position: relative;
        padding: 2rem 1.5rem 2.5rem;
    }
    .galeria-desktop-banner{
        display: none;
    }
    .galeria-slider{
        display: block;
        max-width: 1400px;
        margin: 0 auto;
    }
    .galeria-slide{
        padding: 0 6px;
    }
    .galeria-slide a{
        border-radius: 14px;
        overflow: hidden;
    }
    .galeria-slide img{
        border-radius: 14px;
        height: clamp(460px, 78vh, 920px);
    }
    .galeria-btn-wrap{
        position: static;
        margin-top: 70px;
        pointer-events: auto;
    }
}

@media (max-width: 800px){
    .section-galeria{
        padding: 1.5rem 1rem 2rem;
    }
    .galeria-slide{
        padding: 0 4px;
    }
    .galeria-slide a{
        border-radius: 14px;
    }
    .galeria-slide img{
        height: 15rem;
        object-fit: cover;
        object-position: center;
        border-radius: 14px;
    }
    .galeria-slider .slick-prev{ left: 12px; }
    .galeria-slider .slick-next{ right: 12px; }
    .galeria-slider .slick-prev:before,
    .galeria-slider .slick-next:before{ font-size: 30px; }
    .galeria-btn-wrap{
        margin-top: 60px;
    }
}

/* ===== Mapa (Fancybox + hint mobile) ===== */
.mapa-link{
    position: relative;
    display: block;
    line-height: 0;
    cursor: zoom-in;
}
.mapa-zoom-hint{
    display: none;
}



.logo-footer{
    width: 400px;
}
.dados-footer{
    width: 600px;
}

 .dadosfooter{
    width: 500px;
 }

 }
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}


#rodape{
    background:  url('../img/fragmentos.png') , linear-gradient(#822b75 , #822b75)   ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#facilities{
    background-image: url('../img/triangulobraco.png') !important;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    
}



@media (max-width: 800px){


#facilities{

    background-image: unset !important;


}

    .mapa-zoom-hint{
        display: inline-flex;
        align-items: center;
        gap: 6px;
        position: absolute;
        bottom: 12px;
        right: 12px;
        background: rgba(0,0,0,0.65);
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1;
        pointer-events: none;
    }
    .mapa-zoom-hint svg{
        width: 16px;
        height: 16px;
    }


#vantagens img{
width: 200px;
}


.logo-footer{
    width: 200px;
}
.dados-footer{
    width: 400px;
}

.mob-cols {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.mob-col {
    min-width: unset;
    width: 100%;
    max-width: 100%;
}

.mob-list li {
    font-size: 0.85rem;
}
.imagemx{
    display: none;
}
.xbase{
    visibility: visible;
}


}

/* ========================================================
   Clamp responsivo para títulos Bootstrap usados na LP
   Piso = tamanho mobile (Bootstrap default).
   Cresce suavemente até telas grandes (>=1400px / >=1800px).
   ======================================================== */
h2, .h2 {
    font-size: clamp(2rem, 1.55rem + 1vw, 2.85rem);
}
h3, .h3 {
    font-size: clamp(1.75rem, 1.4rem + 0.9vw, 2.45rem);
}
h4, .h4 {
    font-size: clamp(1.5rem, 1.2rem + 0.75vw, 2.05rem);
}
h5, .h5 {
    font-size: clamp(1.25rem, 1.05rem + 0.5vw, 1.6rem);
}
h6, .h6 {
    font-size: clamp(1rem, 0.85rem + 0.4vw, 1.25rem);
}

/* Parágrafo do mapa "PARA QUEM CRUZA A CIDADE..." (h4 fw-light)
   já é coberto pelo bloco h4 acima. */



.txtlegalbanner{
    position: absolute;
    left: 0;
    width: 30px;
    top: 50%;
    z-index: 999;
}