html { scroll-behavior: smooth; }
.bracara-logo-box .logo a { display: flex; align-items: center; gap: 14px; }
.bracara-logo-text { font-weight: 800; color: #111; font-size: 18px; line-height: 1.15; white-space: nowrap; }
.bracara-hero .slider-one_content-inner { max-width: 880px; }
.bracara-hero .slider-one_title { text-transform: uppercase; letter-spacing: .14em; }
.bracara-hero .slider-one_heading { max-width: 920px; }
.bracara-section-text { font-size: 18px; line-height: 1.8; color: #555; }
.bracara-card { position: relative; overflow: hidden; border-radius: 18px; min-height: 330px; background: #111; box-shadow: 0 20px 40px rgba(0,0,0,.12); margin-bottom: 30px; }
.bracara-card img { width: 100%; height: 330px; object-fit: cover; opacity: .78; transition: .45s ease; }
.bracara-card-content { position: absolute; inset: auto 0 0 0; padding: 26px; color: #fff; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.84) 100%); transition: .35s ease; }
.bracara-card-content h4 { color: #fff; margin-bottom: 8px; }
.bracara-card-content p { max-height: 0; overflow: hidden; opacity: 0; margin: 0; transition: .35s ease; color: #fff; }
.bracara-card:hover img { transform: scale(1.08); opacity: .55; }
.bracara-card:hover .bracara-card-content p { max-height: 170px; opacity: 1; margin-top: 12px; }
.bracara-choice-list { list-style: none; padding: 0; margin: 0; }
.bracara-choice-list li { position: relative; padding: 18px 18px 18px 52px; margin-bottom: 14px; background: #fff; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.06); color: #555; }
.bracara-choice-list li:before { content: "✓"; position: absolute; left: 18px; top: 18px; width: 24px; height: 24px; line-height: 24px; border-radius: 50%; text-align: center; background: var(--main-color, #ff3131); color: #fff; font-weight: 700; }
.bracara-choice-list strong { display: block; color: #111; margin-bottom: 4px; }
.bracara-contact-card { background: #fff; padding: 30px; border-radius: 18px; box-shadow: 0 15px 45px rgba(0,0,0,.08); height: 100%; }
.bracara-contact-card ul { list-style: none; padding: 0; margin: 22px 0 0; }
.bracara-contact-card li { margin-bottom: 14px; font-size: 17px; color: #555; }
.bracara-contact-card a { color: inherit; }
.bracara-footer-contactos li { color: rgba(255,255,255,.72); }
.bracara-footer-contactos a { color: rgba(255,255,255,.72); }
.bracara-simple-section { padding: 110px 0 80px; }
.bracara-light-bg { background: #f7f7f7; }
.contact-form textarea { min-height: 150px; }
@media (max-width: 767px) {
    .bracara-logo-text { display: none; }
    .bracara-simple-section { padding: 70px 0 45px; }
    .bracara-card, .bracara-card img { min-height: 280px; height: 280px; }
}
