/* ======================================================
   BANNER CURTO (HOME)
====================================================== */

.banner-curto {
    background: url('../img/site/campus_cpan.jpg') center / cover no-repeat;
    height: 32vh;
    min-height: 220px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.banner-conteudo {
    position: relative;
    z-index: 2;
}

.titulo-principal-banner {
    font-size: 2.6rem;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.subtitulo-banner {
    font-size: 1.9rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #f6efe3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

/* ======================================================
   TATU (HOME)
====================================================== */

.tatu-animado img {
    transition: transform 0.25s ease;
    width: 300px;
    height: auto;
}

.tatu-animado img:hover {
    transform: scale(1.05);
}

/* --- Estilos extraídos do HTML de Contato --- */

/* Navegação */
.nav-custom-bg {
    background-color: #593D2B;
}

.btn-menu-white {
    filter: invert(1);
}

/* Seção de Introdução */
.intro-contato-texto {
    max-width: 700px;
    margin: auto;
}

/* Card de E-mail */
.card-email-texto {
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 10px;
}

.card-email-sub {
    opacity: 0.8;
}

/* Seção de Localização */
.icone-mapa {
    font-size: 2.3rem;
    color: var(--cor-secundaria);
    margin-right: 12px;
}

.map-container-estilizado {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.map-iframe-clean {
    border: 0;
}