/* ==========================================================================
   LOCALIZAÇÃO - CONTEÚDO PRINCIPAL
   ========================================================================== */
main section div#location-section-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;

    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

/* ==========================================================================
   LOCALIZAÇÃO - CABEÇALHO
   ========================================================================== */
#location-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* ==========================================================================
   ÍCONES GERAIS (Ionicons)
   ========================================================================== */
ion-icon {
    display: inline-block;
    vertical-align: sub;
}

/* ==========================================================================
   LOCALIZAÇÃO - EMBEDS (MAPAS, ETC)
   ========================================================================== */
#location-section-embeds {
    flex: 1;
    display: flex;
    width: 100%;
    height: 100%;
}

#location-section-embeds iframe {
    flex: 1;
    width: 100%;
    height: 749px;
    border: 0;
}
